/*  
Theme Name: Haduken
Theme URI: http://haduken.com
Description: The sweet new Haduken
Version: 2.0
Author: Ross A. Catrow
Author URI: http://haduken.com
*/

/*
Color Glossary

Background: #fff;
*/

/* Zeros =====================================================================*/
body, p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, form, hr {
	padding: 0;
	margin: 0;
}


/* =General ================================================================= */
body {
	font-size: .75em;
	font-family: "Lucida Grande", verdana, arial, sans-serif;	
	line-height: 1.7em;	
	background-color: #eee;
}
h1 {
	clear: both;
	font-family: georgia, serif;
	line-height: 1.3em;	
	height: 1%;
	font-size: 1.7em;
	color: #fff;
	margin: 0 -10px 20px -10px;
	padding: 15px 10px 15px 10px;
	font-weight: normal;
}
h2 {
	clear: both;
	font-size: 1.7em;
	color: #fff;
	margin: 0 -10px 20px -10px;
	padding: 15px 10px 15px 10px;
	font-weight: normal;
	height: 1%;
}
h3 {
	clear: both;
	font-size: 1.7em;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	border-bottom: solid 2px #000;
	padding-bottom: 5px;
	height: 1%;
}
h3 a {
	text-decoration: none;
}
h4 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
}
ul, ol {
	margin: 20px 0 20px 40px;
}
hr {
	clear: both;
	margin: 20px 0 20px 0;
	border: none;
	background-color: #000;
	height: 1px;
}
p {
	margin-bottom: 20px;
}
textarea {
	width: 90%;
}
a:hover img {

}
blockquote {
	font-style: italic;
	margin: 10px 10px 10px 20px;
	padding: 10px;
	border-left: solid 20px;
	border-bottom: solid 1px #000;
}
blockquote p {
	margin: 0;
}
/* =Classes ================================================================= */
.clear {
	clear: both;
	font-size: .1em;
}
.flush {
	margin-top: 0;
}
.textbox {
	border: solid 1px #000;
	padding: 5px;
	font-size: 1.2em;
	font-family: "Lucida Grande", verdana, arial, sans-serif;	
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
img.left {
	float: left;
	padding: 3px;
	border: solid 1px #000;
	margin: 5px;
}	
img.right {
	float: right;
	padding: 3px;
	border: solid 1px #000;
	margin: 5px;
}
.center img {
	padding: 3px;
	border: solid 1px #000;
	margin: 5px;
}
a img {
	border: none;
}
/* =Site Wide Width ==========================================================*/
/*
#menu ul, #content, #name, #alert, #footerContainer {
	width: 80%;
	margin: 0 auto 0 auto;
	max-width: 850px;
}
*/

/* =Structure ================================================================*/
#container {
	position: relative;
	width: 245px;
	margin: 0 auto 0 auto;
	border-left: solid 5px #000;
	background-color: #fff;
}
#logo {
	padding-top: .5em;
	margin: 0 0 0 0;
	font-size: 3em;
	background-color: #fff;
	font-family: georgia, serif;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
}
#logo a {
	color: #000;
	background-color: #fff;	
	text-decoration: none;
}
#posts {
 padding: 0 10px 10px 10px;
}
#sidebar {
	background: #e9e9e9;
}
#searchform {
	margin-bottom: 20px;
}
#backToTop {
	margin: 50px 10px 0 0;
	padding-bottom: 10px;
	text-align: right;
}
#singleAd {
	text-align: center;
	margin: 10px 0 10px 0;
}
#importantStuffAd {
	text-align: center;
	margin: 10px 0 10px 0;
}
/* =Important Stuff ==========================================================*/
#menuButtonContainer {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 10px 3px 10px;
	font-size: .7em;	
}
#menuButton {
}
#importantStuff {
	position: absolute;
	width: 200px;
	top: 100px;
	left: 250px;
	padding: 0 10px 0 10px;
	background-color: #fff;
	border-left: solid 3px #333;
}
#importantStuff ul {
	margin-left: 10px;
}
.swatch {
	display: block;
	float: left;
	width: 9px;
	padding-left: 1px;
	height: 10px;
	border: solid 1px #000;
	margin: 5px;
	outline: none;
}
.style-Red, .style-Red:hover {
	text-indent: -2000em;
	background-color: #F00;
}
.style-Pink, .style-Pink:hover {
	text-indent: -2000em;
	background-color: #FF7FFC;
}
.style-Grey, .style-Grey:hover {
	text-indent: -2000em;
	background-color: #bbb;
}
.style-HighContrast, .style-HighContrast:hover {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	line-height: 9px;
	font-size: 10px;
	text-decoration: none;
}
.style-LargeType, .style-LargeType:hover {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	line-height: 9px;
	font-size: 10px;
	text-decoration: none;
}
.style-SmallType, .style-SmallType:hover {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	line-height: 9px;
	font-size: 10px;
	text-decoration: none;
}
#importantStuff h3.recentComments {
	padding-top: 20px;
}

