/**
Theme Name: SeeZine
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:#000000 url(images/background.gif) repeat-x 0 0;
	width:960px;
	margin:0 auto;
	height:1000px;
	font:normal 11px Arial,Verdana,Tahoma;
	color:#565656;
}

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

a:hover { color:#95040b; }

/* header */
#header { padding-top:9px; }

#page-menu ul {
	display:block;
	float:right;
	height:44px;
	overflow:hidden;
}

#page-menu ul li {
	background:transparent url(images/page-menu-bg.gif) no-repeat 0 0;
	display:block;
	float:left;
	height:44px;
	line-height:44px;
	margin-right:3px;
}

#page-menu ul li a {
	background:transparent url(images/page-menu-bg.gif) no-repeat 100% 100%;
	display:block;
	float:left;
	font:normal 14px Tahoma,Verdana,Arial;
	height:44px;
	line-height:44px;
	padding:0 16px;
	color:#ffffff;
}

#page-menu ul li a:hover, #page-menu ul li.current_page_item a { color:#540305; }

.left-side, .right-side {
	display:block;
	position:absolute;
	top:0;
	z-index:2;
}

.left-side { left:0; }

.right-side { right:0; }

#header-content {
	clear:both;
	background:#5c040b url(images/header-bg.gif) repeat-x 0 0; 
	position:relative;
	height:112px;
	padding:0 21px;
	z-index:1;
	margin-bottom:3px;
}

#header-content .left-side, #header-content .right-side {
	background:transparent url(images/header-bg.gif) no-repeat; 
	width:9px;
	height:112px;
}

#header-content .left-side { background-position:0 -112px; }

#header-content .right-side { background-position:0 -224px; }

#branding {
	float:left;
	width:620px;
	text-transform:uppercase;
}

#blog-title {
	display:block;
	float:left;
	font-size:24px;
	font-weight:bold;
	line-height:111px;
	padding-right:14px;
	color:#ffffff;
}

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

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

#branding-separator {
	background:transparent url(images/brand-separator.gif) no-repeat 0 50%;
	display:block;
	float:left;
	width:2px;
	height:111px;
	margin-right:15px;
}

#blog-description, #blog-description span {
	background:transparent url(images/tagline-bg.jpg) no-repeat;
	background-position:0 44px;
	display:block;
	float:left;
	padding-left:7px;
	height:111px;
}

#blog-description span {
	background-position:100% 44px;
	font-size:10px;
	font-weight:normal;
	line-height:111px;
	color:#ffffff;
	padding:0 6px 0 0;
}

#subscribe-search {
	float:right;
	height:81px;
	width:265px;
	padding-top:30px;
}

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	padding-left:20px;
}

.rss {
	background-position:0 2px;
	font-size:12px;
	color:#fffefe;
	padding-left:15px;
}

#top-search {
	margin-top:10px;
	background:url(images/top-search-bg.gif) no-repeat 0 0;
}

#top-s {
	background:none;
	border:none;
	font:normal 12px Arial, Verdana;
	color:#910507;
	display:block;
	height:21px;
	width:250px;
	padding:5px 4px 0;
}

#cat-menu {
	background:#b30e13 url(images/cat-menu-bg.gif) repeat-x 0 0; 
	padding:0 9px;
	position:relative;
	height:42px;
	margin-bottom:3px;
}

#cat-menu .left-side, #cat-menu .right-side {
	background:transparent url(images/cat-menu-bg.gif) no-repeat; 
	width:9px;
	height:42px;
}

#cat-menu .left-side { background-position:0 -42px; }

#cat-menu .right-side { background-position:0 100%; }



#cat-menu ul {
	display:block;
	height:42px;
	overflow:hidden;
}

#cat-menu ul li, #cat-menu a {
	background:transparent url(images/menu-separator.gif) no-repeat 100% 0;
	display:block;
	float:left;
	height:42px;
	padding-right:2px;
}

#cat-menu a {
	background:none;
	font-size:10px;
	line-height:42px;
	color:#FFFFFF;
	padding:0 12px;
	text-transform:uppercase;
}

