/*___ ESTILOS GENERALES __*/
body{
	background:#dee3e6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/*___INFO LEFT - LOGO AND MENU __*/
#wrap{
	width:970px;
	overflow:hidden;
}
#navArea{
	float:left;
	width:242px;
	padding-left:5px;
	padding-top:15px;
}
#navArea p{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:30px;
	color:#8c8c8c;
	text-align:center;
}
#navArea p a{
	color:#535353;
	text-decoration:none;
}	
#navArea p a:hover{
	color:#000;
	text-decoration:underline;

}
h1{
	width:143px;
	height:45px;
	padding-top:60px;
	background:url(images/ommwriter-header-logo.png) no-repeat center top;
	margin:0 0 40px 0;	
	font-size:22px;
}
h1 a{
	font-size:22px;
	text-align:center;
	display:block;
	color:#000;
	line-height:120%;
}
h1 a em{
	color:#777;
}

/*___ITEM MENU ACTIVO________________________*/
.itemActivo em{
	display:none;
}
/*___ ENLACES A INFO SOCIAL ________________________*/
#socialLinks{
	float:left;
	width:660px;
	height:25px;
	text-align:right;
	padding-top:40px;
	padding-bottom:20px;
}
#socialLinks ul{
	float:right;
}
#socialLinks li, #shareList li{
	float:left;
	font-size:10px;	
}
#socialLinks li a, #shareList li a{
	color:#000;
	text-decoration:none;
	padding:0 10px;

}
#contentArea{
	float:left;
	width:455px;
	margin:40px 0 0 0;
	display:inline;
}
.navigation{
	height:45px;
}
#sidebar{
	float:left;
	width:205px;
	margin:30px 50px 0 45px;
}
#footer{
	clear:both;
}

/*___ POSTS ________________________*/
h3.dateHeader {
	margin-bottom:10px;
	color:#fff;	
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.post {	margin-bottom:20px; }
.post img{	margin-bottom:10px; }
.post a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.post a:hover{
	text-decoration:underline;
}
.post p, .post ul{
	margin-bottom:15px;
	text-align:justify;
	line-height:140%;
}
.post h2 , #respond h2, h2.pagetitle{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
.post h2 a{
	text-decoration:none;
	color:#000;
}
.post h2 a:hover{
	text-decoration:underline;
}
.post .postmetadata{
	margin-top:20px;
	margin-bottom:30px;
	padding:10px 0;
	border-top:1px solid #858585;
	border-bottom:1px solid #858585;	
}
.post .postmetadata li{

	padding-bottom:4px;
}
/*___ SIDEBAR ________________________*/
#sidebar h2{
	text-transform:uppercase;
	font-size:13px;
	margin:10px 0 5px 0;
}
#sidebar li{
	padding-bottom:5px;
}
#sidebar a{
	color:#000;
	text-decoration:none;
}
#sidebar li a:hover{
	text-decoration:underline;
}
#sidebar #searchform input{
	background:url(images/search-bg.png) no-repeat left top;
	border:none;
	width:155px;
	height:18px;
	padding-top:4px;
	text-indent:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
#sidebar #searchform {
	margin-bottom:10px;
}
#sidebar .listArchivos li{
	background:url(images/archivos-li-bg.png) no-repeat left 4px;
	text-indent:10px;
	
}
/*___ SINGLE.PHP -- FORM________________________*/
#respond{
	border-top:1px solid #858585;
	padding-top:15px;
}
#commentform{
	width:100%;
	position:relative;
	
}
#commentform p{
	margin-bottom:10px;
	clear:both;
}
#commentform label{
	padding:4px 10px 0 0;
	width:60px;
	display:block;
	float:left;
}
#commentform input{
	background:none;
	float:left;
	margin-bottom:10px;
	border:none;
	border-bottom:1px solid #ccc;
	width:200px;
}
#commentform textarea{
	border:none;
	width:340px;	
	background:transparent url(images/form-field-bg.png) repeat left top;
	line-height:20px;
	padding-top:2px;

}
#commentform #submit{
	position:absolute;
	right:10px;
	bottom:20px;
	background:url(images/form-send-bg.png) no-repeat left top;
	width:70px;
	height:70px;
	color:#fff;
	border:none;
	font-size:14px;
}
#commentform button:hover#submit{
	cursor:pointer;
	background:url(images/form-send-bg.png) no-repeat left bottom;	
}

/*___LIST OF COMMENTS__*/
h3#comments{
margin-bottom:10px;
}
.commentlist li .avatar{
	display:none;
}
.commentlist {
	clear:both;
}
.commentlist li {
	background:#eee;
	font-size:11px;
	padding:10px;
	color:#444;
	line-height:120%;
	margin-bottom:10px;
}
.commentlist li em, .commentlist li cite{ font-style:normal;}
.commentlist li a{
	color:#aaa;
	text-decoration:none;
}
.commentlist li a:hover{
	text-decoration:underline;
}
.commentlist li .comment-meta{
	margin-bottom:5px;
}
/*___ ESTILOS GENERALES __*/
.navigation{
	overflow:auto;
}
.navigation a{
	color:#555;
	text-decoration:none;
}
.navigation a:hover{
	color:#000;
	text-decoration:underline;

}
.navigation div{
	width:210px;	
}
.navigation .alignleft{
	float:left;
	padding-right:6px;

	overflow:visible;
}
.navigation .alignleft span{
	float:left;
	padding-right:2px;
}
.navigation .alignleft a{
	width:200px;
	text-align:left;
	display:block;
	float:left;
}
.navigation .alignright{
	float:right;
	padding-left:6px;
}

.navigation .alignright span{
	float:right;
	padding-left:2px;
}

.navigation .alignright a{
	width:200px;
	text-align:right;
	display:block;
	float:right;
}
.smartposition .navigation 			{ position: fixed; top: 0px; left:300px; z-index:77; width: 434px;
										margin: 0; padding: 10px 10px 5px 10px; height:40px; background:#fff; }
.older a							{padding:0 0 0 10px;}
.newer a							{padding:0 10px 0 0;}
/*.older a:hover						{background:black url(images/larr-hover.png) no-repeat bottom left}
.newer a:hover						{background:black url(images/rarr-hover.png) no-repeat bottom right}
*/

/*___ ESTILOS RESULTADOS TWITTER__*/
#twitter-keywords ul{
	display:none;
}
#twitter-keywords h2{
	margin-bottom:5px;
}
#wrapReel{
	margin-top:4px;
}
#tweetNav{
	float:right;
	margin-right:40px;
	display:inline;
}
#prevBtn:hover, #nextBtn:hover{
	cursor:pointer;
}
#wrapReel:hover{	
	color:#000;
}
#wrapReel:hover a{	
	color:#000;
}
#wrapReel{	
	clear:both;
	width:150px;
	border-bottom:1px solid #858585;	
	padding:0 10px 10px 0;
	color:#999;
}
#wrapReel a{	
	color:#999;
}