/*
Theme Name: Jetpack Dreams
Theme URI: http://jetpackdreamsthebook.com/
Description: Custom theme for Jetpack Dreams
Version: 1.0
Author: Nick Rhodes (design), Jeremiah Cohick (development)
Author URI: http://eatmydesign.com/
*/

body {
	background-color: #0074bd;
	color: #000;
	background-image: url(/wp-content/themes/jd/images/rocketman.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrap {
	border-top: solid 5px #940000;
	background-color: #FFF;
	padding: 10px 15px 0 15px; 
	width: 730px;
	margin:0 -160px 0 160px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#nav {
	border-top: 1px solid #940000;
	border-bottom: 1px solid #940000;
	font-size: 1.5em;
	line-height: 1;
	text-transform: uppercase;
	font-family: Futura;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover, #nav a.selected {
	background-color: #FF0;
}
#nav ul {
	margin: 0;
	clear: both;
	height:  1em;
	display: block;
}
#nav ul li {
	display: block;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 0;
	border-right: solid 3px #940000;
	float: left;
}
#nav ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
#footer {
	border-top: 1px solid #940000;
	text-transform: uppercase;
	text-align: center;
	font-size:.8em;
	line-height: .8em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	margin-top: 15px;
	clear: both
}



a, a:link, a:active, a:hover {
	color: #940000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h3 a, h3 a:link, h3 a:active, h3 a:hover {
	color: #000;
}

h1 {
	text-transform: uppercase;
	color: #940000;
	font-family: Futura;
	margin-bottom: 10px;
	letter-spacing: .1em;
}
h3 {
	text-transform: uppercase;
	font-weight: bold;
}

.right {
	text-align: right;
}


.contentWrap {
	margin-bottom: 15px;
	width: 730px;
	background-image: url(/wp-content/themes/jd/images/bg_wrap.png);	
}
#content {
	width: 490px;
	padding-right:15px;
	margin-right:14px;
/* 	border-right:1px solid #940000; */
	float: left;
}
#sidebar {
	width: 210px;
	float: left;
}
.sidebox {
	background-color: #fff94e;
	padding: 10px;
	margin-bottom: 15px;
}
img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.more {
	text-align: right;
	font-weight: bold;
	font-size: .9em;
}
div.more a {
	background-color: #900;
	color: #FFF;
	text-transform: uppercase;
	padding: 3px;
}

.thickbox {
	margin: 0;
}

/* WordPress overrides and defaults */
p img {
	float: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
