/*  
Theme Name: Blogamers
Theme URI: http://www.blogamers.net
Description: Theme original del weblog <a href="http://www.blogamers.net/">Blogamers</a>
Version: 2.0
Author: Miguel Angel "RaymaN" Ruiz
Author URI: http://www.blogamers.net
*/

/* Blogamers CSS. Si quieres utilizar algo te ruego que te pongas antes en contacto conmigo, gracias :) */

/*++++++++++++++++++++++++ VARIOS ++++++++++++++++++++++++++*/

* {
	padding: 0; 
	margin:0;
}
p {
	margin-top: 8px;
	line-height:1.5em;
	text-align: justify;
}
img {
	border: 0;
}
blockquote {
	color:#888;
	margin: 10px 30px 10px 30px;
	padding: 0 30px 0 30px;
	background: url(/images/quote.png) no-repeat left top;	
}
body {
	background: #fff url(/images/headerbg.jpg) repeat-x;
	margin: 0; 
	font: 11px tahoma; 
	color: #666; 
	text-align: justify;
}
a {
    text-decoration:none;
}
a:link, a:visited {
	color: #ff6000;
}
a:hover, a:active {
	color: #fff;
	background: #ff6000;
}
acronym {
	cursor: help;
}

/*++++++++++++++++++++++++ CONTAINER ++++++++++++++++++++++++++*/

#container {
	margin: 0 auto; 
	width: 1000px; 	
	text-align: left;
}

/*++++++++++++++++++++++++ HEADER ++++++++++++++++++++++++++*/

#header .f_search { 
	float: right;
	margin-top: 5px;
}
#headerimage {
	clear: both; 
	background: url('/images/logo.png') no-repeat center;
	height: 100px;
	width: 100%;
}
* html #headerimage {
	clear: both; 
	background: url('/images/logoie.jpg') no-repeat center;
	height: 100px;
	width: 100%;
}

/*++++++++++++++++++++++++ MENU CSS ++++++++++++++++++++++++++*/

#nav {
	position: relative;
	left: 0px;
	height:	27px;
	margin-left:		0px;
}
.menu {
	font:				bold 14px Trebuchet MS;
	color:				#fff;
	text-transform: 	uppercase;
}
#nav ul li {
	display:			inline;
}
#nav ul li a,#nav ul li a:visited {
	display:			block;
	float:				left;
	color:				#fff;
	padding: 			4px 10px 0 10px;
}
#nav ul li a:hover {
	color:				#ff6000;
	background-color:	#fff;
	text-decoration:	none;
	height: 			23px;
}

/*++++++++++++++++++++++++ CONTENIDO ++++++++++++++++++++++++++*/

#content {
	margin: 0;
}
.post-date {
	width: 60px;
	height: 50px;
	float:right;
	background: url(/images/cmtitle.jpg) no-repeat;
}
.post-day {
	font-family: Trebuchet MS;
	font-size: 36px;
	text-align: center;
	display:block;
}
.tags {
	margin-top: 28px;
	font-size: 10px;
	color: #999;
}
 html #content {
	height: 1%;
}
#content ul {
	margin: 5px 0 5px 10px;
	list-style-image: url(/images/list.gif);
}
#content li {
	margin-left: 10px;
	line-height:1.5em;
}
* html #content li {
	list-style: url(/images/listie.gif) outside;
}
#content ol {
    list-style-type:decimal;
    margin: 5px 0 5px 20px;
}
#content-main {
	float: left;
	width: 565px; 
	margin-top: 10px;
}
 html #section-index #content-main {
	margin-right: 0px;
}
#content h2,
#content h3 {
	font-weight:normal;
	letter-spacing:0px;
}
#content .entry  {
    margin:0px 0;
	padding-top: 8px;
	background: url(/images/metabg.jpg) no-repeat;
	background-position: bottom;
}
#content .pagentry  {
    margin:0px 0;
}
p a img {
	padding: 2px;
	border: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #ff6000;
	background: #ff6000;
}
#imgder {
	margin-left:10px;
}
#imgizq {
	margin-right:10px;
}
a #imgder {
	padding: 2px;
	border: 1px solid #ccc;
}
a #imgizq {
	padding: 2px;
	border: 1px solid #ccc;
}
a:hover #imgder {
	border: 1px solid #ff6000;
	background: #ff6000;
}
a:hover #imgizq {
	border: 1px solid #ff6000;
	background: #ff6000;
}
#content .post {
	margin-bottom: 30px;
}
#content .posttitle {
	font: 14px Trebuchet MS;
	font-variant: small-caps;
	border-bottom: 1px solid #ff6000;
	float: left;
	width: 495px;
}
#content .postmetadata {
	clear:both;
	font-size:10px;
	color:#999;
	margin-top: 8px;
	padding: 5px;
}
#content .metadata {
	padding-right: 20px;
}
#content .metadata img {
	vertical-align: -25%;
}
#content .pagetitle  {
	color: #666;
	font: 14px Trebuchet MS;
	font-variant: small-caps;
	border-bottom: 1px solid #ff6000;
	margin-bottom: 8px;
}
#content h2.archivo  {
	padding-bottom:0px;	
	text-align: center;
	font-size: 20pt;
	color: #ff6000;
	font-variant: small-caps;
}
#galerybox {
	padding: 5px;
	margin-top: 20px;
	background: #eee;
	border: 1px solid #ccc;
	width: 100%;
	line-height:1.8em;
}
#related {
	padding-top:10px;
	border-top: 1px dotted #ccc;
	margin-bottom:10px;
}
#related ul {
	padding-right: 10px;
}
#paginacion {
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Trebuchet MS;
}


