/*  
Theme Name: InvestExp theme
Theme URI: http://b-ru.com/
Description: InvestExp theme based on default WordPress.
Version: 1.0
Author: serjik
Author URI: http://serverex.net/

	InvestExp
	http://b-ru.com/

	This theme was designed and built for InvestExp project.

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Arial, Verdana, Sans-Serif;
	background: #fff;
	color: #45494b;
	text-align: center;
	}

#page {
	background-color: #e8f2f4;
	text-align: left;
	}

#header {
	background: #87898a ;
	width:766px;
	height:300px;
	font-size:4px;
	line-height:1.1;
	}

#page.contacts #header {
	background: #87898a url('images/bg_header1.jpg') no-repeat bottom center;
	}

#intro { 
	font-size:1px;
	line-height:1px;
	} 

#page.sub #intro { 
	display:none;
	} 


#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	text-indent:0;
/*
	text-indent:15px;
*/
	}

.widecolumn .entry p.no {
	text-indent:0 !important;
	}

#content p {
	margin:5px 0;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font:0.915em/1.3em Arial, Verdana, Helvetica, sans-serif;
	}

.widecolumn {
	font:0.915em/1.3em Arial, Verdana, Helvetica, sans-serif;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.3em;
	}

h3 {
	padding:0;
	font-size: 1.2em;
	}

#sidebar h3 {
	margin:5px 0 0 10px;
	padding: 0;
	font-size:1.1em;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font:1.1em/1.4em Arial, Verdana, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 762px;
	}

#page.sub {
	margin: 0 auto;
	padding: 0;
	width: 762px;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

body .contacts {
	margin: 0 auto;
	padding: 0;
	width: 762px;
	background-color:#fff !important;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#inner {
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 424px; 
	width: 100%;
	}

#page.sub #header {
	margin: 0; 
	padding: 0; 
	height: 170px; 
	border-bottom:10px solid #0eceea;
	background-image:none;
	width: 100%;
	}

#page.sub_index #header {
	margin: 0; 
	padding: 0; 
	height: 170px; 
/*	border-bottom:10px solid #0eceea;*/
	background-image:none;
	width: 100%;
	}


#title {
	padding:0px 34px 10px 34px;
	}

#title .logo {
	float:left;
	display:inline;
	margin: 0;
	}

#title .title {
	margin: 12px 0 0 14px;
	}

#title .slogan {
	margin: 0 0 0 14px;
	}

#menu {
	margin:30px 0 0 37px;
	padding:0;
	height:33px;
	cursor:default;
	}

#menu img {
	margin:0 8px;
	vertical-align:top;
	height:33px;
	}

#menu a img {
	margin:0;
	}

#menu a.menu1 img { background: url('images/menu1.gif') no-repeat top left; }
#menu a.menu2 img { background: url('images/menu2.gif') no-repeat top left; }
#menu a.menu3 img { background: url('images/menu3.gif') no-repeat top left; }
#menu a.menu4 img { background: url('images/menu4.gif') no-repeat top left; }
#menu a.menu5 img { background: url('images/menu5.gif') no-repeat top left; }

#menu a:hover img {
	background-position: center left;
	}

#menu a:active img {
	background-position: center left;
	}

#menu a.active img, #menu a:hover.active img {
	background-position: bottom left;
	}

#intro { 
	margin:37px 0 0 31px;
	padding:19px 0 0 9px;
	height:120px;
	border-left:25px solid #a1a3a4;
	} 

#intro .title2 { 
	margin:6px 0 7px 0;
	} 

#welcome {
	position:relative;
	width:389px;
	margin: 0 -390px 0 0;
	}

#welcome .welcome {
	position:absolute;
	padding: 30px 35px 30px 35px;
	margin: -23px 0 0 8px;
	background: url('images/bg_welcome.gif') no-repeat left top;
	}

/* =====================================================================*/

#welcome #welcome_text
{
	position:absolute;
	margin: 920px 0 0 5px;
	width:365px;
	height:auto;
	font-size:18pt;
}

