/* @override 
	http://www.dubidoo.net/wp-content/themes/Lightning/style.css
	http://localhost:8888/wp-content/themes/Lightning/style.css
*/

/*
Theme Name: Lightning
Theme URI: http://www.dailywp.com/lightning-wordpress-theme/
Description: Free Wordpress Theme from <a href="http://www.dailywp.com">Daily WP</a>
Version: 1.0
Author: Sorel Mihai
Author URI: http://www.dailywp.com/
*/

/***** GENERAL STUFF *****/

body {
	color: #545651;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	background: #1e2928 url(images/bg3.png) repeat;
	margin: 0;
}
h1,h2,h3,h4,h5 { margin: 0px; padding: 0px; font-weight: normal; }
.clear { clear:both; display: block; }
.alignleft { float: left; }
a {
	color: #764700;
}
a:hover { color: #000000; }
.alignright {
	float: right;
	clear: none;
}
.wrap { width: auto;
	margin: 0 auto 0 auto;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	padding-top: 1px;
}
.content { width: 1000px;
	margin: 0 auto 0 auto;
	padding-right: px;
	background-color: #fff;
	background-image: none;
}

/***** HEADER *****/

.inheader { width: 1000px;
	margin: 0 auto 0 auto;
	height: auto;
	margin: 10px auto;
}
.inheader .alignleft {
	width: 500px;
	color: white;
	margin-top: 3px;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.inheader .alignright { width: 400px; text-align: right;
	margin-right: 15px;
}
.inheader .textinput {
	border: 1px solid #666;
	width: 150px;
	color: #c7c55f;
	background-color: #332f1d;
}
.inheader .submitinput {
	border: 1px solid #666;
	color: #ffffff;
	padding: 2px;
	background-color: #000;
}

.header {
	background: none repeat-x left top;
	width: 1000px;
	margin: auto;
	height: auto;
}
.header h1 {
	font-size: 80px;
	font-family: Helvetica, sans-serif;
	letter-spacing: -2px;
	font-weight: bolder;
}
.header h1 a {
	padding: 4px;
	color: #FFF;
	text-decoration: none;
}
.header p {
	font-size: 16px;
	color: #FF0;
	width: 260px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
}


/*****  MENU ZONE  *****/

.header ul { list-style: none;
	padding: 0;
	margin: auto;
}
.header ul li { display: inline;
}
.header ul li a {
	width: 130px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #000;
	padding: 10px 0;
	background-image: url(images/btnbg.png);
	margin-right: 3px;
	float: left;
	margin-top: 10px;
	clear: right;
}
.header ul li.current_page_item a, .header ul li.current_page_item a:hover {
	width: 130px;
	display: block;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #000;
	padding: 10px 0;
	clear: right;
	margin-top: 10px;
	margin-right: 3px;
}
.header ul li a:hover {
	background-color: black;
	background-image: url(blank.gif);
}


/***** CONTENT TAGS ****/

.leftcontent {
	float: left;
	width: 530px;
	margin-top: 10px;
	background-color: #fff;
	margin-left: 20px;
}
.rightcontent {
	width: 400px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}

.slideshow {
	width: 400px;
	height: 250px;
	background-color: black;
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 20px;
}
.banners {
	width: 160px;
	float: right;
	margin-top: 10px;
}

/**** ARTICLE ****/

.post { margin-bottom: 45px;
	width: 530px;
}

.post h2 {
	letter-spacing: -1px;
	direction: ltr;
	background-image: none;
	background-color: #e7fca9;
	padding: 5px;
	width: auto;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
}

.rightcontent h3 {
	letter-spacing: -1px;
	direction: ltr;
	font: bold 34px mono, arial;
	background-image: none;
	width: auto;
}

.post h2 a {
	color: #8e1c00;
	text-decoration: none;
}
.posthead h2 a:hover {
	color: #9D7778;
}
.postmeta {
	color: #6e7069;
	display: block;
	font: 13px Helvetica, sans-serif;
	background-color: #d5de8a;
	width: auto;
	margin-top: 3px;
	padding: 2px;
	text-indent: 3px;
}
.posthead {
	padding: 10px 0px 0px;
}

.busqueda_blank {
	height: 200px;
}


.postcontent { border-bottom: dashed 1px #D9E7C0; margin-bottom: 10px; margin-top: 10px;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.postcontent a{
	background-color: #E5F3F8;
	color: #900;
	text-decoration: none;
}
.postcontent a:hover, .postcontent blockquote a {
	background-color: #DCEDEF;
	color: #966;
	text-decoration: none;
}
.postcontent blockquote {
	color: #7C9AA9;
	background-color: #E5F3F8;
	border: 10px solid #E5F3F8;
	margin: 0px;
}
.banner-c {
	height: auto;
	margin: 30px auto auto 30px;
	width: auto;
}

.compartelo {
	background-color: #FFC;
	width: auto;
	float: right;
}

#Categories {
	width: 360px;
	padding-left: 20px;
	display: block;
	margin-bottom: 0px;
	background-image: url(images/folder.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	text-decoration: none;
}
#Categories a{
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#Comments {
	width: 110px;
	text-align: right;
	display: block;
}
#Comments a {
	padding-left: 20px;
	background: url(images/comments.jpg) no-repeat center left;
	text-decoration: none;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
} 

