@charset "utf-8";
/* CSS Document */

body, html {
font-family: Arial;
font-weight: normal;
background:#fafff8;
margin:0 auto;
min-width:1020px;
max-width:100%;
height:100%;
font-size:16px;
}

p {
			font-size:16px;
		line-height: 1.2em;
	}

@font-face {
    font-family: 'Helvetica', serif; 
	src: url(../fonts/9202.otf); 
   }

@font-face {
    font-family: 'Cambria Math', serif; 
	src: url(../fonts/cambria.ttc); 
   }

hr {
border: 0;
height: 1px;
background: #e2e2e2;
/*background-image: -webkit-linear-gradient(left, #fafff8, #166492, #fafff8);
background-image: -moz-linear-gradient(left, #fafff8, #166492, #fafff8);
background-image: -ms-linear-gradient(left, #fafff8, #166492, #fafff8);
background-image: -o-linear-gradient(left, #fafff8, #166492, #fafff8);*/
}

.pg {
		min-height: calc(100vh - 90px);
}

.header {
	height:100px;
	background:#166492;
	width:100%;
	font-weight:normal;
	}
	
.content {
		/*background:#aabbcc;*/
		max-width:960px;
		padding:20px 20px 50px 20px;
		margin:0 auto;
		border-left:#fff 1px dotted;
		border-right:#fff 1px dotted;
	}
	
	
.content a {
color:#ff5761;
font-size:16px;
	}
	
.content a:hover {
color:#ff5761;
text-decoration:none;
	}
	
.footer {
	position: relative;
	bottom: -1px;
	height:105px;
	background:#166492;
	width:100%;
	}
	
	
.header_cont	{
	margin:0 auto;
	text-align:center;
	max-width:1024px;
	}
		
	
.site_logo {
	float:left;
	width:223px;
	padding:10px;
	}

.site_menu	{
	/*width:801px;*/
	padding:0 10px;
  list-style: none;
  text-align: center;
}

h1 {
	text-align:center;
	font-size:30px;
	font-family: 'Cambria Math', serif;
	color:#210e07;
	font-weight:normal;
	}
h2 {
	text-align:center;
	font-size:24px;
	font-family: 'Cambria Math', serif;
	color:#210e07;
	font-weight:normal;
	}
h3 {
	text-align:center;
	font-size:18px;
	font-family: 'Cambria Math', serif;
	color:#210e07;
	font-weight:normal;
	}	
h4 {
	text-align:center;
	font-size:14px;
	font-family: 'Cambria Math', serif;
	color:#210e07;
	font-weight:normal;
	}
h5 {
	text-align:center;
	font-size:12px;
	font-family: 'Cambria Math', serif;
	color:#210e07;
	font-weight:normal;
	}			

.site_menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
	font-size:14px;
}

.site_menu li a {
    color: #fff;
    display: block;
    float: left;
	height:60px;
    padding: 40px 20px 0 20px;
    position: relative;
}
  
