/* @override http://www.jasonhdavis.com/imagine.css */

body {
	font-family: Georgia, Times, "Book Antiqua", serif;
	background-color: #0f0d13;
	color: #fff;
	background-image: url(images/bg.gif);
	margin: 0;
}

body#feed {
	background-color: #0c121b;
}
#left {
	height: 100%;
	position: relative;
	top: 0;
	right: 14px;
}

.header {
	position: relative;
	top: 0px;
	width: 1008px;
	height: 164px;
	background: url(images/header.png) no-repeat;
}

#navleft {
	position: relative;
	top: -7px;
}

#navright {
	position: relative;
	top: -7px;
	left: 12px;
}

#rocket {
		position: relative;
		z-index: 3;
		left: 50px;
	}

.navbar {
	position: relative;
	top: -5px;
	width: 1008px;
	height: 59px;
	background: url(images/navbarbg.gif);
	overflow: hidden;
}
	#div {
	position: relative;
	top: 10px;
}
	#links {
	position: relative;
	top: 9px;
	border-width: 0;
	z-index: 4;
}

h1 {
	margin-left: 45px;
	line-height: 55px;
}

.content {
	width: 1008px;
	text-align: left;
	background: #0c121b url(images/contentbg.png) repeat-y;
}

#indent {
	margin-left: 30px;
	margin-right: 30px;
	display: block;
}

/* Split page */

#splitleft {
	margin-left: 30px;
	width: 504px;
	padding-right: 8px;
	border-right: 2px solid #FFF;
}

#splitright {
	width: 504px;
	padding-left: 23px;
	padding-top: 0;
}

/* Blog */

#blogtitle {
	width: 504px;
	background-color: #0f0d13;
	line-height: 60px;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff;
	padding-left: 5px;
}

a:link#blogtitlelink {
	color: white;
	text-decoration: none;
}

a:hover#blogtitlelink {
	color: #2c88ff;
	text-decoration: none;
}

a:visited#blogtitlelink {
	color: white;
	text-decoration: none;
}

#itemtitle a, td#photoleft a font, td#photoright a font {
	color: #2c88ff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

#itemtitle a:visited, td#photoleft a:visited font, td#photoright a:visted font{
	color: #2c88ff;
	font-size: 16px;
	text-decoration: underline;
	font-style: italic;
}

#itemtitle a:hover, td#photoleft a:hover font, td#photoright a:hover font {
	text-decoration: underline;
	color: #FFF;
}

#item a:visited {
	color: #7fb7fc;
	font-size: 14px;
	text-decoration: underline;
}

#item a:link {
	color: #2c88ff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#item a:hover {
	color: #FFF;
}

#pubdate
	

p {
	font-size: 14px;
}

img#imagine {
	position: relative;
	left: 38px;
	top: -4px;
}

#item {
	color: #fff;
}

.footer {
	width: 1008px;
	background: url(images/footer.jpg);
	margin: 0;
}
	#footer {
	position: relative;
	bottom: 0px;
	right: 0px;
	margin: 0 18px 0 0;
}

/* Photos */

#photoitems {
	width: 965px;
	margin-left: 35px;
	margin-right: 5px;
}

table#phototable {
	display: inline-table;
}

#photorow {
	padding-bottom: 30px;
	display: table-row-group;
	clear: none;
	vertical-align: top;
}

#photoleft {
	display: table-cell;
	width: 470px;
	margin-left: -10px;
}

#photoright {
	display: table-cell;
	width: 470px;
}

#photocaption {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

#photoad {
	display: table-row-group;
	position: relative;
}

/* Bio */

#biophoto {
	padding-right: 15px;
}

/* Stories */

a#storylink {
	color: #2c88ff;
	text-decoration: none;
}
a:hover#storylink {
	color: #fff;
	text-decoration: underline;
}

/* Connect */

span#div {
	font-size: 38px;
	line-height: 35px;
	letter-spacing: -2px;
	word-spacing: 0;
}

/* Twitter */

ul#twitter_update_list a {
	color: #2c88ff;
	text-decoration: none;
}

ul#twitter_update_list a:hover {
	color: #fff;
	text-decoration: underline;
}