/*++++++++++++++++++++++++ SIDEBAR ++++++++++++++++++++++++++*/

#sidebar {
	width: 180px;
	font-size: 11px;
	float: right;
	margin-top: 10px;
}
#sidebar ul {
	margin:0;
}
* html #sidebar li {
	list-style: url(/images/listie.gif) outside;
}
#sidebar li {
	list-style: url(/images/list.gif);
	margin-top:3px;
	margin-left:12px;
	*list-style: url(/images/listie.gif) outside;
	line-height: 1.3em;
}
#sidebar ul ul {
	list-style-image: url(/images/list.gif);
	margin: 5px 0 0 20px;
}
#sidebar ul ul ul {
	margin:0 0 5px -10px;
}
#sidebar2 {
	float: left; 
	width: 180px;
	font-size: 11px;
	margin-right: 37px;
	margin-top: 10px;
}
#sidebar2 ul {
	margin:0;
}
#sidebar2 li {
	margin-top:3px;
	margin-left:12px;
	list-style: url(/images/list.gif);
	*list-style: url(/images/listie.gif) outside;
	line-height: 1.3em;
}
* html #sidebar2 li {
	list-style: url(/images/listie.gif) outside;
}
#sidebar2 ul ul {
	list-style-image: url(/images/list.gif);
	margin: 5px 0 0 20px;
}
#sidebar2 ul ul ul {
	margin:0 0 5px -10px;
}
.review {
	padding: 3px;
	border: 1px solid #ccc;
}
.review:hover {
	border: 1px solid #ff6000;
	background: #ff6000;
}
#sidebox {
	margin: 0;
	background: #eee;
	text-align: left;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}
#sidebox2 {
	margin-bottom:10px;
}
#box {
	padding: 5px;
}
.wp-tag-cloud {
	display:inline; 
	line-height: 20px;
	font-size: 24px;
}

/*++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++*/

#footer {
	background: url(/images/footerbg.jpg) repeat-x; 
	margin: 0 auto; 
	margin-top: 30px;
	border-top: 2px solid #ddd;
	width: 100%;
	height: 40px;
	clear: both;
}
#footer .footer2 {
	margin: 0.7em 0;
	line-height:1.5em;
	text-align: center;
}
 html #footer {
	height: 31px;
}

/*++++++++++++++++++++++++ COMENTARIOS ++++++++++++++++++++++++++*/

#commentlol {
	color: #ff6000;
	font: 20px bold;
	font-family: Trebuchet MS;
	text-align:right;
	margin-bottom: -20px;
}
#comments, #respond {
	margin: 0;
	padding:1em 0 0 0;
	font-size: 11px;
	font-family: Tahoma;
	text-align: center;
}
#commentform {
	margin:10px 0;	
	padding:10px;
	background:#eee;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum  a{
	color: #666;
	margin:0 5px 0 0;
	border-right: 1px dotted #ccc;
	padding-right: 5px;
	font-weight: bold;
}
.commentnum  a:hover{
	color: #ff6000;
	background: transparent;
}
.commentdate {
	font-size: 10px;
	color: #999;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px dotted #ccc;
}
#container .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#container .commentlist li {
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	border-bottom: #ddd 1px solid;
}
#container .commentlist li.alt {
    background:#eee;    
}
#container .commentlist li.authorcomment {
    border:#ff6000 1px solid;      
}
input.textbox, textarea {
	border:#ccc 1px solid;
	background:#fff;
	font:11px Tahoma;
	padding:2px;
}
textarea {
	padding:10px;
	line-height:1.5em;
	height: 20em;
	font-family: Tahoma;
	font-size: 11px;
}
input.textbox:focus, textarea:focus {
	background:#fff;
	border:#999 1px solid;
}
#submit {
	padding:3px 5px;
}
.post h4  {
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma;
}
.post h4 em {
	font-style:normal;
	float:right;
	font-weight:normal;
}

/*++++++++++++++++++++++++ BUSCADOR ++++++++++++++++++++++++++*/

input.search { 
	color: #666; 
	font-family: Tahoma;
	font-size:11px;
	padding: 2px;
	padding-left: 5px;
	background: url(/images/search-bg.png) no-repeat;
	border: 0;
}

/*++++++++++++++++++++++++ LOGIN ++++++++++++++++++++++++++*/

input.textbox1 {
	border:#ccc 1px solid;
	background:#fff url(/images/user.png) no-repeat right;
	font:11px Tahoma;
	padding:3px;
	margin-bottom: 4px;
}
input.textbox1:focus, textarea:focus {
	border:#999 1px solid;
}
input.textbox2 {
	border:#ccc 1px solid;
	background:#fff url(/images/key.png) no-repeat right;
	font:11px Tahoma;
	padding:3px;
	margin-bottom: 4px;
}
input.textbox2:focus, textarea:focus {
	border:#999 1px solid;
}

/*++++++++++++++++++++++++ PAGINACION ++++++++++++++++++++++++++*/

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}
div.pagination a {
	background: #eee;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #666;
}
div.pagination a:hover, div.pagination a:active {
	background:#ff6000;
	border: 1px solid #ddd;
	color: #fff;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ddd;	
	font-weight: bold;
	background-color: #ff6000;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}