/*  
Theme Name: Ryan Masters
Theme URI: http://www.ryanmasters.ca
Description: Ryan Masters is the best.
Version: 1
Author: Matt McCausland
Author URI: http://www.idiotbanter.com
*/

body {
	margin: 0;
	padding: 0;
	background: #2B1F0B;
	font-size: small;
	font-family: Georgia, serif;
}

/* General Links ========================================================= */

a {
	color: #fff;
	padding: 2px;
}

a:hover {
	background: #1C2229;
}

a.Link:hover {
	background: transparent;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}

#container {
	width: 1024px;
	margin: 0 auto;
}

#header {
	background: url(images/header.gif) top left no-repeat;
	height: 183px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 600px;
	height: 80px;
}

#header h1 a:hover {
	background: transparent;
}

#footer {
	background: url(images/footer.gif) top left no-repeat;
	height: 142px;
}

/* Main Navigation ======================================================= */

ul#nav {
	position: absolute;
	top: 80px;
	left: 100px;
	font-size: 140%;
}

ul#nav li {
	list-style: none;
	float: left;
	padding: 3px 13px;
}

ul#nav li a {
	text-decoration: none;
	color: #000;
}

ul#nav li a:hover {
	color: #fff;
}

body#news li.news a, body#tour li.tour a, body#band li.band a, body#media li.media a, body#photos li.photos a, body#links li.links a, body#contact li.contact a, body#store li.store a {
	color: #fff;
}

/* Hacking The Three Main Content Backgrounds =========================== */

#mainContent {
	background: url(images/contentBG.gif) top left repeat-y;
}

#mainContentTop {
	background: url(images/contentTopBG.gif) top left no-repeat;
}

#mainContentBottom {
	background: url(images/contentBottomBG.gif) bottom left no-repeat;
}

#sidebar {
	width: 150px;
	height: 725px;
	float: left;
}

#content {
	width: 794px;
	float: right;
	color: #ccc;
	padding-right: 80px;
}

/* Main Content ========================================================= */

.tourDate {
	border-bottom: 2px solid #2B1F0B;
}

table.gigpress-table {
	background: #fff;
	color: #000;
}

ul#links {
	margin: 0;
	padding: 0;
}

li.linkcat {
	list-style: none;
}

img.newsPic, img.bioPic {
	width: 150px;
	float: right;
	border: 5px solid #fff;
	margin: 0 0 5px 5px;
}

img.bioPic {
	margin: 5px 0 5px 5px;
}

#content .post {
	background: #5C4A34;
	padding: 2px 10px;
	border: 1px solid #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 70px 10px 0;
}

#content .post h3 a {
	
}

#content .post 

/* Comments ============================================================= */

ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	padding: 10px;
	background: #4F3F2C;
	margin: 5px 0;
	list-style-position: inside;
	border: 1px solid #242B33;
}

/* Pages Titles ========================================================= */

h2.pageTitle {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 70px;
	text-indent: -9999px;
	margin-left: -50px;
}

h2.News {
	background: url(images/titles/news.gif) top left no-repeat;
}

h2.TourDates, h2.Tour {
	background: url(images/titles/tour.gif) top left no-repeat;
}

h2.Band {
	background: url(images/titles/band.gif) top left no-repeat;
}

h2.Media {
	background: url(images/titles/media.gif) top left no-repeat;
	width: 300px;
}

h2.Photos {
	background: url(images/titles/photos.gif) top left no-repeat;
}

h2.Links {
	background: url(images/titles/links.gif) top left no-repeat;
}

h2.Contact {
	background: url(images/titles/contact.gif) top left no-repeat;
}

h2.Store, h2.Products, h2.Checkout, h2.Details {
	background: url(images/titles/store.gif) top left no-repeat;
}

#TourDates h3 {
	font-size: 14px;
}
	
	
/* Footer =============================================================== */

p.legal {
	display: none;
}