/*
Theme Name: Screem
Theme URI: http://parveenverma.com
Description: Theme for Parveen Verma's blogs
Version: 0.2.1
Author: Parveen verma
Author URI: http://parveenverma.com
Tags: dark, black, single column, threaded-comments

-
Wedding Bells Theme is released under the GNU General Public License, version 2 (GPL).

For more information about the GPL, please visit:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#000000 url(images/bg_body.jpg) top center repeat-y;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */

html, body {
	height: 100%;
}
body {
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}


a {
	color: #717171;
	text-decoration: none;
}
a:hover {
	color:#CB3535;
	text-decoration: none;
}
#wrapper {
	height: 100%;
	margin: 0 auto;
	width: 1002px;
}
/*#shadow {
	-moz-box-shadow: 0 0 1em #e3eaf4;
	-webkit-box-shadow: 0 0 1em #e3eaf4;
	width: 960px;
	float: left;	
}*/
#toparea {
	width: 1002px;
	float: left;
	margin-top: 0px;
}
#header {
	background:#000000 url(images/bg_header.jpg) none right;
	width: 1002px;
	height: 422px;
	margin-top: auto;
}

#nav{
	width:190px;
	height:90px;
	background:url("images/bg_nav.png") no-repeat scroll center top transparent;
	float:right;
	margin:90px 30px 0 0;
	font-family:Verdana, Geneva, sans-serif;
}
#nav_item{
	font-family:'Shadows Into Light', cursive, Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#717171;
	padding:30px 0 0;
	text-align:center;
}
#nav_item a{
	color:#717171;
}
#nav_item a:hover{
	color:#FFFFFF;
}

#logo{
	padding:110px 0px 0px 32px;
}

.logo_icon{
	height:71px;
	width:71px;
	background:url(images/icon_logo.png) no-repeat;
	float:left; 
	padding-right:15px;
}

a:hover.logo_icon{
	background:url(images/icon_home.png) no-repeat;
}




#header .title-description {
	margin: 40px 0px 0px 40px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#header h1 {
	font-size: 3em;
	color: #2e2c6a;
	margin-bottom: 9px;
}
#header h2 {
	font-size: 24px;
	color: #717171;
	text-transform:uppercase;
}
#menulist {
    background-color: #e5edf7; /* fallback color */
    background-image: url('images/menubg.jpg') repeat-x; /* fallback image */
    background-image: -moz-linear-gradient(100% 100% 90deg, #eaf1f9, #f4f9ff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f9ff), to(#eaf1f9));
	width: 958px;
	height: 47px;
	float: left;
	border-top: 1px solid #e4ecf9;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #e4ecf9;
	border-left: 1px solid #e4ecf9;
}
#page-wrap {
	width: 1002px;
	float: left;
	background:url(images/page_border2.png) repeat-y center top;
}
#content {
	color:#717171;
	float:left;
	height:100%;
	margin:69px 101px;
	width:800px;
}
#sidebar {
	width: 279px;
	margin-top: 15px;
	float: left;
	padding: 0px 20px;
}
#footer {
	width: 1002px;
	background:url(images/bg__footer_shadow.png) top no-repeat;
	float: left;
	color: #2e2c6a;
	text-align: left;
	padding: 20px 0px;
}
#foot_hire{
	background:url(images/bg_footer.png) top left no-repeat;
	min-height:230px;
}
#foot_copy{
	float:right;
	padding:55px 30px 0px 0px;
}
#footer h1 {
	font-size: 30px;
	text-transform:uppercase;
}

/* menu styles */
#menulist ul {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 8px;
}
#menulist li {
	float: left;
}
#menulist li a {
	display: block;
	text-decoration: none;
	color: #4a4893;
	font-weight: bold;
	font-size: 1.4em;
	padding: 20px 26px;
}
#menulist li a:hover {
	color: #2e2c6a;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.4);
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 20px 25px;
}
#menulist ul li ul li { display: none; }

/* post styles */
.post-wrap {
	padding: 0;
}
.post-block {
	width:77px;
	background-color:#cb3535;
	float:left;
}

.post-block2 {
	width:77px;
	background-color:#cb3535;
	float:left;
}

.post-block3 {
	width:77px;
	float:left;
}

.post-content {
	float:left;
	margin:0 15px;
	width:616px;
}

.post {
	padding: 35px 0px;
	border-bottom: 5px solid #444444;
	border-style: dotted;
}
.post h2 {
	font-size: 24px;
	line-height: 20px;
	text-transform:uppercase;
	color:#FFFFFF;
}
.post h2 a {
	color: #FFFFFF;
}
.post h2 a:hover {
	color: #cb3535;
	text-decoration:none;
}
.post small {
	color:#FFFFFF;
	font-size:10px;
}

