/*
Theme Name: IdealCorp
Author: http://themeforest.net/user/YA?ref=YA
Description: Fully featured wordpress theme (with 7 colors), suitable for any corporate / portfolio site
Version: 2.7+
Author: YA
Tags: 7 colors, two columns, widgets, corporate, portfolio, cms

Run your site in seconds. Setup categories, pages and posts, in the theme options page - tweak options and the site is ready.
*/

/* Constelor red #98012e */

/*****Basic Elements*****/  

body {
	background: #e1e1e1 url(images/top_light.jpg) no-repeat 40% 0%;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #616161;
	padding-top: 30px;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #3d3d3d;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 30px;
	margin-bottom: 30px;
}

h2 {
	font-size: 26px;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 18px;
}

h4 {
	font-size: 16px;
	font-weight:bold;
	color:#98012e;
	margin-top: 40px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 30px 0 0 0;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color:#98012E;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 20px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {list-style-type: decimal;}
ul {list-style: square outside; margin: 0px 0px 15px 15px;}
li {padding-left:20px;}
ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

table th {
	color:#292A2D;
	font-size:14px;
	font-weight:bold;
	padding:10px 8px;
}

table tr.odd {
	background: #eeeeee;
}

table tr.even {
	background: #f8f8f8;
}

table td {
	padding: 8px;
}

table tfoot tr {
	font-size: 13px;
	color: #a1a0a0;
}

table tfoot tr td {
	border-top: 2px solid #e7e7e7;
	text-align: right;
}

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*overflow: hidden;*/
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

	/** Search **/

#search {
	background:transparent url(images/search.gif) no-repeat scroll 0 0;
	height:30px;
	position:absolute;
	right:0;
	top:14px;
	width:224px;
}

#search fieldset {
	border: 0px;
	padding:6px 3px 0 8px;
	overflow: hidden;
}

#search fieldset input {
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width:142px;
	font-size: 13px;
	float: left;
}

#search fieldset input#search-button {
	cursor:pointer;
	float:left;
	margin-left:4px;
	margin-top:-5px;
	padding-bottom:11px;
	text-indent:-9999px;
	width:61px;
}

/** Logo **/

#header span#slogan {display:none;}

#header .container {margin-bottom: 20px;}

/*** Main Menu ***/

ul.sf-menu {
	list-style-type:none;
	padding: 0px 0px 0px 35px;
	z-index: 2;
	position: relative;
	/* overflow: hidden; */
}

/*
ul.sf-menu > li {
	float: left;
	border-bottom: none;
	background: none;
} */


ul.sf-menu > li.page_item > a, ul.sf-menu > li.cat-item > a {
	font-size: 14px;
	display: block;
	padding:17px 14px 17px;
	color: #6f6f6f;
}

ul.sf-menu > li.page_item.current_page_item  > a, ul.sf-menu > li.cat-item.current_page_item  > a, ul.sf-menu > li.cat-item.current-cat  > a, ul.sf-menu > li.current-cat-parent > a, ul.sf-menu > li.current_page_ancestor > a, ul.sf-menu > li  > a:hover {
	background: #30434d url(images/active_menu_bg.gif) repeat-x top left;
	text-decoration: none;
}

ul.sf-menu > li.page_item.current_page_item, ul.sf-menu > li.cat-item.current-cat, ul.sf-menu > li.current-cat-parent, ul.sf-menu > li.current_page_ancestor {
	margin:0 5px;
}

ul.sf-menu > li.page_item.current_page_item  > a, ul.sf-menu > li.page_item.cat-item  > a, ul.sf-menu > li.cat-item.current-cat > a, ul.sf-menu > li.current-cat-parent > a, ul.sf-menu > li.current_page_ancestor > a, ul.sf-menu > li > a:hover {
	color: #dedede;
} /* font color of currently active top link */

ul.sf-menu a:hover {
	color:#cfcfcf;
}

ul.sf-menu > li.page_item.sfHover > a, ul.sf-menu > li.cat-item.sfHover > a {color: #eeeeee;}

/*** Content ***/

#content .container {
	padding: 0px 10px 0px 10px;
}

#main {
	background: url(images/main_bg.gif) repeat-y top left;
}

#main-bottom {
	background: url(images/content_bottom.gif) no-repeat top left;
	width: 960px;
	height: 16px;
}

#main_content {
	float: left; 
	width: 530px;
	padding: 0px 0px 0px 30px;
}

#content {
	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	margin-top: 35px;
	width: 340px;
}

#main  {padding: 25px 0px 25px;}

div.block {
	background: #f5f5f5 url(images/block-top.gif) no-repeat top left;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom:30px;
}

div.block.last, div.block:last-child {margin-bottom:0px;}

div.ui-tabs-panel, div.standart_widget div, div.standart_widget > ul{
	padding: 20px 30px 10px 12px;
}

div#advertisement {padding: 20px 30px 13px 12px;}

div.standart_widget > ul li, div.ui-tabs-panel > ul li{
	padding: 0px 0px 3px;
}

div.standart_widget > ul li ul, div.ui-tabs-panel > ul li ul{
	margin-left: 10px;
	border-left: 1px solid #e8e8e8;
	padding-left: 10px;
}

div.block a, div.block a:visited {
	color: #98012E;
}

div#latest div ul li a {display: block;}




div.block a:hover, div#twitter ul li a:hover, a#twitter-link:hover {
	color: #3a97ca;
}

