/*
	Theme Name: arahij v5.5
	Theme URI: http://arahij.net
	Version: 5.5
	License: GNU General Public License, v2 (or newer)
	License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
	Tags: theme-options, three-columns, gray, white, right-sidebar, left-sidebar
*/

html,body {margin:0; height:100%;}

body
{
	background:#edeef0; 
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Arial, sans-serif; 
	color:#7F7F7F;
}

p{ line-height:19px;}

.center{ width:960px; min-width:320px; margin:0 auto; }

a:focus{outline:none;}

/***************
 *** TOPNAV *** 
 *************/

#masthead { color:#ffffff; display:block; width:100%; height:50px; overflow:hidden; background:#000000; }

#topleftwrap { width:49%; float:left; }
#toprightwrap { width:49%; float:right; }

#toptitle { float:left; padding:0; }
#toptitle h3 { padding:5px 0 5px 0; margin:10px; }

/*TOP MENU*/
#topmenu{ float:left; }
#topmenu ul{ margin:0; padding:0; position:relative;}
#topmenu ul li{ float:left; list-style-type:none; margin:12px; padding:7px 5px 0 5px; }
#topmenu ul li a{ display:block; text-decoration:none; color:#777; font-size:12px; text-transform:uppercase;}
#topmenu ul li a:hover{ color:#fff;}

#topmenu ul .current-menu-item a{ color:#fff;}
#topmenu ul .current-menu-item ul li{ background:#1e1e1e;padding:1px 0px;}
#topmenu ul .current-menu-item ul li a{ padding:4px; background:none;color:#fff;}
#topmenu ul .current-menu-parent ul .current-menu-item{background:#3e3e3e repeat;}
#topmenu ul .current-menu-parent ul .current-menu-item a{ padding:4px; background:none;}
#topmenu ul .current-menu-parent ul .current-menu-item ul .menu-item a{ padding:4px;}
#topmenu ul .current-menu-item .current-menu-item .sub-menu li a{ padding:4px;background:none;}

#topmenu ul li ul{ position:absolute;width:120px; z-index:999999; display:none; padding-left:0; margin-left:-10px;padding-top:15px;}
#topmenu ul li ul li{ float:none; margin:0; padding:1px 0px; text-align:center; background:#1e1e1e ;  display:block; border-bottom: 1px solid #333;}
#topmenu ul li ul li a{ color:#fff; font-size:12px; font-weight:normal; padding:4px;}

#topmenu ul li ul li a:hover, #topmenu ul li .sub-menu .current-menu-item a:hover{ background:#f6f6f6; color:#333;  }
#topmenu ul li ul li ul{left: 100%; margin-top:-24px; float:none; margin-left:0px; display:none;}

/*TOP SOCIAL SHARE*/

#topsocial{ float:left; position:relative; margin:14px 0;}
.social{float: right;}
.social ul{ margin:0; padding:0; float:left;}
.social ul li{ float:left; list-style-type:none; margin:3px 5px;}
.social ul li a{ display:block; width:16px; height:16px; background:url(images/social2.png) no-repeat; text-indent:-999999px;}
.social ul .soc_fb a{ background-position:0 0;}
.social ul .soc_tw a{ background-position:-16px 0;}
.social ul .soc_ms a{ background-position:-32px 0;}
.social ul .soc_ytb a{ background-position:-48px 0;}
.social ul .soc_flkr a{ background-position:-64px 0;}
.social ul .soc_rss a{ background-position:-80px 0;}
.social ul .soc_plus a{ background-position:-96px 0;}

/*TOP SEARCH*/
#topsearch{ float:left; position:relative; margin:9px 40px 0 0;}