#cat-menu a:hover, #cat-menu .current-cat a {
	background:transparent url(images/cat-menu-hover.jpg) no-repeat 100% 0;
}

/* container */
#container {}

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

#featured-posts-wrapper {
	background-color:#ffffff;
	width:668px;
}

#featured-posts-top {
	background:url(images/post-top-bg.gif) no-repeat 0 0;
	float:left;
	padding-top:5px;
}

#featured-posts-bottom {
	background:url(images/post-bottom-bg.gif) no-repeat 0 0;
	float:left;
	width:668px;
	height:5px;
	margin-bottom:3px;
}

.featured-post .title {
	font:normal 21px 'Trebuchet MS', Verdana, Tahoma;
	padding-bottom:3px;
	border-bottom:3px solid #dadada;
	margin-bottom:3px;
}
.featured-post .title a {
}

.featured-post .entry {
	font-size:12px;
}

.pagetitle {
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	margin-bottom:3px;
}

.post {
	clear:both;
	background:#ffffff url(images/post-bg.gif) repeat-y 0 0;
	width:668px;
	float:left;
	margin-bottom:3px;
	position:relative;
}

.post-top {
	background:transparent url(images/post-top-bg.gif) no-repeat 0 0;
	float:left;
	padding-top:5px;
	width:668px;
}

.post-bottom {
	background:transparent url(images/post-bottom-bg.gif) no-repeat 0 100%;
	float:left;
	padding:0 5px 5px;
	width:658px;
}

.post .title {
	font:normal 21px 'Trebuchet MS', Verdana, Tahoma;
	color:#B41115;
	margin-bottom:5px;
}

.meta {
	clear:left;
	background-color:#fbfbfb;
	border-top:3px solid #f9e2e2;
	padding:0 5px;
	font-size:10px;
	color:#848484;
}

.meta span {
	line-height:21px;
	margin-right:5px;
	padding-left:15px;
}

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

.categories-post { background-position:2px -51px; }

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

.entry {
	clear:left;
}

.more-link {
	background:#f1f1f1 url(images/read-more-bg.gif) no-repeat 50% 0;
	display:block;
	float:right;
	font-size:10px;
	width:88px;
	height:25px;
	line-height:25px;
	text-align:center;
	text-transform:uppercase;
	color:#a3a3a3;
}

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background-color:#ffffff;
	clear:both;
	height:49px;
	position:relative;
	padding:0 9px;
	border-top:5px solid #000000;
	margin-bottom:13px;
}
.wp-pagenavi {
	padding-top:18px;
	font:normal 11px Tahoma, Verdana, Arial;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi a:link, .wp-pagenavi span.extend  {
	border:1px solid #dcdcdc !important;
	padding:7px 9px !important;
}

.wp-pagenavi span.pages, .wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background-color:#eaeaea !important;
	color:#767676 !important;
	text-transform:uppercase;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
	background-color:#d8d8d8 !important;
	color:#767676 !important;
}

/* sidebar */
#sidebar {
	float:right;
	width:287px;
}

.widget {
	clear:both;
	background-color:#ffffff;
	width:287px;
	float:left;
	margin-bottom:3px;
	position:relative;
}

.widget-top {
	background:transparent url(images/widget-top-bg.gif) no-repeat 0 0;
	float:left;
	padding-top:5px;
	width:287px;
}

.widget-bottom {
	background:transparent url(images/widget-bottom-bg.gif) no-repeat 0 100%;
	float:left;
	padding:0 5px 5px;
	width:277px;
}

.widget-title {
	font:normal 18px 'Trebuchet MS', Verdana, Tahoma;
	color:#b41115;
	padding-bottom:3px;
	border-bottom:3px solid #af3030;
}

.widget ul li {
	background:#ffffff url(images/all-icons.gif) no-repeat 4px -98px;
	padding-left:20px;
	border-bottom:1px solid #deddde;
	line-height:28px;
}

.widget ul li a {
	color:#9e9e9e;
	display:block;
	line-height:28px;
}

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

/* footer */
#footer {
	height:113px;
	padding-top:20px;
	text-align:center;
	font-size:11px;
	color:#ffffff;
}