/* =Posts ====================================================================*/
.post h1 {
	background-color: #000;
	color: #fff;
	margin: 0 -10px 0 -10px;
	padding: 15px 10px 15px 10px;
	font-weight: normal;
}
.post h1 a {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}
.post h1 a:hover {
	color: #fff;
	background-color: #000;
}
.author {
	font-size: 1em;
	font-style: italic;
}


/* =Comments =================================================================*/
#respond {
	margin-top: 50px;
}
.commentlist {
	margin: 0;
	list-style-type: none;
	font-family: georgia, serif;
}
.commentlist li {
	font-family: "Lucida Grande", verdana, arial, sans-serif;	
	background-color: #f3f3f3;
	border-bottom: solid 2px #000;	
	margin: 0 0 20px 0;
}
.commentlist .alt {
	background-color: #e9e9e9;
}
.commentlist .author {
	font-size: 1em;
	text-align: right;
	margin-bottom: 10px;
}
.commentlist .commentmetadata {
	font-size: .7em;
}
#submit {
	width: 100%;
	padding: 5px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;		
}
#replyForm .textbox {
	width: 95%;
}
#replyForm label {
	display: block;
}

/* =Sidebar ==================================================================*/
#sidebar ul {
	padding: 0 10px 10px 10px;
	list-style-type: none;
	margin: 0;
}


/* =Color Themes =============================================================*/
h1 {
	background-color: #000;
}
h2 {
	background-color: #f00;
}
a {
	color: #f00;
}
a:hover {
	color: #000;
	background-color: #f00;
}
#container {
	border-right: solid 5px #f00;	
}
#logo a:hover {
	color: #f00;
}
blockquote {
	background-color: #e9e9e9;
	border-color: #f00;
}
.highlight {
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}

/*Christmas #49BF23 */ 
/*
#logo a {
	color: #f00;
}
h3 {
	color: #49BF23;
}
h4 {
	color: #49BF23;
}
hr {
	background-color: #49BF23;
}
blockquote {
	border-bottom: solid 1px #49BF23;
}
#container {
	border-left: solid 5px #49BF23;
}
.post h1 {
	background-color: #49BF23;
	color: #fff;
}
.post h1 a {
	background-color: #49BF23;
}
.post h1 a:hover {
	background-color: #49BF23;
}*/


/*BHM */ 
/*
body {
	background-color: #5D3519;
	color: #5D3519;
}
.highlight {
	background-color: #ff0;
	color: #5D3519;
}
#logo a {
	color: #f00;
}
h3 {
	color: #49BF23;
}
h4 {
	color: #49BF23;
}
hr {
	background-color: #49BF23;
}
blockquote {
	border-left-color: #ff0;
	border-bottom: solid 1px #ff0;
}
#container {
	border-left: solid 5px #49BF23;
	border-right: solid 5px #49BF23;	
}
.post h1 {
	background-color: #f00;
	color: #fff;
}
.post h1 a {
	background-color: #f00;
}
.post h1 a:hover {
	background-color: #f00;
}
*/
/*Hokie*/
/*
body {
	background-color: #3F0428;
	color: #3F0428;
}
#logo a {
	color: #3F0428;
}
#logo a:hover {
	color: #FF7200;
}
h1 {
	background-color: #FF7200;
}
.post h1 {
	background-color: #FF7200;
}
.post h1 a {
	background-color: #FF7200;
	color: #3F0428;
	font-weight: bold;
}
.post h1 a:hover {
	color: #FF7200;
	background-color: #3F0428;
}
h2 {
	background-color: #FF7200;
}
a {
	color: #FF7200;
}
a:hover {
	color: #000;
	background-color: #FF7200;
}
#container {
	border-right: solid 5px #FF7200;	
}
blockquote {
	background-color: #e9e9e9;
	border-color: #FF7200;
}
.highlight {
	background-color: #FF7200;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}
*/
