/* 
	Theme Name: BricoGeek
	Theme URL: http://samuelrocha.es/
 	Description: Theme 2.0 de bricogeek, soporta widgets, titulo a la derecha.
	Author: Samuel J. Rocha
	Author URI: http://www.bricogeek.es/
	Version: 3.0
*/

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

hr {
	background-color: #9FEB57;
	height: 1px;
	border: 0;
	color: #9FEB57;
	margin: 10px 3px;
}

a, a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #666666;
}

a:hover {
	color: #9FEB57;
}

.widget select {
	border: 1px solid #CACACA;
    font-size: 14px;
    margin: 6px 0;
    padding: 1px;
    width: 100%;
}

body {	
	background: #eee;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #fff; 
	position: relative;
	width: 960px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom::1px solid #666;
	/*height: 600px;*/
	
}

.clear {clear: both;}
.floatleft {float:left;}
.floatright {float:right; top: 0px;}

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

/* NAV */

#nav {
	border-bottom: 2px dotted #000;
	margin: 3px 0px;
	padding-bottom: 2px;
}

#nav ul {
	margin: 5px 0 0 4px;
}

#nav ul li {
	display:inline;
}

#nav ul li.current_page_item a {
	color: #FF6600;
}

#nav ul li.current_page_item a:hover{
	color:#9FEB57;
}

#nav ul li a {
font-family:'Arial',verdana,Helvetica,sans-serif;
font-size:12px;
float:left;
padding:1px 10px 1px 0px;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
color: #999;
}

#nav ul li a:hover{
	color: #9FEB57;
}



/* HEADER */
#header {
	margin: 0px 25px;
	padding-bottom: 2px;
}

#header-left {
	width: 400px;
	background: #fff;	
}

#header-right {
	text-align:right;
	width: 510px;
	margin-top: 7px;
	background: #fff;
}

#titulo {
	margin-right: 25px;
}

/* CONTENT */

#content {
	margin-left: 25px; 
	width: 470px;
}

#content h2.pagetitle {
	margin: 6px 7px 10px;
	padding: 3px;
	color: #fff;
	border: 1px solid #9feb57;
	background: #9feb57;
}

.post { 
	margin: 3px 0px 20px 0;
}

	.title {
		margin: -10px 0px 0px;
		padding: 0px 7px;
}
	
		.title a, .title a:visited {
			text-decoration: none;
			color: #666666; 
		}
		
		
	.date {
		padding: 0px 7px;
		color: #333333;
		font-size: 10px;
		height: 20px;
	}
	
		.date a, .date a:visited {
			text-decoration: none;
			color: #333333; 	
		}


	.entry {
		color: #333333;
		margin: 0px;
		padding: 2px 7px;
	}
	
		.entry a, .entry a:visited {
			text-decoration: none;
			font-weight: bold;
			color: #FF6600; 
		}
		
		.entry a:hover {
			color: #9FEB57;
		}
		
		.entry img {
		
		}
		
		.entry p {
			margin-bottom: 10px;
			text-align: justify;
		}
		
		.entry ul, .entry ol {
			margin: 0px 0px 10px 20px;
			list-style-position: inside;
		}
		
		.entry li {
			margin-bottom: 7px;
			text-align: justify;
		}


	.info {
		margin: 0px;
		padding: 0px;
		color: #FF6600; 
		font-size: 10px;
		background: #fff;
		border: 0px solid #E4E4E4;
	}
	
		.info a, .info a:visited {
			text-decoration: none;
			color: #FF6600;	
		}

		.info a:hover {
			text-decoration: none;
			color: #FF6600;
			font-weight: bold;
		}
		
.relacionados {
	margin: 0px 0px 0px 0px;
	padding: 2px 7px;
	color: #000;
	font-size: 11px;
}

	.relacionados h3 {
		padding: 7px 0px;
		color: #000;
		font-size: 14px;
	}
	
	.relacionados ul, .relacionados ol {
		margin: 0px 0px 10px 15px;
		list-style-position: inside;
	}
	
	.relacionados li {
		margin:0px 0px 3px 20px;

	}
	
	.relacionados a, .relacionados a.visited {
		text-decoration: none;
		color: #996633;	
	}

/* SIDEBAR */

