/*
Theme Name: gekkO(theme)
Theme URI: http://gekkotaku.com/
Description: Primer tema oficial para gekkOtaku lanzado en enero 2010.
Version: 1.0
Author: Perceptive-Studio
Author URI: http://perceptive-studio.com/

***
n e s t O r ( style.css @ gekkOtaku.com[ v1 ] )
creado bajo el techo de __perceptive-studio__ el 2009-12-28
nestor arroba perceptive guion studio punto com
habiendo dicho eso, bienvenido a mi codigo

Hola Visitante! ^___^ */



/* ======================================= Begin Typography & Colors ======================================= */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	text-align: center;
}

.base {
	text-align: left;
}

.widecolumn .entry p { font-size: 1.05em; }

.narrowcolumn .entry, .widecolumn .entry { line-height: 1.6em; }

.widecolumn { line-height: 1.6em; }

small {
	font-size: 0.9em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 { font-size: 1.8em; }

h2.pagetitle { font-size: 1.8em; }

h3 { font-size: 1.3em; }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #444; }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a{
	color: #444; /*06c-40A13A-DD4C82*/
	text-decoration: none;
}
a:hover{
	color: #40A13A;
	text-decoration: underline;
}
/* ======================================= End Typography & Colors ======================================= */



/* ======================================= Begin Structure ======================================= */
body {
	background: #88d4e3 url('images/base/bg.jpg') fixed;
	margin: 0;
	padding: 0;
}
.table{ overflow: hidden; display: block; }

.base {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 1000px;
}

#header_1, #header_2, #header_3{
	height: 203px;
	float: left;
}
#header_1{
	background: url('images/header/header_1.png') no-repeat;
	width: 35px;
}
#header_2{
	background: url('images/header/header_2.png') no-repeat;
	width: 298px;
}
#header_3{
	background: url('images/header/header_3.png') no-repeat;
	width: 667px;
}

.base_content{
	background: #fff url('images/base/bg_content.png') repeat-y;
	padding: 0 20px;
}

/* ======================================= header img ======================================= */
#header { }

.headerimg { margin: 0 0 25px 0; }

.headerimg .newsBox{
	float: left;
	width: 270px;
	height: 420px;
	text-align: justify;
}
.headerimg .newsBox hr{
	display: block;
	width: 230px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #fff;
}
.headerimg #slider{ float: right; }

.newsBox div{
	overflow: hidden;
	height: 55px;
	margin: 10px 0;
	padding: 0 8px;
	
	opacity: 0.35;
	filter: alpha(opacity=35);
}

.newsBox div h3{
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 4px 0;
}

.newsBox a{
	font-weight: bold;
	text-decoration: none;
	color: #444;
}
.newsBox a:hover{
	color: #444;
	text-decoration: none;
}

.newsBox div img{
	float: left;
	margin-right: 8px;
}

.newsBox div small{
	color: #717171;
	font-style: italic;
}


/* ======================================= POST ======================================= */
.narrowcolumn {
	float: left;
	width: 670px;
}

.post{
	text-align: justify;
	overflow: hidden;
	margin-bottom: 80px;
}

/* ======================================= post-head ======================================= */
.post .post-head h2{
	font-size: 26px;
	margin: 0 0 3px 0;
	padding: 0;
}
.post .post-head h2 a:hover{
	color: #444; /*40A13A*/
	text-decoration: underline;
}

.post .post-head img.avatar{
	float: left;
	margin-right: 5px;
	border: 1px solid #B5B5B5;
	padding: 2px 2px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.post .post-head small {
	font-size: 1em;
	color: #a2a2a2;
}
.post .post-head small a{
	font-weight: bold;
	color: #a2a2a2;
}
.post .post-head small a:hover{ color: #666; }
.post .post-head small a:before{ content: "#"; }

/* ======================================= post entry ======================================= */
.post .entry{
	font-size: 13px;
	margin-top: 15px;
}

.post .entry h1,
.post .entry h2,
.post .entry h3{
	margin-bottom: 10px;
}

.post .entry a{ color: #DD4C82; }
.post .entry a:hover { text-decoration: underline; }

.post .entry p{
	padding: 0;
	margin: 0 0 10px 0;
}
.post .entry .thecontent{
	margin-top: 30px;
	padding: 0 15px;
}

.post .entry .postmetadata{
	width: 650px;
	background-color: #f5f5f5;
	border-bottom: 3px solid #d5d5d5;
	margin-top: 30px;
	padding: 8px 10px;
	font-weight: bold;
}
.post .entry .more-link{ float: right; }

.entry .postmetadata a{
	color: #797979; /*40A13A-DD4C82*/
	text-decoration: none;
	border: none;
}
.entry .postmetadata a:hover{ color: #40A13A; text-decoration: none; }

.entry .commentcount{
	padding-left: 20px;
	background: url('images/base/comment.png') no-repeat left 2px;
}
/* ======================================= Banner ======================================= */


.clear { clear: both; }


/* ======================================= Begin Footer ======================================= */
#base_footer{
	background: url('images/base/base_footer.png') no-repeat;
	width: 1000px;
	height: 20px;
	margin: 0 auto;
}

#footer {
	background-color: #444;
	color: #fff;
	font-size: 10px;
	margin: 40px 0 0 0;
	padding: 30px 0;
	border-top: 5px solid #636363;
}

#footer .footer-cont{
	width: 1000px;
	background: #444 url('images/base/shi.jpg') no-repeat 700px bottom;
	margin: 0 auto;
	text-align: left;
	line-height: 15px;
}

#footer .footer-cont div{
	width: 130px;
	float: left;
	padding: 0 10px;
	
}

