/*
      Theme Name: darioBF WP
      Theme URI: http://www.dariobf.com/
      Version: 2
      Author: Dario Balbontin Fernandez
      Author URI: http://www.dariobf.com
*/

* {
	margin:0;
}

body {
	background: url("images/bg_global.png") repeat-x;
	margin-top: -5px;
	padding: 0;
	font:x-small Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	background: url("images/bg_header.png") no-repeat center;
	width: 960px;
	height: 160px;
	margin:auto;
	
	position: relative;
}
#header .logo {
	width:200px;
	height:50px;
	
	position: absolute;
	top:20px;
	left:85px;
}

#header .last_tweet {
	background: url("images/lasttweet.png") no-repeat center;
	width:600px;
	height: 100px;
	
	position: absolute;
	top:43px;
	left:73px;
	
}
#header .last_tweet p {
	margin-top:45px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 13px;
	width: 465px;
}

#header .about {
	width:230px;
	height:80px;
	
	
	position: absolute;
	top:33px;
	right:27px;
}
#header .about .foto {
	float:left;
	width:59px;
	height:57px;
	border:3px solid #FFF;
}
#header .about h3 {
	float:left;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}
#header .about p {
	color:#fff;
	float:left;
	padding-left: 5px;
	padding-top: 2px;
}

#header .about ul {
	float:left;
	margin-top:10px;
	margin-left: 5px;
}
#header .about li {
	list-style: none;
	display: inline;
}
#header .sidebar {
	position: absolute;
	bottom:0;
	left:80px;	
	height: 28px;
	

}
#header .sidebar li {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;

	padding-right: 20px;	
}
#header .sidebar a {
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}

#header .sidebar a:hover{
	color:#9be7f4;
}



#container {
	width:960px;
	height: auto;
	margin:auto;
	
	position: relative;
}


#content {
	width:642px;
	float:left;

	margin-left: 60px;
	
	background: url("images/bg_container.png") repeat-y;
}

#content .post_top{
	width: 582px;
	height: 15px;
	margin: 20px 20px 0 20px;
	background: url("images/post_top.png") no-repeat top center;
	float:left;
}
#content .post {
	width:542px;
	margin: 0 20px 0 20px;
	height: auto;
	padding: 20px;
	background: url("images/post_body.png") repeat-y center;
	float:left;
}
#content .post_bottom{
	width: 582px;
	height: 15px;
	margin: 0 20px 20px 20px;
	background: url("images/post_bottom.png") no-repeat bottom center;
	float:left;
}

#content .post h2 a{
	font-size:20px;
	color:#2982AB;
	text-decoration: none;
	margin-bottom: 10px;
}
#content .post h2 a:hover {
	color:#9be7f4;
}
#content .post p{
	font-size: 12px;
	font-weight:60;
	
	padding-bottom: 13px;
}
#content .more {
	text-align: right;
}


#sidebarLeft {
	width:220px;
	height:100px;
	float:left;
}

#sidebarLeft a {
	text-decoration: underline;
	color: #fff;
}
#sidebarLeft a:hover {
	color:#9be7f4;
}

#sidebarLeft .subscribe {
	width:150px;
	padding:40px 0px 40px 80px;
	background: url("images/icons/rss1.png") no-repeat left center;

	font-size: 16px;
	text-align: center;
	display:block;
}

#sidebarLeft h3 {
	text-decoration: none;
	font-size: 20px;
	color:#9be7f4;
	
	font-weight: 900;
}
#sidebarLeft ul {
	list-style: none;
}
#sidebarLeft li {
	line-height: 20px;
}
#sidebarLeft .children {
	padding-left: 7px;
}
#sidebarLeft .children li{
	background:url("images/arrow1.png") no-repeat left center;
	padding-left: 15px;
	
	line-height: 20px;
}




#footer {
	width:582px;
	height: 80px;
	padding: 20px;
	
	background:#000;
	
	float:left;
}
#footer p {
	color: #aaa;
}













