/*
Theme Name: TheLatest Theme
Author: ChiQ Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #727272;
	background-color: #fff;
}
a {
	text-decoration: none;
	color: #a00102;
	list-style:none;
	list-style-type:none;
}
a:hover {
	text-decoration: ;
	color: #727272;
}
img {
	border: 0;
}
.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
	list-style-type:none;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
/** BEGIN wrapper **/
#wrapper {
	width: 967px;
	margin: auto auto;
	text-align: justify;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	margin-bottom: 10px;
}
#header .buffer {
}
#header .buffer .buffer {
	height: 169px;
	padding-top: 5px;
	border-bottom:5px solid #E6E6E6;
}
#header ul {
	list-style-type: none
}
#header ul li {
	float: left;
	font-size: 0.8em;
}
#header ul li a {
	display: block;
	color: #727272;
	text-transform: uppercase;
	padding: 5px 10px;
}
#header ul li a:hover {
	color: #a00102;
	text-decoration: none;
}
#header h1 ,
#header div.h1 {
	clear: both;
	float: left;
	padding: 38px 0 20px 16px;
}
#header h1 a,
#header div.h1 a {
	display: block;
	width: 750px;
	height: 75px;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}
#header .ad {
	float: right;
	padding: 40px 20px 0 0;
}
#header ol {
	clear: both;
	list-style-type: none
}
#header ol li {
	float: left;
	font-size: 1.1em;
	text-transform: uppercase;
	
}
#header ol li.f {
	padding-left: 0;
	background: none;
}
#header ol li a {
	color: #727272;
	display: block;
	padding: 2px 5px;
	border-bottom:2px solid #E6E6E6;
	margin: 0 0 0 10px;

}
#header ol li a:hover {
	border-bottom:2px solid #A00102;
}
#header form {
	float: right;
	width: 211px;
	height: 22px;
	background: url(images/search.png) no-repeat 0 0;
	margin: 5px 10px 0 0;
}
#header form input {
	border: 0;
	font-size: 0.9em;
	font-family: Verdana;
	float: left;
	width: 138px;
	background-color: transparent;
	margin: 4px 10px 0 2px;
}
#header form button {
	border: 0;
	text-indent: -9999px;
	width: 61px;
	height: 22px;
	float: left;
	background-color: transparent;
}
/** END header **/

/** BEGIN body **/
#body {
	margin: 10px 0;
	background-color: #FFFFFF;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 745px;
	float: left;
}
#content .buffer {
	padding: 20px 5px;
}
#content .post {
	width: 345px;
	height: 360px;
	float: left;
	padding: 0 10px;
}
#content .post h2 {
	padding: 2px 5px;
}
#content .post h2:hover {
	border-bottom: 2px solid #a00102;
}
#content .post a {
	color: #727272;
	display:block;
	font-size: 1.2em;
	font-weight: bold;
}
#content .post a:hover {
	color: #a00102;
	font-size: 1.2em;
	font-weight: bold;
}
#content .post .date {
	font-size: 0.8em;
	padding: 8px 5px;
}
#content .post .date a {
	color: #a00102;
}
#content .post .thumb {
	width: 341px;
	height: 186px;
	overflow: hidden;
	
}
#content .post .thumb img {
	width: 341px;
	border:2px solid #727272;
	margin: 10px 0 0 0;
} 

#content .post .thumb img:hover {
	width: 341px;
	border:2px solid #a00102;
	margin: 10px 0 0 0;
} 

.thumb_single {
	width: 341px;
	height: 186px;
	overflow: hidden;
	float:left;	
	margin: 10px 10px 0 0;	
}

.bottom {
	float: right;
	margin: 10px 0 10px 10px;
}

.thumb_single img{
	width: 341px;
	border:2px solid #727272;
}

.thumb_single img:hover{
	width: 341px;
	border:2px solid #a00102;
}


.thumb_single2 {
	width: 341px;
	height: 186px;
	overflow: hidden;
	float:left;	
	margin: 10px 10px 0 0;	
}

.thumb_single2 img{
	width: 341px;
	border:2px solid #727272;
}

.thumb_single2 img:hover{
	width: 341px;
	border:2px solid #a00102;
}

#content .post p {
	padding: 10px;
	line-height: 1.4em;
}
#content .post .readmore {
	display: block;
	float: right;
	text-indent: -9999px;
	width: 101px;
	height: 19px;
	outline: none;
	background: url(images/readmore.png) no-repeat 0 0;
}

#content .post .readmore:hover {
	background: url(images/readmore_hover.png) no-repeat 0 0;
}