#topsearch .search-input
{ 
	display: block;
	width: 250px;
	height: 14px;
	min-height: auto	9;
	padding: 8px 13px 7px 24px;
	font-size: 12px;
	line-height: 1;
	color: #ccc;
	background-color: #555;
	border: 0;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#topsearch span i
{
	background-image: url('images/twitter_web_sprite_icons.png');
	/*background-position: 0 0;*/
	background-repeat: no-repeat;
	display: inline-block;
	zoom: 1;
	vertical-align: text-top;
	background-position: 0 -710px;
	width: 12px;
	height: 14px;
}

#topsearch .search-icon 
{
	position: absolute;
	top: 7px; left: 7px;
	display: block;
	width: 26px;
	height: 26px;
}

/****************
 *** LAYOUT1 *** 
 **************/

.lay1
{ 
	width:100%;
	max-width:990px;
	float:left;
	margin:30px 0 30px 0;
	background:url('images/lay1_bg.png') repeat-y;
}

.lay1 a { text-decoration:none; color:inherit; }

.lay1 .post, .lay1 .page
{ 
	width: 290px;
	float:left; position:relative;
	overflow:hidden;
	margin-right:40px; margin-bottom:30px; 
	border-bottom:7px solid #dfdfdf; 
	padding-bottom:10px;
}

.lay1 .post .imgwrap, .lay1 .page .imgwrap{  }

.lay1 .imgwrap, .lay1 .post-thumb
{
	width: 290px; height:163px;
	position:relative;
	overflow:hidden;
	border-bottom: 6px solid #fff;
	background: center center no-repeat url('images/blank_img.png'); 
	background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; -webkit-background-size: 100%; -khtml-background-size: 100%;
}

.lay1 .post .post-title{ text-align:center;overflow: hidden; color:#444; text-transform:uppercase; }

.lay1 .post .post-content, .lay1 .page .post-content{ color:#757575;}

.lay1 .post p, .lay1 .page p{ line-height:19px; text-align:center;}

/*******************
 *** PAGINATION *** 
 *****************/

.trt_paginate, .navigation{ margin:0 auto; width:100%;}

.trt_paginate .amp_title{ display:none; }

.trt_paginate span, .trt_paginate a, .navigation a, .navigation span{ padding: 5px 10px;}

.amp_page, .amp_next, .amp_prev, .page-numbers{ text-align:center; text-decoration:none; font-size:13px; margin-right:10px; background:#DFDFDF; display:inline-block; color:#FFF;}

.amp_current{text-decoration:none; font-size:13px;margin-right:10px;background:#fff ; color:#7f7f7f;display:inline-block;}

.amp_title{ display:none;}

.amp_next{}

.amp_page:hover, .amp_next:hover, .amp_prev:hover, .page-numbers:hover, .navigation .current {background:#fff; color:#7f7f7f;}

.hidden_nav{ display:none;}

.trt_thumbnail{ border-top:1px solid #CCC;}

.lay1_page .trt_paginate{ text-align:center;}


/*******************
 ***** FOOTER ***** 
 *****************/

#footer
{ 
	width:100%; float:left; background:#131313 url('images/trans_white.png'); font-size:12px;color:#979797; padding-top:15px; padding-bottom:15px;
	/* position:absolute; bottom:0; */
}

#copyright{ width:100%; float:left; }
#copyright a{ color:#edeef0; text-decoration:none; }
.copytext p { margin:0; padding:2px; text-align:center;}
/*.copytext{ float:right; padding:10px;}*/


/********************
 ****** POSTS ****** 
 ******************/

#posts{ margin:20px 0 30px 0; color:#7f7f7f;}
#posts .post-title, #posts .post-title a{ text-transform:uppercase; text-decoration:none; color: #171717; font-size:18px;}

.post_wrap{ width:100%; max-width:650px; overflow:hidden; padding-right:0; line-height:19px; float:left;}
.single_page_post { width:100%; }

/*.single_page_post .post_wrap{ margin:0 auto; padding:0 5px; line-height:19px; }*/

.post_wrap a{ text-decoration:none; color:#333; }

.post_wrap a:hover, #posts .post_content .post_foot a:hover{ color:#a53c2e; }

.post_foot{ clear:both;}

.post_wrap .post_foot{ margin-top:15px;}

.single_page_post .post, .single_page_post .type-page, .single_page_post .type-attachment{ margin-bottom:10px;}

.single_page_post .post img, .type-page img, .type-attachment img{ max-width:100%; height:auto; height:auto; border:none;}

img.aligncenter { max-width:100%; height:auto;   }

.single_page_post .post a img, .type-page a img, .type-attachment a img{  border: 3px solid #e5e5e5; max-width:100%;}

#posts .post-content{ border-bottom:7px solid #e5e5e5; padding-bottom:10px; overflow:hidden;}
#posts .post-content .post-foot { clear:both; }
#posts .post-content .post-foot a, #posts .post-content .post-foot{color:#999; font-size:13px;}
#posts .post-content .post-foot a:hover { text-decoration:underline; }
#posts .post-content .edit{ text-align:right;margin-top:10px;}

.post-wrap .attachment .post-meta{ display:none;}

.post-content blockquote{ background:url('images/lgn_quote.png') no-repeat top left; margin-left:0; padding-left:40px;}

.post table, .org_comment table {margin: 0 -1px 24px 0;text-align: left;width: 100%;border-collapse: collapse;border-spacing: 0; background:#f4f4f4 url('images/pattern1.png') repeat;}

.post table img, .org_comment img{ max-width:200px;}

.post tr th, .post thead th, .org_comment tbody th {color: #333;font-size:11pt; font-weight: bold;line-height: 18px;padding: 9px 24px; background:#fff url('images/pattern1.png') repeat;}

.org_comment pre{ background:url('images/trans_black.png') repeat; color:#333; padding:0px 10px;}

.post tr td, .org_comment tr td{padding: 6px 24px;}

.post tr.odd td, .org_comment tr.odd td{background: #f2f7fc;}

.org_comment table th{ padding: 6px 24px; }

/*SHARE THIS*/

.single_page_post .post_wrap .share_this{ width:100%; float:right; padding-bottom:7px; border-bottom: 1px solid #DFDFDF;}

.single_page_post .post_wrap .share_this a{ color:#999; display:block; float:right;}

.share_this .social_buttons div{ margin-right:13px;padding-left:20px; height:16px; float:left;}

.share_this .lgn_fb{ background:url(images/social.png) top left no-repeat; }

.share_this .lgn_twt{background:url(images/social.png) left no-repeat;background-position: 0px -21px;}

.share_this .lgn_del{background:url(images/social.png) left no-repeat;background-position: 0px -42px;}

.share_this .lgn_digg{background:url(images/social.png) left no-repeat; background-position: 0px -63px;}

.share_this .lgn_stmbl{background:url(images/social.png) left no-repeat;background-position: 0px -83px;}


/***************************************/

#bottomtopost { background-image: url('images/single_bg.png'); overflow:hidden; margin-top:-20px; clear:both; }



/*****************************************************************************
 * **************************************************************************
 * ************ DE AQUI PARA ABAJO HAY QUE REVISARLO TODO ******************
 * ************************************************************************
 * ***********************************************************************/

/*SIDEBAR*/

.sidebar-wrap { width:300px; float:right; margin-top:-3px; }

#sidebar{ float:left; width:280px; margin-left:10px; margin-bottom:15px; overflow:hidden; font-size:12px;}

#sidebar .widgets{ }

#sidebar .widgets ul{ margin:0; padding:0;}

#sidebar .widgets ul li{ list-style-type:none;}

#sidebar .widgets ul li ul li{padding:8px 0; background:url(images/border.png) bottom repeat-x;}

#sidebar .widgets ul li a{ color:#7f7f7f; text-decoration:none; }

#sidebar .widgets .widget{ margin-bottom: 40px;}

#sidebar .widgets .widgettitle, #sidebar .widgets .widgettitle a{  font-size:16px; text-transform:uppercase; border-bottom: 5px solid #DFDFDF; padding-bottom:10px; color:#171717;}





#searchform .screen-reader-text{ display:none;}

#searchform  #s{ width:100%; height:24px; margin-bottom:10px;}

#wp-calendar{ width:100%;}

#wp-calendar caption{ padding-bottom:5px; border-bottom:1px solid #e5e5e5; margin-bottom:10px;}

#wp-calendar tbody td{ text-align:center;}

#wp-calendar #today{ background:#e5e5e5; color:#FFF;}




/*SOCIAL SHARE*/

.social_wrap{ width:185px; float:right; position:relative; margin-top:10px;}

.social{float: right;}

.social ul{ margin:0; padding:0; float:left;}

.social ul li{ float:left; list-style-type:none; margin:3px 5px;}

.social ul li a{ display:block; width:16px; height:16px; background:url(images/social2.png) no-repeat; text-indent:-999999px;}

.social ul .soc_fb a{ background-position:0 0;}

.social ul .soc_tw a{ background-position:-16px 0;}

.social ul .soc_ms a{ background-position:-32px 0;}

.social ul .soc_ytb a{ background-position:-48px 0;}

.social ul .soc_flkr a{ background-position:-64px 0;}

.social ul .soc_rss a{ background-position:-80px 0;}

.social ul .soc_plus a{ background-position:-96px 0;}


/*LEFT SIDEBAR*/

.left_sidebar #sidebar{ margin-left:0; margin-right:10px;}

.left_sidebar #posts{background: url(images/single_bg.png) no-repeat; background-position:-635px 0;}

.left_sidebar .single_page_post .post_wrap { padding-right:0; padding-left:20px; padding-right:10px;}


/*WIDGETS

-------------

*/



.trt_wgt_thumb{}

.trt_wgt_thumb img{ width:65px; float:left; border:3px solid #fff; height:65px; margin-right:10px;}

#sidebar .widgets .widget ul li .trt_wgt_tt, #midrow .widgets .widget ul li .trt_wgt_tt{ color:#333; text-transform:uppercase;}

#footer .widgets .widget ul li .trt_wgt_tt{ text-transform:uppercase; color:#ccc;}

#footer .widget_content p{ font-size:12px; }

#sidebar .widgets .widget_nav_menu ul li ul li, #midrow .widgets .widget_nav_menu ul li ul li, #footer .widgets .widget_nav_menu ul li ul li{ background:none; padding-left:15px; border-bottom:none;}















/*COMMENTS*/

.comments_template{ width:100%; float:left; padding-left:5px;}

.commentlist{ margin:0; padding:0;}

.commentlist li{ list-style-type:none;}

h3#comments{ color:#333333;}

h3#comments_ping{color:#333333; border-bottom:7px solid #fff; padding-bottom:10px;}

.comment-body{ color:#7f7f7f; padding:15px; padding-left:0; margin-bottom:15px; float:left; width:98%; background:url(images/border.png) bottom repeat-x;}

.vcard{ float:left; width:58px; margin-right:15px;}

.fn{ padding-top:5px; display:block; text-align:center;}

.avatar img{ border:4px solid #fff;}


.comment-meta{ }

.commentlist .comment-meta a, .commentlist .comment-meta a:hover{ color:#999; font-size:12px;}

.org_comment {float: left; width: 85%;}

.comm_meta_reply{}

.comm_meta_reply a{ color:#999; font-size:12px;}

.comm_reply{ display:inline-block; float:right; margin-right:15px;}

.comm_edit{ display:inline-block; float:right; margin-right:15px;}


h3#reply-title{ color:#333; text-transform:uppercase; text-align:right;float: right; position:relative; z-index:99; background:#EDEEF0; padding-left:10px; margin-top:-30px;}

/*STUPID IE7 HACK!!*/

#related .comm_break{*margin-top : -10px;} 

.comm_break{ width:100%; height:7px;  float:left; background:#fff; margin-top:-27px; position:relative; }



#respond{width: 100%; float:left; padding:15px 0; color:#7f7f7f; margin:15px 0; }

#respond p{ margin-bottom:0;}

.comment-form-author, .comment-form-email, .comment-form-url{ width:50%;float: left;}

.comment-form-comment{  clear:both; padding-top:10px;}

.comment-form-email input{ width:70%;}



.comment-form-comment label{ padding-bottom:15px;}

#respond input{ padding:5px; border:none; color:#444; font-family:Arial, Helvetica, sans-serif; margin-bottom:15px;}

#respond textarea{ padding:5px;  border:none; color:#444; font-family:Arial, Helvetica, sans-serif; width:97%;}



#commentform label{display:block; float:left;}



#commentform .comment-form-url label{ margin-right:26px;}

#commentform .comment-form-comment label{ margin-right:15px;}

#commentform .form-allowed-tags{ display:none;}

#commentform .required{ float:left; margin-right:32px;}



.page .nocomments, .comment-notes{ display:none;}

#respond #submit{ width:auto; float:right; background:#171717; color:#fff; margin-right:7px; margin-top:10px;}

.bypostauthor{}

.bypostauthor .comment-body{}

.commentlist .org_comment ol li{ list-style-type:decimal;}

.commentlist .org_comment ul li{ list-style-type:circle;}