#footer .footer-cont div.rights{ width: 205px; }
#footer .footer-cont div.rights img{ margin-bottom: 10px; } 
#footer .footer-cont div.rights p{ margin-bottom: 3px; } 
#footer .footer-cont div.rights a{
	color: #88d4e3;
	font-weight: bold;
}

#footer .footer-cont div.lastPosts{
	width: 350px;
	border-right: 1px dotted #5C5C5C;
}

#footer .footer-cont h3{
	font-size: 16px;
	text-align: left;
	color: #88d4e3; /*52A7CC*/
	margin: 0 0 7px 0;
	padding: 0 0 0px 5px;
}

#footer .footer-cont a{
	color: #fff;
	text-decoration: none;
}
#footer .footer-cont a:hover{ text-decoration: underline; }

#footer .footer-cont ul{
	margin: 0 0 0 5px;
	padding: 0;
}
#footer .footer-cont li{ margin-left: 10px; }

#footer p {
	margin: 0;
	padding: 0px 5px;
}
/* ======================================= End Footer ======================================= */



/* ======================================= Begin Navigation ======================================= */
.nav{
	font-size: 21.5px;
	float: right;
}
.nav ul{
	margin-top: 17px;
	padding: 0;
}
.nav li{
	float: left;
	list-style: none;
	margin-right: 10px;
	margin-left: 10px;
}
.nav .menuC{
	float: left;
	background-color: #444;
	height: 60px;
}
.nav a{
	color: #fff;
	text-decoration: none;
}
.nav a:hover, .nav .current_page_item{
	padding-bottom: 12px;
	border-bottom: 5px solid #54B948;
}

.menuL, .menuR{
	width: 17px;
	height: 60px;
}
.menuL{
	background: url('images/header/menuL.png') no-repeat;
	float: left;
}
.menuR{
	background: url('images/header/menuR.png') no-repeat;
	float: right;
}


.wp-pagenavi{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
/* ======================================= End Navigation ======================================= */



/* ======================================= Begin Sidebar ======================================= */
#sidebar {
	width: 270px; /* there is 20px from left margin separation */
	float: right;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol { margin: 0; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

#sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.35em;
	color: #DD4C82;
	margin-bottom: 8px;
}

#sidebar ul li ul li {
	overflow: hidden;
	background-color: #F4F4F4;
	padding: 4px 10px;
	border-right: 3px solid #c9c9c9;
}
#sidebar ul li ul li:hover {
	background-color: #DCFFCB; /*D4FFBC*/
}
#sidebar ul li ul li a:hover {
	color: #444;
	text-decoration: none;
}


#sidebar .the_author{ font-size: 13px; }
#sidebar img.avatar, #related_posts_thumbnails img{
	margin-right: 5px;
	border: 1px solid #B5B5B5;
	padding: 2px 2px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#sidebar .aktt_tweets ul li a, #sidebar .aktt_tweets ul li a:hover{ text-decoration: underline; }


#related_posts_thumbnails {
	font
}
#related_posts_thumbnails li a:first-child,
#related_posts_thumbnails li a:last-child {
	float: left;
}
#related_posts_thumbnails li a:last-child {
	width: 160px;
	font-size: 13px;
}
#related_posts_thumbnails li img {
/*	margin-right: 8px;*/
/*	vertical-align:text-top;*/
}
/* ======================================= End Sidebar ======================================= */



/* ======================================= Begin Headers ======================================= */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2{ margin: 0px 0 0; }

h2.pagetitle {
	font-family: Helvetica, "Lucida Grande", sans-serif;
	font-size: 30px;
	text-transform: lowercase;
	padding: 0 0 2px 10px;
	border-bottom: 1px solid #ccc;
}
h2.pagetitle:before {
	content: "#";
}

#sidebar h2 {
/*	margin: 5px 0 0;*/
/*	padding: 0;*/
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}
/* ======================================= End Headers ======================================= */



/* ======================================= Begin Lists ======================================= */
.post ul, .post ol {
	margin: 10px 0 10px 22px;
	padding: 0 0 0 13px;
}

