/*  
Theme Name: A Scorr Blog
Theme URI: scorrmarketing.com/
Description: Based on Default Theme
Version: 1.0
Author: Ryan Urbach
Author URI: dontsteponme.com/


	This theme was created by Ryan Urbach modified by the 
	default theme by Michael Heilemann,
	whose blog you will find at binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	www.opensource.org/licenses/gpl-license.php

*/



html, body {
	background: URL("../../../../images/stripes.gif") #3c3c3c;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
	min-width: 960px;
	}

/*tip of the hat: http://exanimo.com/examples/css/vertical-centering-with-a-floated-shim.html */

#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
	}	

.darklines {
	clear: both;
	position: relative; 
	width: 100%;
	height: 32px;
	}

#darktop {
	background: URL("../../../../images/darkstripetop.gif") repeat-x;
	}

#darkbottom {
	background: URL("../../../../images/darkstripebottom.gif") repeat-x;
	}

.blackbars {
	clear:both;
	position: relative; 
	width: 100%;
	height: 27px;
	background: #000;
	border-top: solid 1px #414141;
	border-bottom: solid 1px #414141;
	color: white;
	font-size: 0.7em;
	padding-top: 5px;
	}

#logo {
	position: relative;
	width: 325px;
	height: 80px;
	margin: auto;
	margin-top: -28px;
	z-index: 4;
	}

#linkholder {
	position: relative; 
	width: 100%;
	height: 53px;
	background: #fff;
	z-index: 1;
	margin-top: -53px;
	overflow: hidden;
	}

#dottednav {
	position: absolute;
	top: 12px;
	width: 100%;
	height: 1.2em;
	background: #fff;
	border-top: dotted 2px #C0C0C0;
	border-bottom: dotted 2px #C0C0C0;
	z-index: 3;
	text-align: center;
	}

#nav {
	position: relative;
	margin: auto;
	width: 960px;
	padding-top: 0px;
	}

.gradientleft {
	float: left;
	width: 150px;
	height: auto;
	padding-bottom: 10000px; 
	margin-bottom: -10000px; 
	overflow: hidden;
	background: URL("../../../../images/gradientleft.gif");
	z-index: 2;
	}
	
.gradientright {
	float: right;
	width: 150px;
	height: auto;
	padding-bottom: 10000px; 
	margin-bottom: -10000px; 
	overflow: hidden;
	background: URL("../../../../images/gradientright.gif");
	z-index: 2;
	}

#whitebox {
	position: relative;
	width: 100%;
	min-height: 425px;
	background: #fff;
	overflow: hidden;
	}

#contentbox {
	position: relative;
	margin: auto;
	margin-top: 20px;
	width: 960px;
	height: 100%;
	}

.sidebar {
	display: block;
	float: left;
	width: 215px;
	height: 100%;
	text-align: left;
	}
	
.rightbar {
	display: block;
	float: left;
	width: 215px;
	height: 100%;
	text-align: left;
	}

#main {
	display: block;
	float: left;
	width: 650px;
	margin-left: 33px;
	margin-right: 33px;
	text-align: left;
	padding-top: 19px;
	}

.dottedbox {
	width: 180px; 
	min-height:	355px;
	height: 99.9%;
	border: dotted 2px #C0C0C0;
	background: #fff;
	padding: 9px;
	}

.teamdottedbox {
	width: 180px; 
	min-height:	805px;
	border: dotted 2px #C0C0C0;
	background: #fff;
	padding: 9px;
	}
	
#rightcorner {
	float: right; 
	z-index: 2;
	margin-right: 13px;
	}

#leftcorner {
	position: absolute;
	z-index: 2;
	margin-left: 13px;
	}
	
.toleft {
	margin: 0;
	padding-top: 3px;
	padding-left: 15px;
	list-style: none;
	background: URL("../../../../images/list/reddotleft.gif") left top no-repeat;
	}
	
.toleft li{
	font-size: 1.2em;
	}
	
/*FONTS AND SUCH*/

body {
	font-family: Arial, "Futura", sans-serif;
	color: #000;
 	}

p	{
	font-size: 0.8em;
	}
	
a img {
	border: none;
	}

a 	{
	color: #a11b2b;
	text-decoration: none;
	}
		
