/**
Theme Name: pure
Author URI: http://www.capturedbyis.com
Theme URI: http://www.capturedbyis.com
Version: 1.0
Author: capturedbyis photography & design
Description: capturedbyis wp-theme premium
**/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/slide.css');
@import url('css/comments.css');
@import url('css/jquery.tabs.css');
@import url('css/widgets.css');
@import url('css/slimbox.css');
@import url('css/popup.css');

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

#body-in {
	width:100%;
	background:url(images/body-in-bg.gif) repeat-x center 0;
}

#body-banner {
	position:absolute;
	width:432px;
	height:97px;
	top:38px;
	right:0px;
	background:transparent url(images/banner.png) no-repeat;
}

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

a:hover {
	color:#000000;

}

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

/* header */
#header {
}

#header-top {
	height:36px;
	font-size:11px;
	line-height:37px;
	overflow:hidden;
	margin-bottom:2px;
}

.icon {
	background:transparent url(images/rss.png) no-repeat;
}

.date {
	background:transparent url(images/date.png) no-repeat;
}

.rss {
	background:transparent url(images/rss.png) no-repeat;
}

#date-now {
	float:left;
	background-position:10px 8px;
	padding-left:35px;
	color:#D2D2D2;
}

#subcribe-form-wrap {
	background:url(images/top-rss-form-bg.gif) no-repeat 103px 8px;
	height:22px;
	float:right;
	padding-top:9px;
	width:330px;
}

#subcribe-form {
	position:relative;
	line-height:0;
}

#subcribe-form label {
	color:#A8A8A8;
}

.input-text,.input-submit {
	background-color:transparent;
	border:medium none;
	position:relative;
	color:#63747E;
	margin:0px;
}

.input-text {
	left:30px;
	width:186px;
	font-size:11px;
	color:#A8A8A8;
}

.input-submit {
	width:22px;
	padding:0;
	cursor:pointer;
	left:32px;
}

#rss-link {
	float:right;
	display:block;
	height:33px;
	width:33px;
	margin:3px 0 0 0; 

}

#header-content {
	height:95px;
	padding:0 13px;
}

#branding {
	padding-top:21px;
}

#blog-title {
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
}

#blog-description {
	float:right;
	height:19px;
}

#blog-description span {
	float:right;
	display:block;
	font:bold 11px Arial, Verdana, Tahoma;
	margin-right:-15px;
	margin-top:25px;
	color:#999;
	height:20px;
	letter-spacing:15px;
}

#facebook {
	position:relative;
	display:block;
	top:22px;
	left: 877px;
	width:63px;
	height:110px;
}

#page-menu {
	height:42px;
	overflow:hidden;
	font:bold 11px Arial, Verdana, Tahoma;
}

.page_item {
	display:block;
	float:left;
	height:40px;
	padding-left:5px;
}

.page_item a {
	float:left;
	display:block;
	height:40px;
	line-height:43px;
	padding:0 15px 0 10px;
	color:#FFFFFF;
}

.current_page_item a, .page_item a.hover {
	background:url(images/menu-hover-bg.gif) no-repeat 100% 0;
}

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

/* container */
#container-top {
	background:url(images/container-top-bg.gif) no-repeat 0 100%;
	height:11px;
	margin:15px 0 0 0;
}

#container-in{
	background:#2C2C2C url(images/container-bg.gif) repeat-y 0 0;
	padding:0 10px 0 10px;
	margin:0 0 -8px 0;

}
#container-bottom {
	background:#343434 url(images/container-bottom-bg.gif) no-repeat 0 0;
	height:11px;
}

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

#featured { margin-bottom:6px; }

.post, #comments-wrap {
	background:#2C2C2C url(images/post-bg.gif) repeat-y 0 0;
	position:relative;
	margin-bottom:6px;
	width:635px;
}

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

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

.post .title {
	font:bold 14px Arial, 'MS Sans Serif', 'Trebuchet MS', Tahoma, Verdana;
	color:#666;
	margin:25px 0 15px 42px;
}

.post .title a {
	color:#666;
}

.post .title a:hover {
	color:#333;
}

.meta {
	background:#989898 url(images/meta-bg.gif) no-repeat 0 0;
	font:normal 11px Tahoma;
	width:275px;
	height:26px;
	line-height:25px;
	padding-left:27px;
	margin-bottom:5px;
}

.meta .post-date, .meta a {
	color:#fff;
}

.meta .post-date {
	float:left;
}

.meta .keep-reading {
	float:right;
	margin-right:5px;
}

.single .meta {
	background:#989898 url(images/meta-single-bg.gif) no-repeat 0 0;
	width:611px;
	padding:0 7px;
	overflow:hidden;
}

.single .meta span {
	margin-right:10px;
	color:#fff;
}

.single .meta a {
	color:#dadada;
}

.pagetitle {
	font:bold 14px Arial, Tahoma, Verdana;
	color:#fff;
	margin-bottom:10px;
	padding-left:5px;
}

.commentlist a { color:#A1A1A1; }

.commentlist a:hover { color:#fff; }

.navigation a { color:#fff; }


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

.widget { margin-bottom:8px; }

.widget-title {
	background:#E8E8E8 url(images/widget-title-bg.gif) no-repeat 0 0;
	font:bold 11px Arial, Tahoma, Verdana;
	color:#2C2C2C;
	height:27px;
	line-height:27px;
	margin-bottom:5px;
	padding:0 6px;
}

.widget ul li {
	background:url(images/widget-list-separator.gif) repeat-x 0 100%;
	font:normal 11px Tahoma;
	height:30px;
	line-height:25px;
	padding:0 3px;
	color:#A1A1A1;
	overflow:hidden;
}

.widget ul li  a{ color:#A1A1A1; }

/* footer */
#footer {
	height:39px;
	margin-top:15px;
}

#blog-name, #blog-name span {
	background:transparent url(images/blog-name-bg.gif) no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	height:23px;
	padding-left:5px;
}

#blog-name { margin:9px 8px 0 0; }

#blog-name span {
	background-position:100% 0;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana;
	height:23px;
	line-height:21px;
	padding:0 5px 0 0;
	color:#FFFFFF;
}

#footer-text {
	float:right;
	font:normal 11px Arial, Tahoma, Verdana;
	line-height:39px;
	color:#777;
}

#footer-text a, #footer-text a:hover {
	color:#777;
}

/* social bookmarks */

#sb {
	float:left;
	width: auto;
	height: 31px;
	margin-left:0px;
	padding-top: 8px;	
}

.sb-1 {
	float:left;
	margin-left: 0px;
	width:98px;
	height:23px;
}

.sb-2 {
	float:left;
	margin-left: 2px;
	width:55px;
	height:23px;
}

.sb-3 {
	float:left;
	margin-left: 2px;
	width:47px;
	height:23px;
}

.sb-4 {
	float:left;
	margin-left: 2px;
	width:54px;
	height:23px;
}

.sb-5 {
	float:left;
	margin-left: 2px;
	width:55px;
	height:23px;
}

.sb-1, .sb-2, .sb-3, .sb-4, .sb-5 { background:transparent; }
