/**
Theme Name: Stacey
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: magazine theme
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#d8388b url(images/background.gif) repeat-x 0 100%;
	font:normal 12px Arial,Verdana,Tahoma;
	color:#000;
}

a {
	/*changed by abhinav from "none" to "underline"*/
	text-decoration:underline;
	color:#333333;
}

a:hover { color:#6f547b; }

#body-in {
	background:transparent url(images/body-in.gif) repeat-x 0 0;
}

#wrapper {
	/*width:942px;*/
	width:1000px;
	margin:0 auto;
}

/* header */
#header {
	color:#ffffff;
	margin-bottom:9px;
}

#branding {
	float:left;
	width:700px;
	/*height:63px;*/
	height:83px;
	overflow:hidden;
	padding:22px 0 24px;
	overflow:hidden;
}

#blog-title { font:normal 34px "Times New Roman", Times, serif; }

#blog-title a { color:#dd127b; }

#blog-title a:hover { color:#d83ab6; }

#blog-description { font:normal 25px "Times New Roman", Times, serif; }

#header-content {
	display:inline;
	float:right;
	width:235px;
	padding-top:28px;
}

#bookmark {
	display:block;
	text-transform:uppercase;
	color:#d83ab6;
	font-size:10px;
	margin:0 0 3px 109px;
}

#date-now {
	background:#6c1459 url(images/clock.gif) no-repeat 0 0;
	display:block;
	font-weight:bold;
	width:194px;
	height:36px;
	line-height:36px;
	padding-left:34px;
}

#page-menu {
	clear:both;
	float:left;
	width:110%;
	padding:15px 0;
	margin:-20px auto 0;
	/*margin:0 auto;*/
}
/*
#page-menu ul {
	display:block;
	height:28px;
	width:100%;
	overflow:hidden;
}

#page-menu ul li {
	display:block;
	float:left;
	margin-right:10px;
}

#page-menu a {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	color:#ffffff;
	padding:0 12px;
}

#page-menu ul li.hover, #page-menu .current_page_item { background:#f8c301 url(images/page-menu-hover-bg.gif) no-repeat 0 0; }

#page-menu a:hover, #page-menu .current_page_item a {
	background:transparent url(images/page-menu-hover-bg.gif) no-repeat 100% -28px;
}
*/
#top-search-wrap {
	background:url(images/top-search-bg.png) no-repeat 0 0;
	float:right;
	width:253px;
	height:46px;
	position:relative;
	text-transform:uppercase;
	font-size:10px;
	margin-top:11px;
}

#top-search-wrap input {
	background:none;
	border:none;
	position:absolute;
}

#top-s {
	font-size:10px;
	text-transform:uppercase;
	top:12px;
	left:18px;
	width:168px;
	color:#ffffff;
	height:18px;
	padding:6px 6px 0;
}

#top-search-submit {
	top:5px;
	left:205px;
	width:39px;
	height:36px;
	padding:0;
	cursor:pointer;
}

/* container */
#container { margin-bottom:9px; }

/* content */
#content {
	float:left;
	width:640px;
}

.top, .bottom { float:left; }

#header-post, .single-post {
	/*edited bgcolor from white to yellow by abhinav aggarwal */
	background-color:#F8C301;
	width:640px;
	float:left;
	margin-bottom:9px;
	position:relative;
}

#header-post .top, .single-post .top {
	background:transparent url(images/featured-bg.gif) no-repeat 0 0;
	padding-top:10px;
	width:640px;
}

#header-post .bottom, .single-post .bottom {
	background:transparent url(images/featured-bg.gif) no-repeat 100% 100%;
	padding:0 10px 10px;
	width:620px;
}

.pagetitle {
	font-size:20px;
	font-weight:normal;
	color:#6f547b;
	margin-bottom:5px;
}

.title {
	font:normal 24px 'Trebuchet MS',Tahoma,Verdana,Arial;
	color:#474747;
}

.meta {
	font:normal 11px Verdana,Tahoma,Arial;
	color:#878787;
	padding-bottom:5px;
	border-bottom:4px solid #dbdbdb;
	margin-bottom:5px;
}

.meta a { color:#610b4f; }

.meta a:hover { color:#333333; }

.meta span, .meta a { white-space:nowrap; }

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	float:left;
	display:block;
	padding-left:20px;
	margin-right:7px;
	height:18px;
	line-height:18px;
}

.post-author { background-position:0 2px; }

.categories-post{ background-position:0 -27px; }

.date-post { background-position:0 -55px; }

.comment-post{ background-position:0 -83px; }

/* about us */
#about-us, #about-us .top { width:640px; }

#about-us {
	background:#60054d url(images/about-us-bg.png) repeat-y 0 0;
	margin-bottom:9px;
	color:#ffffff;
	float:left;
}

#about-us .top {
	background:transparent url(images/about-us-top-bg.png) no-repeat 0 0;
	padding-top:10px;
}

#about-us .bottom {
	background:transparent url(images/about-us-bottom-bg.png) no-repeat 100% 100%;
	padding:0 10px 10px;
	width:620px;
	line-height:18px;
}

#about-us .title {
	font:normal 24px 'Trebuchet MS', Tahoma, Verdana, Arial;
	border-bottom:3px solid #781d64;
	padding-bottom:3px;
	margin-bottom:9px;
	width:100%;
	color:#ffffff;
}