.post small a {
	color: #cb3535;
}

.post small a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

.post .entry {
	margin: 20px 0px 0px 0px;
	
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin: 5px 0px 10px 0px;
}
.entry h1 {
	font-size: 28px;
	text-transform:uppercase;
}
.entry h2 {
	font-size: 24px;
	text-transform:uppercase;
}
.red_text {
	color:#cb3535;
}
.entry h3 {
	font-size: 20px;
	text-transform:uppercase;
}
.entry h4 {
	font-size: 16px;
	text-transform:uppercase;
}
.entry h5 {
	font-size: 12px;
}
.entry h6 {
	font-size: 10px;
}
p.tags {
	font-size: 10px;
	padding: 75px 2px 10px 2px;
	color:#FFFFFF;
	text-align:center;
}
p.tags a{
	color:#FFFFFF;
	text-decoration:none;
}
p.tags a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.entry ul {
	list-style-type: disc;
	margin: 15px 0px;
}
.entry ul li {
	margin: 0px 0px 0px 15px;
	font-size: 12px;
	line-height: 18px;
}
.entry ul li ul li {
	font-size: 1.0em;
}
.entry ol {
	list-style-type: decimal;
	margin: 15px 0px;
}
.entry ol li {
	font-size: 12px;
	line-height: 18px;
}
.entry ol li ol li {
	margin: 0px 0px 0px 20px;
	font-size: 1.0em;
}
.entry a.more-link {
	font-style:italic;
}
.entry p  { 
	padding-bottom: 13px; 
	font-size: 12px; 
	line-height: 18px; 
}
.entry img {
	background:none repeat scroll 0 0 #FFFFFF;
	padding:9px;
}
.entry blockquote {
	background: url(images/icon_quote.png) no-repeat;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
	color:#999999;
	font-style:italic;
	margin:10px 0;
	padding:15px 15px 0 80px;
	min-height:65px;
}
.entry table {
	font-size: 1.3em;
	padding: 5px;
	margin: 15px 0px;
}
.entry table tr th,
.entry table td {
	padding: 5px;
}
.entry dl {
	margin: 10px 0px;
}
.entry dt {
	font-size: 1.4em;
	font-weight: bold;
}
.entry dd {
	font-size: 12px;
        margin: 5px 0 10px;
}
.postmetadata {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 18px 0px 0px 0px !important;
}

.postmetadata_comments {
	width:77px;
	height:79px;
	background: url(images/comments_bg.gif) no-repeat;
}



.postmetadata_comments_numbers {
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:29px;
}

.icon_blog {
	width:77px;
	height:79px;
}

.icon_auth {
	border-bottom:2px solid #222222;
	height:77px;
	width:77px;
}

.icon_tags {
	width:77px;
	background-image: url(images/ico_tags.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#cb3535;
}




.navigation {
	margin: 40px 0px 0px 0px;
}
.alignright2 { 
	float:left;
	}
.alignright { 
	float:right;
	}
.alignleft {
	float:left;
	}
.aligncenter { display: block; margin: 0 auto; }
.navigation .alignleft a {
	width:77px;
	height:79px;
	background: url(images/icon_prv.gif) no-repeat;	
	display: block;
}
.navigation .alignright a {
	margin-left:1px;
	width:77px;
	height:79px;
	background: url(images/icon_nxt.gif) no-repeat;	
	display: block;
}
.navigation .alignright2 a {
	margin-left:1px;
	width:77px;
	height:79px;
	background: url(images/icon_nxt.gif) no-repeat;	
	display: block;
}
.clear { clear: both; }

/* archive */
#content h2.pagetitle {
	padding: 20px 0px 0px 0px;
	font-size: 36px;
	line-height: 1.6em;
	color:#333333;
}
.cat_heading{
	border-bottom:1px solid #333;
}
.archive-post h3 {
	font-size: 1.8em;
	line-height: 1.6em;
}
.archive-post {
	
}

/* sidebar */
#sidebar ul {
	list-style: none;

}
#sidebar ul li h2 {
	font-size: 2em;
	margin: 30px 0px 8px 0px;
	color: #2e2c6a;
}
#sidebar ul li.widget {
	margin-bottom: 25px;
}
#sidebar .textwidget p {
	color: #2e2c6a;
	font-size: 1.3em;
	line-height: 1.6em;
	padding-bottom: 10px;
}
#sidebar ul li ul a {
	font-size: 1.3em;
	display: block;
	color: #2e2c6a;
	text-decoration: none;
	padding: 10px 0px;
	border-bottom: 1px solid #e4ecf7;
}
#sidebar ul li ul a:hover {
	text-decoration: underline;
}
#sidebar .widget_tag_cloud a,
#sidebar h2 a {
	color: #2e2c6a;
}
#sidebar .widget_recent_comments ul li {
	display: block;
	padding: 10px 0px;
}

