/*
Theme Name: News Press-Black
Theme URI: http://www.wptap.com/index.php/news-press/
Description: A simple and elegant solution for creating an iPhone-friendly News, Blog, and other text-centric WordPress sites.
Version: 1.2
Author: WPtap team
Author URI: http://www.wptap.com/index.php/
Tags: WordPress for iPhone, Mobile Theme, iPhone Theme, Plugin, News Press
*/

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

li{list-style:none;}
object, embed {
	max-width:100% !important;
	min-width:100% !important;
	display:block;
}

/* Defaults */
A:link        { text-decoration: none; color: #800000;}

A:visited     { text-decoration: none; color: #800000;}

A:hover       {text-decoration: none; color: #000066; font-style: normal; text-decoration: underline overline}



:focus {outline:0}
a, a:visited {text-decoration:none;}
a:hover {text-decoration:underline}
body {
	font:62.5% Helvetica;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
img {border:0;vertical-align:bottom; max-width: 100% !important;height: auto !important;}
fieldset {border:0}

body{
	background:url(images/bg-body.png) #ffffff repeat-x;
}

/*wp*/
.wp-caption {background:#f3f3f3;border:1px solid #ddd;border-radius:3px;khtml-border-radius:3px;margin:10px;moz-border-radius:3px;padding-top:4px;text-align:center;webkit-border-radius:3px}
.wp-caption img {border:0 none;margin:0;padding:0}
.wp-caption p.wp-caption-text {font-size:12px;line-height:17px;margin:0;padding:0 4px 5px}


img.aligncenter {display:block;margin-left:auto;margin-right:auto}
img.alignright {display:inline;margin:0 0 2px 7px;padding:4px}
img.alignleft {display:inline;margin:0 7px 2px 0;padding:4px}
.alignright {float:right;margin-left:10px}
.alignleft {float:left;margin-right:10px}
.aligncenter {display:block;margin-left:auto;margin-right:auto}

.entry h3,.entry h4, .entry h5, .entry h6{
	font-family:arial;
	font-size:2.5em;
	text-decoration:none;
} 
.entry h4{
	font-size:2.2em;
}
.entry h5{
	font-size:1.9em;
}
.entry h6{
	font-size:1.6em;
}
.entry ul li {
	font-size:1.2em;
	margin-bottom:10px;
	margin-left:20px;
	list-style:disc;
	background:url(images/bg-icons.png) no-repeat 0 -97px;
	list-style:none;
	padding:0 0 0 15px;
	overflow:hidden;
}
.entry ol li{
	font-size:1.2em;
	margin-bottom:10px;
	margin-left:20px;
	list-style:disc;
	background:url(images/bg-icons.png) no-repeat 0 -197px;
	list-style:none;
	padding:0 0 0 15px;
	overflow:hidden;
}
blockquote {
	padding-left:40px;
	background:url(images/bg-icons.png) no-repeat 20px -2990px;
	font-style:italic;
	font-size:12px;
	overflow:hidden;
}

.entry{
	font-size:12px;
	color:#1F1A17;
}


/* Containers */
#page {
	
}

/* Header */
#header{
	overflow:hidden;
	margin:0 0 0px;
	position:relative;
}
#header .top-info{
	position:absolute;
	right:10px;
	top:10px;
}

#header .rss,#header .email{
	background:url(images/bg-icons.png) no-repeat 0 -1200px;
	float:left;
	width:21px;
	height:20px;
	margin:0 0 0 10px;
	text-indent:-9999px;
}
#header .email{
	background-position:0 -1300px;
}

#header img.logo{
	float:left;
	margin:6px 0 0 5px;
}

#header h1,#header h1 a,#header h1 a:visited{
	color:#e2e2e2;
	font-size:1.4em;
	line-height:40px;
	font-weight:normal;
	text-shadow:5px 2px 6px #000;
	text-indent:10px;
}

#header .nav{
	padding:0 0 5px;
	text-align:center;
}

#header .nav li{
	display:inline-block;
}

#header .nav li a,#header .nav li a:visited{
	display:inline-block;
	width:57px;
	background:url(images/bg-icons.png) no-repeat 0 0;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#fff;
}
#header .nav li a:hover{
	color:#E77817;	
	text-decoration:none;
}


/*extenstion part*/

