/*  
	Theme Name: BlueBird
	Theme URI: http://blog.yagarasu.com
	Description: Sitio que combina con el index de mi dominio.
	Author: Yagarasu
	Author URI: http://www.yagarasu.com/
	Version: 1.0
	Tags: blue, gray, modern, shadows
*/

body {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: url('estilo/background.jpg') repeat-x;
}

a {
	color: #0071bc;
	text-decoration: none;
}
a:hover {
	color: 000;
}

#container {
	position: relative;
	min-height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: url('estilo/footer.jpg') bottom repeat-x;
}

/* HEADER inicia */
#header {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 345px;
	background: url('estilo/header.jpg') no-repeat;
}

#header ul {
	position: absolute;
	margin: 0px;
	top: 37px;
	padding: 0px;
	list-style: none;
}

#header ul li {
	display: inline;
	float: left;
	font-size: 14px;
}

#header ul li a {
	display: block;
	width: 100px;
	border-left: 3px solid #0071bc;
	padding-left: 5px;
	color: #FFF;
	letter-spacing: 3px;
}

#header ul li a:hover {
	border-left: 3px solid #FFF;
	color: #0071bc;
}
/* HEADER termina */

/* CONTENT inicia */
#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#splash {
	position: absolute;
	top: -235px;
	left: 20px;
	width: 810px;
	height: 210px;
	background: #CCC;
	clear: both;
}

#splash img {
	border: 0px;
}

#pages {
	clear: both;
	width: 850px;
	height: 40px;
	background: url('estilo/pages_box.jpg');
}

#pages ul {
	margin: 0px;
	padding: 10px 20px 0px 20px;
	list-style: none;
}

#pages ul li {
	float: left;
}

#pages ul li a {
	padding: 0px 30px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #000;
	
}

#pages ul li a:hover {
	color: #0071bc;
}

#sidebar {
	width: 290px;
	float: right;
	margin: 0px 0px 0px 0px;
}

#sidebar .head {
	margin: 0px;
	height: 20px;
	width: 290px;
	background: url('estilo/sidebar_top.jpg');
}
#sidebar .content {
	margin: 0px;
	width: 290px;
	background: url('estilo/sidebar_mid.jpg');
}
#sidebar .foot {
	margin: 0px;
	height: 30px;
	width: 290px;
	background: url('estilo/sidebar_bot.jpg');
}

#sidebar h2 {
	font-size: 16px;
	color: #0071bc;
}

#sidebar ul {
	margin: 0px 30px 0px 30px;
	padding: 0px;
	list-style: none;
}

#sidebar ul li {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#sidebar ul ul {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	list-style: url('estilo/listitem.jpg');
}

#sidebar ul ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar h2 {
	margin: 0px;
}

#posts {
	width: 550px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#posts .head {
	margin: 0px;
	height: 20px;
	width: 550px;
	background: url('estilo/posts_top.jpg');
}
#posts .content {
	margin: 0px;
	background: url('estilo/posts_mid.jpg');
}
#posts .foot {
	margin: 0px;
	height: 30px;
	width: 550px;
	background: url('estilo/posts_bot.jpg');
}

#posts .post, #posts .page {
	margin: 0px 30px 0px 30px;
}

#posts .post-date {
	float: right;
	display: block;
	width:  80px;
	margin: 0px 10px 15px 15px;
	background: #ccc;
}

#posts .post-date span {
	display: block;
	width: 100%;
	margin: 2px;
	text-align: center;
}
#posts .post-date .day { font-size: 14px; font-weight: bold; }

#posts .post-title {
	margin: 0px;
}

#posts .alignleft { float: left; margin: 0px 15px 15px 0px; border: 0px; }
#posts .alignright { float: right; margin: 0px 0px 15px 15px; border: 0px; }
#posts .aligncenter { display: blockM; margin-left: auto; margin-right: auto; border: 0px; text-align: center;}

#posts img { margin: 5px; }

#posts hr {
	visibility: hidden;
	height: 30px;
}

#navigation {
	width: 300px;
	margin: 50px auto 0px auto;
	text-align: center;
}

/* CONTENT termina */

/* FOOTER inicia */
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	clear: both;
	height: 130px;
	color: #FFF;
}

#socialnet {
	float: right;
	margin-right: 20px;
}

#socialnet ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#socialnet ul li {
	display: inline;
	float: right;
	margin: 3px;
}

#socialnet ul li a {
	display: block;	
	width: 50px;
	height: 50px;
}

#socialnet ul li span { display: none; }

#social_twitter a { background: url('estilo/btnTwitter.jpg'); }
#social_twitter a:hover { background: url('estilo/btnTwitter_H.jpg'); }
#social_deviantart a { background: url('estilo/btnDeviantart.jpg'); }
#social_deviantart a:hover { background: url('estilo/btnDeviantart_H.jpg'); }
#social_youtube a { background: url('estilo/btnYoutube.jpg'); }
#social_youtube a:hover { background: url('estilo/btnYoutube_H.jpg'); }

#socialnet h1 {
	font-size: 12px;
	text-align: right;
}

#copyleft {
	width: 630px;
	float: left;
	text-align: center;
}
#copyleft p {
	margin-left: 20px;
	margin-right: 20px;
}
/* FOOTER termina */



/*
#twitter {
	float: right;
	width: 200px;
	background: url('twitter_mid.jpg') repeat-y;
}

#twitter .head h1 { display: none; }

#twitter .head { background: url('twitter_top.jpg') no-repeat; height: 27px; }
#twitter .content { margin-left: 12px; }
#twitter .foot { background: url('twitter_bot.jpg') no-repeat; height: 17px; }
*/