/* 
Theme Name: eleZeta 
Theme URI: http://ele-zeta.com-ar
Description: The new version of eleZeta look and feel
Version: 1.0
Author: Lucas Zallio
Author URI: http://ele-zeta.com.ar
*/

/*RESET ALL VALUES*/
*{ margin:0; padding:0; }  
body{padding:0; margin:0;}  
h1{padding:0; margin:0;}
h2{padding:0; margin:0;}  
li{padding:0; margin:0;}  
ol, ul{padding:0; margin:0;}  
p{padding:0; margin:0;}  
textarea,input{padding:0; margin:0;}  
a img{ border:0; }
a{text-decoration: none; color:#900}
a:hover{text-decoration: underline;}

/*WRAPPER*/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_red.jpg);
	font-size: 12px;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#background
{
	background:#FFF;
	float: left;
border-left:3px solid #4C4C4C;
border-right:3px solid #4C4C4C;
}
/*HEADER*/
#header h1
{
	float: left;
}
#header h1 a
{
	color: #fff;
	text-decoration:none;
	margin:0px;
}
#header .logo
{
	font-size: 17px;
}
#header .slogan
{
	font-size: 12px;
	margin:0px;
}
/*HMENU*/
#hmenu
{
	height: 30px;
	background: #000;
	background: url(images/hbar_bg.png);
	float:left;
	*margin-top:-7px;
	margin-top:-5px;
	width: 800px;
}
#hmenu ul
{
	display: inline;
	float: right;
}
#hmenu ul li
{
	display: inline;
	width: 90px;
}
#hmenu ul li a
{
	color: #efefef;
	text-decoration: none;
	/*width: 80px;*/
	float: right;
	font-weight: bold;
	font-size: 12px;
	text-align:center;	
	margin:7px 10px 0px 10px;
}
#hmenu ul li a:hover
{
	color: #F00000;
}

/*SIDEBAR*/
#sidebar {
	float: left;
	width: 200px;
	margin-bottom: 0px;
	background: #efefef;
}
#sidebar form
{
	margin:10px;
}
#sidebar form input
{
	border:1px solid silver;
	height: 20px;
	width:137px;
	color: gray;
	padding:0px 5px 0px 5px;
}

#sidebar form input#searchsubmit
{
	border:1px solid silver;
	/*background-image:url(images/lupa.png);*/
	background-repeat:no-repeat;
	background-color:#fff;
	position: relative;
	top:8px;
	*top:4px;
	padding:0px;
	width:25px;
}