#bottom {
	clear: both;
	padding: 15px 10px 0;
}
#bottom .box {
	width: 220px;
	float: left;
	padding: 10px;
}
#bottom .box h2 {
	color: #a00102;
	font-size: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}
#bottom .box ul {
	list-style-type: none;
	padding-bottom: 10px;
}
#bottom .box ul li {
	font-size: 0.8em;
	border-bottom: 1px dotted #ABABAB;
	line-height: 1.4em;
	padding: 6px 0 6px 12px;
	background: url(images/bullet.gif) no-repeat 0 11px;
}
#bottom .box ul li a {
	color: #727272;
}
#bottom .box ul li a:hover {
	text-decoration: none;
	color: #a00102;
}
#bottom .box .comments a {
	font-weight: bold;
	color: #a00102;
}
#content h2.title {
	padding: 0 15px 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
}
#content .postnav {
	padding: 0 15px;
	font-size: 0.8em;
	text-transform: uppercase;
}
#content .postnav a {
	color: #a00102;
}
#content .single {
	padding: 0 15px;
}

#content .single a:hover {
	color: #727272;
	text-decoration:none;
}

#content .single h2 {
	font-size: 14px;
	padding: 5px 5px 0px 0;
}
#content .single h1 {
	font-size: 20px;
	padding: 5px 5px 0px 0;
}
#content .single h2:hover {

}
#content .single .date {
	font-size: 0.8em;
}
#content .single p {
	line-height: 1.4em;
	margin-bottom: 10px;
	padding:0 0 ;
	margin: 10px 0 0 0;
}
#content .single ol, #content .single ul {
	list-style-position: inside;
	margin-bottom: 10px;
}
#content .single li {
	line-height: 1.4em;
}
#content .single blockquote {
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e0e0e0;
}
#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 5px 5px 0px 0;
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 220px;
	float: right;
}
#sidebar h2 {
	color: #a00102;
	font-size: 1.1em;
	text-transform: uppercase;
	padding:2px 0;
	border-bottom: 1px solid #ABABAB;
	margin: 0 10px 5px 10px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0 10px 10px;
}
#sidebar ul li {
	line-height: 1.4em;
	padding: 2px;
	border-bottom: 1px solid #ABABAB;
}
#sidebar ul li a {
	color: #727272;
	display:block;
}
#sidebar ul li a:hover {
	color: #a00102;
	text-decoration: none;
	background:#F4F4F4;
}
#sidebar .tags {
	padding: 0 10px 10px;
}
#sidebar .tags a {
	color: #727272;
}
#sidebar .tags a:hover {
	color: #a00102;
	text-decoration: none;
}
#sidebar .flickr {
	padding: 0 10px 10px;
}
#sidebar .flickr img {
	margin: 2px;
}
#sidebar .video {
	padding: 0 10px 10px;
}
/** END sidebar **/

/** BEGIN footer **/
#footer {

	border-top: 1px solid #DBDBDB;
	padding: 12px;
	color: #727272;
	background-color: #FFFFFF;
}
#footer {
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 15px;
}
#comments h2 {
	font-size: 1em;
	background-color: #F1F1F1;
	padding: 2px 5px;
	border-bottom: 1px solid #EDEDED;
}
#comments a {
	color: #a00102;
}
#comments p {
	margin-bottom: 10px;
	line-height: 1.6em;
}
#comments form {
	padding-top: 20px;
}
#comments form p {
	margin-bottom: 5px;
}
#comments form input {
	margin-right: 5px;
}
#comments form input, textarea {
	border: 1px solid #cccccc;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
#comments form input {
	width: 260px;
	border: 1px solid #cccccc;
}
#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #cccccc;
}
#comments form button {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	font-family: Verdana;
	padding: 2px 6px;
}
.commentdetails {
	margin-top: 25px;
}
.commentauthor {
	margin-bottom: 5px !important;
	font-weight: bold;
}
.commentdate {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #909090;
}
.required {
	color: #ff0000;
}
.notfound {
	padding: 40px;
}
.notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#comments ol li {
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
#comments ol li .avatar {
	float: right;
}
#comments ol li .comment-author {
}
#comments ol li .comment-author .fn {
	font-weight: bold;
	font-size: 1.2em;
}
#comments ol li .comment-meta {
	font-size: 0.9em;
	color: #999999;
	margin: 5px 0 10px;
}
#comments ol li .reply {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
}
#comments .children {
	list-style-type: none;
}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
#comments .navigation a {
	color: #999999;
	padding: 3px 8px;
	border: 1px solid #cccccc;
}
#comments .navigation a:hover {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