.extenstion{
	clear:both;
	/*padding:10px 0 0;*/
}
#searchform{
	text-align:center;
	display:none;
}
#searchform input{
	display:inline-block;
}
#searchform .text-input{
	width:40%;
}
#searchform #searchsubmit{
	
}

#categoriesbox,#pagesbox{
	display:none;
	margin:0 0 3px;
}

#categoriesbox li ,#pagesbox li{
	list-style:none;
	margin:0 auto 5px;
	min-height:39px;
	border-bottom:1px #5A5C5C solid;
	background:url(images/bg-pages.png) #800000 repeat-x;
	width:94%;
}
#categoriesbox li a ,#pagesbox li a{
	display:block;
	background:url(images/bg-icons.png) no-repeat 98% -687px;
	
}
#categoriesbox li a span,#pagesbox li a span{
	display:block;
	background:url(images/bg-icons.png) no-repeat 5px -584px;
	font-size:13px;
	color:#fff;
	line-height:100%;
	padding:13px 0 0 20px;
}
#categoriesbox li a:hover ,#pagesbox li a:hover{
	text-decoration:none;
}
#categoriesbox li .children,#pagesbox  li .children{
	width:90%;
}

#menu{
	
}
#menubox{
	text-align:center;
	display:none;
}
#menubox a{
	color:#fff;
	font-size:1.5em;
	padding:50px 0 0 0;
	background:url(images/bg-icons.png) no-repeat 0 -100px;
	display:inline-block;
	min-width:40px;
	margin:0 5px;
}
#menubox li{
	display:inline-block;
}


#menubox .rss a{
	background-position: 12px -200px;
}
#menubox .email a{
	background-position: 0 -300px;
}


#loginform{
	display:none;
	text-align:center;
}

#loginform .text-input{
	width:30%;
}
#log{
	width:35%;
	margin-right:5px;
}




/* Content*/

#content{
	padding:0;
	overflow:hidden;
}

#content .article,#content .border{
	background:#fff;
	margin:0 0 12px;
	border:1px #ADAEB3 solid;
	-webkit-border-top-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	overflow:hidden;
	position:relative;
}
#content .index{
	padding-left:75px;
	padding-right:32px;
}
#content .article div.imgwraper{
	border:1px #e9e9e9 solid;
	background:#f6f6f6;
	position:absolute;
	left:10px;
	top:10px;
}

#content .article div.imgwraper img{
	border:1px #C1C2C4 solid;
	position:relative;
	right:2px;
	bottom:1px;
	overflow:hidden;
}
#content .article-details{

}
#content .article-details p{
	margin:0;
	color:#515151;
}


.article h2, .article h2 a, .article h2 a:visited{
	font-size:1.3em;
	font-size:15px;
	color:#1e1e1e;
}

.article a, .article a:visited{
	color:#1FA0E2;
}
.article .navigation{
	overflow:hidden;
	padding:0 5px 0;
	position:relative;
}

.gotocomments{
	padding:0 0 6px;
}
.gotocomments a{
	display:block;
	background:url(images/bg-icons.png) no-repeat 0 -2088px;
	padding:0 0 2px;
}


.unread-comments{
	position:absolute;
	left:0;
	top:3px;
	height:24px;
	z-index:99;
}

.unread-comments span.comments-num{
	float:left;
	height:24px;
	padding:0 10px 0 0;
	background:url(images/bg-icons.png) no-repeat 100% -300px;
	line-height:24px;
	font-size:12px;
	color:#fff;
	font-weight:bold;

}

.unread-comments span.left-border{
	float:left;
	height:24px;
	width:9px;
	overflow:hidden;
	background:url(images/bg-icons.png) no-repeat 0 -300px;
}#content .navigation a,#content .navigation a:visited{
	font-size:11px;
	font-weight:bold;
	
}
#content .navigation .alignleft a{
	display:block;
	background:url(images/bg-icons.png) no-repeat 0 -998px;
	padding:0 0 0 10px;
}
#content .navigation .alignright a{
	display:block;
	background:url(images/bg-icons.png) no-repeat 100% -1098px;
	padding:0 10px 0 0;
}


#content .entry{
	clear:both;
	padding:5px 0 0;
	display:none;
}
#content .entry p{
	margin:0 0 10px;
	overflow:hidden;
}