/* seach box styles */
#searchform {
	margin: 10px 0px;
}
#sidebar #searchform #s {
	padding: 8px;
	border: 1px solid #c7d0df;
	width: 180px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0px;

}
#sidebar #searchsubmit {
	padding: 7px;
	color: #2e2c6a;
	background-color: #d3dcea;
	border: 1px solid #c7d0df;
	margin-left: -3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
}

/* comments */
#respond h3 {
	border-top:1px solid #333333;
	margin:15px 0 35px;
	padding:20px 0 0;
	font-size:20px;
}
h3#comments {
	margin:30px 0;
	font-size:20px;
}
#commentform p.loggedin {
	font-size:12px;
	margin-bottom:12px;
}

#commentform label {
	color:#333333;
	font-size:12px;
}

#commentform input {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #333333;
	border:1px solid #333333;
	color:#FFFFFF;
	font-size:12px;
	margin:0 8px 8px 0;
	padding:7px;
	width:190px;
}
#commentform textarea {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #333333;
	border:1px solid #333333;
	color:#FFFFFF;
	font-size:12px;
	margin:0 0 8px;
	padding:8px;
	width:500px;
}
#commentform #submit {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#CB3535;
	border:1px solid #CB3535;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0 !important;
	padding:9px;
	cursor:pointer;
}
.cancel-comment-reply{
	margin:0px 0px 0px 58px;
}
ol.commentlist { list-style:none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { padding: 15px 0px; }
ol.commentlist li.comment div.comment-author { margin: 5px 0px; }
ol.commentlist li.comment div.vcard { font-size: 12px; }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { color: #FFFFFF; text-decoration: none; }
ol.commentlist li.comment div.vcard cite.fn a.url:hover { text-decoration: underline; }
ol.commentlist li.comment div.vcard img.avatar { border: 1px solid #ccc; float: left; margin: 0px 8px 0px 0px; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says { display: none; }
ol.commentlist li.comment div.commentmetadata { margin-bottom: 7px; }
ol.commentlist li.comment div.comment-meta { margin: -5px 0 15px; }
ol.commentlist li.comment div.comment-meta a { color: #CB3535; text-decoration: none; font-size: 10px; }
ol.commentlist li.comment div.comment-meta a:hover { text-decoration: underline; }
ol.commentlist li.comment p { font-size:12px; line-height: 18px; margin:0px 0px 0px 60px; }
ol.commentlist li.comment ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply 
{
}
ol.commentlist li.comment div.reply a { 
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#222222;
	color:#717171;
	font-size:12px;
	padding:5px 10px;
	text-decoration:none;
	}
ol.commentlist li.comment div.reply a:hover { text-decoration: underline; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { margin:0 }
ol.commentlist li.comment ul.children li.depth-3 { margin:0 }
ol.commentlist li.comment ul.children li.depth-4 { border-top: 1px solid #e4ecf9; margin:0 0 .25em 1.5em; }
ol.commentlist li.comment ul.children li.depth-5 { border-top: 1px solid #e4ecf9; margin:0 0 .25em 1.5em; }
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {background: url(images/icon_quote.png) no-repeat; border-top: 1px solid #333333; border-bottom: 1px solid #333333; padding: 15px 10px 15px 80px; }
ol.commentlist li.thread-odd { background: url(images/icon_quote.png) no-repeat; padding: 15px 10px 15px 80px; }

/* mix */
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Quick Navigation Dock */

#nav-dock {
	width: 77px;
	height: 41px;
	background: url(images/bg_dock.gif) no-repeat;
	border-top:1px solid #222222;

}
#nav-dock #next {
	width: 38px;
	height: 41px;
	display: inline;
}
#nav-dock #next img {
	margin:7px 0 0 8px;
}
#nav-dock #prev img {
	margin-left:6px;
}

#nav-dock #prev {
	width: 38px;
	height: 41px;
	display: inline;

}

/* Social */
.icon_social {
	background:none repeat scroll 0 0 #FFFFFF;
	border-top:1px solid #222222;
	padding:13px;
	width:50px;
}

.icon_social ul{
	list-style: none;	
}
.icon_social ul li{
	list-style: none;	
}

