/*
Theme Name: SWAB (Super Wicked Awesome Blog)
Theme URI: http://superwickedawesome.com/
Description: Theme based on the web design of www.SuperWickedAwesome.com
Version: 1.0
Author: Brian Shaler
Author URI: http://superwickedawesome.com/
*/

/*
Blog-specific styles
*/

#content {
	float: left;
	width: 720px;
	margin-right: 25px;
}

#sidebar {
	float: left;
	width: 200px;
}

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 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;
}

#sidebar h2 {
	font-size: 14px;
}

#sidebar p, #sidebar li, #sidebar div {
	font-size: 12px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#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;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.post {
	margin-bottom: 25px;
}






html, body {
	margin: 0px;
	padding: 0px;
	background-color: #454645;
	color: #d0d1d0;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
}
img {
	border: none;
}
a:link, a:active, a:visited {
	color: #9ed8a6;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	line-height: 100%;
	letter-spacing: -0.03em;
}

h1 {
	font-size: 140px;
	text-align: center;
}

h2 {
	font-size: 32px;
}

p {
	letter-spacing: 0.05em;
	line-height: 130%;
	font-size: 15px;
}

#contentarea {
	text-align: center;
	height: 30px;
	margin-top: 30px;
}
#contentholder {
	width: 996px;
	margin: 0px auto;
	text-align: left;
}

.bioImgRight {
	float: right;
	margin: 0px 0px 15px 25px;
}
.bioImgRight div, .bioImgLeft div {
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 10px 25px;
}






#navbar {
	background: #39b44a url('images/39b44a.gif');
	text-align: center;
	color: #FFFFFF;
	height: 30px;
}
#navholder {
	width: 996px;
	margin: 0px auto;
}
#nav {
	margin: 0px 119px;
}
#navbar a {
	display: block;
	float: left;
	height: 30px
}
#navbar a span {
	display: none;
}


#nav_swa {
	width: 212px;
	background: transparent url('images/nav/swa.png') no-repeat;
}
a#nav_swa:hover {
	background: transparent url('images/nav/swa_over.png') no-repeat;
}
#nav_archives {
	width: 127px;
	background: transparent url('images/nav/archives.png') no-repeat;
}
a#nav_archives:hover, #nav_archives_selected {
	width: 127px;
	background: transparent url('images/nav/archives_over.png') no-repeat;
}
#nav_blog {
	width: 57px;
	background: transparent url('images/nav/blog.png') no-repeat;
}
a#nav_blog:hover, #nav_blog_selected {
	width: 57px;
	background: transparent url('images/nav/blog_over.png') no-repeat;
}
#nav_chris {
	width: 121px;
	background: transparent url('images/nav/chris.png') no-repeat;
}
a#nav_chris:hover, #nav_chris_selected {
	width: 121px;
	background: transparent url('images/nav/chris_over.png') no-repeat;
}
#nav_brian {
	width: 120px;
	background: transparent url('images/nav/brian.png') no-repeat;
}
a#nav_brian:hover, #nav_brian_selected {
	width: 120px;
	background: transparent url('images/nav/brian_over.png') no-repeat;
}
#nav_wtf {
	width: 121px;
	background: transparent url('images/nav/what.png') no-repeat;
}
a#nav_wtf:hover, #nav_wtf_selected {
	width: 121px;
	background: transparent url('images/nav/what_over.png') no-repeat;
}

#header {
	text-align: center;
	background: transparent url('images/headerbg.png') top repeat-x;
}
#headerimg {
	margin: 0px auto;
	width: 996px;
	height: 224px;
	background: transparent url('images/header.png') no-repeat;
}
