/**
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:#2f0641 url(images/background.gif) repeat-x 0 100%;
	font:normal 12px Arial,Verdana,Tahoma;
	color:#a4a4a4;
}

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:942px;
	margin:0 auto;
}

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

#branding {
	float:left;
	width:700px;
	height:63px;
	overflow:hidden;
	padding:20px 0 16px;
	overflow:hidden;
}

#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 {
	clear:both;
	float:left;
	width:660px;
	padding:15px 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:#5c0d4c 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 {
	background-color:#ffffff;
	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 #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: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;
	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; }

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

#footer a { color:#d83ab6; }

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


