/*  
Theme Name: SBB
Theme URI: http://www.smallbrownbike.com
Description: A two-column blog theme for smallbrownbike.com.
Version: 1.0
Author: Mike Reed
Author URI: http://www.smallbrownbike.com/
*/


/* HTML ELEMENTS - start */
body {
	text-align:center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background-color: #000;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	}
a {
	color: #01add1;
	font-weight: bold;
	text-decoration:none;
}
a:hover, a:active {
	color: #fff;
	background-color: #01add1;
}
h1 {
	font-size: 30px;
	letter-spacing: -.03em;
	margin: 0px;
	padding: 10px 0px 30px 20px;
	color:#ffffff;
	text-align:right;
	text-transform:uppercase;
	display:none;
}
h2 {
	font-size: 22px;
	letter-spacing: -.03em;
	margin: 0px;
}
h3 {
	font-size: 14px;
	padding: 5px 10px;
	margin-top:10px;
	background-color: #e4e4e4;
	color: #444;
}
small {
	font-size: 0.9em;
	line-height: 1em;
	color:#888;
}
/* HTML ELEMENTS - end */


/* MAIN SECTIONS - start */
#page {
	width:900px;
	margin: 0px auto;
	text-align: left;
}
#header {
	width:900px;
	height:60px;
	padding:0px;
	margin:0px;
	background: url('images/header.jpg') no-repeat top center;
	}
#content {
	width:500px;
	padding: 10px 25px 20px 10px;
	float:left;
	text-align:left;
}
#content-left {
	width:500px;
	padding: 10px 25px 20px 10px;
	text-align: left;
	float:left;
}
#content-right {
	width:300px;
	padding: 10px;
	text-align: left;
	float:left;
}
#content-right h2 {
	font-size: 14px;
	padding: 4px 10px;
	margin-top:20px;
	text-align: right;
	background-color: #e4e4e4;
	color: #777;
	text-transform:uppercase;
}
#content-wide {
	width:800px;
	padding: 20px 30px 20px 40px;
	text-align: left;
	float:left;
}
#footer {
	width: 900px;
	padding: 30px 10px;
	text-align: center;
	clear:both;
}
.post {
	text-align:left;
	line-height: 2em;
	padding: 25px;
	background-color:#fff;
	border: 10px solid #000;
	margin-bottom:15px;
}
.entry {
	padding-top:10px;
	
	}
/* MAIN ELEMENTS - end */

/* MAIN MENU - start */

#menu {
	margin: 0px 0 0 0;
	padding:10px 15px;
	text-align:center;
	background: #000;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#menu a:link, #menu a:visited {
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	color: #f7f7f7;
	text-transform: uppercase;
	font-size:12px;
}
#menu a:hover {
	background: #01add1;
}
#menu li.current_page_item a {
	background: #fff;
	color:#000;
}
/* MAIN MENU - end */

/* SIDEBAR - start */
#sidebar {
	margin:10px 0 0 550px;
	width: 250px;
	padding: 0 25px 10px 25px;
	background-color:#fff;
	border: 10px solid #000;
}
#sidebar h2 {
	font-size: 14px;
	padding: 4px 10px;
	margin-top:20px;
	text-align: right;
	background-color: #e4e4e4;
	color: #777;
	text-transform:uppercase;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
#sidebar ul li a:hover {
	color: #01add1;
	background-color: #f6f6f6;
	text-decoration: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* SIDEBAR - end */

/* IMAGES - start */

#random-photo {
	background-image:url(images/random/rotate.php);
	background-repeat: no-repeat;
	background-position: center;
	border: 10px solid #000;
	width:300px;
	height:150px;
	margin:10px 0 0 550px;
}

.photo {
	border: 5px solid #000;
	text-align:center;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
}
p img {
	max-width: 100%;
}
/* IMAGES - end */

/* COMMENTS - start */
#searchform {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
#searchform #s {
	width: 180px;
	padding: 5px;
}
#searchsubmit {
	padding: 0px;
	margin: 0px;
}
/* SEARCH - start */

/* COMMENTS - start */
.commentlist li {
	font-weight: bold;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	width: 450px;
	padding: 2px;
	margin: 5px 5px 10px 0;
}
#commentform textarea {
	width: 500px;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: left;
}
/* COMMENTS - end */

/* RANDOM JUNK - start */

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	padding: 25px;
	background-color:#fff;
	border: 10px solid #000;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

.alignright {
	float: right;
}
.alignleft {
	float: left
}
.caticon {
	padding: 10px 8px 0 0;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}

/* RANDOM JUNK - end */