/*
Theme Name: JCLight
Theme URI: http://www.jcmartinez.es
Description: this is a demo theme for the users of <a href="http://www.jcmartinez.es">jcmartinez.es</a>
Version: 1.0
Author: J.C.Mart&iacute;nez
*/
body{
	background-color:#FFF;
	font-family:Arial, Verdana, Helvetica, san-serif;
	font-size:11px;
	margin-top:50px;
	color:#888;
	text-align:center;
}

img{ border:none; }
h1{  }

ul{ list-style:none; padding:4px; margin:0px; margin-top:20px;}
ol{ margin:0px; padding:0px; }
ol li{ color:#888; }
li{ padding:0px 0px 4px 0px; color:#666; list-style-position:outside; list-style:none;}
li ul li{ list-style:none; padding:0px 0px 4px 12px; color:#666; }
#menuList li{ padding:0px 0px 4px 12px; }
h2{ font-size:13px; margin:0px; padding:0px; color:#444;}

#menuList{
	margin-bottom:10px;
}

li ul{ margin-top:0px; padding-bottom:8px; }

#general{
	width: 900px;
	margin: 0 auto;
}
#column{
	width:200px;
	float:left;
	text-align:left;
	background:url(img/border.gif) no-repeat 180px top #FFF;
}
#container{
	width:634px;
	float:right;
	text-align:left;
	margin-left:66px;
}
#menu{
	width:160px;
	 margin-top:28px;
	}
	#menu h2{ color:#444; background:url(img/line.gif) no-repeat left 26px; line-height:30px; margin-bottom:6px; }
	#menu ul li{
		background:url(img/point.gif) no-repeat left 5px;
	}
#bottom{
	width:700px;
	height:30px;
	margin-top:10px;
	margin-bottom:20px;
	padding-left:200px;
	float:left;
}
#calendar{
	margin-top:10px;
	color:#666;
}
#wp-calendar{
	width:100%;
	text-align:center;
	}
	#wp-calendar caption{
		color:#f87f13;
	}
	#wp-calendar tfoot{
		text-align:left;
	}
	#wp-calendar tbody a{ font-weight:bold; color:#f87f13; }
	#wp-calendar tbody a:hover{ font-weight:bold; color:#333333; }

.block{
	width:634px;
	float:left;
	margin-bottom:26px;
}
.title{
	width:500px;
	float:left;
}
.date{
	width:134px;
	float:right;
	text-align:right;
}
.post{
	width:634px;
	clear:both;
	overflow:hidden;
	}
	.post img{ 
	   margin:0px 20px 14px 0px;
	   padding:15px; 
	   background-color: #fff; 
	   width:auto; 
	   max-width:584px;
	   border-top: 1px solid #eee;
	   border-left: 1px solid #eee;
	   border-right: 2px solid #ddd;
	   border-bottom: 2px solid #ddd;
	   overflow:auto;
	}
	.post img.img_izq{ 
	   margin:0px 20px 14px 0px;
	   padding:15px; 
	   background-color: #fff; 
	   width:auto; 
	   max-width:584px;
	   border-top: 1px solid #eee;
	   border-left: 1px solid #eee;
	   border-right: 2px solid #ddd;
	   border-bottom: 2px solid #ddd;
	   overflow:auto;
	   float:left;
	}
	.post img.img_der{ 
	   margin:0px 0px 14px 20px;
	   padding:15px; 
	   background-color: #fff; 
	   width:auto; 
	   max-width:584px;
	   border-top: 1px solid #eee;
	   border-left: 1px solid #eee;
	   border-right: 2px solid #ddd;
	   border-bottom: 2px solid #ddd;
	   overflow:auto;
	   float:right;
	}
	.entry{ float:left; margin-bottom:20px; border-bottom:1px dotted #ddd; }
	.entry h2{ margin:0px; padding:6px 0px 6px 0px; color:#666666; font-size:12px; }
	.entry ul{ margin:0px 0px 15px 0px; overflow:auto;}
	.entry li{
		background:url(img/point.gif) no-repeat left 5px;
		padding:0px 0px 4px 12px;
		color:#666;
	}
	.entry p{
		margin:0px 0px 20px 0px;
	}
#postcomment{
	padding-top:16px;
}
.author{
	width:634px;
	clear:both;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
	margin-top:20px;
	margin-bottom:40px;
}
.comment{
	width:634px;
	padding-top:10px;
}
#comment{
	width:624px;
}
.auth_comment{ background:url(img/line.gif) no-repeat left 26px; line-height:30px; }

.txt_black{ color:#666; }

a{ color:#666; text-decoration:none; }
a:hover{ color:#f87f13; text-decoration:none; }
h2 a{ color:#444; }
h2 a:hover{ color:#f87f13; }
.post a{ color:#555; }
.post a:hover{ color:#f87f13; }
h2 .edit a{ font-weight:normal; color:#999999; font-size:11px;}
h2 .edit a:hover{ color:#f87f13; font-size:11px; }

#searchsubmit{
	margin:10px 0px 5px 0px;
}
#searchform{
	margin:10px 0px 10px 0px;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}