/*  
Theme Name: RoadieShow.com
Theme URI: http://www.roadieshow.com
Description: a theme for The Roadie Show
Version: 1.0 beta
Author: Adam Plante
Author URI: http://adamplante.com/

*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 62.7%; /* Resets 1em to 10px */
	font-family: 'Century Gothic', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background-color: black;
	color: gray;
	}

textarea {
	width: 98%;
}
a {
 color: red;
 	
}
#page {	
	width: 1000px;
	margin: 0 auto;
	border-right: white solid 2px;
	border-left: white solid 2px;
}
	
/*############## header area ################*/
#header {
	background: gray url('images/squidfingers_bg101.gif') repeat top left;
	color: white;
}
#topBar {
	height: 2.3em;
	padding: 0.3em 0 0.1em 2em;
	border-bottom: white solid 2px;
}
#topBar a, #topBar h1 {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-size: 1.3em;
}
#polaritvChanger {
  float: right;
  margin-right: 2em;
}
#polaritvChanger select {
  font-size: 0.9em;	
}


#headerImg {
	height: 148px;
	color: inherit;
	background: gray url('images/roadie-show-header_1000.jpg') no-repeat top left;
	border-bottom: white solid 2px;
}
#nav {
  text-align: right;
	padding: 2.5em 6em 0 0;
}
#nav a {
	color:white;
	background-color: transparent;
	font-size: 1.5em;
	margin-left: 2.2em;
	font-weight: bold;
	text-decoration: none;
}
/*################# left side ################*/
#leftColumn {
	float: left;
	padding: 0.5em;
}
#leftColumn a {
	color: white;
}
#leftColumn li {
	list-style-type: none;
}
.spot h2 {
	font-size: 1.5em;
	display: block;
	width: 170px;
	color: white;
	background-color: #333;
	border: white solid 1px;
	padding-left: 1em;
	margin-bottom: 0.1em;
}
	
/*############# body ########### */
#wrapper {
	min-height: 400px;
	background-color: black;
	color: white;
	padding: 0.5em;
}
#content {
	padding: 1em 2.5em;
	float: left;
	width: 550px;
	/*border-left: white dotted 1px;
	border-right: white dotted 1px;*/
}
#content ul {
  padding-left: 1em;
  list-style-type: disc;
}
#content ol {
  padding-left: 1em;
  list-style-type: decimal;
}
.entry {
  font-size: 1em;
}
.post img {
	border: white solid 2px;
	padding: 0.3em;
}
.post {
  display: block;	
}
.post h2 {
  font-size: 2em;
  margin-bottom: 1em;
}
.post h3 {
  font-size: 1.7em;
  
}
.post a:link, .post a:visited {
	color: red;
	background-color: inherit;
	text-decoration: underline;
}
.post a:hover, .post a:active {
	text-decoration: underline overline;
}
.post small {
	font-size: 1em;
}
.post p {
	font-size: 1.4em;
	margin-bottom: 1em;
	padding-left: 1em;
}
.post ul {
  list-style-type: none;
  margin-left: 2em;
  margin-bottom: 1em;
}
.title {
	color: white;
	background-color: black;
}
.postmetadata {
  border-top: white dotted 1px;
  border-bottom: white dotted 1px;
  padding: 0.6em 0;
  color: inherit;
  background-color: #222;
}
.blip_description {
  padding: 0 0.5em;
  font-size: 1em;
  font-weight: bold;
}
#commentArea {
	padding: 1em;
	
}
#commentArea a {
  color: red;
  background-color: black;	
}
#commentArea ul, #commentArea ol {
  padding-left: 2em;
}
	

/*################# right side ################*/
#rightColumn {
	float: right;
	padding: 0.5em;
}
#rightColumn hr, #leftColumn hr {
  color: white;
  background-color: white;
  border-top: white solid 1px;
  height: 1px;
  width: 90%;
  margin: 0.4em auto;	
}
.graybox {
	display: block;
	width: 120px;
	color: white;
	background-color: #333;
	border: white solid 1px;
	padding: 1em;
	text-align: center;
	margin-bottom: 1em;
}
.inverse {
	border: #ccc solid 1px;
	color: #eee;
	background-color: #222;
	margin-bottom: 0.2em;
}
#archives a {
	color: white;
	background-color: inherit;
}
#archives li {
 list-style-type: none;
}


/*################ footer ############### */
#bottomNav {
	clear: both;
	text-align: center;
	font-size: 1em;
	color: white;
	background-color: black;
	padding: 1em;
}
#bottomNav a {
  color: white;
  background-color: black;
}

#footer {
	border-top: white solid 2px;
	border-bottom: white solid 2px;
	text-align: right;
	height: 1.5em;
	padding-right: 1em;
	background: gray url('images/squidfingers_bg101.gif') repeat top left;
	color: white;
}
#footer a {
	color: white;
	background-color: transparent;
}
