/*
Theme Name: White Stripes
Theme URI: http://sneaky.me
Description: Theme inspired by my favorite band the White Stripes.
Version: 1.0
Author: Jason
Author URI: http://sneaky.me/
*/

/* Span Stuff */
.right        {float: right; display: inline;}
.left         {float: left; display: inline;}
.center       {margin: 0 auto; text-align: center;}
.help	      {cursor: help;}

/* BluePrint CSS Overrides */
p img.left {float:left;margin:0.5em 1em 0.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 0 1.5em;}
p.center {margin-bottom: 1.5em;}
div.center {margin-bottom: 1.5em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #000;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#000;}
td {padding:0px;}

/* Site Stuff */
body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	font-family: Arial, sans-serif;
	font-size: 85%;
	color: #111;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C00000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	width: 80%;
	margin: 0 auto;
}
hr.space {
	height: 20px;
}
ul {
	margin-left: 35px;
	list-style-image: url(images/bullet_red.png);
}
li {
	margin-bottom: 8px;
	padding-left: 8px;
}
blockquote {
	border-left: solid 2px #c00000;
	color: #111;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.container {
	background-color: #FFF;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.header {
	height: 100px;
}
.header h1 {
	font-size: 6.25em;
	color: #C00000;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: -10px;
	font-weight: bold;
}
.header h2 {
	margin: -18px 0px 0px 0px;
	padding-left: 6px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 15px;
}
.header h1 a {
	color: #C00000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.header h1 a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.header h2 a:hover {
	color: #000;
	font-style: italic;
}
.navbar {
	height: 100px;
}
.buttons {
	width: 300px;
	height: 30px;
	margin: 0 auto;
	float: right;
	display: inline;
}
.navitem {
	width: 70px;
	height: 30px;
	display: inline;
	float: left;
	margin: 0px 5px 5px 0px;
}
.buttons a {
	width: 70px;
	height: 24px;
	display: block;
	padding-top: 6px;
	margin: 0px;
	background-image: url(images/navbuttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.buttons a:hover {
	color: #FFFFFF;
	background-image: url(images/navbuttons.png);
	background-repeat: no-repeat;
	background-position: -70px 0px;
}
.content {
	
}
.content h1 {
	font-size: 1.6em;
	color: #111;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.content h2 {
	font-size: 0.80em;
	color: #111;
}
.content h2 a {
	font-weight: normal;
	text-decoration: underline;
}
.content h2 a:hover {
	font-weight: normal;
	text-decoration: underline;
}
.sidebar {
	
}
.footer {
	height: 50px;
	text-align: center;
}
.footer p {
	margin-top: 16px;
}
.box {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #000;
	color: #FFF;
}
.box h1 {
	color: #C00000;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
}
.box a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.box a:hover {
	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}
.box p {
	margin-top: 10px;
	margin-bottom: 0px;
}
.box ul {
	list-style-image: url(images/bullet_white.png);
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.box li {
	margin-bottom: 4px;
	padding-left: 4px;
}

/* Misc Overrides */
.dsq-brlink {
	display: none;
}
.wpsearch {
	height: 70px;
	margin-top: 5px;
}
.wpsearchbutton {
	width: 75px;
	height: 30px;
	background-image: url(images/submitbutton.png);
	background-repeat: no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	font-weight: bold;
	cursor: pointer;
}
.contactsubmit {
	width: 125px;
	height: 30px;
	background-image: url(images/contactbutton.png);
	background-repeat: no-repeat;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	cursor: pointer;
}
.from-meta {
	display: none;
}
#s {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}