/*** SIDEBAR ***/

#sidebar ul li.widget_sideposts ul li img.alignleft {
	float: left;
	margin: 5px;
	padding: 2px;
	border: 1px solid #ffde01;
	clear: both;
}

.sidebar { margin-bottom: 10px;
	padding: 1px 20px 10px;
}
.sidebar h3 { font-size: 20px; padding-bottom: 4px; margin-bottom: 10px; margin-top: 10px;}
.sidebar ul { list-style: none; padding: 0px; margin: 5px 0px 0px 0px; }
.sidebar ul li { padding-bottom: 7px; margin-bottom: 7px; }
.sidebar ul.half li { width: 180px; padding-bottom: 7px; margin-bottom: 7px; float: left;
	font-size: 12px;
}
.sidebar .alignleft { width: 160px; }
.sidebar .alignright { width: 130px; text-align: right;}
.sidebar .alignright a { text-decoration: none; }
.sidebar p { margin: 0px; line-height: 15px; font-size: 11px;
	color: #c1c881;
}

#ads_2 {
	height: auto;
	width: auto;
	background-color: #292809;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto auto 20px;
}

.twitter {
	margin-bottom: 20px;
	padding-left: 5px;
	margin-top: 10px;
}

.Celeste_main { margin-bottom: 10px;
	padding: 1px 20px 10px;
}

.Celeste_main p { line-height: 15px; font-size: 11px;
	color: #485c58;
}
.Celeste_main h3 {
	margin-top: 10px;
	text-align: left;
	font-size: 30px;
}
.Celeste_main ul { list-style: none; padding: 0px; margin: 5px 0px 0px 0px; }
.Celeste_main ul li { padding-bottom: 7px; margin-bottom: 7px; }
.Celeste_main ul.half li { width: 180px; padding-bottom: 7px; margin-bottom: 7px; float: left;
	font-size: 12px;
}

#Celeste {
	margin-bottom: 20px;
	background: #a4c5b1 url(images/sidebg2.jpg) no-repeat;
	margin-top: 10px;
}
#Celeste h3 {
	color: white;
}
#Celeste ul li {
	border-bottom: 1px solid #98aaa9;
}
#Celeste a {
	color: #3f524e;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
#Celeste a:hover {
	color: silver;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background-color: #000;
}
#Celeste ul li a p, #Blue2 .alignright p {
	color: #c1c881;
	text-decoration: none;
	font-size: 12px;
	margin: 5px 0 0 0;
}


#Blue2 {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #292809 url(images/sidebg.png) no-repeat;
}
#Blue2 h3 {
	color: white;
}
#Blue2 ul li {
	border-bottom: 1px solid #43410e;
}
#Blue2 a {
	color: #ad8934;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#Blue2 a:hover {
	color: #c1ab76;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #000;
}
#Blue2 ul li a p, #Blue2 .alignright p {
	color: #c1c881;
	text-decoration: none;
	font-size: 11px;
	margin: 5px 0 0 0;
}

