/*
Theme Name: infinity
Theme URI:  
Description: The WordPress theme.
Version: 1.0
Author: 
Author URI:
Tags: 

*/
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#3f3f3f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#fff url(images/bgr_main.gif) repeat-x;
	color:#3f3f3f;
	font:10px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:900px;
	padding: 0 0 20px 0;
}
/* header */
#header{
	width:100%;
	height:193px;
	overflow: hidden;
}
/*header_logo*/
#header_logo{
	margin:46px 11px 0 0;
	float:left;
	border-right: 1px solid #a997bd;
}
#logo{
	width:269px;
	height:58px;
	background:url(images/logo.gif) no-repeat;
	display:block;
	text-indent:-9999em;
	cursor:pointer;
}
#header p.descr{
	color:#65616d;
	font-size:16px;
	float: left;
	margin: 78px 0 0 0;
	font-style: italic;
	font-family: Arial, HelvІetica, sans-serif;
}
/*header_search*/
#header_search{
	width:230px;
	overflow:hidden;
	float: right;
	margin: 28px 0 0 0;
}
#header_search .rss{
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #3286c4;
	text-align: center;
}
#header_search .rss a{
	color: #3286c4;
}
#header_search fieldset{
	width: 100%;
	overflow: hidden;
}
#main_search_val{
	float:left;
	border:0;
	background:#d0e3f1;
	color:#3286c4;
	font-family: Arial, HelvІetica, sans-serif;
	font-size:16px;
	font-style: italic;
	padding:7px;
	margin:0 5px 0 0;
	width:160px;
}
#main_search_sub{
	float:left;
}
/*mainmenu*/
#mainmenu{
	width: 100%;
	height: 42px;
}
/*basic styles - NOT EDIT*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			160px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			42px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			160px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin: 0 0 0 17px;
}
.sf-menu a {
	padding: 14px 13px 13px 13px;
	text-decoration:none;
	font-size: 15px;
	text-transform: uppercase;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #f6f6f6;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#a896bc;
}
.sf-menu li li li {
	background:		#a896bc;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{
	background:		#ffffff;
	outline:		0;
	color: #a896bc;
}
.sf-menu li.sfHover a{
	color: #a896bc;
}
.sf-menu li.sfHover li a{
	color: #f6f6f6;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active{
	background:		#ffffff;
	outline:		0;
	color: #a896bc;
}
.sf-menu li li.sfHover a{
	color: #a896bc;
}
.sf-menu li li.sfHover li a{
	color: #f6f6f6;
}
.sf-menu li li li:hover, .sf-menu li li li.sfHover,
.sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active{
	background:		#ffffff;
	outline:		0;
	color: #a896bc;
}
.sf-menu li li li.sfHover a{
	color: #a896bc;
}
.sf-menu li li li.sfHover li a{
	color: #f6f6f6;
}

/*body*/
#body{
	width:100%;
	overflow:hidden;
}
#content{
	float:left;
	width:610px;
	padding: 0 0 0 10px;
}
#sidebar{
	float:right;
	width:265px;
}
/*post*/
.post{
	width:100%;
	margin:0 0 35px 0;
}
.post .title{
	width: 100%;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.post .title .date{
	float: left;
	width: 82px;
	height: 82px;
	background: url(images/bgr_date.gif) no-repeat;
	text-align: center;
	color: #3070a0;
	font-size: 15px;
	line-height: 1.3em;
	text-transform: uppercase;
}
.post .title .date .d{
	font-size: 37px;
	line-height: 1.3em;
	padding: 4px 0 6px 0;
}
.post .title h2{
	color:#273e79;
	font-size:33px;
	line-height:1.2em;
	font-weight:normal;
	float: right;
	width: 524px;
}
.post .title h2 a{
	color:#273e79;
}
.page .title h2{
	float: none;
	width: auto;
}
.post .info{
	color:#98959b;
	padding:10px 0 25px 0;
	font-size:13px;
	line-height:1.4em;
}
.post .info a{
	color:#273e79;
	text-decoration: underline;
}
.post .info a:hover{
	text-decoration: none;
}
.post .entry{
	font-size:14px;
	line-height:1.5em;
}
.post .entry a{
	color:#273e79;
	text-decoration:underline;
}
.post .entry a:hover{
	text-decoration:none;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry ul {
	margin:0 20px 15px 25px;
}
.post .entry ul li{
	margin: 0;
	padding: 0;
	list-style:disc;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 20px 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding: 0;
}
/*stabs*/
#stabs{
	width:100%;
	overflow: hidden;
	padding: 0 0 30px 0;
}
#stabs_links{
	width:100%;
	overflow:hidden;
}
#stabs_links li{
	float:left;
	font-family: Arial, HelvІetica, sans-serif;
	font-size:12px;
	padding: 0 5px 0 0;
}
#stabs_links li a{
	color:#6c6c6c;
	text-align:center;
	float:left;
	display:block;
	background: #f8f8f8;
	line-height: 40px;
	padding: 0 20px 0 20px;
}
#stabs_links li a.selected{
	background:#e8e8e8;
	text-decoration:none;
	color: #257ec0;
}
.stabs_item{
	width:100%;
	overflow: hidden;
	background:#e8e8e8;
	padding: 20px 0 20px 0;
}
.stabs_item li{
	font-size:13px;
	line-height:1.3em;
	color:#6f6f70;
	padding:7px 10px 7px 23px;
	background: url(images/ico_tab.gif) no-repeat 10px 13px;
}
.stabs_item li a{
	color:#6f6f70;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:1.4em;
	color:#4f4e4e;
	padding:0 0 20px 0;
	font-family: Arial, HelvІetica, sans-serif;
}
.sidebar_widgets a{
	color:#4f4e4e;
}
.sidebar_widgets .widgettitle{
	font-size:26px;
	line-height:1.3em;
	font-weight:normal;
	color:#257ec0;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	background:url(images/ico_arrow.gif) no-repeat left 3px;
	padding:0 0 0 20px;
	display:block;
}
.sidebar_widgets .widget_categories a{
	display:inline;
	background:url(images/ico_arrow.gif) no-repeat left 2px;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 30px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	background:none;
	padding:5px 0 5px 0;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 15px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
.sidebar_widgets .widget_tag_cloud a{
	padding:0 5px 0 5px;
	line-height:1.3em;
	text-decoration: underline;
}
.sidebar_widgets .widget_tag_cloud a:hover{
	text-decoration: none;
}
/*footer*/
#footer{
	width:100%;
	height:58px;
	overflow:hidden;
	text-align:center;
	font-size: 12px;
	line-height:1.3em;
	color:#fff;
	font-family: Arial, HelvІetica, sans-serif;
	background: url(images/bgr_footer.jpg) no-repeat;
}
#footer a{
	color:#fff;
}
#footer ul{
	padding:14px 0 0 0;
}
#footer li{
	display:inline;
	padding:0 0 0 10px;
	background:url(images/bgr_footer_li.gif) no-repeat left center;
}
#footer li.first{
	background:none;
	padding:0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
	color:#888888;
}
#respond a{
	color:#888888;
}
#respond h3{
	font-size:20px;
	color:#474534;
	padding:10px 0 10px 0;
	font-weight:normal;
	border-bottom:1px dashed #dbdad2;
	margin:0 0 5px 0;
}
.cancel-comment-reply{
	font-size:12px;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:12px;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:12px;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:20px;
	color:#474534;
	padding:10px 0 10px 0;
	font-weight:normal;
	border-bottom:1px dashed #dbdad2;
	margin:0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#888888;
}
.commentlist a{
	color:#888888;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:12px;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:12px;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:12px;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:12px;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#c6c4c4;
}
.comment-author{
	font-size:14px;
	margin:0 0 10px 0;
}
.comment-author img{
	border:3px solid #b8b8b5;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #dfcfba;
	}

blockquote {
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
	border-left: 5px solid #bdbdbd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:12px;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:14px;
	line-height:1.4em;
}
.single .navigation{
	width:100%;
	margin:0 auto;
}
.navigation a{
	text-decoration: underline;
}
.navigation a:hover{
	text-decoration: none;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