#sidebar .menu-in-block
{
	width: 180px;
	margin:10px;
	border:1px solid silver;
	background: white;
	color: #555;
}
#sidebar .menu-in-block p
{
	margin:10px;
	line-height: 150%;
}
#sidebar .menu-in-block h2, .menu-in-block h2 a
{
	font-family: Georgia,"Times New Roman", Times, serif;
	margin:5px 5px 15px 5px;
	color:#900;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid silver;
}
#sidebar ul
{
	margin:10px;
/**	list-style-type: none;*/
}
#sidebar ul li
{
	margin:10px 10px 10px 20px;
	list-style: url(images/rombo-bullet.png); 
}
#sidebar ul li a:hover
{
	text-decoration: underline;
}
#sidebar .feed-icon
{
	padding:5px 5px 20px 5px;
}
#sidebar .feed-icon a
{
	margin: 10px;
}
#sidebar .feed-icon a:hover
{
	background: none;
	text-decoration: none;
}
/*CONTENT*/
#ad-fly
{
	width:540px;
	/*width:100%;*/
	margin: 10px 5px 0px 20px;
	float: right;
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid silver;
	text-align:center;
	/*background:transparent url(images/bg-fly-ad.png);
	background-repeat:repeat-x;
	height:26px;
	border-left:1px solid silver;
	border-right:1px solid silver;
	text-align:center;*/
}
#content {
	float: right;
	width: 550px;
	margin: 0px 20px 0px 20px !important;
	margin: 0px 0px 0px 20px;
}
.post
{
	margin:15px 0px 10px 0px;
	float: right;
}
.post .date
{
	background:url(images/cal.png);
	width: 50px;
	height: 55px;
	float: left;
	background-repeat:no-repeat;
	margin:0px 15px 0px 0px;
}
.post .date .month
{
	width:80%;
	text-align:center;
	font-weight: bold;
	color: #fff;
	float: left;
	margin: 9px 3px 0px 5px;
	font-size: 8px;
}
.post .date .day
{
	width:80%;
	text-align:center;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin: 0px 0px 0px 5px;
}
.post h2, .post h2 a
{
	font-family: Georgia,"Times New Roman", Times, serif;
	margin:15px 0px 0px 0px;
	color:#900;
	font-size: 20px;
	font-weight: normal;
	padding-top:5px;
}
.pagetitle
{
	width: 100%;
}
.post .meta-post
{
	font-size: 11px;
	color: gray;
}
.post .post-header
{
	margin:20px 0px 0px 0px;
	width:540px;
	/*float: left;*/
}
.post .storycontent
{
	color: #555;
	line-height: 200%;
	margin:10px 0px 20px 0px;
	float:left;
	width:540px;
}
.post .storycontent ul, .post .storycontent ol
{
	margin: 20px;
	padding:5px;
}
.storycontent .imgl
{
	float: left;
	margin:5px 10px 0px 5px;
}
.storycontent .imgr
{
	float: right;
	margin:5px 5px 0px 10px;
}
.post .storycontent a
{
	color:#900;
	text-decoration:underline;
}
.post .storycontent p
{
	margin: 20px 0px 20px 0px;
}
.post .storycontent h3
{
	color: #900;
	font-size: 14px;
}
.post .storycontent h3
{
	color: #900;
	font-size: 12px;
}
.post .storycontent blockquote
{
	/*margin: auto;*/
	padding:0px 10px 10px 40px;
	color: #666;
	background-color: #efefef;
	/*background-image:url(images/quote.png);*/
	/*background-repeat:no-repeat;*/
	width: 490px;
	overflow:auto;
	
}
.post .storycontent code
{
	margin: 10px 0px 10px 0px;
	color: #069;
	/*width: 100%;*/
	overflow:auto;
	/*width: 490px;*/
}
.post .feedback
{
	border-bottom: 1px solid silver;
	padding: 5px;
	background: #efefef;
	float: left;
	width: 540px;
}
.post img
{
	/*border: 1px solid silver;*/
	padding:0px;
}
.post .feedback .tags
{
	float: left;
}
.post .feedback .comments
{
	float: right;
}

ol.commentlist
{
	float: left;
	line-height: 150%;
	margin: 20px 0px 10px 0px;
}
h3#comments
{
	font-size: 17px;
	margin:10px 0px 30px 0px;
	font-weight: normal;
}
.commentlist li
{
	margin: 10px 0px 10px -5px;
	list-style:none;
	padding:30px;
	background:url(images/fading_corner.jpg);
	background-repeat:no-repeat;
}
.commentlist li h4
{
	font-family: Georgia,"Times New Roman", Times, serif;
	color:#1E3E57;
	font-size: 20px;
	font-weight: normal;
}
.commentlist li p
{
	margin:5px 0px 5px 0px;
	color: #666;
}
.commentlist li blockquote
{
	margin: auto;
	padding:10px 10px 10px 50px;
	color: gray;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;	
}
#comment-box
{
	float: left;
	margin: 30px 0px 0px 0px;
}
#comment-box fieldset
{
	padding:10px;
	border: none;
}
#comment-box fieldset legend
{
	font-weight: bold;
	font-size:15px;
	color: #900;
	margin:-5px 0px 0px 0px;
}
#comment-box fieldset .field-row
{
	margin: 10px 0px 10px 0px;
}
#comment-box input
{
	padding: 5px;
}
#comment-box .field-row textarea
{
	width: 500px;
	height: 100px;
	padding:10px;
	line-height: 130%;
}
#comment-box label
{
	color: #900;
}
#comment-box div.instructions
{
	float: right;
	width: 200px;
	border-left: 1px dashed silver;
	font-size: 9px;
	padding:10px 0px 20px 20px;
	margin:10px 5px 0px 0px; 
}
#comment-box div.instructions ul
{
	padding:0px 10px 0px 15px;
}
#comment-box div.instructions ul li
{
	margin:3px;
	list-style: circle;
}
/*FOOTER*/
#footer
{
	float:left;
	font-size: 10px;
	padding-top: 30px;
	height: 135px;
	width:800px;
	text-align: center;
	margin:50px 0px 0px 0px;
	background:url(images/footer.png);
	background-repeat:no-repeat;
	line-height: 200%;
}
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}