#Blue {
	margin-top: 20px;
	background: #292809 url(images/sidebg.png) no-repeat;
}
#Blue h3 {
	color: white;
}
#Blue ul li {
	border-bottom: 1px solid #43410e;
}
#Blue a {
	color: #ad8934;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#Blue a:hover {
	color: #c1ab76;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
}
#Blue ul li a p, #Blue .alignright p {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	margin: 5px 0 0 0;
}

#Orange {
	margin-top: 10px;
	background: #292809 url(images/sidebg.png) no-repeat;
}
#Orange h3 {
	color: white;
}
#Orange a {
	color: #ad8934;
	text-decoration: none;
}
#Orange a:hover {
	color: #c1ab76;
	background-color: #000;
}
#Orange ul li {
	border-bottom: 1px solid #43410e;
	color: #DDC49F;
}

#Green {
	margin-top: 20px;
	background: #292809 url(images/sidebg.png) no-repeat;
	margin-bottom: 20px;
}
#Green h3 {
	color: white;
	margin-bottom: 10px;
}
#Green a {
	color: #ad8934;
	text-decoration: none;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#Green a:hover {
	color: #c1ab76;
	text-decoration: none;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #000;
}
	
#Green ul li {
	color: #CBD6B1;
	border-bottom: 1px solid #43410e;
}

/*** FOOTER ***/

.box1 { margin: 15px 35px 15px 0px; width: 270px; float: left; }
.box2 { margin: 15px 15px 15px 0px; width: 270px; float: left; }
.box3 {  width: 270px; background: url(images/rightfoot.jpg) no-repeat left top; float: right; margin: 15px 0 15px 0; }
.box1 p, .box2 p, .box3 p {
	width: 270px;
	line-height: 16px;
	font-size: 13px;
	color: #25819D;
	padding: 5px;
	background-color: #FFC;
}
.box1 a, .box2 a, .box3 a { color: #FF3C00; background: #ffffff;}
.footer2 { width: 885px; margin: 0 auto 0 auto; padding: 0 0 20px 0; color: #25819D; }
.header h4 { background: #ffffff; padding: 2px; font-size: 16px; color: #FF3C00; font-weight: bold; }
.footer2 a { color: #FF3C00; background: #ffffff; text-decoration: none; padding: 2px; }
.footer2 p { width: 885px; }


/*** COMMENTS ***/

.comentariu, .commentform {
	width: auto;
	padding: 20px;
}


.alt, .commentform {
	margin-bottom: 20px;
	background: #ecefea url(images/postheadbg.jpg) no-repeat right bottom;
}
.comment-meta {
	color: #836330;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
.fechacom {
	font-size: 10px;
	color: #B8B8B8;
	font-family: Helvetica, sans-serif;
	float: left;
}
	
.gravatar {
	float: left;
	border: thin solid #CCC;
	padding: 4px;
	margin-right: 10px;
	}	

.comment-meta span { font-size: 14px; }
.comment-meta span a, .comment-meta a {
	color: #7D2517;
	text-decoration: none;
}
.comment-meta span a:hover, .comment-meta a:hover {
	color: #BA6647;
	text-decoration: none;
}
.comments h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #B2B2B2;
	font-weight: bold;
	margin-top: 50px;
}
.commentform span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}
.commentform input, .commentform textarea { border: solid 1px #B4D3D8; background: #ffffff; padding: 5px;
	width: 450px;
}
.commentform input.subscribe_button { width: 150px; margin-top: 10px; }

/**** OTHERS ***/
.pagenavi {
	height: 20px;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 30px;
	}

.ads {
	font-weight: normal;
	float: right;
	height: 60px;
	width: 470px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.logo {
	width: 480px;
	height: 100px;
	float: left;
}

.rssfeed { padding-left: 22px; background: url(images/rss.jpg) no-repeat left center; }
.footer {
	background-image: none;
	width: 1000px;
	margin: 20px auto;
	font-size: 12px;
	color: white;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.footer p { width: 1000px; margin: 0 auto 0 auto; }

.imgflash {
	float: left;
	padding: 5px;
	border: 1px solid #D6D6D6;
	clear: both;
	margin-right: 8px;
	margin-top: 5px;
	}
	
.sideposts_date{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	}
	
.titleside{
	font-size: 18px;
	color: #F00;
	}
#compartelo{
	margin-top: 8px;
	}
	
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

.amigos {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