a:hover {
	text-decoration: underline;
	}

h2 {
	float: left;
	width: 230px;
	font-weight: normal;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin-top: -0.3em;
	}
	
h3 {
	font-size: 1em;
	letter-spacing: 1px;
	display: inline;
	color: black;
	}

b {
	font-size: 1em;
	font-weight: normal;
	display: inline;
	color: #a11b2b;
	}

span.red {
	color: #a11b2b;
	}
	
span.gray {
	color: #999;
	}

#nav b {
	float: left;
	display: block;
	width: 2px;
	text-decoration: none;
	color: #C0C0C0;
	font-family: "Futura", Arial, sans-serif;
	letter-spacing: -3px;
	font-size: 0.8em;
	}

#nav a {
	float: left;
	display: block;
	width: 163px;
	text-decoration: none;
	color: black;
	font-family: "Futura", Arial, sans-serif;
	letter-spacing: 3px;
	font-size: 0.8em;
	}

#nav a:hover{
	color: #a11b2b;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	}

.sidebar ul a {
	font-size: 0.8em;
	color: #3c3c3c;
	text-decoration: none;
	}

.sidebar ul a:hover {
	color: #a11b2b;
	}

.sidebar li {
	border-bottom: solid 1px #b6b6b6;
	padding: 5px;
	padding-left: 16px;
	}
	
.rightbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	}

.rightbar ul a {
	font-size: 0.8em;
	color: #3c3c3c;
	text-decoration: none;
	}

.rightbar ul a:hover {
	color: #a11b2b;
	}

.rightbar li {
	padding: 5px;
	padding-left: 10px;
	}

.rightbar b {
	font-size: 0.8em;
	background: URL("../../../../images/list/box.gif") left top no-repeat; 
	padding-left: 20px;
	padding-top: 5px;
	color: #a11b2b;
	font-weight: normal;
	display: inline;
	}

.dash li{
	background: URL("../../../../images/list/dash.gif") left center no-repeat;
	}

.reddot{
	background: URL("../../../../images/list/reddot.gif") left center no-repeat;
	}

.circle{
	background: URL("../../../../images/list/circle.gif") left center no-repeat;
	}

.box li {
	list-style: none;
	background: URL("../../../../images/list/box.gif") left top no-repeat;
	font-size: 0.8em;
	padding-bottom: 0;
	}

.box h1 {
	font-weight: normal;
	margin-top: -0.1em;
	font-size: 0.9em;
	}

h2 {
	font-weight: normal;
	margin-top: -0.1em;
	font-size: 0.7em;
	}

.lastbox {
	background: red;
	}

.back {
	display: block;
	float: right;
	background: URL("../../../../images/list/box.gif") 0% 150% no-repeat;
	text-decoration: none;
	color: #999;
	font-size: 0.7em;
	padding-left: 10px;
	margin-top: 3px;
	}

.back:hover {
	color: #a11b2b;
	}

hr {
	border: none;
	background-color: #ccc;
	height: 1px;
	}

#news a {
	text-decoration: none;
	color: #000;
	font-size: .9em;
	letter-spacing: 0;
	}

#news a:hover {
	text-decoration: underline;
	}

#news p {
	font-size: 1em;
	padding: 3px;
	margin-top: -2px;
	border-bottom: solid 1px #b6b6b6;
	}

#news li{
	border: none;
}

.team {
	float: left;
	width: 50px;
	color: #000;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}

.team:hover{
	color: #a11b2b;
	}
.team img {
	border: none;
	}

#leftbar{
	height: auto;
	}
	
#rightbar{
	height: auto;
	}

#s {
	width: 55%;
	}
	
.postmetadata {
	text-align: center;
	font-size: 0.7em;
	}

#comments {
	font-size: 0.8em;
	}

#endofcontent {
	position: relative;
	clear: both;
	width: 100%;
	height: 25px;
}

#endbar {
	clear: both;
	position: relative;
	width: 100%;
	height: 1px;
}

.alignleft {
	float: left;
	font-size: .7em;
	}
	
.alignright {
	float: right;
	font-size: .7em;
	}

.navigation {
	margin-bottom: 30px;
	}
	
.postmetadata{
	padding-bottom: 30px;
	}
	
.alignleft {text-align:center};