/**
Theme Name: Stacey
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: magazine theme
Coder: misbah (ini_misbah@yahoo.com)
*/

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

.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:#313131 url(images/bg.gif) repeat-x;
	font:normal 13px Arial,Verdana,Tahoma;
	color:#000000;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover { color:#6f547b; }

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

#wrapper {
	width:790px;
	margin:0 auto;
}

/* header */
#header {
	color:#ffffff;
	margin-bottom:9px;
	height:264px;
	width:790px;
	position:relative;
}
#header a.logo{
position:absolute;
display:block;
width:270px;
height:50px;
left:25px;
top:25px;
}
#branding {
background:transparent url(images/header.jpg) no-repeat;
	float:left;
	width:790px;
	height:127px;
}

#blog-title { font:normal 35px 'Myriad Pro',Tahoma,Verdana; }

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

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

#blog-description { font:normal 16px 'Myriad Pro',Tahoma,Verdana; }

/*#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 {
float:left;
}
#menu-holder{
width:790px;
height:33px;
float:left;
border:0px solid red;
}
.leftmenu{
width:8px;
height:33px;
float:left;
background:transparent url(images/menu-left.gif) no-repeat;
}
.middlemenu{
background:transparent url(images/menu-middle.gif) repeat-x;
width:774px;
height:33px;
float:left;
}
.rightmenu{
width:8px;
height:33px;
float:left;
background:transparent url(images/menu-right.gif) no-repeat;
}


#page-menu ul {
	display:block;
	height:28px;
	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:#AAAAAA url(images/over.gif) no-repeat 0 0; }

#page-menu a:hover, #page-menu .current_page_item a {
	background:transparent url(images/over.gif) no-repeat 100% -28px;
}
.headerbanner{
width:728px;
height:90px;
float:left;
background:transparent url(images/main-ad-banner.gif) no-repeat;
margin:10px 0px 5px 20px;
}
/*#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;
background:url(images/container-bg.gif) repeat-y;
float:left;
border:1px solid #666666;
border-left:0px;
}

/* content */
#content {
	float:left;
	width:472px;
	border-right:4px solid #cccccc;
	padding:0px;
	margin:0px;
}
.top, .bottom { float:left; }

#header-post, .single-post {
	/*background-color:#ffffff;*/
	width:456px;
	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:476px;
}

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

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

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

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

.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:476px;
	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%;*/
	width:456px;
	line-height:18px;
	overflow:hidden;
	margin:0px 0px 0px 10px;
}

.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:476px;
	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 #f2f2f2;
	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;
}

.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:left;
	display:inline;
	width:312px;
}
#search-box{
background:url(images/search-box-bg.gif) repeat-x;
width:310px;
height:61px;
float:left;
text-align:center;
font-family:Georgia, arial;
font-size:18px;
color:#000;
font-weight:bold;
}
.search-in{
width:230px;
float:left;
display:inline;
margin:5px 0px 0px 40px;
}
.search-text{
width:200px;
}
#main-sidebar, #main-sidebar .top { width:310px; }
#main-gallery{
width:312px;
float:left;
background:#000;
position:relative;
top:-9px;
}
#main-gallery h4{
background:url(images/obsessions.gif) no-repeat;
width:175px;
height:30px;
margin:5px 0px 5px 70px;
}
#main-gallery ul{
padding:0px;
margin:0px;
}
#main-sidebar {
	background:#ffffff url(images/widget-bg.gif) repeat-y 0 0;
	margin-bottom:9px;
	float:left;
}
.side-ad-banner{
width:310px;
height:270px;
float:left;
margin:-10px 0px 0px 0px;
}
#main-sidebar .top {
/*	background:transparent url(images/widget-bg.gif) no-repeat -290px 0;
	padding-top:6px;
	border:1px solid red;
*/}

#main-sidebar .bottom {
	background:transparent url(images/widget-bg.gif) no-repeat -580px 100%;
	padding:0 6px 6px;
	width:278px;
	overflow:hidden;
}
#sfhnavigation {
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:14px;
   color:#666;
   font-weight:bold;
   text-transform:capitalize;
   text-align:right;
   color:#1D5898;
   padding:10px 10px 0px 0px;   
}
#sfhnavigation a{
color:#40AEDD;
text-decoration:underline;
}
#sfhnavigation a:link {
   color:#DF9DC3;
text-decoration: none;
}

#sfhnavigation a:hover {
color:#CCCCCC;
}

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

/* footer */
#footer {
background:#212121;
border-top:5px solid #FFFFFF;
clear:both;
color:#777777;
height:200px;
}
.footercontent{
width:860px;
height:170px;
background:#000000;
margin:0px auto;
}
.foot-spacer{
width:760px;
height:20px;
margin:0px auto;
}

#footer a { color:#d83ab6; }

#footer a:hover { color:#ffffff; }
.categoriessidebar{
/*width:310px;
float:left;
background:#FFFFFF;
height:200px;*/
background:#FFFFFF none repeat scroll 0% 0%;
border-left:4px solid #CCCCCC;
float:left;
left:-4px;
position:relative;
width:312px;
}
#categories{
font-size:20px;
color:#000000;
list-style-type:none;
font-weight:bold;
margin:0px 0px 0px 46px;
}
#categories ul{
list-style-image:url(images/bullet.gif);
}
.cat-item a{
font-size:13px;
color:#2D74BA;
font-weight:bold;
}
#content h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#333333;
font-weight:bold;
border-bottom:2px solid #cccccc;
padding:0px 0px 5px 0px;
margin:0px 0px 5px 0px;
}
.bottom ul{
padding:0px;
margin:0px 0px 10px 0px;
list-style:none;
}
.bottom ul li{
padding:0px;
margin:0px;
}
.related_post{
}
.related_post ul{
list-style:none;
padding:0px;
margin:0px;
}
.related_post ul li{
padding:0px;
margin:0px;
}
#content-banner{
background:url(images/article-bg.gif) repeat-x bottom;
padding:0px 0px 10px 10px;
}
.date{
float:right;
margin-top:-20px; 
font-style:italic;
color:#00000;
}
.posted{
	float:left; 
	margin:10px 0px 0px 0px;
	position:absolute;
}
.nocomment{
float:right;
margin:0px 0px 0px 0px;
position:relative;
}

.related{
background:url(images/article-bg.gif) repeat-x bottom;
padding:10px 0px 10px 10px;
}
