/* 
Theme Name: FERJKT 
Theme URI: http://www.ferjkt.com.br/web 
Description: Dynamic MultiColumn Website 
Version: 1.2 
Author: Claris Interativa 
Author URI: http://www.clarisinterativa.com 
*/

/*myClasses*/

#blogCat li {
	padding: 12px;
	border-bottom: 1px dashed lightgrey;
}

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

body {
	background: #f0efee url("_img/gradient.jpg") repeat 0 0;
	background-attachment: fixed;
	font-family: Dax, Calibri, "Microsoft Sans Serif", "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 1.6;
	color: #363636;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #3d3d3d;
	font-weight: normal;
	font-family: Dax, Calibri, "Microsoft Sans Serif", "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-size: 30px;
	letter-spacing: -1px;
}

h2 {
	font-size: 26px;
	letter-spacing: -1px;
}

h3 {
	font-size: 22px;
	margin-top: 18px;
	letter-spacing: -1px;
}

h4 {
	font-size: 16px;
	letter-spacing: -1px;
	margin-bottom: 7px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

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

a {
	text-decoration: none;
	color: #3a97ca;
}

a:hover {
	text-decoration: underline;	
}

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

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

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: none;
}

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;
}


fieldset {
	border: 0;
	padding: 0;
}

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

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

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:0;
	padding:0;	
	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;	
	color:#4C4C4C;
}

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

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 960px;
	min-height: 610px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.clearfix {
	clear: both; 
}

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

/** Header **/

#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100px;
	margin-bottom: 15px;
	border: 0px solid red;
}

#logo {
	position: absolute;
	top: 12px;
	left: 0;
	width: 260px;
	height: 100px;
}


/*** Main Menu ***/

ul.sf-menu {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	list-style-type:none;
	padding: 0;
	z-index: 2;
	overflow: hidden;
}

ul.sf-menu > li.page_item > a, ul.sf-menu > li.cat-item > a {
	font-size: 14px;
	display: block;
	padding: 15px 15px 0 15px;
	color: #000000;
	border-right: 1px solid #868581; 
}

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 {
	color: #dedede;
	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;
}

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: #1d76b8;
} /* 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: 0;
	background: #fff url("images/tanaka.png") no-repeat 0 0;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border: 1px solid lightgrey;
}

#main {
	background:transparent;
}

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

#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

/*** Sidebar ***/

#sidebar {
	font-family: Dax, Calibri, "Microsoft Sans Serif", "Trebuchet MS", Arial, sans-serif;	
	float: right; 
	width: 350px;
}

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

div.block {
	background: #f5f5f5 url(images/block-top.gif) no-repeat top left;
	position: relative;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: 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: 9px;
}

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

div.standart_widget > ul li, div.ui-tabs-panel > ul li{
	padding: 12px;
	border-bottom: 1px dashed lightgrey;
}

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 {
	color: #5e5e5e;
}

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

div#twitter ul li a {display: inline;}

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;
}

div#twitter {overflow: hidden;}

div#twitter ul li a {color: #bababa;}

a#twitter-link {text-transform: uppercase; color: #c2c2c2; float:right;}

.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-family: Dax, Calibri, "Microsoft Sans Serif", "Trebuchet MS", Arial, sans-serif;
	color: #810839;
	font-size: 14px;
	letter-spacing: 0;
}

.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 {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 20px;
	color: grey;
	clear: both;
	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: grey;
}

#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: #3a97ca;
	text-decoration: none;
}

#footer h6 {
	float: right;
	font-family: Dax, Calibri, "Microsoft Sans Serif", "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 0px;
}

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

/** Services Page **/

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

/** Portfolio Page **/

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

ul#categories li {
	margin-bottom: 11px;
}

/** Post **/

.post, .service-desc {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9eced;
}

.post.last, .service-desc.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 12px;
	color: #9eaab9;
	margin: 10px 0px 22px;
	font-style: italic;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Dax, Calibri, "Microsoft Sans Serif", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

.post img {
	border: 1px solid #e4e3e3; 
	float: left;
	margin: 0px 20px 10px 0px;
}

.post h2{line-height: 1.3;}

#commentform input#submit {
	background: #F2F2F2 url(images/submit.gif) repeat-x;
	border: 1px solid #BBBBBB;
	color: #464646;
	cursor: pointer;
	padding: 5px 8px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

#commentform input#submit:hover {
	border-color: #666666;
	color: #000000;
}

div#current_cat {
	border: 1px solid #e9e9e9;
	border-left: none;
	border-right: none;
	background: #f3f3f3;
	padding: 10px 10px 10px 20px;
	margin-bottom: 25px;
}

div#current_cat h4 {margin:0px;color: #828282;}

div.navigation {overflow: hidden;}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

.service-desc img {float: left; margin:7px 15px 2px 0;}

.service-desc h2 {margin-bottom: 5px;}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}

/** Contact Page **/

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 }

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 270px;
	}

#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;
	text-decoration: none;
	font-weight: bold;
	}

	
#wp-calendar caption {
	text-decoration: none;
	font: bold 14px Arial, Sans-Serif;

	}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
	}
/* End Calendar */

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;}