﻿@import url(main_menu.css);
@import url(text.css);
@import url(newstext.css);
body, html {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color : transparent;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
}
* {
	margin:0;
	padding:0;
}
a img {
	border : none;
}
:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
.clear {
	clear : both;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	width : 940px;
	padding : 0px 10px;
	position : relative;
	margin : 0px auto;
	background : transparent url(../images/fon_wrapper.jpg) repeat-y 650px top;
	background-color : #ffffff;
}
#wrapper .empty {
	height:80px;
	clear : both;
}
#wrapper_footer {
	position:relative;
	margin-top:-60px;
	background-color : #3a73ca;
	height : 60px;
	min-width : 960px;
}
#header {
	overflow : hidden;
	padding : 20px 0px;
	height : 70px;
	background-color : #ffffff;
}
#header h1 {
	padding-left : 20px;
	padding-top : 10px;
	font-size : 50px;
	line-height : 40px;
	color : #000000;
}
#header h1 a {
	font-size : 50px;
	line-height : 40px;
	color : #000000;
	text-decoration : none;
}
#header h1 span {
	font-size : 18px;
	display : block;
	margin-top : 15px;
	line-height : 18px;
	color : Black;
}
#main_menu {
	background-color : #3a73ca;
	height : 40px;
	margin-bottom : 20px;
	border-left: 1px solid #FFF;
}
#text {
	width : 600px;
	padding : 15px 20px 10px 20px;
	float : left;
	overflow : hidden;
	background-color : #ffffff;
}
#text img {
	padding: 5px;
	border: 0px
}
#sidebar {
	width : 260px;
	padding : 15px 20px 10px;
	float : right;
	background-color : #e6f4c3;
}
#sidebar ul {
	list-style-type : none;
}
#sidebar li {
	margin-left : 0px;
}
#sidebar img {
	padding: 5px;
	border: 0px
}
#footer {
	width : 940px;
	overflow : hidden;
	padding : 20px 10px;
	margin : 0px auto;
	height : 20px;
	line-height : 20px;
	color : White;
}
#footer a {
	color : White;
}
#footer .left {
	float : left;
}
#footer .right {
	float : right;
	margin-left : 20px;
}


input {
	font: 15px/1.5 Arial, Tahoma, Sans-serif;
	padding: 9px;
	border: solid 1px #d5d5d5;
	outline: 0;
	width: 240px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
input:hover, .preview-block input:focus {
	border-color: #b1b1b1;
	background: #fefefe;
}
.form label {
	margin-left: 10px;
	color: #555555;
	width: 80px;
	display: inline-block;
}
textarea {
	resize:vertical;
	width: 500px;
	height: 150px;
	border: 1px solid #d5d5d5;
	padding: 5px;
}
textarea:hover, .preview-block input:focus {
	border-color: #b1b1b1;
	background: #fefefe;
}
input[type=submit] {

	display:inline-block;
	padding:5px 10px 6px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	position:relative;
	cursor:pointer;
	font-weight:bold;

}
input:hover[type=submit] {
		background-color:#3a73ca;
	text-decoration:none;
	color:#fff;
}

input:active[type=submit] {
	top:1px;
	text-decoration:none;
}

input[type=submit], input:visited[type=submit] {
	background-color:#91bd09;
}




#text ol, #text ul {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: -20px;
	color: #ffffff;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#text ol ol, #text ul, ul{
    margin: 0 0 0 1em; /* Add some left margin for inner lists */
}

#text li a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    text-decoration: none;
    transition: all .3s ease-out;   
}

#text li a:hover{
    background: #f8f8f8;
}   

#text li a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #91bd09;
	color:#ffffff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

#text li a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

#text li a:hover:after{
    left: -.5em;
    border-left-color: #91bd09;             
}



/* TABLE */




#text table {
	font: 15px/1.5 Arial, Tahoma, Sans-serif;
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  max-width: 600px;
  padding:2px;
  width: 100%;
  border:1px solid #C1C3D1;
}
 
#text th {
  color:#ffffff;
  font-weight:bold;
border-left:1px solid #ffffff;
  background:#91bd09;

  padding:10px;
  text-align:left;
  vertical-align:middle;
}

#text th:first-child {
  border-top-left-radius:3px;
}
 
#text th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
#text tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-weight:normal;

}
 

 
#text tr:first-child {
  border-top:none;
}

#text tr:last-child {
  border-bottom:none;
}
 

#text tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
#text tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
#text td {
  background:#FFFFFF;
  padding:10px;
  text-align:left;
  vertical-align:middle;
  border-right: 1px solid #C1C3D1;
}


#text th.text-left {
  text-align: left;
}

#text th.text-center {
  text-align: center;
}

#text th.text-right {
  text-align: right;
}

#text td.text-left {
  text-align: left;
}

#text td.text-center {
  text-align: center;
}

#text td.text-right {
  text-align: right;
}

#text table img {
	padding: 1px;
	border: 0px
}

h3.search-entry-title {
padding-left: -30px;

}

.search-entry-date {
color : #333;
}

.search-entry-excerpt {
color : #333;
}
