/*
Theme Name: Black+White
Theme URI: http://themeforest.net/item/black-white-simple-theme/22705
Description: Simple and clean theme
Version: 2.0
Author: Collis Taeed, Tomas Roggero
Tags: simple, clean, black, white, black+white
*/
* {outline:0}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
ul, ol{ list-style: none; }

body {
	color:#353535;
	font: normal 13px/20px Arial, Helvetica, sans-serif;
}
blockquote{
	background: #fff url(images/quotes.png) top left no-repeat;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:20px 0;
	padding:10px 0 10px 50px;
}

a{
	color:#30a4b3;
	text-decoration:none;
}
a:hover{
	color:#aa1111;
}

input[type=button].styled, input[type=submit].styled{
	background:#30A4B3 none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	padding:5px 10px;
	text-transform:uppercase;
}
input[type=button].styled.hover, input[type=submit].styled.hover{
	background:#AA1111 none repeat scroll 0 0
}

.clear{ clear:both; }
.left{ float:left; }
.right{ float:right; }

div.cuadro{
	background:#f8f8f8;
	border:1px solid #ececec;
	padding:10px;
}

h2.post-title{
	font-family:"Lucida Sans Std","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:26px;
	padding:20px 0 0 0;
	text-transform:uppercase;
}
div.post-meta{
	background:#f8f8f8;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
	font-size:14px;
	padding:0 10px;
}
div#comments{
	margin-top:20px;
	font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}
.read-more a{
	background:#242424;
	border:1px solid #2f2f2f;
	color:#FFF;
	font:9px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:3px 4px;
	text-align:center;
	text-transform:uppercase;
}
.read-more a:hover{
	color:#30a4b3;
}
div.adv-125{
	background:#f8f8f8;
	border:1px solid #ececec;
	display:block;
	float:left;
	height:125px;
	width:125px;
	margin:0 1px 1px 0;
}

#container{
	margin:0 auto;
	width:940px;
}

#header{
	margin:0;
	width:100%;
}
#top-header{
	height:80px;
}
#header h1{
	background: url(images/logo.gif) no-repeat;
	display:block;
	float:left;
	height:80px;
	text-indent:-2000em;
	width:200px;
}
ul#nav{
	float:right;
	margin:35px 0 0 0;
}
ul#nav li{
	float:left;
}
ul#nav li a{
	color:#8e8e8e;
	padding:5px 10px;
	text-transform:lowercase;
}
ul#nav li a:hover, ul#nav li.active a:hover{
	color:#000;
}
ul#nav li.current_page_item a{
	color:#30A4B3;
}
#header-img{
	background:url(images/header.jpg) no-repeat;
	display:block;
	height:231px;
	width:700px;
}
#header-img span{
	display:none;
}

#content{
	width:100%;
}
#content #wrapper{
	margin:20px 0 0 0;
	width:700px;
}
#content div.col340{
	border-top:1px solid #d0d0d0;
	float:left;
	margin:20px 15px 0 0;
	padding-top:15px;
	width:335px;
}
#content #wrapper p{
	margin:10px 0;
}

#workflow{
	background:#353535 url(images/workflow.gif) no-repeat;
	height:200px;
	text-indent:-2000em;
	width:930px;	
}


#sidebar{
	background:#2e2e2f;
	color:#bab9ad;
	margin-left:10px;
	padding-bottom:20px;
	width:230px;
}
#sidebar div{
	margin:10px 0;
	padding:5px 15px;
}
#sidebar div h2{
	width:200px;
	color:#fff;
	padding:3px 0;
	text-indent:5px;
	font-weight:normal;
	font-size:15px;
	font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
}
#sidebar div ul { /* .sidebar-widget */
	list-style:url(images/sidebar_li.gif) ;
	line-height:23px;
	margin-left:20px;
	padding-left:10px;
}
#sidebar div ul li a{ /* .sidebar-widget */
	color:#bab9ad;
}
#sidebar div ul a:hover{ /* .sidebar-widget */
	color:#30a4b3;
}

#footer{
	border-top:1px solid #d0d0d0;
	color:#7e7e7e;
	font-size:12px;
	margin-top:23px;
	padding-top:15px;
	width:100%;
}
#footer a{
	color:#7e7e7e;
}
#footer a:hover{
	color:#ccc;	
}
#footer span{
	color:#353535;
}


/*
 * COMMENTS METHOD
 */
#comment_form input.text_input, #comment_form textarea.text_area {
	border:1px solid #333;
	color:#777;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 5px;
	width:400px;
}
ul.comment_list {
	list-style: none;
	margin-bottom: 40px;
	border-top: 1px solid #bbb;
}
ul.comment_list li, ul.comment_list li.alt, ul.comment_list li.author_comment_, ul.comment_list li.author_comment_alt {
	padding: 15px 10px 5px 10px;
	border-bottom: 1px solid #bbb;
}
ul.comment_list li .children { padding-left: 20px; }
ul.comment_list li .children li { border-bottom: none;}
ul.comment_list li.alt { background: #f5f5f5; }
ul.comment_list li.author_comment_alt,ul.comment_list li.author_comment_ { background: #f3f3ff; }
.comment_intro { line-height: normal; }
* html .comment_intro { margin-bottom: 0; }
.avatar { float: right; margin: 0 0 10px 10px; background: #fff; border: 1px solid #eee;padding: 2px; }
.comment_author { font-weight: bold; }
.comment_meta { font-size: .8em; }
.comment_meta a { color: #999; text-decoration: none; }
#comments .entry { margin-top: 15px; font-family:Arial,Helvetica,sans-serif;}


/*
 * SOCIABLE PLUGIN
 */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.share-social{
	overflow:hidden;
	width:200px;
}
.share-social div{
	float:right;
	margin:0 0 0 15px;
}