div.block ul {list-style-type: none;}

div.block div#latest img{
	border: 2px solid #e8e8e8;
	float: left;
	margin: 3px 10px 0px 0px;
}

div.block div#latest ul li, div#twitter ul li {
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.block div#latest ul li:last-child {
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: none;
}

div.block div#latest ul li span {
	color: #bababa;
	font-style: italic;
}

div.block div.corner {
	background: url(images/corner.gif) no-repeat;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 5px;
	height: 41px;
	padding: 0px;
}

.block ul.tabs, .block h3 {
	overflow: hidden;
	padding: 4px 5px 3px 10px;
}

.block ul.tabs > li {
	display: inline;
	margin-right: 10px;
}

.block ul.tabs > li.last {
	margin-right: 0px;
}

.block ul.tabs > li a  {
	color: #8f8f8f;
	text-decoration: none;
}

.block ul.tabs > li a:hover {color: #212121;} 

.block ul.tabs > li.ui-tabs-selected a, .block h3, .block ul.tabs > li.ui-tabs-selected a:hover {
	color: #3d3d3d;
}

.block ul.tabs > li > a, .block h3 {
	font: bold 16px Arial, Helvetica, sans-serif0;
	padding: 7px 0 0 12px;
	color: #333333;
}

.textwidget img {padding-top: 20px;}

.block h3 {margin: 0px;}

.block .ui-tabs-hide {display:none;}

div#categories ul li, div#archives ul li {margin-bottom: 5px;}

div#subscribe img {
	float:left;
	margin: -5px 10px 10px 0px;
}

/*** Footer ***/

#footer {
	clear: both;
	padding: 0px 0px 25px;
	color: #aeb3b6;
	margin-top: -10px;
	overflow: hidden;
}

#footer ul#bottom-menu {
	float: left;
	list-style-type: none;
}

#footer ul#bottom-menu li {
	float: left;
	border-right: 1px solid #cbcdce;
	padding: 0px 5px;
}

#footer ul#bottom-menu li:first-child {
	padding-left: 0px;
}

#footer ul#bottom-menu li:last-child {
	border-right: none;
}

#footer ul#bottom-menu a, #footer h6 {
	color: #aeb3b6;
}

#footer ul#bottom-menu li.current_page_item a, #footer ul#bottom-menu li.current-cat a, #footer ul#bottom-menu li.current-cat-parent a, #footer ul#bottom-menu li.current_page_ancestor a, #footer ul#bottom-menu li a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
	font-family: Arial, sans-serif;
	margin-bottom: 0px;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

div#inner {
	clear: left;
	padding:0px;
	z-index: 1;
	/* position: relative; */
}

/** Home Page Content **/

#main-top {
	width: 960px;
	height: 20px;
	background: url(images/content_top.gif) no-repeat top left;
}

p#welcome {
	color: #737373;
	font-size: 16px;
	margin-bottom: 30px;
}

body#home #content h2 {
	margin-bottom: 15px;
}

body#home #main_content h3 {
	margin-bottom: 20px;
}

/** Contact Page **/
#contact p {line-height:20px; margin-bottom:20px;}
#sidebar li {margin-left:-43px;}


p#tip {
	font-weight: bold;
	font-size: 13px;
}






/** Contact us Form **/

p#contact_paragraph {
	color: #636363;
	font-size: 15px;
}

#contact_us {
/**	width: 460px; **/
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #5e5e5e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 438px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	background: url(images/send.gif) no-repeat;
	padding: 5px 10px;
	display: inline-block;
	width: 103px;
	border: 0px;
	cursor: pointer;
	height:36px;
	padding:8px 10px 28px;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float: left; margin: 0px 40px -2px 5px;max-width:530px;overflow:hidden;}
img.alignright { float:right; margin: 0px 0px 10px 40px;max-width:530px;overflow:hidden;}
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

form#commentform div#current_cat{margin-bottom: 15px;}

form#commentform textarea#comment {width:98%; border: 1px solid #e4e4e4; padding: 5px;}

.post-content h4 {font-size: 18px;}

ul#comments_section, ul#comments_section li {
	list-style-type: none;
	clear:both;
	list-style-type:none;
	margin-bottom:20px;
	padding: 10px 20px;
	position:relative;
}

ul#comments_section {padding: 0px;}

ul#comments_section li {
	border: 1px solid #ececec;
}

ul#comments_section ul {list-style-type:none;}

h5#comments {font-size: 16px; color: #9a9a9a; margin-bottom: 15px;}

img.avatar {position: absolute;top:10px;left:20px;}

.comment-author, .comment-meta, em.moderation {padding-left: 60px;}

.comment-author {padding-top: 4px;}

.comment-author a, .comment-meta a {color: #333333;}

span.says {color:#898989;display: none;}

div.reply {margin-bottom: 10px;}

.comment-meta {color:#929292; margin-bottom: 10px;font-size: 11px;}

.comment-meta a {color:#929292}

.cancel_comment {position: absolute; top:5px; right:0px;}

div#respond {position: relative;}

ul#recentcomments li {
	border-bottom:1px solid #EDEDED;
	margin-bottom:10px;
	padding-bottom:10px;
}

ul#recentcomments li:last-child {border-bottom:0px;margin-bottom:0px;}

ul#recentcomments li a {
	font-style:italic;
}

ul#recentcomments li a.url {color:#000000;font-style:normal;}
