/*  
Theme Name: Jagger
Author: Will Keightley
*/


/*  HELLO  */
* {
	margin: 0px;
	padding: 0px;
	}

/*  STANDARD CSS GOODNESS  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #c6bfaf url(images/bg.jpg) left top repeat-x fixed;
	color: #666;
	}
a img {
	border: 0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 2.2em;
	padding: 0px;
	margin: 0px;
	}
h2 a {
	text-decoration: none;
	color: #fcce09;
	}
h2 a:hover {
	text-decoration: underline;
	}
h2.pagetitle {
	margin: 15px auto 20px;
	text-align: center;
	}
a {
	color: #d7b41d;
	text-decoration: none;
	}
#blog a:hover, #footer a:hover {
	text-decoration: underline;
	}

/*  IMAGE PRELOAD  (this is a total hack) */
#preload img {
	height: 0px;
	width: 0px;
	border-width: 0px;
	position: absolute;
	display: none;
	}



/*  CONTAINERS  */
#wrapper {
	position: relative;
	width: 750px;
	margin: 20px auto 0;
	border-left: 2px solid #fcce09;
	border-right: 2px solid #fcce09;
	/*background: url(images/blog_bg_border.jpg) repeat-y;*/	
	}
#header {
	width: 750px;
	height: 290px;
	background: #fff;
	margin: 0px auto;
	}
#navbar {
	width: 750px;
	height: 20px;
	margin: 0px auto;
	background: #fff;
	padding: 0;
	}
#blog {
	width: 750px;
	padding: 0;
	margin: 0px auto;
	background: #fff;
	}
#footer {
	width: 750px;
	height: 280px;
	background: #fcce09;
	padding: 0px 0px 0px;
	margin: 0px auto;
	}
#twitter {
	width: 700px;
	height: 34px;
	font-size: 12px;
	color: #999;
	padding: 8px 25px;
	text-align: center;
	}
#gizmo {
	height: 600px;
	width: 750px;
	/*background: url(images/gizmo.jpg) center top no-repeat;*/
	padding: 14px 0 0;
	}


/*  HEADER STUFF  */
#header-image {
	border-top: 1px solid #999;
	}

/*  MENU  */
#menu {
	text-align: left;
	width: 550px;
	margin: 0;
	font-size: 1.4em;
	padding: 0;
	}
#menu ul {
	margin: 0px auto;
	list-style-type: none;
	}
#nav {
	padding: 0px;
	text-transform: uppercase;
	}
#nav a {
	display: block;
	color: #666;
	font-weight: normal;
	}
#nav li {
	position: relative;
	text-align: left;
	height: 20px;
	float: left;
	padding: 0 30px 0 0;
	margin: 0px 5px;
	border-left: 1px solid #999;
	}
#nav li a {
	padding: 2px 0 0 5px;
	height: 20px;
	}
#nav li a:hover {
	}
#nav li ul {
	width: 180px;
	z-index: 99;
	position: absolute;
	left: -999em;
	top: 20px;
	padding: 10px 0px 35px 0px;
	font-size: .9em;
	background: #fff url(images/bg-menu.png) right bottom no-repeat;
	text-transform: none;
	}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0px;
	background-position: auto;
	}
#nav li ul li {
	float: none;
	text-align: left;
	margin: 0px;
	padding: 1px 0;
	display: block;
	border: none;
	}
#nav li ul li a {
	padding: 0 10px 0 10px;
	}
#nav li ul li a:hover {
	color: #000;
	background: url(images/menu-arrow.png) left center no-repeat;
	}
#searchform {
	height: 20px;
	}
#search {
	width: 190px;
	padding-right: 10px;
	float: right;
	}
#search label {
	display: block;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}
#search #s {
	color: #999;
	margin: 1px 0 0 0;
	padding: 0;
	height: 15px;
	border: 1px solid #ccc;
	background: url(images/shadow.png) left top no-repeat;
	}
#search button {
	color: #999;
	height: 20px;
	background-color: #fff;
	border: none;
	padding: 0 3px;
	text-transform: uppercase;
	cursor: pointer;
	}


/*  POSTS  */
#intro {
	margin: 10px auto;
	width: 600px;
	height: 110px;
	background: url(images/logo.jpg) left no-repeat;
	}
#intro p {
	padding: 20px 0px 0px 275px;
	font-size: 1.2em;
	}
.post .titlebar {
	position: relative;
	width: 700px;
	height: 85px;
	padding: 0 25px;
	overflow: visible;
	background: url(images/mini-bike.png) 630px bottom no-repeat;
	}
.post {
	width: 700px;
	padding: 10px 0px 10px;
	}
.posttitle {
	width: 700px;
	float: left;
	}
.posttitle h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	float: left;
	width: 595px;
	padding: 0 130px 0 25px;
	color: #bda08a;
	text-align: left;
	}
.title-meta {
	border-top: 1px solid #ccc;
	clear: both;
	width: 700px;
	margin: 0 25px;
	}
.post .date, .postcat {
	color: #999;
	padding: 4px 0 0 0;
	font-size: 12px;
	}
.postcat a, .postcat a:visited {
	color: #008080;
	}
.post .date {
	float: left;
	letter-spacing: 2px;
	}
.postcat {
	float: right;
	}
.postContent {	
	width: 700px;
	padding: 10px 25px 0;
	}
.entry {
	margin: 20px 0px;
	}
.entry p, .entry ol, .entry ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px 0;
	}