#content .border .entry{
	display:block;
}
#content .extra{
	position:absolute;
	right:10px;
	top:10px;
	background:url(images/bg-icons.png) no-repeat 0 -1500px;
	width:20px;
	height:19px;
	text-indent:-9999px;
	cursor:pointer;
}
#content .selected{
	background-position: right -1500px;
}
#content .post-meta{
	color:#605D5C;
	padding:20px 0 0;
	
}

h1{
	font-size:20px;
	color:#1F1A17;
}

#content .article .postdate{
	color:#8a8a8a;
}

.social-networks{
	padding:10px 10px 0;
	position:relative;
}
.social-wrap{
	border-bottom:1px #C1C0C0 solid;
	border-top:1px #C1C0C0 solid;
	overflow:hidden;
	padding:8px 0;
	font-weight:bold;
	font-size:11px;
}
.social-networks .mail-it{
	padding:0 0 0 20px;
	background:url(images/bg-icons.png) no-repeat 0 -800px;
}
.social-networks .bookmark-it{
	padding:0 0 0 20px;
	background:url(images/bg-icons.png) no-repeat 0 -900px;
}


#content .post-nav{
	padding:0 10px 0;
	overflow:hidden;

}
#content .post-nav .social-wrap{
	border-top:0;
}

.left-top,.left-bottom{
	position:absolute;
	left:0;
	background:url(images/line.png) no-repeat 0 0;
	width:100px;
	height:1px;
	overflow:hidden;
}
.left-top{
	top:10px;
}
.left-bottom{
	bottom:0;
}

.right-top,.right-bottom{
	position:absolute;
	right:0;
	background:url(images/line.png) no-repeat 100% 0;
	width:100px;
	height:1px;
	overflow:hidden;
}
.right-top{
	top:10px;
}
.right-bottom{
	bottom:0;
}

#sbookmarks{
	clear:both;
	border:1px #BEBDBD dashed;
	-webkit-border-radius:10px;
	padding:5px 10px;
	display:none;

}
#sbookmarks li a{
	display:block;
	background:url(images/bg-icons.png) no-repeat 0 -2145px;
	padding:10px 0 10px 30px;
	border-top:1px #BEBDBD dashed;
}
#sbookmarks li.delicious a{
	border:none;
}
#sbookmarks li.digg a{
	background-position:0 -2195px;
}
#sbookmarks li.technorati a{
	background-position:0 -2245px;
}

#sbookmarks li.magnolia a{
	background-position:0 -2295px;
}

#sbookmarks li.newsvine a{
	background-position:0 -2345px;
}

#sbookmarks li.reddit a{
	background-position:0 -2395px;
}






h2#comments{
	padding:20px 0 5px;
	font-size:13px;
}

#commentlist li{
	border:1px #BEBDBD dashed;
	padding:10px 10px 10px 50px;
	margin:0 0 5px;
	-webkit-border-radius:10px;
	position:relative;
	min-height:38px;
	font-size:12px;
}
.avatar{
	position:absolute;
	left:10px;
	top:10px;
}

#commentlist .comment-meta{
	color:#1F1A17;
	font-size:12px;
}
#commentlist .comment-meta span{
	color:#1FA0E2;
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
}

#commentlist .comment-meta div{
	color:#999;
	font-size:10px;
}

#comment{
	width:80%;
}

.navi-index a,.navi-index a:visited{
	color:#800000;
	font-weight:bold;
}

#commentform p{
	margin:0 0 10px;
}

#commentform label{
	font-size:12px;
}
/* Footer */

#footer, #ad-code{
	color:#dcdcdc;
	text-align:center;
	font-size:11px;
	/*text-shadow:1px 1px 0 #555;*/
	font-weight:bold;
}

#footer a, #ad-code, #ad-code a{
	color:#1FA0E2;
}

#ad-code {
	text-align:center;
	margin:10px auto;
	max-width:100%;
	overflow:hidden;
}

/* Calendar */
div.calendar {
	position:absolute;
	left:10px;
	top:10px;
	background:url(images/Calendar/bg.png) no-repeat;
	width:48px;
	height:50px;
}

div.calendar span.the_month,
div.calendar span.the_day {
	display:block;
	text-align:center;
	font-weight:bold;
}

div.calendar span.the_month {
	color:#ffffff;
	font-size:11px;
}

div.calendar span.the_day {
	position:relative;
	top:9px;
	font-size:16px;
}


/* 404 Page */
div.narrowcolumn {
	background:url(images/404.jpg) no-repeat 50% 0;
	width:275px;
	height:186px;
	margin:10px auto;
}