/*

	Motorcycle Hero Widescreen
	Adapted as a custom stylesheet for the Dojo theme

*/

/* Universal Rules -------------------------------------------------- */
body {
	background: #667183; /* blue-gray */
	color: #132742; /* dark gray */
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font: 80%/1.8 "trebuchet ms", verdana, sans-serif;
}

/* Layout -------------------------------------------------- */
#wrapper {
	padding-top: 0;
	background: none;
}
#content {
	margin: 0;
}
#sidebar {
	width: 420px;
	padding: 0;
	margin: 0;
}
#columncap {
	margin-bottom: 0;
}

/* Header -------------------------------------------------- */
#header {
	background: #c00 url("images/header.jpg") no-repeat; /* dark red */
	width: 930px; /* 960px - 30px padding */
	height: 176px;
	color: #fff;
	padding: 0 15px;
	border: none;
	position: relative;
}
#header #blogname {
	margin: 0;
	padding: 0;
}
#header #blogname a {
	text-indent: -9999px;
	height: 101px;
	width: 66px;
	background: transparent url("images/logo.png") no-repeat;
	position: absolute;
	top: 0;
	left: 15px;
	border: none;
	outline: none;
}
#header #blogname a:hover,
#header #blogname a:focus {
	background-position: 0 -101px;
}
#header #tagline {
	display: none;
}

/* Navigation -------------------------------------------------- */
#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
#navbar li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navbar a {
	float: left;
	padding-left: 25px;
	text-indent: -9999px;
	height: 101px;
	border: 0;
	width: 43px;
	background: transparent url("images/navbar-blog.png") no-repeat;
	outline: none;
}
#navbar a:hover,
#navbar a:focus,
.blog #navbarBlog a,
.archives #navbarArchives a,
.dojo #navbarDojo a,
.links #navbarLinks a,
.about #navbarAbout a {
	background-position: 0 -101px;
}
#navbarArchives a	{ width: 73px; background-image: url("images/navbar-archives.png"); }
#navbarPortfolio a	{ width: 80px; background-image: url("images/navbar-portfolio.png"); }
#navbarPhotos a		{ width: 60px; background-image: url("images/navbar-photos.png"); }
#navbarPersonal a	{ width: 77px; background-image: url("images/navbar-personal.png"); }
#navbarMovies a		{ width: 58px; background-image: url("images/navbar-movies.png"); }
#navbarDojo a		{ width: 42px; background-image: url("images/navbar-dojo.png"); }
#navbarLinks a		{ width: 46px; background-image: url("images/navbar-links.png"); }
#navbarAbout a		{ width: 51px; background-image: url("images/navbar-about.png"); }

/* Content -------------------------------------------------- */
#page {
	background: #ece9d8 url("images/bg-triple.gif") repeat-y; /* light tan */
	position: relative;
	left: -6px;
	padding: 0 6px;
}
#content {
	background: #ece9d8 url("images/shadow-bottom.png") repeat-x top left; /* light tan */
	padding: 15px;
}
a, a:link, a:visited {
	border-color: #cac39b; /* dark tan */
	font-weight: bold;
}
a, a:link {
	color: #054A73; /* blue */
}
a:visited {
	color: #4176A2; /* light blue */
}
a:hover, a:focus {
	color: #c00; /* dark red */
}
a:active {
	color: #f00; /* red */
}
.title {
	background: #f9f8f4; /* off-white */
	margin: 0 -15px 1em;
	padding: 5px 10px;
}
.title h1 a,
.title h2 a,
.title a {
	border-color: #ece9d8; /* light tan */
}
.title h1,
.title h2,
.title p {
	margin: 0;
	padding: 0;
	background: none;
}
.title .byline small {
	font-size: .85em;
}
.title h1,
.title h2 {
	color: #e00;
	font-size: 1.5em;
}
.title h1 a,
.title h2 a {
	color: #e00;
}
.title h1 a:hover,
.title h1 a:focus,
.title h2 a:hover,
.title h2 a:focus {
	color: #f00;
	border-color: #f00;
}
h1,
h2,
h3,
h4 {
	font-size: 1.75em;
	background: #f8f5e4; /* very light tan */
	padding: 3px 15px;
	margin-left: -15px;
	margin-right: -15px;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
}
blockquote {
	font-family: georgia, serif;
	color: #465663; /* gray */
	background: url("images/quotes.png") no-repeat center center;
	padding: 0 1em;
	border: none;
}
th, td {
	border-color: #dad5b7; /* tan */
}
.navigation {
	padding-top: 0;
}
.navigation a {
	font-weight: normal;
}
.navigation .prev {
	padding-left: 50px;
	width: 200px;
	background: transparent url("images/nav-left.png") no-repeat center left;
}
.navigation .next {
	padding-right: 50px;
	width: 200px;
	background: transparent url("images/nav-right.png") no-repeat center right;
}
.footnote {
	font-size: .85em;
	margin: 1em 0;
	color: #666;
}
.footnote a {
	color: #666;
}
.footnote a:hover, .footnote a:focus {
	color: #c00;
}