#welcome #welcome_text h2
{
	font-size:12pt;
}


#welcome #welcome_text2
{
	position:absolute;
	margin: 260px 0 0 5px;
	width:365px;
	height:auto;
	font-size:7pt;
}

#welcome #welcome_text2 a
{
	 font-size:8pt;
}

#welcome #welcome_text2 ul li
{
	padding-left:4px;
}

#welcome #welcome_text2 ul
{
	padding-left:0px;
}
#welcome #welcome_text2 #paper ul
{
	padding:0;
	margin:0;
}
#welcome #welcome_text2 .children
{
	padding:0;
	margin:0;
	border-left:1px solid #fff;
}

#welcome #welcome_text2 .children a
{
	color: #2570b7;
	text-decoration:none;
}

#welcome #welcome_text2 .children a:hover
{
	color: #2d79bf;
	text-decoration:underline;
}




#welcome #welcome_text2 .children li
{
	padding-left:7px;;
}


#p404
{
	width:500px;
	padding:20px 20px 20px 20px;
}

#p404 .children
{
	margin:0;
}

/* =====================================================================*/


#welcome[id] .welcome {
	padding: 40px 20px 40px 35px;
	}


#welcome .welcome .title {
	margin:5px 0 0px 0;
	}

#welcome p {
	margin:3px 0 0 0;
	padding:0;
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	text-indent:15px;
}

#sidebar {
	float: right;
	display:inline;
	position:relative;
	padding:20px 15px 10px 10px;
	width:200px;
	margin:0 0 0 -220px;
	}

#sidebar form {
	margin: 0;
	}

#content {
	height:420px;
	padding: 0;
	}

.children a, li a, ul li a
{
	color:04b6e2;
}

#content[id] {
	height:auto;
	min-height:420px;
	}

#content.widecolumn {
	height:330px;
	padding: 0 15px;
	}

#content[id].widecolumn {
	height:auto;
	min-height:330px;
	}

#content.widecolumn.withside {
	position:relative;
	margin: 0 230px 0 0;
	height:330px;
	padding: 0 0 0 15px;
	}

#content[id].widecolumn.withside {
	height:auto;
	min-height:330px;
	}


#paper {
	position:relative;
	margin:0 0 0 0;
	background:#fff;
	}

#paper .clip {
	float:left;
	display:inline;
	position:absolute;
	z-index:10;
	margin:-21px 0 0 132px;
	}

#paper .left { background: url('images/bg_paper_l.gif') repeat-y left top; }
#paper .right { background: url('images/bg_paper_r.gif') repeat-y right top; }
#paper .top { height:20px; font-size:1px; line-height:1px; background: url('images/bg_paper_t.gif') repeat-x left top; position:relative; }
#paper .top .tlc { position:absolute; float:left; display:inline; width:37px; height:48px; background: url('images/bg_paper_tlc.gif') no-repeat left top; }
#paper .top .trc { float:right; display:inline; width:20px; height:20px; background: url('images/bg_paper_trc.gif') no-repeat right top; }
#paper .bottom { height:20px; font-size:1px; line-height:1px; background: url('images/bg_paper_b.gif') repeat-x left bottom; }
#paper .bottom .blc { float:left; display:inline; width:20px; height:20px; background: url('images/bg_paper_blc.gif') no-repeat left bottom; }
#paper .bottom .brc { float:right; display:inline; width:20px; height:20px; background: url('images/bg_paper_brc.gif') no-repeat right bottom; }

#paper .text {
	position:relative;	
	margin:0 0 0 0;
	padding:10px 30px 20px 30px;
	}

#paper h1 {
	width:310px;
	}

#content h1 {
	margin:0;
	padding:0;
	color:#04b6e2;
	font: normal 1.4em/1.45em Tahoma, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align:left;
	}

#content h1 a {
	color:#04b6e2;
	text-decoration:none;
	}

#content h1 a:hover {
	color:#0496c2;
	text-decoration:none;
	}

#content h2 {
	margin:0;
	padding:20px 0 0 0;
	color:#45494b;
	font: bold 1.2em/125% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align:left;
	}

