/**
Theme Name: Derekj
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Derekj Theme Premium WP
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/lavalamp.css');
@import url('css/jquery.tabs.css');
@import url('css/widgets.css');
@import url('css/comments.css');

body {
	background:#f2f2f1 url('./images/background.gif') repeat-x 0 100%;
	font:14px/1.5 "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color:#000;
}

a {
	text-decoration:none;
	color:#C2CB08;
}

a:hover { color:#5C5F06; }

#body-in {
	background:transparent url('./images/body-in-bg.gif') repeat-x 0 0;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

.icon {
	background:transparent url('./images/all-icons.gif') no-repeat;
	padding-left:20px;
	display:block;
	float:left;
	height:15px;
	line-height:15px;
	margin-right:5px;
}

/* header */
#header { margin-bottom:10px; }

#page-menu { height:38px; }

#right-now, #subcribe-form, .input-text {
	text-transform:uppercase;
	font-size:11px;
	color:#4E4E4E;
}

/* branding */
#branding {
	overflow:hidden;
	height:105px;
}

#blog-title {
	margin-top: 0;
	font:normal 30px Georgia,'Times New Roman','Bitstream Charter',Times,serif;
	font-style:italic;
	display:block;
}

#blog-title a { color:#000000; }

#blog-title a:hover { color:#BAC300; }

#blog-description {
	background:transparent url('./images/tagline-bg.gif') no-repeat 0 0;
	font:normal 12px 'Lucida Grande',Verdana,Arial,'Bitstream Vera Sans',sans-serif;
	color:#9CA405;
}

#right-now {
	background-position:0 9px;
	height:36px;
	padding-left:23px;
	line-height:36px;
}

#header-tools {
	float:right;
	width:370px;
	height:36px;
}

#rss-icon {
	background-position:0 -21px;
	height:36px;
	padding:0;
	width:30px;
	margin-right:10px;
	float: right;
}

#searchform LABEL {
  display:none
}

#subcribe-form {
	margin:0;
	padding:0;
	background:transparent url('./images/subscribe-email-form-bg.gif') no-repeat 0 0;
	float:left;
	width:230px;
	height:23px;
	position:relative;
	top:7px;
	left:110px;
}

#subcribe-form .input-text, #subcribe-form .input-submit, #subcribe-form label {
	border:medium none;
	background:transparent;
	position:absolute;
}

#subcribe-form label {
	left:-107px;
	top:5px;
}

.input-text {
	left:6px;
	top:4px;
	width:192px;
	font-size:11px;
}

.input-submit {
	width:21px;
	height:22px;
	padding:0;
	right:0;
	top:0;
	cursor:pointer;
}

#cat-menu {
	height:37px;
	overflow:hidden;
	font-size:10px;
}

#cat-menu li {
	display:inline;
	margin-right:17px;
}

#cat-menu li a {
	color:#FFFFFF;
	display:block;
	float:left;
	height:37px;
	line-height:35px;
	padding:0 16px;
	text-transform:uppercase;
}

#cat-menu li a:hover, #cat-menu li.current-cat a {
	background:#C9D20E url('./images/cat-menu-hover-bg.gif') repeat-x 0 0;
}

/* container */
#container { margin-bottom:10px; }

/* content */
#content {
	float:left;
	width:628px;
}

#content a {
	color: #5C5F06
}

#featured { margin-bottom:10px; }

/* post */
.pagetitle {
	font:normal 25px 'Trebuchet MS', Tahoma, Verdana;
	color:#CDD612;
}

.post-header {
	text-align:right;
	margin-bottom:8px;
}

.post {
	margin-bottom:10px;
}

.single { background:none !important;}

.title {
	font-size: 19px;
	font-weight: normal;
	color:#222222;
	width:100%;
	text-align:left;
}

.title a { color:#222222; }

.title a:hover { color:#C2CB08; }

.meta {
	clear:left;
	font:normal 11px Tahoma, Verdana;
	color:#A0A0A0;
	margin: 0 0 5px;
}

.meta a { color:#A0A0A0; }

.meta a:hover { color:#C2CB08; }

.post-date {
	float: right;
	font:normal 11px Tahoma, Verdana;
	color:#5C5F06;
	line-height:25px;
}

.post-author { background-position:0 -60px; }

.post-categories { background-position:0 -85px; }

.post-comment { background-position:0 -109px; }

#sidebar {
	float:left;
	width:315px;
	padding-left:7px;
}

.widget {
/*	background:#FFFFFF url('./images/widget-bg.gif') no-repeat 50% 24px;*/
	margin-bottom:10px;
}

.widget ul li {
	font:normal 11px Tahoma, Verdana;
	line-height:27px;
	border-bottom:1px solid #ccc;
	color:#8D8D8D;
}

/* sidebar */
#sidebar {
	float:left;
	width:315px;
	padding-left:12px;
}

.widget { margin-bottom:10px; }

.widget ul li {
	padding:0 5px;
}

.widget ul li a { color:#393939; }

.widget ul li a:hover { background-color:#5C5F06; color: #fff;}

.widget ul li li { border:none; }

/* footer */
#footer {
	height:39px;
	font:normal 12px Tahoma, Verdana;
	line-height:39px;
	overflow:hidden;
	text-transform:uppercase;
	color:#FFFFFF;
}

#blog-name, #blog-name span {
	background:#FFFFFF url('./images/blog-name-bg.gif') no-repeat;
	background-position:0 0;
	display:block;
	float:left;
	height:24px;
	padding-left:8px;
}

#blog-name { margin:8px 9px 0 9px; }

#blog-name span {
	background-position:100% 0;
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	padding:0 8px 0 0;
	color:#000000;
	text-transform:capitalize;
}