.site_menu li a:hover {
    background: linear-gradient(to top, #166492, #9ebfd2);
    cursor: pointer;
	text-decoration:none;
}

table.main_tb {
	/*background-color: #A8ABA8;*/
	font-family: "PT Sans", sans serif;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	margin: 0;
	border: 1px solid #a8aba8;
	background:#fff;
}
/*color every second tr

.main_tb tr:nth-child(2n) {
	background-color: #DFE8C2;
}
end color every second tr*/


table.main_tb a {
	font-size: 15px;
		}

table.main_tb tr td {
	padding: 0.4em;
	line-height: 1.4em;
	border: 1px solid #a8aba8;
}
table.main_tb tr.header, table.main_tb tr td.header {
	/*font-weight: bold;*/
border: 1px solid #a8aba8;
	background-color: #f4fafe;
}
table.main_tb tr.headersmall, table.main_tb tr td.headersmall {
	border: 1px solid #a8aba8;
	background-color: #f0faef;
}
table.main_tb tr.bigblock, table.main_tb tr td.bigblock {
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #a8aba8;
}
table.main_tb tr.highlight, table.main_tb tr td.highlight {
	background-color: #DFE8C2;
	font-family: "Cambria Math", sans serif;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	border: 1px solid #a8aba8;
}
table.main_tb tr.nohighlight, table.main_tb tr td.nohighlight {
	background-color: #DFE8C2;
	font-family: "Cambria Math", sans serif;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	border: 1px solid #a8aba8;
}

table.main_tb_exm {
	font-family: "PT Sans", sans serif;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	border: 1px solid #a8aba8;
	background:#fff;
	}

table.main_tb_exm tr td {
	padding: 0.4em;
	line-height: 1.4em;
	border: 1px solid #a8aba8;
}

.contant ul {
	line-height: 1.2em;
	margin-left:20px;
	}

.content ul>li {
	margin-left:20px;
    list-style-type: none;
   }
.content ul>li:before {
    color:#166492;
    content: "• ";
    padding-right: 8px;
   }

/*.content ul>li  {
    list-style: circle;
    margin: 0;
    padding-left: 0;
	margin-left:20px;
	line-height: 1.2em;
} */

.main_menu a {
  text-decoration: none;
  position: relative;
  font-size: 16px;
  text-decoration:underline;
  color:#FFF;
  display: inline-block;
}

.main_menu a:hover {
  text-decoration: none;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color:#FFF;
  display: inline-block;
}

.footer_cont	{
	margin:0 auto;
	max-width:960px;
	padding:10px 0 0 0;
	}
	
	
.omgpu_logo_footer {
	float:left;
	width:40px;
	margin-right:20px;
	}

	
.omgpu_text_footer p, a {
	font-family:"Arial", Gadget, sans-serif;
	font-size:12px;
	margin: -2px 0 0 0;
    padding: 0;
	color:#FFF;
	}
	
@-moz-document url-prefix()
{
        .omgpu_text_footer p { font-size:11px; }
}
@-moz-document url-prefix()
{
        .omgpu_text_footer a { font-size:11px; }
}	
	
.omgpu_text_footer {
	float:left;
	width:390px;
	}

.footer_left {
	text-align:left;
	float:left;
	width:450px;
	padding:10px;
	color:#FFF;
	}
	

.footer_right {
	text-align:left;
	float:right;
	width:450px;
	padding:10px;
	color:#FFF;
	}
	
.footer_right p, a {
	font-size:12px;
	margin: -2px 0 0 0;
    padding: 0;
	color:#FFF;
	}

.post {
	border: #9e9e9e solid 1px;
	padding:20px;
	background:#fff;
	}
	
a>span.file,
a.file {
	display:block;
	background:  url("../icons/pdf_s.png") no-repeat scroll 0 0 transparent;
	height: 50px;
	padding-left: 1.5em;
} 

/*span.file {
	display:block;
	background:  url("../icons/pdf_s.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	padding-left:40px;
}*/

span.file a[href$=".pdf"] {
	background:  url("../icons/pdf_s.png") no-repeat scroll 0 0 transparent;

	display: inline;
	padding-left:1.5em;/*25px;*/
}

.quickedit-field > span.file  a[href$=".pdf"] {   !important
	background:  url("../icons/pdf.png") no-repeat scroll 0 0 transparent;

	display: inline;
	padding-left:1.5em;/*25px;*/
}



.vipusk-statya {
	padding:20px;
	border-bottom:#e7e7e7 1px dashed;
	width:100%;
	}

.field-statya-files {
	/*width: 40px;*/
	/*height:50px;*/
	display:block;
	}

.field-statya-title {
	float:left;
	margin-left:50px;
	}       
.d_pub {
	text-align:right;
	color:#808080;/*b3b3b3*/
	font-size:12px;
	font-style: italic; 
}