
@import url(/_system/repository/reset.inc.css);

@font-face { 
    font-family: MyriadPro; 
    src: url(/resources/fonts/);
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Miryad, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555658;
}

form, input, textarea {
	margin: 0px;
	padding: 0px;
}

input { vertical-align: middle; }

img {
	border: 0px;
	display: inline;
	vertical-align: middle;
}

em { font-style: italic; }

p { margin: 10px 0px 0px 0px; }
p img { margin: 0px 10px 10px 0px; }

.accent { font-weight: bold; }
.time { padding: 0px 10px 0px 0px; }
.cite { font-style: italic; }

h1, h2, h3, h4, h5, h6 { margin: 0px 0px 10px 0px; }

h1 {
	font-size: 20px;
	border-bottom: 1px solid #d22238;
	/*padding: 0px 25px 0px 0px;*/
	color: #8f9093;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #d22238;
}

h3 { 
	font-size: 16px;
	font-weight: bold;
	color: #8f9093;
}

h4 { 
	font-size: 14px;
	color: #d22238;
}

h5 { 
	font-size: 14px;
	color: #8f9093;
}

h6 { 
	font-size: 12px;
	font-weight: bold;
}


/* links */
a, a:link, a:active {
	font-size: 12px;
	color: #d22238;
}

a:visited, a:visited:hover {
	font-size: 12px;
	color: #ea9aa4;
}

a:hover {
	font-size: 12px;
	color: #ea9aa4;
	text-decoration: none;
}

a.title, a.title:link, a.title:active {
	font-size: 14px;
	color: #d22238;
}

a.title:visited, a.title:visited:hover {
	font-size: 14px;
	color: #ea9aa4;
}

a.title:hover {
	font-size: 14px;
	color: #ea9aa4;
	text-decoration: none;
}

/* form */
.textbox {
	border: 1px solid #bcbdc0;
	color: #bcbdc0; /*#d7d7d7;*/
	font-size: 11px;
	padding: 3px;
	width: 30%;
	font-family: Miryad, Arial, Helvetica, sans-serif;
}

.button {
	border: 1px solid #bcbdc0;
	background-color: #fff;
	color: #bcbdc0;
	font-size: 11px;
	padding: 2px;
}

/* share */
img.left {
	float: left;
	margin: 0px 20px 5px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 20px;
}

img.stub {
	margin: 0px 0px 0px 0px;
	width: 80px;
	height: 70px;
	background-color: #d7d7d7;
}

img.stub1 { width: 180px !important; height: 195px !important; }

.accent {
	color: #000; /*#8F9093;*/
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

.centered {
	margin: 0px auto;
	padding: 0px auto;
}

/* block */
.block {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.block a {
	color: #535353;
}

.block p {
	margin: 5px 0px 0px 0px;
	font-size: 11px;
	color: #88898c;
}

.block .accent {
	font-size: 11px;
}

.block ul {
	list-style: none;
}

.block li {
	margin: 5px 0px;
}

.bdeco {
	border-top: 1px dashed #abadb0;
	padding: 15px 0px;
	margin: 0px;
}

.bsign {
	text-align: center;
}

.bsign a {
	color: #555658;
	font-size: 16px;
}

/* list */
ul.list {
	list-style: none;
}

ul.list li {
	margin: 0px 0px 15px 0px;
}

ul.links {
	/*padding: 0px 0px 0px 20px;*/
}

ul.links .selected {
	font-size: 14px;
}

ul.links a, ul.links a:visited {
	color: #D22238;
	font-size: 14px;
	/*font-style: italic;*/
}

ul.links a:hover, ul.links a:visited:hover {
	color: #EA9AA4;
	font-size: 14px;
	/*font-style: italic;*/
}

.list {
	width: 100%;
	margin: 10px 0px 0px 0px;
}

.list .item {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px 0px 30px 0px;
}

.list .item img {
	float: left;
	margin: 0px 15px 10px 0px;
}

.list .item a.title {
	font-style: italic;
}

.list .item .date {
	font-weight: 12px;
	color: #bcbdc0;
}

/* pager */
.pager {
	clear: both;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.pager li {
	float: left;
	padding: 0px 10px 0px 0px;
}

.pager .selected {
	font-weight: bold;
}


/* cite */
div.mblocks-cite {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

div.mblocks-cite .t .l, div.mblocks-cite .t .r, div.mblocks-cite .b .l, div.mblocks-cite .b .r { width: 17px; height: 10px; }

div.mblocks-cite .t,
div.mblocks-cite .b {
	width: 100%;
	float: left;
}

div.mblocks-cite .t .l {
	float: left;
	background: url(/resources/images/blocks/cite-l-t.gif) bottom left no-repeat;
}

div.mblocks-cite .t .r {
	float: right;
	background: url(/resources/images/blocks/cite-r-t.gif) bottom right no-repeat;
}

div.mblocks-cite .b .l {
	float: left;
	background: url(/resources/images/blocks/cite-l-b.gif) bottom left no-repeat;
}

div.mblocks-cite .b .r {
	float: right;
	background: url(/resources/images/blocks/cite-r-b.gif) bottom right no-repeat;
}

div.mblocks-cite .c .l { background: url(/resources/images/blocks/cite-l-c.gif) left center no-repeat; }

div.mblocks-cite .c .lr { background: url(/resources/images/blocks/cite-l-r.gif) left repeat-y; }

div.mblocks-cite .c .r { background: url(/resources/images/blocks/cite-r-c.gif) right center no-repeat; }

div.mblocks-cite .c .rr { background: url(/resources/images/blocks/cite-r-r.gif) right repeat-y; }

div.mblocks-cite .c {
	float: left;
	width: 100%;
}

div.mblocks-cite .content {
	padding: 0px 20px;
	font-size: 16px;
	font-style: italic;
}

div.mblocks-cite .content .author {
	margin: 10px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
}

/* content */
.content h3 {
	margin-top: 10px;
}

.content p {
	margin-bottom: 10px;
}

.content ol, .content ul { padding: 0px 0px 0px 20px; }
.content ol li, .content ul li { margin: 2px 0px 3px 0px; }

.content .line { 
	font-size: 1%; 
	height: 1px; 
	border-top: 1px solid #ABADB0;
	border-bottom: 1px solid #ABADB0;
	width: 100%; 
	margin: 0px 0px 10px 0px; 
}