#content.widecolumn h1 {
	margin:0;
	padding:0 0 10px 0;
	color:#04b6e2;
	font: normal 1.5em/130% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing:-0.03em;
	text-align:left;
	}

#content.widecolumn h1 .label {
	margin-top:7px;
	vertical-align:top;
	}

#content .postlist {
	margin:0;
	padding:10px 0 10px 0;
	border-top:1px solid #ccc;
	}

#content .postlist h1 {
	margin:0;
	padding:0;
	color:#04b6e2;
	font: bold 1.2em/125% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing:0;
	text-align:left;
	}

#content .postlist h1 .label {
	margin-top:4px;
	vertical-align:top;
	}


#content .postlist a.more-link {
	top:0px;
	margin:0 0 10px 0;
	}


#content a.more-link {
	position:relative;
	top:5px;
	float:right;
	display:inline;
	margin:0;
	padding-left:4px;
	width:71px;
	height:14px;
	font:bold 10px/12px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	background: url('images/more.gif') no-repeat left top;
	text-decoration:none;
	}

#serv a.more-link {
	position:relative;
	top:5px;
	float:right;
	display:inline;
	margin:0;
	padding-left:4px;
	width:71px;
	height:14px;
	font:bold 10px/12px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	background: url('images/more.gif') no-repeat left top;
	text-decoration:none;
	}
#serv a:hover
{
	text-decoration:underline;
}

#content a.more-link:visited {
	color:#fff;
	}

#content a.more-link:hover {
	color:#fff;
	text-decoration:underline;
	}


.narrowcolumn {
	padding: 0;
	margin:0 0 0 390px;
	}

.widecolumn {
	padding: 0;
	margin:0 0 0 0;
	width:auto;
	}

.post {
	margin: 0;
	text-align: justify;
	}

.post hr {
	display: block;
	}




.widecolumn .post {
	margin: 20px 10px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: -5px 0 0 0;
	font-size:0.915em;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 10px 0;
	margin: 0 auto;
	clear: both;
	text-align: center;
	border-top:3px solid #87898a;
	}

#footer a {
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#45494b;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}

#footer .menu {
	margin:15px 0;
	text-align: center;
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#45494b;
	}

#footer .menu a {
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	color:#45494b;
	}

#footer .menu span {
	margin:0 15px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 50px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	width:200px;
	text-align:right;
	}

.alignleft {
	float: left;
	width:200px;
	text-align:left;
	}
/* End Images */



/* Begin Lists */

#welcome ul {
	list-style:none;
	margin:0 0 0 12px;
	padding:2px 0;
}

#welcome ul li {
	margin:1px 0;
	padding:0 0 0 10px;
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	background: url('images/li.gif') no-repeat left 5px;
}

#paper p {
	margin:4px 0;
	padding:0;
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	}

#paper ul {
	border-left:2px solid #45494b;
	list-style:none;
	margin:10px 0 0 0px;
	padding:0 0 0 12px;
}

#paper ul li {
	margin:1px 0;
	padding:0 0 0 10px;
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	background: url('images/li.gif') no-repeat left 5px;
}

#paper ul li a {
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	color:#45494b;
	text-decoration:underline;
}

#paper ul li a:hover {
	text-decoration:none;
}

/**/
#serv ul {
	
	list-style:none;
	margin:10px 0 0 0px;
	padding:0 0 0 12px;
}

#serv ul li {
	margin:1px 0;
	padding:0 0 0 10px;
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	background: url('images/li.gif') no-repeat left 5px;
}

#serv ul li a {
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	color:#45494b;
	text-decoration:underline;
}

#serv ul li a:hover {
	text-decoration:none;
}
/**/

#content.widecolumn ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 15px;
}

#content.widecolumn ul li {
	margin:1px 0;
	padding:0 0 0 10px;
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	background: url('images/li.gif') no-repeat left 5px;
}

#content.widecolumn ul li a {
	font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	color:#45494b;
	text-decoration:underline;
}

