/*
 *	Luminous Lives CSS
 *	Phil Askew 2010
 *
 */
 
/* reset */
* {
	margin:0;
	padding:0;
}

/* STRUCTURE */

body {
	background:#c8c8c8;
	font: normal normal normal 12px/1.9 'Lucida Grande', Lucida, Verdana, sans-serif;
	color:#3f4c6b;
}

/* GENERIC */

ul {
	list-style:none;
}

.hidden {
	display:none;
}

a {
	text-decoration:none;
	color:#54a3d0;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:15px;
       line-height: 1.5em;
       clear: both;
}

label {
	font-size:12.65px;
}

/* WRAPPER */

#wrapper {
	width:1024px;
	margin:auto;
	background:url(includes/img/wrapper_bg.gif);
}

/* HEADER */

#header {
	background:#0e335f url(./includes/img/header.gif) no-repeat bottom left;
	overflow:auto;
	height:199px;
	float:left;
	width:100%;
}

#header h1 {
	padding:9px 0 0 33px;
	float:left;
}

h1 a {
	display:block;
	background:url(includes/img/logo.png);
	width:423px;
	height:173px;
}

a.book {
	float:right;
	width:167px;
	height:83px;
	dislay:block;
	background:url(includes/img/book_sample.gif);
}

#header #subscribe {
	margin: 26px 22px 0 0;
	float: right;
	display: inline;
	color: #3682ae;
	font-size: 19px;
}

#header #subscribe a {
	color: #fff;
	text-decoration:underline;
}

#header #subscribe a.rss {
	background: url(includes/img/rss_icon.gif) no-repeat left center;
	padding-left:27px;
}

#header #subscribe a.email {
	background: url(includes/img/email_icon.gif) no-repeat left center;
	padding-left:27px;
}

#header .divider {
	background:transparent url(includes/img/divider_large.gif) no-repeat right center;
	height:19px;
	margin-left:2px;
	margin-right:5px;
	width:2px;
}

/* MENU */

#menu {
	background:#2c688b url(includes/img/nav_bg.gif) repeat-x top left;
	font-weight:bold;
	float:left;
	height:35px;
	width:100%;
}

#menu ul {
	margin-left:25px;	
}

#menu li {
	float:left;
}

#menu a {
	color:#f3f1e9;
	padding:9px 15px 9px 15px;
	display: block;
}

#menu a:hover {
	background:url(includes/img/nav_hover.gif) repeat-x top left;
	text-decoration:none;
}

/* CONTENT */

#main {
	float:left;
	width:589px;
	padding-top:20px;
	padding-left:36px;
	padding-right:80px;
}

.post {
	margin-bottom:14px;
}

h2 {
	font-size:32px;
	margin-bottom:12px;
	color:#3682ae;
}

h2 a {
	color:#3682ae;
	display:block;
	width:100%;
}

ul.postInfo {
	font-size:12.65px;
	overflow:auto;
	margin-bottom:15px;
	color:#54a3d0;
}

ul.postInfo li {
	float:left;
	margin-right:5px;
	background:url(includes/img/divider.gif) no-repeat right center;
	padding-right:7px;
}

ul.postInfo li.last,
#footer li.last {
	background:none;
}

a.comments {
	font-weight:bold;
	font-size:12.65px;
}

/* SIDEBAR */

#sidebar {
	float:left;
	width:319px;
}

#man {
	width:29px;
	height:40px;
	background: url(includes/img/man.gif) no-repeat top left;
	position: absolute;
	right:21px;
	top:-5px;
}

h3 {
	font-family:Lucida Grande;
	font-size:18px;
	color:#3682ae;
	font-weight:bold;
	background:#a9d1e8;
	padding-top:2px;
	padding-left:12px;
	padding-bottom:2px;
	margin-bottom:5px;
}

.widgettitle {
	font-size:24px;
	color:#3682ae;
	font-weight:normal;
	background:#a9d1e8;
	padding-top:4px;
	padding-left:12px;
	padding-bottom:5px;
	margin-bottom:13px;}

.widget {list-style: none;}

form#searchform {
	margin-bottom:2px;
	margin-top:18px;
	overflow:auto;
	width:100%;
}

#search input#s {
	background:transparent url(includes/img/input.gif) no-repeat scroll left top;
	border:0 none;
	float:left;
	font-size:14px;
	height:21px;
	margin-left:11px;
	margin-right:10px;
	padding:4px 0 0 5px;
	width:233px;
}

#search input#searchsubmit {
	background:transparent url(includes/img//submit.gif) no-repeat scroll left top;
	border:0 none;
	float:left;
	height:25px;
	width:48px;
	cursor:pointer;
	text-indent:-1000000000;
}

#recent {
	position: relative;
}

#recent ul, #music ul {
	margin-left:13px;
	margin-bottom:13px;
}

#recent li, #music li {
	margin-bottom:5px;
}

div.aktt_tweets ul {
	margin-left:10px;
}

div.aktt_tweets ul li {
	background:transparent url(includes/img/tweets_bottom.gif) no-repeat;
	color:#FFFFFF;
	margin-bottom:5px;
	padding:0 15px 32px 20px;
	position:relative;
}

div.aktt_tweets ul li div.top {
	background:transparent url(includes/img/tweets_top.gif) no-repeat scroll left top;
	position:relative;
	left:-20px;
	top:-6px;
	height:6px;
	padding-bottom:3px;
	width:299px;
}

div.aktt_tweets a {
	color:#a6c7f6;
}

.aktt_tweets {
	margin-bottom:15px;
}

/* FOOTER */

#footer {
	overflow:auto;
	background:#a6a6a6;
	color:#f3f1e9;
	clear:both;
}

#footer #phone {
	background:url(includes/img/phone.gif) no-repeat top left;
	width:216px;
	height: 26px;
	float: left;
}

#footer a {
	color:#f3f1e9;
}

#footer ul {
	float:left;
	padding-top:6px;
}

#footer li {
	float:left;
	margin-right:14px;
	background:url(includes/img/divider_footer.gif) no-repeat left center;
	padding-left:15px;
}

.blogComment {
	margin-bottom:20px;
	background:#EFEFEF;
	padding:10px;
}

#tweets {
	position:relative;
}

#tweets a.follow {
	font-size:11px;
	position:absolute;
	right:13px;
	text-decoration:underline;
	top:13px;
	color:#3682ae;
}

.alignleft{
float: left;
margin-right:10px;
margin-bottom:10px;
}