.post ul { list-style-type: disc; }
.post ol { list-style: decimal outside; }

.post li {
	border-left: 1px dotted #666;
	padding: 0 0 0.5em 0.5em;
	line-height: 1.5em;
}
/* ======================================= End Entry Lists ======================================= */



/* ======================================= Begin Form Elements ======================================= */
#searchform {
	margin: 37px 85px 0 0;
	text-align: center;
	float: right;
}

#searchform #s{
	background: url('images/header/search_field.png') no-repeat;
	width: 295px;
	height: 41px;
	float: left;
	font-size: 22px;
	border: none;
	padding: 0 5px 0 5px;
}

#searchform #searchsubmit {
	background: url('images/header/search_button.png') no-repeat;
	width: 74px;
	height: 41px;
	font-size: 17px;
	font-weight: bold;
	color: #444;
	border: none;
	float: left;
}
/* ======================================= End Form Elements ======================================= */



/* ======================================= Begin Comments ======================================= */
.alt {
	margin: 0;
	padding: 10px;
}

#comments {
	font-size: 1.1em;
	text-align: justify;
}
.commenthead h3 {
	background: url(images/base/comment.png) 0 2px no-repeat;
	letter-spacing: 1px;
	margin: 40px auto 0;
	padding: 0 0 5px 20px;
}
.commenthead p{
	margin-top: 0;
	margin-bottom: 0;
}

.comment{
	position: relative;
	padding: 10px;
	border-top: 3px solid #EEE;
	overflow: hidden;
}

.comment big{
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.comment img.avatar {
	float: left;
	border: 1px solid #ccc;
}

.comment p {
	font-weight: normal;
	line-height: 1.5em;
}

.comment_tit{ 	margin-left: 10px; }
.comment_cont{
	display: block;
	margin-left: 80px;
}


/* pingbacks comments*/
.pingback{
	text-align: left;
	overflow: hidden;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 3px solid #EEE;
}
.pingback .comment_tit{
	float: none;
	width: 100%;
	margin-left: 0;
	
}
.pingback .comment_cont{ margin-left: 0; }


.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

#commentform p { margin: 5px 0; }

#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }

/* replys */
.comment p.thdrpy{ 	float: right; }
.comment p.thdrpy a{
	background: url(images/base/reply.png) 0 0 no-repeat;
	color: gray;
	padding: 2px 0 0 18px;
}
.comment p.thdrpy a:hover{ background: url(images/base/reply.png) 0 -16px no-repeat; }
.comment p.thdrpy a:active{ background: url(images/base/reply.png) 0 -32px no-repeat; }

.comment-child{
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	
	margin: 5px 2px 10px 4px;
	padding: 10px 2px 0 10px;
}
.comment-child img{
	margin-right: 8px;
}
.comment-child big {
	font-size: 1em;
}
/* ======================================= End Comments ======================================= */



/* ======================================= Begin Various Tags & Classes ======================================= */
acronym, abbr, span.caps { cursor: help; }

acronym, abbr {
	border-bottom: 10px dashed #999;
}

blockquote {
	background: url('images/base/quote.gif') no-repeat left 0px;
	margin: 0px 30px 0 10px;
	padding-left: 35px;
}

.center { text-align: center; }

.hidden { display: none; }

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr{ display: none; }

a img { border: none; }

span#newComm, span#popComm{ cursor: pointer; }
span#newComm:hover, span#popComm:hover{ text-decoration: underline; }

#myTooltip {
	line-height: 10px;
	text-align: left;
	background: #F8FFC0;
	border: 1px solid #797979;
	border-radius:5px;
	padding: 5px;
	opacity:0.9;
	-moz-border-radius:5px;
}

.toTop {
	position: fixed;
	bottom: 5px;
	right: 0px;
}

.followus{
	background: #fff;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 0 10px;
	text-align: center;
}
.followus img{
	margin: 0;
	padding: 0;
	display: inline;
/*	float: left;*/
}
/* ======================================= End Various Tags & Classes ======================================= */



/* ======================================= Begin Images ======================================= */
.attachment-cover-thumbnail{ width: 670px; }

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }

.alignleft { float: left; }
/* ======================================= End Images ======================================= */



/* ======================================= Captions ======================================= */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin: 5px 0;
}
.wp-caption.alignleft{ margin-right: 8px; }
.wp-caption.alignright{ margin-left: 8px; }

.wp-caption p.wp-caption-text {
	font-size: 10.5px;
	color: #666;
	line-height: 17px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 2px 5px;
}
/* ======================================= End captions ======================================= */



/* ======================================= GALLERY GEKKO ======================================= */
#gallery-1 img:hover, #gallery-2 img:hover, #gallery-3 img:hover{
	border-color: #444;
}
/* ======================================= END GALLERY GEKKO ======================================= */
#archive img{
	margin-top: 30px;
	float: left;
}
#archive div{
	width: 440px;
	float: right;
}