.entry ol, .entry ul {
	padding-left: 40px;
	margin: 20px 0px 20px 40px;
	}
.entry img {
	display: block;
	border: 0px solid #ccc;
	margin: 10px auto;
	max-width: 700px;
	}
p.metadata {
	font-size: 1em;
	}
blockquote {
	margin: 10px 150px 10px 0px;
	padding-left: 135px;
	font-style: italic;
	background: url(images/blockquotes.png) left top no-repeat;
	overflow: visible;
	}
object {
	display: block;
	margin: 14px auto;
	text-align: center;
	}



/*  COMMENTS  */
.commentswrap {
	width: 700px;
	height: 200px;
	padding: 10px 0 0 0;
	margin: 0px;
	clear: both;
	background: url(images/dialogue.png) center 12px no-repeat;
	}
.commentshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	padding: 0 0 0 25px;
	color: #999;
	}
.commentshead a {
	padding: 0 0 0 20px;
	margin: 0;
	color: #d7b41d;
	}
.commentshead a img {
	padding: 0;
	margin: 0;
	float: right;
	}
.comments {
	margin: 15px 0 0 5px;
	padding: 0;
	width: 680px;
	height: 130px;
	overflow: auto;
	background: url(images/bike-comments.png) right bottom no-repeat;
	}
.comments h2 {
	font-size: 1.5em;
	color: #999;
	}
.commentlink {
	font-size: 1em;
	font-weight: 600;
	}
.commentlist {
	list-style-type: none;
	color: #633;
	}
.commentmetadata {
	padding: 0px;
	font-size: .9em;
	font-weight:700;
	}
.comments ol {
	padding: 0px;
	margin: 10px;
	}
.comments li {
	padding: 0px 0px 5px 5px;
	margin: 3px 0px;
	}
.comments li p {
	color: #666;
	font-size: 1.2em;
	padding: 0px;
	margin: 2px 0px 2px;
	}
.comments ol li a {
	color: #333;
	}
.odd {
	background: none;
	border-left: 5px solid #fcce09;
	}
.even {
	background: none;
	border-left: 5px solid #ffc;
	}
.author {
	background: #fc3;
	color: #000;
	}
.author .commentmetadata {
	color: #000;
	}
h2#respond {
	padding-left: 15px;
	}
#commentform {
	clear: both;
	}
textarea#comment {
	width: 700px;
	height: 30px;
	margin: 10px 0px;
	border: 1px solid #ccc;
	}
input#submit {
	font-family: 'century gothic',Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	background: #fff;
	color: #666;
	width: 100px;
	}
input {
	margin: 5px 0px;
	border: 1px solid #ccc;
	}

/*  OTHER STUFF  */
#category-subscribe {
	font-size: 15px;
	width: 230px;
	margin: 10px auto;
	padding-left: 25px;
	background: url(images/feed-icon-48x48.gif) left center no-repeat;
	}
.navigation {
	background: #fff;
	height: 20px;
	width: 330px;
	margin: 0px auto 0px;
	font-size: 16px;
	color: #930;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
/*  PAGES &` ARCHIVES  */
#content.archival {
	}

/*  FOOTER  */
#footer_rss {
	width: 230px;
	height: 150px;
	margin: 10px auto;
	text-align: center;
	}
p.blogmeta {
	text-align: center;
	font-size: .7em;
	}
ul#feeds {
	font-size: 1.2em;
	list-style-type: none;
	padding-left: 2px;
	}
#footer input {
	display: inline;
	padding: 0px;
	margin: 0px;
	}

/* ARCHIVE PAGE STYLES */
#archives {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	color: #999;
	}
#archives a:link, #archives a:visited, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999;
	}
#archives a:hover, #footer a:hover {
	color: #f15c28;
	}
#archive-header {
	color: #fff;
	width: 900px;
	height: 100px;
	margin: 0px auto;
	}
#archive-header h2 {
	font-weight: normal;
	font-size: 24px;
	margin: 50px auto;
	}
#smart-archives, #regular-archives {
	width: 310px;
	float: left;
	padding-top: 70px;
	padding-left: 10px;
	}
#smart-archives {
	background: url(images/smart-archives.png) left top no-repeat;
	}
#regular-archives {
	background: url(images/regular-archives.png) left top no-repeat;
	}
#archives ul {
	text-align:left;
	padding-bottom: 20px;
	padding: 0px 0px 4px 12px;
	}
#archives ul li {
	font-size: 12px;
	}
#archives h2 {
	text-align: left;
	font-size: 16px;
	padding: 4px;
	}
#archives h2, #archives h2 a:link, #archives h2 a:visited {
	color: #fcce09;
	} 
	
/*  MISCELLANEOUS  */
hr {
	visibility: hidden;
	clear: both;
	}

/*  GIZMO  */
#gizmo-overlay {
	position: absolute;
	top: 330px;
	left: 0px;
	height: 600px;
	width: 750px;
	z-index: 10;
	}
.stepcarousel{
	position: relative; /*leave this value alone*/
	background: #000;
	border: 4px solid #fff;
	overflow: scroll; /*leave this value alone*/
	width: 500px; /*Width of Carousel Viewer itself*/
	height: 400px; /*Height should enough to fit largest content's height*/
	margin: 100px 0px 0px 50px;
	}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 50;
	top: 0;
	}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	min-height: 400px;
	width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	display: table-cell;
	vertical-align: middle;
	}
.stepcarousel .panel img {
	display: block;
	margin: 0 auto;
	}