/* Comments -------------------------------------------------- */
.comments .title {
	background: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	background: #ECE9D8; /* light tan */
}
.commentlist .even {
	background: #E0DDCD; /* tan */
}
.commentlist .bypostauthor {
	background: #fefdf9; /* off-white */
}

/* Sidebar -------------------------------------------------- */
#sidebar {
	font-size: .95em;
}
#sidebar .widget {
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: none;
}
#sidebar h4 {
	clear: both;
	background: #cac39b; /* dark tan */
	margin: 0 -10px 10px;
	padding: 5px 10px;
	font-size: 1.5em;
}
#sidebar li {
	list-style: disc url("images/ninjastar-bullet.gif") outside;
}
#sidebar ul.rss li {
	list-style: none;
}
#columncap {
	background: #dad5b7 url("images/shadow-bottom.png") repeat-x top left; /* tan */
	padding: 15px 15px 7px;
}
#columncap h4 {
	margin: 0 -15px 10px;
}
#column1 {
	background: #dad5b7; /* tan */
	padding: 0 10px 10px;
}
#column2 {
	background: #cac39b; /* dark tan */
	padding: 0 10px 10px;
}
#sidebar #column2 h4 {
	background: #bbb283; /* very dark tan */
}
#column2 a {
	border-color: #bbb283; /* very dark tan */
}
#column2 h2 a {
	color: #132742;
}
/* about */
#sidebar #about img {
}
/* tag cloud */
#sidebar .st-tag-cloud li a,
#sidebar .wp-tag-cloud li a {
	color: #054A73; /* blue */
}
/* admin recent comments */
#sidebar blockquote {
	border-color: #bbb283; /* very dark tan */
}
/* flickr */
#sidebar #flickrrss li,
#sidebar #flickr-rss-dojo-version li {
	list-style: none;
}
/* search */
#sidebar #search h4 {
	display: block;
}
/* subscribe */
#sidebar #subscribe-dojo input {
	width: 38%;
}
#sidebar #subscribe-dojo input#subscribeEmail {
	width: 50%;
}
/* vote */
#sidebar #vote {
	margin: 20px 0;
}
#sidebar #vote p {
	margin: 0;
}
#sidebar #vote a {
	border: 0;
	line-height: 1;
}
#sidebar #vote img {
	background: none;
	margin: 0 auto;
	padding: 0;
	border: none;
}

/* Footer -------------------------------------------------- */
#footer {
	float: none;
	background: transparent url("images/footer.jpg") no-repeat;
	width: 930px; /* 972px - 42px padding */
	height: 111px; /* 129px - 18px padding */
	margin: 0 -6px;
	padding: 18px 21px 0;
	color: #fff;
	font-size: .95em;
	line-height: 1;
	border: none;
}
#footer p {
	width: auto;
	margin: 0;
}
#footer .copyright {
	float: none;
}
#footer .poweredby {
	float: none;
	text-align: left;
}
#footer a {
	color: #fff;
	border-color: #f49397; /* pink */
}
#footer ul {
	list-style: none;
	margin: 1.25em 0;
	padding: 0;
}
#footer li {
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
}
#footer li a {
	padding: 3px 5px;
	border: 1px solid #f49397; /* pink */
	text-decoration: none;
	color: #fbd6d7; /* light pink */
}
#footer li a:hover,
#footer li a:focus {
	background: #e83037; /* red */
	color: #fff;
}

/* Christmas ----------------------------------- */
/*
#header {
	background-image: url("images/header-christmas.jpg");
}
#footer {
	background-image: url("images/footer-christmas.jpg");
}
#header #blogname a {
	background-image: url("images/logo-christmas.png");
}
*/