#wptd_footer {
	line-height:33px;
}
#wptd_footer .wptd_logo {
	display:inline-block;
	width:30px;
	height:33px;
	text-indent:-9999px;
	text-align:left;
	background:url(images/wptd_logo/30.png) no-repeat;
	cursor:pointer;
}
#wptd_footer .alignleft, #wptd_footer .alignright {
	padding:0 15px;
	margin:0;
}

.index_content {
	float:left;
	height:80px;
	width:341px;
	margin: 0 0 10px 0;
	line-height:1.4em;
	padding:10px 0;
}

.goto {
	background: url(images/goto.png);
	display:block;
	width:101px;
	height:19px;
	margin: 60px auto 0 auto;

}

.goto:hover {
	background: url(images/goto_hover.png);
}

.goto a{
	
	display:block;
	width:101px;
	height:19px;


}

.postdetails {
	width:700px;
	height: 50px;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	margin: 30px 0 0 0;
}

.postdetail_rating {
	float:left;
	width:149px;
	padding: 3px 10px;
	text-align:center;
	margin:2px 0 5px 0;
	color:#6F615A !important;
	font-size:10px;
	border-right: 1px solid #D9D9D9;
}

.postdetail_rating_text {
	margin: 0 0 10px 0;
}

.postdetail_views {
	float:left;
	width:149px;
	padding: 3px 10px;
	text-align:center;
	margin:2px 0 5px 0;
	color:#6F615A !important;
	font-size:10px;
	border-right: 1px solid #D9D9D9;
}

.postdetail_like {
	float:left;
	width:149px;
	padding: 3px 10px;
	text-align:center;
	margin:2px 0 5px 0;
	color:#6F615A !important;
	font-size:10px;
	border-right: 1px solid #D9D9D9;
}


.postdetail_author {
	float:left;
	width:149px;
	padding: 3px 10px;
	text-align:center;
	margin:2px 0 5px 0;
	color:#6F615A !important;
	font-size:10px;
}

.sidebox_adsense {
	margin:50px auto;
	width:200px;
	height:200px;

}


.sidebar_adsense_vertikal {
	margin:10px auto;
	width:160px;
	height:600px;

}

.adsense_single {
	margin: 10px auto;
	width:728px;
	height:90px;
}

.front-post {
float:left;
width:303px;
}

div.front-post +div {
float:left;
width:303px;
margin: 0 0 0 28px;
}

.featured-content {
	position:relative;
	width:303px
}

.featured-content a {
	background:url("images/readmore.png") no-repeat scroll 0 0 transparent;
display:block;
float:right;
height:19px;
outline:medium none;
text-indent:-9999px;
width:101px;
}

.featured-content a:hover {
	background:url("images/readmore_hover.png") no-repeat scroll 0 0 transparent;
}


.featured-content p {
	margin-top:1em;
	height:150px;
}

.featured-content div {
	margin-top:1em;
	color:#222222;
	font-size:1.2em;
	line-height:1.5;
	margin-top:8px;
	text-align:left;
}

.featured-content div a {
	color:#222222;
	line-height:1.5;
	margin-top:8px;
	text-align:left;
	padding: 2px 5px;
	color:#A00102;
	text-decoration:none;
	border-bottom:3px solid #C9C9C9;
	font-size:1.0em;
}

.featured-content div a:hover{
	padding: 2px 5px;
	border-bottom:3px solid #333333;
	color:#A00102;
}

.featured-post {
	position:relative;
	width:303px;
	height:231px;
	margin-bottom:1.2em;
	border: 1px solid #333333;

}
.featured-title h2 {
	margin:8px 10px 7px;
	line-height:1.4em;
	font-size:1.1em;
	text-transform:none;
	padding-bottom:0;
	border-bottom:0;
	overflow:hidden;
	
}
.featured-title h2 a {
	font-size:1.1em;
	display:block;
	color:#A00102;
	text-decoration:none;
	border-bottom:0;
	
}
.featured-title h2 a:hover, .featured-post:hover h2 a {
	color:#fff
}
.featured-post:hover {
	border: solid 1px #A00102;
	color: #fff;
}
.featured-title {
	background:#000;
	display:block;
	z-index:101;
	width:100%;
	bottom:0;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:absolute;
	z-index:2
}
.featured-image {
	position:absolute;
	z-index:1;
	display: block;
}
.featured-content h2 {
	margin-top:15px
}
.featured-content h2 a {
	color:#A00102;
	text-decoration:none
}
.featured-content h2 a:hover {
	color:#000
}

#featured {
	width:967px;
}

#featured h2{
	margin:0 0 10px 0;
font-size:1.2em;
padding:2px 5px;

}
span.hide {
	display:none;
}