/*  
Theme Name: Neverbyte
Theme URI: http://www.neverbyte.net
Description: Tested on WP 2.7.1
Version: 1.0
Author: Ivan Alonso
Author URI: http://www.neverbyte.net
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 15px;
	background: #2F2F2F url(images/fondo.png) repeat;	
}

h1, h2, h3 {
	margin-top: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { 
	font-size: 20px; 
	border-bottom: 1px solid;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 160%;
}

a {
	color: #DD6622;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin: 0px auto; }
img.alignleft { margin-right: 20px; }
img.alignright { margin-left: 20px; }

/* Wrapper */
#wrapper {
}

/* Cabecera de la web */
#header {
	width: 920px;
	height: 330px;
	margin: 0px auto;
	background: url(images/cabecera.jpg) no-repeat top center;
	color: #999999;
}

/* Logo */
#logo {
	width: 610px;
	height: 125px;
	position: relative;
	top: 50px;
	left: 240px;
	background: url(images/logo.png) no-repeat top left;	
}

#subtitle {
	width: 559px;
	height: 64px;
	position: relative;
	top: 60px;
	left: 310px;
	/* background: url(images/subtitulo.png) no-repeat top left; */
}

/* Menu */
#menu {
	position: relative;
	top: 90px;
	height: 50px;
}

#menu #header_links {
	position: relative;
	height: 50px;
	width: 300px;
	left: 40px;
}

#menu #header_icons {
	left: -50px;
	position: relative;
	float: right;
	color: #494949;
}

#menu #header_icons .header_icon {
	float: left;
	margin: 0 2px 0 0;
}

/* Page */
#page {
	width: 920px;
	margin: 0px auto;
	background: url("images/fondo.png") repeat scroll 0 0 #2F2F2F;
}

#bgtop {
}

#bgbottom {
}

/* Contenido */
#content {
	float: left;
	width: 650px;
	padding: 0px;
}

.post {
	padding: 40px 40px 30px 40px;
	margin: 2.6em 0;
	background: none repeat scroll 0 0 #3C3C3C;
	color: #AAAAAA;
 border-radius: 10px;  
 -ms-border-radius: 10px;  
 -moz-border-radius: 10px;  
 -webkit-border-radius: 10px;  
 -khtml-border-radius: 10px;  
}

.post .title {
	margin: 0px 0px 10px 0px;
}

.post .date, .post .date a {
	margin: 0px 0px 10px 0px;
	text-transform: lowercase;
	font-size: 16px;
	color: #666666;
    text-align: center;
}

.post .foot, .post .foot a {
	margin: 0px;
	text-transform: lowercase;
	font-size: 16px;
	color: #666666;
    text-align: center;
}

.post .title h2, .post .title h3 {
	margin: 0px;
	line-height: 1.2em;
}

.post .title h2 a, .post .title h3 a {
	text-decoration: none;
	color: #CCCCCC;
}

.post .title h2 a:hover, .post .title h3 a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

.post .entry {
}

.post .wp-caption-text {
    text-align: center;
}

.post img {
	margin: 0 15px 0 15px;
    padding: 2px;
    border: 1px solid;
    border-color: #8D8D8D;
}

.post .ttf {
    padding: 0px;
    border: 0px;
}

blockquote {
	border-left: 3px solid #DD6622;
	padding: 0 0 0 15px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 200px;
	color: #AAAAAA;
	margin: 4.0em 0;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
    margin: 10px 0 0 0;
}
#sidebar li ul {
	margin: 0px 0px 25px 0px;
}
#sidebar li li {
	line-height: 17px;
}

#sidebar h2 {
	margin: 0px;
	padding: 0 0px 15px 0px;
}

#sidebar a {
}

#google-ad {
    margin : 0 auto;
    padding: 0 0 15px 10px; 
}

.navigation{
	width: auto;
	height: 64px;
	padding: 0px 10px 0 10px;
	font-size: 20px;
	color: #AAAAAA;
}

#commentform{
	color: #AAAAAA;
}

/* Footer */
#footer {
	width: 920px;
	height: 50px;
	margin: 0px auto;
	color: #CCCCCC;
	text-align: center;
	font-size: 18px;
}

hr {
	display: none;
}

#comment {
	width: 565px;
}

.comment_info, .commentmetadata {
	color: #CCCCCC;
	margin: 0 0 10px 0;
}

.comment_info a {
}

.commentlist img {
	border: none;
}

#searchform {
	margin: 0;
	padding: 0 0 0 10px;
}

#s {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 20px;
	border: none;
}

#searchsubmit {
	margin: 5px 0 20px 0;
	padding: 2px 5px;
	border: 0;
	
}