#about-us-avatar {
	background-color:#ffffff;
	float:left;
	margin:0 10px 10px 0;
	padding:5px;
	border:1px solid #dbdada;
}

#post-content, #post-content .top { width:640px; }

#post-content {
	background-color:#ffffff;
	margin-bottom:9px;
	float:left;
	overflow:hidden;
}

#post-content .top {
	background:transparent url(images/content-top-bg.png) no-repeat 0 0;
	padding-top:10px;
}

#post-content .bottom {
	background:transparent url(images/content-bottom-bg.png) no-repeat 100% 100%;
	padding:0 10px 10px;
	width:620px;
	line-height:18px;
	overflow:hidden;
}

.post {
	background:transparent url(images/post-bottom-bg.png) no-repeat 50% 100%;
	padding-bottom:27px;
}

#another-widget, #another-widget .top { width:640px; }

#another-widget {
	background:#4b053d url(images/footer-bg.gif) repeat-y 0 0;
	margin-bottom:9px;
	float:left;
}

#another-widget .top {
	background:transparent url(images/footer-corner-bg.gif) no-repeat 0 0;
	padding-top:10px;
}

#another-widget .bottom {
	background:transparent url(images/footer-corner-bg.gif) no-repeat -640px 100%;
	padding:0 10px 10px;
	width:620px;
	line-height:18px;
	overflow:hidden;
}

#another-widget .widget {
	float:left;
	width:190px;
	margin:0 8px;
	display:inline;
}

.widget-title {
	font:normal 18px 'Trebuchet MS',Tahoma,Verdana,Arial;
	color:#6f547b;
	padding-bottom:3px;
	border-bottom:4px solid #F8C301;
	margin-bottom:3px;
}

#another-widget .widget-title {
	color:#ffffff;
	border-color:#590749;
}

.widget ul li {
	background:transparent url(images/icon-paper.gif) no-repeat 3px 8px;
	padding-left:20px;
	display:block;
	line-height:28px;
	border-bottom:1px solid #deddde;
	color:#3e232c;
}

.widget ul li a {
	/*color:#9e9e9e;
	changed color by abhinav aggarwal*/
	color:#6F5458;
}

.widget ul li a:hover {
	color:#3e232c;
}

.widget ul li.hover {
	background-color:#f8f8f8; 
}

.widget ul li li {
	border-bottom:none;
	border-top:1px solid #deddde;
}

#another-widget .widget ul li {
	background:transparent url(images/dot.gif) no-repeat 6px 10px;
	border-color:#570747;
}

#another-widget .widget ul li a { color:#d73fb9; }

#another-widget .widget ul li a:hover { color:#ffffff; }

/* sidebar */
#sidebar {
	float:right;
	display:inline;
	width:290px;
	overflow:hidden;
}

#main-sidebar, #main-sidebar .top { width:290px; }

#main-sidebar {
	/*background:#ffffff url(images/widget-bg.gif) repeat-y 0 0;*/
	background-color:#F8C301;
	margin-bottom:9px;
	float:left;
}

#main-sidebar .top {
	background:transparent url(images/widget-bg.gif) no-repeat -290px 0;
	padding-top:6px;
}

#main-sidebar .bottom {
	background:transparent url(images/widget-bg.gif) no-repeat -580px 100%;
	padding:0 6px 6px;
	width:278px;
	overflow:hidden;
}

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

/*--------------------------
css for the  custom templet
---------------------------*/
.post-custom {
background:transparent url(images/post-bottom-bg.png) no-repeat scroll 50% 100%;
padding-bottom:27px;
font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
line-height:1.5em;
margin:0 0 20px;
width:100%;
}
.post-top-custom {
overflow:hidden;
width:auto;
}

.post-title-custom {
float:left;
margin:10px 0;
width:615px;
}

.thumbnail-custom a img {
background:#F0C30F none repeat scroll 0 0;
border:1px solid #FFFFFF;
float:left;
height:140px;
padding:5px;
width:140px;
margin-right:10px;
}
.post-title-custom h2 {
color:#555778;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:28px;
font-weight:400;
line-height:100%;
margin:0 0 5px;
text-shadow:0 1px 0 #FFFFFF;
}
.entry-custom {
display:block;
font-size:12px;
line-height:20px;
margin:0px 0 0;
text-align:justify;

}
.entry-custom p {
padding-bottom:15px;
}
.post-top-custom h3 {
color:#7B7B7B;
font-size:11px;
font-weight:400;
margin:3px 0 5px 2px;
}
.post-top-custom h3 a, .post-top-custom h3 span {
color:#40566A;
font-weight:700;
text-transform:capitalize;
}
.post-top-custom h3 .post_cats-custom a, .post-top-custom h3 .post_cats-custom {
color:#555778;
font-weight:400;
}

.postmetadata-custom {
background:transparent url(images/bgr_postmetadata.png) no-repeat scroll center top;
height:auto;
overflow:hidden;
width:100%;
}
.postmetadata-custom p {
font-size:12px;
font-weight:700;

text-align:right;
}
/*---------------------------*/

/* footer */
#footer {
	height:44px;
	line-height:44px;
	text-align:center;
	color:#ffffff;
}

#footer a { color:#f8c301; }

#footer a:hover { color:#ffffff; }