#sidebar {
	margin-right: 25px;
	width: 420px;
}

#sidebar ul {
	list-style:none;
	padding: 3px 5px;
}

#sidebar ul li {
	list-style:none;
	margin-bottom: 15px;
}


#sidebar ul li ul li{
	list-style:none;
	padding: 3px 5px;
	margin-bottom:2px;
	border-bottom: 1px dotted #000;
}

#sidebar ul li ul li#tag_cloud2{
       border-bottom:0px;
}

#sidebar h2 {
	text-align: left;
	margin-bottom: 5px;
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid #666666;
}

#sidebar a, #sidebar a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal; 
}

#sidebar a:hover {
	color: #FF6600;
	text-decoration: none;
}
	
	#leftsidebar, #rightsidebar {
		width: 200px;
	}
	
li#tag_cloud {
	text-align: justify;
}

li#tag_cloud a:hover{
	font-weight: normal;
	color: #9FEB57;
}

#bottomsidebar img {
	border: 1px solid #FF6600;
	padding: 2px;
	margin: 3px;
}

#bottomsidebar p {
	padding: 3px 10px;
}

/* SEARCH FORM */
#searchform {
	padding: 3px;
	margin: 5px;
	text-align: center;
	background: #F5F5F5;
	border: 1px solid #E4E4E4;
}
#s {
	border:1px solid #333333;
	font-size:11px;
	padding:3px;
	width:350px;
}

/* POST INFO */
#postinfo {
	padding: 6px 5px;
	margin: 5px;
	text-align: left;
	background: #F5F5F5;
	border: 2px dotted #FF6600;
}

#postinfo a, #postinfo a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold; 
}

#postinfo a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*	COMENARIOS */

.commentlist p {
	padding: 5px 0px;
}

h3#comments, h3#respond {
	margin: 15px 0 10px 0;
	padding: 7px 0px;
	color: #000;
	font-size: 14px;
}

#commentform {
	background: #F5F5F5;
	border: 1px solid #E4E4E4;
	margin: 0px 0px 0px 0px;
	padding: 2px 7px;
	color: #000;
}

#commentform p {
	padding: 5px 0px;
}

#submit {
	background:#778179;
	border: 1px solid #222333;
	color:#FFFFFF;
	font-size:11px;
	height:29px;
	width:170px;
}

#comment, #author, #email, #url, #s {
	border:1px solid #222333;
}

ol.commentlist {
	margin: 0px 0px 10px 20px;
	list-style-position: inside;
}

.commentlist li {
	padding:8px 10px;
}

.alt {
	background: #eee;
}

/* FOOTER */

#footer {
	border-top: 2px dotted #000;
	margin: 10px 25px 0px;
	padding: 7px;
}

#footer a, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}

#footer a:hover {
	color: #9FEB57;
}

/* CLASES IMAGENES WORDPRESS 2.5 */

img.size-medium, img.size-full {
	margin: 3px;
	padding: 2px;
	border: 1px solid #FF6600;
}

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

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

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

/*	ICONS */

span.autor, span.calendario, span.comentarios, span.categoria, span.tag, span.alert {
	margin: 0 0 0 10px;
	padding:0 0  3px 19px;
	line-height:17px;
}

span.autor { 
	background: url(images/icons/autor.png) no-repeat top left;
}

span.calendario {
	background: url(images/icons/calendario.png) no-repeat top left;
}

span.comentarios {
	background: url(images/icons/comentarios.png) no-repeat top left;
}

span.categoria {
	background: url(images/icons/categoria.png) no-repeat top left;
}

span.tag {
	background: url(images/icons/tag.png) no-repeat top left;
}

span.alert {
	background: url(images/icons/alert.png) no-repeat top left;
}

/* Nube de Tags*/

.nubetag {
	margin: 10px;
	text-align: justify;
	line-height: 35px;
}

.nubetag a, .nubetag a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #bbb;
}
		
.nubetag a:hover {
	color: #9FEB57;
}

/* Usa Firefox */

#UsaFirefox {
	background: #ccc;
	border-bottom: 1px solid #aaa;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

#UsaFirefox a, #UsaFirefox a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FF6600;
}

#UsaFirefox a:hover {
	color: #9FEB57;
}




