/*  
Theme Name: Club Byte
Theme URI: http://clubbyte.com/
Description: Plantilla de Club Byte dise&ntilde;ada en exclusiva por el famoso estudio de dise&ntilde;o <a href="http://prood.com/">Prood</a>.
Version: 2.0
Author: Rodrigo Barona
Author URI: http://prood.com/

	Club Byte v2.0
	 http://prood.com/

	This theme was designed and built by Rodrigo Barona,
	whose blog you will find at http://prood.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	margin: 0;
	background: #fff url(images/fondo_web.jpg) top left repeat-x;
}
a:link {
	color: #29A14F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #29A14F;
}

div#clear {
	clear: both;
	margin: 0;
	padding: 0;
}

hr {display:none;}

DIV#contenedor {
	margin:0 auto 0 0;
	padding:0;
	width:770px;
	background: #fff url(images/menu_fondo.gif) top left repeat-y;
}

DIV#header {
	height: 143px;
	background: url(images/header_fondo.jpg) top left no-repeat;
	margin:0;
	padding:0;
}

	/*-- Estilo para el logotipo de la web, con rollover incluido... --*/
	#header h1 {
		margin: 10px 0 0 25px; /* Esto se usa para IE */
		float:left;
	}
	
	html>body #header h1 { 
		margin: 10px 0 0 49px; /* Esto es un hack para realizar modificaciones en Firefox */
	}
	
		#header h1 a {
			width: 100px;
			display:block;
			float: left;
			padding: 100px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/:100px; /* for IE5/Win only */
			background: url(/images/spacer.gif);
		
		}
		#header h1 a:hover {
			background: url(/images/spacer.gif);
		
		}
	/*-- Estilo para los enlaces... ---*/
	#header  ul {
		color: #fff;
		font-size:12px;
		padding: 125px 0 0 199px;
		margin: 0;
		text-align:left;
	}
	
		#header  li {
			display: inline;
			list-style-type: none;
		}
		
			#header  a {
				color: #fff;
				font-weight: bold;
				padding: 0;
				margin: 0 0 0 12px;
				text-decoration:none;
			}
			
			#header a:hover {
				color: #333;
				text-decoration:none;
			}
			
			

	DIV#sidebar {
		width:181px;
		padding: 10px;
		margin: 0;	
		float:left;
	}
	
		#sidebar form {
			padding: 0;
			margin: 0;	
		}
	
		#sidebar h2 {
			display:block;
			padding: 38px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/:38px; /* for IE5/Win only */
			margin:0;
		}
		
		#sidebar ul {
			color: #fff;
			font-size:12px;
			padding: 5px 0 10px 5px;
			margin: 0;
			text-align:left;
		}
		
		#sidebar  li {
			display:block;
			list-style-type: none;
			padding: 0 0 5px 0;
			font-size:10px;
			font-weight:bold;
		}
		
		#sidebar  li a {
			color:#29A14F;
		}
		
			#sidebar  small {
				color: #666;
				font-size:10px;
				font-weight:normal;
			}

			#sidebar  small a{
				color: #666;
				font-size:10px;
				font-weight:normal;
			}
			
	#txt {
		width:544px;
		margin:0;
		padding: 10px 10px 20px 0;
		line-height:150%;
		float:right;
	}
	
	#txt p {
		margin: 0 0 12px 0;
		padding:0;
	}
		#txt h3 {
			padding:10px 0 0 0;
			margin:0;
			color:#29A14F;
			font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
			font-size:20px;
			font-weight:bold;
			line-height: 125%;
		}
		
			#txt h3 a {
				color:#29A14F;
				text-decoration:none;
			}
			
			#txt h3 a:hover {
				background:#29A14F;
				text-decoration:none;
				color:#fff;
			}
			
		#txt h4 {
			padding:8px 0 4px 0;
			margin:0;
			color:#29A14F;
			font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			line-height: 125%;
			border-bottom: 1px solid #ccc;
		}
			
			#txt .fecha {
				color:#999;
				margin:0;
				padding:0 0 10px 0;
				font-size:10px;
			}
			
			#txt .comentarios {
				color:#666;
				margin:0;
				padding:0 0 10px 0;
				font-size:10px;
			}

				#txt .comentarios a {
					color:#666;
					font-weight:bold;
					text-decoration:none;
				}	
				
					#txt .comentarios a:hover {
						background:#666;
						color:#fff;
					}	
					
			#txt #post {
				background: url(images/linea.gif) bottom center no-repeat;
				padding: 0 0 5px 0;
				margin: 0 0 15px 0;
			}
			
			
	DIV#footer {
		border-top: 3px solid #29A14F;
		background:#333;
		padding: 7px;
		margin: 0 15px 0 0;
		text-align:center;
		color:#fff;
		font-size:10px;	
	}
	
		#footer a {
			color:#fff;
		}
		
		
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

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

.commentmetadata {
	font-weight: normal;
	}




.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/
