/*
Theme Name: Isk-Msk 3.0
Theme author: Artem Markov
Author url: http://labwd.ru
*/

/* Reset
----------------*/	
HTML {
	font-size:100.01%;
	}
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,
ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,
FONT,IMG,INS,KBD,Q,S,SAMP,SMALL,STRIKE,
STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,
LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,
CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,HR {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-family:inherit;
	}
	
DFN,I,CITE,VAR,ADDRESS,EM {
	font-style:normal;
	}
TH,H1,H2,H3,H4,H5,H6 {
	font-weight:normal;
	}
TEXTAREA,INPUT,SELECT {
	font-family:Arial,sans-serif;
	font-size:1em;
	}
SMALL {
	font-size:.85em;
	}
OL,UL {
	list-style:none;
	}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
	}
CAPTION,TH,TD {
	text-align:left;
	}
:focus {
	outline:none;
	}
SUP,SUB {
	vertical-align:baseline;
	position:relative;
	top:-.5em;
	font-size:.85em;
	}
SUB {
	top:.5em;
	}


/* Fonts
----------------*/
@font-face {
	font-family: 'UniversCondensedMedium';
	src: url('f/UniversCondensed-Medium.eot');
	src: local('Univers Condensed'), local('UniversCondensed-Medium'), url('f/UniversCondensed-Medium.woff') format('woff'), url('f/UniversCondensed-Medium.ttf') format('truetype');
	}
	
/* Globals 
----------------*/
BODY {
	background:#fff url(i/page-gd.png) repeat-x 0 0;
	font:.75em verdana,arial,sans-serif;
	}	
	
A {
	color:#ff8c16;
	}
	A:hover {
		}
		
/* hr */	
.hr {
	height:0;
	overflow:hidden;zoom:1;
	margin:.85em 0 .75em;
	border-bottom:1px solid #45443b;
	}
	.hr HR {
		display:none;
		}
		

		
/* User Generated
----------------------- */	
.h-ugc {
	overflow:hidden;
	zoom:1;
	}
	.h-ugc H1,
	H1.title {
		font:18px 'UniversCondensedMedium',verdana,sans-serif;
		text-transform:uppercase;
		margin:0 0 .5em;
		}
	.h-ugc H2,
	H2.title {
		font:18px/1.2 'UniversCondensedMedium',verdana,sans-serif;
		text-transform:uppercase;
		margin:0 0 .5em;
		}
	.h-ugc H3,
	H3.title {
		font:16px/1.2 'UniversCondensedMedium',verdana,sans-serif;
		text-transform:uppercase;
		margin:0 0 0em;
		}
	.h-ugc H4 {
		}


	.h-ugc *+H2 {
		margin-top:1.25em;		
		}
	.h-ugc *+H3 {
		margin-top:1em;		
		}
	.h-ugc *+H4 {
		margin-top:1em;		
		}
		
	.h-ugc .nomtop {
			margin-top:0;
		}
		
	.h-ugc P,
	.h-ugc UL,
	.h-ugc OL,
	.h-ugc TABLE,
	.h-ugc BLOCKQUOTE {
		margin:0 0 1em;
		}

	.h-ugc>*:last-child,
	.h-ugc DIV>*:last-child {
		margin-bottom:0;
		}
		
	.h-ugc .annot,
	P.annot {
		font-size:1.17em;
		}
		
	.h-ugc .pic-left {
		float:left;
		margin:0 20px .5em 0;
		}
	.h-ugc .pic-right {
		float:right;
		margin:0 0 .5em  20px;
		}
	.h-ugc .pic-center {
		margin:1em auto;
		text-align:center;
		}
		.h-ugc .pic-left IMG,
		.h-ugc .pic-right IMG,
		.h-ugc .pic-center IMG {
			display:block;
			}
		.h-ugc .pic-center IMG {
			margin:0 auto;
			}
		
.h-ugc UL {
	margin:0 0 1em 0;
	}
