/*  
Theme Name: Blogotomic Theme
Theme URI: http://www.solounblog.com
Description: Un theme simple con una columna ancho fijo de 900 pixeles.
Version: 1.0
Author: Sebastian Guzman

*/

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #333;
}

input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px;
}

label{
	float:left;
}

a:link, a:visited{
	text-decoration: none;
	color: #006699;
}

a:hover{
	text-decoration: none;
	color: #0094DB;
}

h1, h1 a {
	color: #006699;
	font-size: 26px;
	font-family: Times New Roman, Georgia, Serif;
	margin: 15px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

h1 a:hover {
	color: #0094DB;
	text-decoration: none;
}

h2, h2 a {
	color: #006699;
	font-size: 21px;
	font-family: Times New Roman, Georgia, Serif;
	margin: 15px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

h2 a:hover {
	color: #0094DB;
	text-decoration: none;
}

h3, h3 a {
	color: #006699;
	font-size: 17px;
	font-family: Times New Roman, Georgia, Serif;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

h3 a:hover {
	color: #0094DB;
	text-decoration: none;
}

h4, h4 a {
	color: #006699;
	font-size: 12px;
	font-family: Times New Roman, Georgia, Serif;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

h4 a:hover {
	color: #0094DB;
	text-decoration: none;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header{
	float: left;
	width: 100%;
	height: 110px;
	background: #6495ED;
}

#header h1, #header h1 a {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Times New Roman, Georgia, Serif;
	margin: 35px 25px 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header .description {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0 0 0 70px;
	letter-spacing: 1px;
}

#navigator{
	float: left;
	width: 100%;
	height: 40px;
	background: #E0FFFF;
	border-bottom: solid 1px #77BCDD;
}

#navigator .search{
	float: right;
	margin-top: 100px;
	margin-right: 100px;
}

#navigator ul {
float: left;
font-size: 15px;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 5px 0px 0px;
	}
#navigator li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	
#navigator ul li a {
	font-size: 13px;
	color: #77BCDD;
	text-decoration: none;
	padding: 0px 5px 0px 15px;
	}

#navigator ul li a:hover {
	color: #000000;
	text-decoration: none;
	}

#container{
	float: left;
	width: 593px;
	border-right: solid 1px #77BCDD;
}

.post{
	padding:4px 10px;
	width:570px;
	position:relative;
	border-bottom:1px solid #77BCDD;
}

.post ol{
	margin:0;
	padding:0;
}

.post ol li{
	list-style: decimal inside;
	padding:4px 0 4px 10px;
	margin:0;
}

.post ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 10px;
}

.post ul li {
	list-style: square outside;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 1px;
}

.post blockquote p{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #D2F0FF;
	font-style: italic;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	margin: 3px 0 0 0;
	font-size: 10px;
}

.prev{
	margin: 15px 5px 15px 5px;
	float:left;
	text-align:left;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
}

.next{
	margin: 15px 5px 15px 5px;
	float:right;
	text-align:right;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
}

/* ###############    SIDEBAR SPACE     #################### */

.sidebar{
	float: left;
	width: 305px;
	margin: 0 0 0 0px;
	display: inline;
}

.sidebar h2 {
	color: #77BCDD;
	font-size: 15px;
	font-family: Times New Roman, Georgia, Serif;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px #77BCDD solid;
}

.feeds {
	margin: 10px 0 0 5px;
	background: #D2F0FF;
	width: 300px;
	height: 60px;
}

.sidebar .rss ul{
	background:url(images/Billboard_Feed_Add_48x48.png) no-repeat 4px 5px;
	padding:5px 0 0 34px;
	height:90px;
}

.sidebar .rss ul li{
	list-style-type: none;
	margin:0 0 0 30px;
	padding:5px 0 4px 0;
}

.sidebar .rss ul li a{
	border-left:none;
}

.sidebar .rss ul li a:hover{
	border:none;
}

.banner {
	margin: 10px 0 0 5px;
	width: 300px;
	height: 100px;
}

.banner a, a:hover, a:active{
	border:none;
}

.sidebar ul {
	list-style: none;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	}
	
.sidebar li {
	list-style-type: none;
	margin:10px 0 0 30px;
	padding:5px 0 4px 0;
	}
	
.sidebar ul li {
	margin:0px 0 0 10px;
	padding:2px 0 4px 0;
	}
	
.sidebar ul li a {
	border-left:none;
	}

.sidebar ul li a:hover {
	border:none;
	}
	

/* ###############    END SIDEBAR SPACE     #################### */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 30px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 30px 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	padding-top: 15px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* ###############     FOOTER SPACE     #################### */

#footer{
	clear: both;
	float: left;
	width: 100%;
	height: 85px;
	background: #77BCDD ;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	text-decoration: none;
}

#footer  a {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#footer  a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
