@charset "UTF-8";
/*
Theme Name: Mixtape custom blog theme
Theme URI: http://www.brightsky.ie
Description: The default mixtape theme built straight from Abbans head at <a href="http://www.brightsky.ie">Brightsky</a>.
Version: 0.1
Author: Abban Dunne
Author URI: http://abbandunne.com/
Tags: grunge, shine, music, awesome
*/
*{
	margin:0;
	padding:0;
}
.fixer{
	width:0;
	height:0;
	clear:both;
}
body{
	background:url(images/bg.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
}
img{
	border:0;
}
.postcontent li{margin:0 0 0 20px;}
p{margin:10px 0 10px 0;}
a{color:#ae6106;}
a:hover{text-decoration:none;}
h1{font-family:Arial, Helvetica, sans-serif;}
h1 a{text-decoration:none; color:#333;}
h2{font-family:Arial, Helvetica, sans-serif; font-size:24px;}
h3{font-family:Arial, Helvetica, sans-serif; font-weight:100;}
h3 a{text-decoration:none;}
h3 a:hover{text-decoration:underline;}

#holder{
	width:900px;
	height:auto;
	margin:auto;
	padding:0 20px;
}
#header{
	width:900px;
	height:333px;
	background:url(images/header.png) top left no-repeat;
	position:relative;
}
#logo{
	width:358px;
	height:auto;
	position:absolute;
	background:transparent;
	top:30px;
	left:100px;
	color:#999;
}
#logo h3{
	font-size:15px;
}
#callToAction{
	margin:auto;
	width:254px;
	margin-top:10px;
}
#content{
	width:870px;
	height:auto;
	background:url(images/content.png) top left repeat-y;
	padding:14px;
	position:relative;
}
#navigation{
	background:url(images/navigation.png);
	height:48px;
	width:875px;
	padding:15px 0 0 25px;
}
#footer{
	width:900px;
	height:100px;
	background:url(images/footer.png) top left no-repeat;
	color:#ccc;
	padding:5px 0 0 0;
}
.alignleft{
	float:left;
	border:1px solid #ccc;
	padding:5px;
	background-color:#FFF;
	margin:10px 10px 10px 0;
}
.alignright{
	float:right;
	border:1px solid #ccc;
	padding:5px;
	background-color:#FFF;
	margin:10px 0 10px 10px;
}
#leftColumn{
	float:left;
	width:580px;
	height:auto;
	background:0;
	padding:0 10px;
}
#rightColumn{
	float:right;
	width:230px;
	height:auto;
	padding:0 20px;
}
#rightColumn ul{list-style-type:none; margin:0 0 20px 0; width:100%; font-family:Arial, Helvetica, sans-serif;}
#rightColumn li{width:100%;}
#archive select{width:100%;}
#archive select option{padding:0 5px;}

.comments-template{
	margin:50px 0 0 0;
	padding:0;
	width:560px;
	border-top:1px dotted #333;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 18px;
	padding:10px;
}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata{
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}
.alt{
	background:#ccc;
}
.comments-template textarea{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	width:554px;
	border:solid 1px #666;
	padding:2px;
}
#commentform input{
	border:solid 1px #666;
	font-size:12px;
	line-height:18px;
	padding:2px;
}
#commentform #submit{
	border:0;
}
#searchForm{
	margin:0 0 0 20px;
}
#s{height:23px; width:206px; border:1px solid #666; font-size:18px; padding:1px 0 0 24px; background: #fff url(images/search-bg.png) top left no-repeat; float:left; margin:0 2px 0 0;}
#searchsubmit{float:right; margin:0;}
.secondfootinfo{
	float:left;
	width:260px;
	text-align:left;
	padding:0 70px 0 20px;
}
.secondfootvalidation{
	float:left;
	width:200px;
	text-align:center;
	padding:10px 0 0 0;
}
#bsblurb{
	float:right;
	padding:0 20px 0 0;
}