.h-ugc OL {
	margin:0 0 1em 1.5em;
	}
	.h-ugc LI {
		margin:.5em 0;
		}
	.h-ugc UL LI {
		margin:.5em 0 .5em 1.5em;
		list-style:none;
		padding-left:18px;
		background:url(i/bull.png) no-repeat 0 .25em;
		}
		.h-ugc UL LI LI,
		.h-ugc LI UL LI {
			}
	.h-ugc OL LI,
	.h-ugc LI OL LI {
		list-style:decimal;
		background:none;
		padding:0;
		}
	.h-ugc OL OL LI {
		list-style:lower-latin;
		}
		
	.h-ugc TABLE {
		font-size:1.17em;
		border:1px solid #a6a6a6;
		
		}
		.h-ugc TABLE TH,
		.h-ugc TABLE TD {
			padding:.25em 1em;
			border:1px solid #a6a6a6;
			}
		.h-ugc TABLE TH {
			font-size:1.12em;
			background:#f0f0f0;
			}
		.h-ugc TABLE TD {
			}
			.h-ugc TABLE .tr-even TD {
				background:#f0f0f0;
				}

	.h-ugc BLOCKQUOTE {
		margin:0 0 1em;
		padding:0 1em;
		}
		
	.h-ugc .em {
		color:#98b189;
		}
		.h-ugc .em STRONG {
			color:#c5e5b1;
			}
		
	/* typo */
	.typo-laquo {
		margin:0 0 0 -.44em;	
		}
		
	
/* Layout
----------------------- */	
.l-page {
	padding:0 20px;
	}
	.l-page__i {
		width:940px;
		margin:0 auto;
		}

			
/* Header
----------------------- */	
.l-header {
	height:52px;
	background:url(i/hr.gif) repeat-x 0 100%;
	margin:0 0 10px;;
	position:relative;
	}
	
	.l-header .logo {
		background:url(i/logo.png) no-repeat 0 0;
		width:183px;
		height:38px;
		position:absolute;
		left:0;
		top:5px;
		}
		.l-header .logo A {
			display:block;
			height:38px;
			}
		.l-header .logo SPAN {
			display:none;
			}
		
	.l-header .nav {
		position:absolute;
		left:240px;
		top:22px;
		font:16px 'UniversCondensedMedium',verdana,sans-serif;
		text-transform:uppercase;
		}
		.l-header .nav LI {
			float:left;
			margin:0 12px 0 0;
			display:inline;
			}
			.l-header .nav LI A {
				color:#626262;
				}

	.l-header .contacts {
		position:absolute;
		right:0;
		top:10px;
		text-align:right;
		}
		.l-header .contacts IMG {
			display:block;
			vertical-align:middle;
			}
		.l-header .contacts A {
			color:#737373;
			font-size:10px;
			}
		
		
/* Visual
----------------------- */		
.l-visual {
	padding:0 0 12px;
	background:url(i/hr.gif) repeat-x 0 100%;
	margin:0 0 10px;
	position:relative;
	}
	.l-visual__i {
		height:213px;
		}
	.l-visual__label {
		position:absolute;
		right:0;
		top:30px;
		background:#fff;
		background:rgba(255,255,255,.85);
		//background:none;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF); 
		zoom:1;
		font-size:1.5em;
		font-style:italic;
		padding:.5em 2em .5em 1em;
		}
		
/* Teasers
------------------------ */
.l-teasers {
	overflow:hidden;zoom:1;
	border-bottom:4px solid #ebebeb;
	margin:0 0 25px;
	}
	.l-teasers H2 {
		font:18px/1 'UniversCondensedMedium',verdana,sans-serif;
		text-transform:uppercase;
		background:url(i/header-or.png) no-repeat 100% 0;
		margin:0 0 11px;
		}
		.l-teasers UL {
			margin:0 -20px 0 0;
			overflow:hidden;zoom:1;
			}
			.l-teasers UL LI {
				float:left;
				width:25%;
				//width:24.9%;
				height:120px;
				padding:10px 0;
				position:relative;
				}
				.l-teasers UL LI STRONG {
					position:absolute;
					top:10px;
					left:0;
					width:204px;
					padding:3px 8px 2px;
					background:#fa8012 url(i/header-or-small.png) no-repeat 100% 0;
					color:#fff;
					font:12px/1.2 'UniversCondensedMedium',verdana,sans-serif;
					text-transform:uppercase;
					}
		
		
/* Footer
------------------------ */
.l-footer {
	border-top:1px solid #e4e4e4;
	padding:10px 20px;
	overflow:hidden;zoom:1;
	}
	.l-footer A {
		color:#005d9e;
		}

	.l-footer .contacts {
		font-size:10px;
		float:left;
		width:220px;
		}
	.l-footer .foonav {
		float:left;
		margin:10px 0 0 40px;
		display:inline;
		}
		.l-footer .foonav A {
			color:#1f1f1f;
			}
		
		
	.l-footer .fooside {
		float:right;
		display:inline;
		font-size:10px;
		text-align:right;
		width:190px;
		}


/* Body
------------------------ */
.l-body {
	overflow:hidden;zoom:1;
	padding:0 0 20px;
	}
	.l-side,
	.l-section {
		float:left;
		width:100%;
		margin:0 -100% 0 0;	
		}
		.l-side__i {
			width:220px;
			position:relative;
			}
		.l-section__i {
			margin:0 0 0 240px;
			}
			
