/*

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

*/

/* Universal Rules -------------------------------------------------- */
body {
	background: #fff /* blue-gray url("images/bg_verlauf.gif") repeat-x top left */;
	color: #132742; /* dark gray */
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font: 80%/1.8 helvetica, verdana, sans-serif;
}

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

#content .sticky {
	background: #f2f0f0;
	padding: 5px;	
}

.asides {
	background: #f8f5e4; /* very light tan */
	padding: 10px 15px 3px 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 20px;
	
/*	padding-left: 5px;
	padding-top: 5px;
	margin-top: 20px;
	background-position: 0 -101px;
	background: #c3f1fc; */
}

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

#header #tazlogo {
	text-align: right;
	position: absolute;
	bottom: -25px;
	right: 5px;
	height: 40px;
	width: 120px;
	background-color: transparent;
}

#header #tazlogo a:link {
	color: grey;
}

/* 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: 81px; background-image: url("images/navbar-portfolio.png"); }
#navbarPhotos a		{ width: 60px; background-image: url("images/navbar-photos.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: #fff url("images/bg-triple-dots3.gif") repeat-y; /* light tan */
	position: relative;
	left: -6px;
	padding: 0 6px;
}
#content {
	background: #fff 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 */
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	margin: 0 -5px 1em;
	padding: 5px 5px;
}
.title h1 a,
.title h2 a,
.title a {
	border-color: #ece9d8; /* light tan */
/*	background: yellow; */
}
.title h1,
.title h2,
.title p {
	margin: 0;
	padding: 0;
	background: none;
}
.title .byline small {
	font-size: .85em;
	padding-left: 15px;
	background: transparent url("images/list.gif") no-repeat top left;
}

.metadata .folksonomy {
	font-size: .85em;
	padding-left: 15px;
	background: transparent url("images/filed.gif") no-repeat top left;
}

.title h1,
.title h2 {
	color: #e00;
	font-size: 2em;
}
.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;
}
.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;*/
}




/* Comments -------------------------------------------------- */

.title .byline .commentlink {
	padding-left: 15px;
	background: transparent url("images/comment_1.gif") no-repeat top left;
}

.comments .title {
	background: none;
	margin: 0;
	padding: 0;
}
.commentlist .alt {
	background: #E0DDCD; /* tan */
}
.commentlist .authorcomment {
	background: #fefdf9; /* off-white */
}

/* Sidebar -------------------------------------------------- */
#sidebar {
	font-size: .85em;
}
#sidebar .widget {
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: none;
}
#sidebar h4 {
	clear: both;
	background: transparent; /* dark tan */
	background:url(images/dotted_grey.gif) repeat-x left bottom;	
	margin: 0 -5px 10px;
	padding: 5px 5px;
	font-size: 1.5em;
}

#sidebar ul {

}

#sidebar li {
	list-style: disc url("images/arrow.gif") inside;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
}

#column2 li {
	margin-right: 10px;	
}
	
#sidebar .rss li {
	list-style: disc url("images/feed.gif") inside;
}
#columncap {
	background: transparent url("images/shadow-bottom.png") repeat-x top left; /* tan */
	padding: 15px 15px 7px;
}
#columncap h4 {
	margin: 0 -5px 10px;
}
#column1 {
	background: transparent; /* tan */
	padding: 0 12px 10px;
}
#column2 {
	background: transparent; /* dark tan */
	padding: 0 8px 10px;
}
#sidebar #column2 h4 {
	margin-right: 10px;
	background: transparent; /* very dark tan */
	background:url(images/dotted_grey.gif) repeat-x left bottom;	
}
#column2 a {
	border-color: #bbb283; /* very dark tan */
}
#column2 h2 a {
	color: #132742;
}
/* about */
#sidebar #about img {
	margin-bottom: 2em;
}
/* 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;
	padding: 0;
}
/* search */
#sidebar #search h4 {
	display: block;
}
/* 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, #footer .copyright a {
	float: none;
	color: #000;
}
#footer .poweredby, #footer .poweredby a {
	float: none;
	text-align: left;
	color: #000;
}
#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;
}
