/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background: #212B35;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	/*margin-top: 1em;*/
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 1em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 770px;
	height: 40px;
	margin: 0 auto;
}

#header-lang	{
	width: 770px;
	margin: 0 auto;
	text-align: right;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #8C8F7D;
	margin-left: 5px;
	-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
}

#menu a:hover {
	background:  #FFFFFA;
	color: #2C2E22;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 50px #dCeBfF;
	border-radius: 3px;
	box-shadow: 0 0 50px #dCeBfF;
	-moz-transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
}

#menu .current_page_item a {
	background:  #F3F3F3;
	color: #2C2E22;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-topleft: 3px;
	border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: -moz-linear-gradient(top, #FFFFE0, #F3F3F3 90%);  
	background: -webkit-gradient(linear, 0 0, 0 90%, from(#FFFFE0), to(#F3F3F3));  
}

#search {
	float: right;
	padding-top:9px;
	width:142px;
	// width: 100px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 130px;
	// width: 80px;
	background: url(http://www.google.ru/cse/intl/en/images/google_custom_search_watermark.gif) 92px 3px no-repeat #F8FAEB; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search #x {
	width: 80px;
}

/* Logo */

#logo {
	width: 730px;
	height: 200px;
	margin: 0 auto;
	/*  */
	height: 263px;
	border-bottom: 20px solid #F3F3F3;
	margin:0 0 20px;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	
	border-radius-topleft: 3px;
	border-radius-topright: 3px;
}
#flash	{
	background-position: left top;
	width: 730px;
	height:  263px;
}
#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 220px 5px 0 5px;
	color: #2C2E22;
}

#logo h2 {
	padding: 235px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
	border: 20px solid #F3F3F3;
	/* border-top: none; */
	
	-moz-border-radius: 3px 3px 10px 10px;
	-webkit-border-radius: 3px 3px 10px 10px;
	border-radius: 3px 3px 10px 10px;
	
	-moz-box-shadow:0 0 9px #000000;
	-webkit-box-shadow:0 0 9px #000000;
	box-shadow:0 0 9px #000000;
}

/* Content */

#content {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 10px;
	// width: 450px;
}



.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	background: url(/files/images/img18.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	/*	height: 30px;*/
	font-size: 2.0em;
}

.post .entry {
	
	padding: 0 10px 30px 15px;
	font-size: 1em;
}



.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(/files/images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(/files/images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

.post h3 {
	font-size: 1.4em;
}

.post h4 {
	font-size: 1.3em;
}

.post h5 {
	font-size: 1.2em;
}

.post h6 {
	font-size: 1.1em;
}

.post li {
	font-size: 1em;
}

.post ul {
	font-size: 1em;
}

.post ol {
	font-size: 1em;
}

/* Recent Posts */


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}


#sidebar2 {
	width: 240px;
	padding: 0px 10px 0px 10px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	background: url(images/img11.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
}

#sidebar2 li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}

#sidebar2 li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
	display:inline-block;
}
#sidebar2 li .fl1	{
	background: url(/files/images/bullet.png) no-repeat left center;
} 

#sidebar2 li .toggle_plus	{
	background: url(/files/images/bullet_toggle_plus.png) no-repeat left center;
} 

#sidebar2 li .toggle_minus	{
	background: url(/files/images/bullet_toggle_minus.png) no-repeat left center;
} 

#sidebar2 li span {
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

#sidebar2 li h2 a {
	padding-left: 0px;
}

#sidebar2 li h2 a:hover {
	padding-left: 0px;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
}


.ige0	{font-size: 0.8em}
.ige1	{font-size: 0.9em}
.ige2	{font-size: 1em}
.ige3	{font-size: 1.1em}
.ige4	{font-size: 1.2em}
.ige5	{font-size: 1.3em}
.ige6	{font-size: 1.4em}
.ige7	{font-size: 1.5em}



#cse-search-results	iframe {width: 700px ! important}




#sidebar2	ul li a img {border: none}

.abc {
	font-family:georgia;
	font-size:1.4em ! important;
}


.classic	td	{border-bottom: solid 1px #CCCCCC}
.classic	td.hl	{background: #DDD;color: #555;padding: 1px 5px;border: none}
.classic	th	{background: #B8D03B;color: #333333}


.shadow	{
	border:1px solid #DDDDDD;
	margin: 5px;
	-moz-box-shadow:1px 1px 10px #333333;
	-webkit-box-shadow:1px 1px 10px #333333;
	box-shadow:1px 1px 10px #333333;
}
a	.shadow:hover	{
	border:1px solid #fff;
	-moz-box-shadow:1px 1px 10px #3C7BCF;
	-webkit-box-shadow:1px 1px 10px #3C7BCF;
	box-shadow:1px 1px 10px #3C7BCF;
}

.softhead	{padding-left: 18px;background: url(/files/images/disk.png) no-repeat}

a.pdf	{
	background: url(/files/images/page_white_acrobat.png) no-repeat;
	padding-left: 18px;
}

a.doc	{
	background: url(/files/images/page_white_word.png) no-repeat;
	padding-left: 18px;
}

a.xls	{
	background: url(/files/images/page_white_excel.png) no-repeat;
	padding-left: 18px;
}

a.ppt	{
	background: url(/files/images/page_white_powerpoint.png) no-repeat;
	padding-left: 18px;
}

a.zip	{
	background: url(/files/images/page_white_zip.png) no-repeat;
	padding-left: 18px;
}

a.selected	{
	color: gray;
}

a.rss,a.rss:hover	{
	background:url("/files/images/rss.png") no-repeat scroll 0 2px transparent;
	float:right;
	height:16px;
	padding-right:16px;
	width:16px;
}


.warning	{
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 5px solid #FF0000;
    margin: 15px 0;
    padding: 10px;
}
.warning	span	{font-size: 1.5em}

#zm	{color: #666 ! important}
#zm:hover	{color: #666}