#content.widecolumn ul li a:hover {
	text-decoration:none;
}


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul ul {
	margin:0 0 0 20px;
	}

#sidebar li ul li {
	border-top:1px solid #fff;
	}

#sidebar li ul li a {
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0;
	padding:0;
	text-align: center;
	}

#searchform h2 {
	padding:0 0 5px 0;
}

#sidebar #searchform #s {
	margin:1px 0 0 0;
	padding:2px 2px 0 2px;
	width: 100px;
	font:12px/12px Arial, Verdana, Helvetica, sans-serif;
	vertical-align:top;
	height:14px;
	}

#sidebar #searchsubmit {
	vertical-align:top;
	height:14px;
	padding:0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.backlink {
	padding:10px 0 10px 0;
	}

.toleft { text-align:left; }
.tocenter { text-align:center; }
.toright { text-align:right; }

.widgettitle { text-align:left;}

#random-posts-widget
{
	list-style:none;
}

.pager { text-align:center;  }

#contacts { margin:-30px 0 0 0; }
#contacts table { margin:0 auto; }

.message { width:439px; }
.message[class] { width:419px; }

#print { float:right; display:inline; margin:10px 12px 10px 0; }
#print .print {	font:0.915em/1.3em Arial, Verdana, Helvetica, sans-serif; }
#print .print img { vertical-align:top; }


/* End Various Tags & Classes */


#content .services { margin:20px 0 10px 0; border:1px solid #ccc; border-width:1px 0; }
#content .services td { vertical-align:top; padding:0 0 10px 0; }
#content .services h2, #content h2.subtitle {
	margin:0;
	padding:10px 0;
	color:#45494b;
	font: bold 1.3em/130% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align:left;
}
#content .services ul { margin:0; padding:0; }
#content .services ul li { margin:5px 20px 15px 0; background-image:none; padding-left:20px; }

#content .services .width50 { width:50%; }

#content .panel {
}
#content .panel p {
	margin:0;
	padding:0;
	text-indent:0 !important;
}
#content .panelTab {
	cursor: pointer;
	font-weight:bold;
	margin-left:-15px !important;
	padding-left:15px !important;
	background:url('images/plus.gif') left 2px no-repeat !important;
}
#content .panelContent {
}

#content .panelOpen .panelTab {
	color:#45494b !important;
	background:url('images/minus.gif') left 2px no-repeat !important;
}
#content .panelTabHover, #content .panelOpen .panelTabHover {
	color:#25292b !important;
}
#content .panelFocused .panelTab {
	color:#25292b !important;
}

.invalid { display:none; }

.error { color:#cc0000 !important; text-align:center; }
.error a { color:#cc0000 !important; text-decoration:underline !important; }
.error a:hover { text-decoration:none !important; }

.ok { color:#595 !important; text-align:center; }

#order-form { margin:-20px 0 20px 0; }
#order-form table { margin:0 auto; width:480px; }
#order-form table td { padding:3px 5px; }
#order-form input { margin:2px 0 5px 0; }
#order-form textarea { margin:2px 0; width:450px; }
#order-form .radio { margin:3px 0 0 0; }
#order-form select { width:auto; margin:2px 0 5px 0; }

.marked { color:#114477; font-size:1.1em; line-height:1.6em; font-weight:bold; }

#sidebar .gazp { margin-top:40px; }
#sidebar .gazp div { margin:5px 0 0 20px; padding:0; text-align:left; width:104px; height:80px; }
#sidebar .gazp div h3 { padding-top:0; }
#sidebar .gazp div img { margin:0 !important; padding:0 !important; position:relative; top:-55px; }
#sidebar[id] .gazp div img { top:0; }

.datatable { text-align:left; }
.datatable table { border-top:1px solid #c7c9ca; padding:0; }
.datatable td { border-bottom:1px solid #c7c9ca; padding:0; }

#cont_adsens
{
	padding-top:10px;
	text-align:center;
}

#home_cat
{
	
}

#home_cat li, ul
{
	list-style:none;
}