/* b-title */		
.b-title {
	font:18px/1.2 'UniversCondensedMedium',verdana,sans-serif;
	text-transform:uppercase;
	padding:10px 17px;
	background:#b1b6b9 url(i/header-grey.png) repeat-x 0 0;
	margin:1.25em 0 .75em;
	}
		
/* b-sidebox */		
.b-sidebox {
	border:1px solid #e2e7ec;
	border-width:0 1px 1px;
	}
	.b-sidebox H3 {
		background:#e2e7ec url(i/header-grey-small.png) repeat-x 0 100%;;
		padding:4px 6px 3px;
		font:17px/1.2 'UniversCondensedMedium',verdana,sans-serif;
		text-transform:uppercase;
		}
	.b-sidebox IMG {
		vertical-align:middle;
		}
	.b-sidebox__i {
		padding:8px;	
		font-size:.92em;
		}
	.b-sidebox__i_nop {
		padding:0;	
		}
		
/* b-feed */
.b-feed {
	}
	.b-feed LI {
		margin:1em 0;
		}
	.b-feed_news LI {
		padding:0 0 0 28px;
		background:url(i/ico-news.png) no-repeat 3px 3px;
		}
		
/* wordpress */
/* Text styles (article) */
.article{}




.article p{margin:.6em 0 .3em;line-height:150%;}

.article hr{color:#b4aca1;background-color:#b4aca1;border-bottom:1px solid #f6f4eb;}

/* headings */
.article h1{font-weight:normal;font-size:270%;letter-spacing:-.04em;line-height:100%;margin:.8em 0 .2em;letter-spacing:-0.04em;}
.article h2{font-weight:normal;font-size:200%;letter-spacing:-.04em;line-height:110%;margin:.7em 0 .2em;letter-spacing:-0.03em;}
.article h3{font-size:160%;font-weight:normal;letter-spacing:-.04em;line-height:110%;margin:.7em 0 .2em;letter-spacing:-0.02em;}
.article h4{font-size:140%;font-weight:bold;margin:.7em 0 .2em;letter-spacing:-0.02em;}
.article h5{font-family:"Palatino Linotype", Georgia, Serif;font-size:140%;font-weight:bold;margin:.5em 0 .2em;letter-spacing:-0.02em;}
.article h6{font-size:120%;font-weight:normal;text-transform:uppercase;margin:.5em 0 .2em;}

.article h1.zagolovok{
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#046d87;	
margin:0.2em 0;
}

/* tables */
.article table{margin:.5em 0 1em;}
.article table td,table th{text-align:left;border-right:1px solid #fff;padding:.4em .8em;}
.article table th{background-color:#5e5e5e;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #e8e1c8;}
.article table td{background-color:#eee;}
.article table th a{color:#d6f325;}
.article table th a:hover{color:#fff;}
.article table tr.even td{background-color:#ddd;}
.article table tr:hover td{background-color:#fff;}
.article table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}


.inner-content .section-title{
	margin:0 0 9px;
	font-size:16px;
	color:#046D87;
}
.inner-content p{
	margin:9px 0 0;
	font-size:12px;
}


/* lists */
.article ul,ol{margin:.4em 0 1em;line-height:150%;}
.article ul li,ol li{list-style-position:outside;margin-left:2.5em; list-style-type:none;}
.article dl{padding:.3em 0 .8em;}
.article dt{font-weight:bold;text-decoration:underline;}
.article dd{}

/* others */
.article small{font-size:80%;}
.article pre{overflow:auto;white-space:pre-wrap;/* <- css3 */white-space:0;/* <- ff */font-size:12px;font-family:"Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono";background-color:#fff;padding:.4em;margin:1em 0;}
.article pre{width:80%;overflow:hidden;border:1px solid #ddd;background-color:#fff;padding:.8em;margin:1em 0;}
.article blockquote{margin:1em 25% 1em 0;min-height:40px;padding:.6em 1em .6em 2.4em;border:1px dotted #ddd;font-style:italic;color:#474747;background:#fff url(images/blockquote.png) no-repeat 4px top;}
.article blockquote p{padding:8px;margin:2px;}
.article blockquote blockquote{margin:1em 0 1em;}

/* wordpress image */
p img {
	padding: 0;
	max-width: 100%;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1em;
	}

.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

.alignleft {
	padding: 0;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}
.h1 {
	font-size:9px
}
/* End Images */
		
		
		
		

