/*
------------
Modified: 07.16.2009
------------
*/
* {
	padding:0;
	margin:0;
	border:0;
}

body {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	text-align: center;
	color: #19130d;
	background: url(../images/bg.jpg) #e8e6e3;
	padding:0;
	margin:0;
}

p {
	margin: 2% 0 2% 0;
}

a {
	color: #a2281c;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	background: #a2281c;
	color: #fff;
	text-decoration: none;
}

h1 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #9c9287;
	text-align:left;
}

h1.listen {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h1 span {
	color: #1f1710;
}

div.break {
	width: 480px;
	height: 10px;
	float:left;
	/*border-bottom: 1px dotted #9c9287;
	margin-bottom: 20px;*/
}

h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	color: #1f1710;
}

h2 {
	color: #a2281c;
	font-weight: normal;
	font-size: 21px;
	margin: 0 0 7px 0;
	clear: both;
}

h3 {
	font-size: 14px;
	color: #1f1710;
	padding-top: 0px;
	font-weight: normal;
}

h3 a {
	text-decoration: underline;
	color: #011a66;
}

h3 a:hover {
	text-decoration: underline;
	background: none;
	color: #011a66;
}

h5 {
	font-size: 12px;
	color: #a2281c;
	margin-bottom: 3px;
}

h3.first {
	margin-top: 0;
	margin-bottom: 6px;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 2px;
	width: 100%;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 10px;
}

#fullname, #eAddress {
	border: 1px solid #666;
}

.form-error {
	background: #e8e6e3;
	color: #a2281c;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: normal;
	display: block;
}

blockquote {
	font-size: 14px;
}

.img {
	border: 0;
	margin: 0;
	padding: 0;
}

#contact, #press {
	height: 100px;
	width: 1px;
	display: block;
}

#home {
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1px;
	display: block;
}

.clear {
	clear: both;
	width: 100%;
}


/*======================
LAYOUT
========================*/

#top-nav {
	position: fixed;
	overflow: hidden;
	width: 100%;
	background: url(../images/top-nav.png) repeat-x;
	_background:#000;
	height: 45px;
	_height:35px;
	top: 0;
	left: 0;
	z-index: 9999;
	margin: 0;
	padding: 0;
	_position:relative;
}

#top-nav-inner {
	width: 800px;
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-image: url(../images/drew.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	_background-position: center -45px;
	padding-bottom: 50px;
	z-index: 1;
	_position:relative;
}

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

#header {
	width: 100%;
	height: 310px;
	_margin-top:-45px;	
}


/*======================
NAV BAR
=======================*/

#navigation {
	height: 35px;
	line-height: 35px;
	float: left;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-stype: none;
	list-style: none;
}

#navigation ul li {
	margin: 0;
	list-style-stype: none;
	list-style: none;
	float: left;
	padding: 0 15px;
	height: 35px;
}

#navigation ul li.left-button {
	padding: 0 15px 0 0;
}

#navigation a {
	float: left;
	color: #b5b5b5;
	text-decoration: none;
	text-transform: capitalize;
}

#navigation a:hover {
	color: #fff;
	cursor: pointer;
	background: none;
}

#mp3player-bar {
	margin: 0;
	padding: 0;
}

#listen {
	color: #f4f4f4;
	text-decoration: none;
	text-transform: capitalize;
	float: right;
	width: 100px;
	text-align: right;
	line-height: 35px; 
	font-size: 11px;
	margin-right: 10px;
}

#mp3player {
	margin-top: 8px;
	with: 180px;
	height:20px;
	display:block;
	float: right;
}

/*======================
HEADER
=======================*/

#brand {
	width: 400px;
	height: 80px;
	float: left;
	margin: 100px 0 0 0;
	background: url(../images/drew-parker-brand.png) no-repeat;
	behavior: url(../css/iepngfix.htc);
}

#album-promo {
	width: 145px;
	height: 30px;
	float: left;
	margin: 43px 0 0 156px;	
	_margin: 30px 0 0 78px;	
}

#album-promo a {
	width: 67px;
	height: 24px;	
}

#buy-cd {
	background: url(../images/buy-cd.png) no-repeat;
	behavior: url(../css/iepngfix.htc);
	float: left;
}

#buy-cd:hover {
	background: url(../images/buy-cd-over.png) no-repeat;
	behavior: url(../css/iepngfix.htc);
	cursor:pointer;
}

#iTunes {
	background: url(../images/iTunes.png) no-repeat;
	behavior: url(../css/iepngfix.htc);
	float: right;
}

#iTunes:hover {
	background: url(../images/iTunes-over.png) no-repeat;
	behavior: url(../css/iepngfix.htc);
	cursor:pointer;
}

/*======================
SOCIAL MEDIA
=======================*/

#social_media {
	height: 40px;
	margin-bottom: 40px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
}

#social_media a {
	height: 60px;
	display: block;
	float: left;
	margin-right: 10px;
}

#cdbaby {
	background: url(../images/cdbaby.png) no-repeat left -7px;
	width: 197px;
}

#itunes {
	background: url(../images/itunes.png) no-repeat left -10px;
	width: 170px;
	margin-left: 10px;
}

#myspace {
	background: url(../images/myspace.png) no-repeat;
	width: 60px;
	margin-left: 122px;
}

#facebook {
	background: url(../images/facebook.png) no-repeat;
	width: 60px;
}

#youtube {
	background: url(../images/youtube.png) no-repeat;
	width: 60px;
}

#twitter {
	background: url(../images/twitter.png) no-repeat;
	width: 60px;
	margin-right: 0;
}

/*======================
MAIN CONTENT
=======================*/

#left {
	float: left;
	width: 500px;
	text-align:left;
}

.page {
	min-height: 200px;
	margin-bottom: 40px;
	padding-bottom: 80px;
	float: left;
	width: 100%;
}

.page-last {
	min-height: 200px;
	float: left;
	width: 100%;
}

.post{
	min-height: 200px;
	color: #7a766d;
	position:relative;
}

.post-content {
	background: url(../images/post-bg.jpg) repeat-x #fff;
	padding: 30px 20px 90px 20px;
	border: 1px solid #e5dfd3;
	float: left;
	margin-top: 15px;
}

.post-content img {
	float: left;
	border: 6px solid #e5e5e5;
	margin: 3px 15px 0 0;
	width: 80px;
	height: 60px;
}

.post-content img.large {
	float: left;
	border: 6px solid #e5e5e5;
	margin: 3px 15px 0 0;
	width: 200px;
	height: 150px;
}

.post-content img.large-poster {
	float: left;
	border: 6px solid #e5e5e5;
	margin: 3px 15px 0 0;
	width: 200px;
	height: 309px;
}

.post-content img.large-right {
	float: right;
	border: 6px solid #e5e5e5;
	margin: 3px 0 0 15px;
	width: 200px;
	height: 150px;
}

.post-bottom {
	background: url(../images/drew-parker-brand-small.png) center bottom no-repeat;
	height: 110px;
	width: 500px;
	padding-top: 0;
	margin-top: -77px;
	_margin-top: -68px;
	float: left;
	behavior: url(../css/iepngfix.htc);
}

.top {
	float: right;
	margin-top: -30px;
}

.top a {
	font-size: 11px;
	text-decoration: underline;
}

.listing {
	padding: 10px;
	margin: 0;
	clear: both;
}

.listing-alt {
	padding: 10px;
	margin: 0;
	background: #f1f1f1;
	clear: both;
}

.listing:hover, .listing-alt:hover {
	background: #f9f9f9;
}

.float-left {
	float: left;
	width: 45%;
}

.float-right {
	float: right;
	width: 45%;
	margin: 0 2%;
	color: #6b675f;
	font-size: 10px;
	line-height: 13px;
}

.float-right a {
	color: #011a66;
}

.float-right a:hover {
	background: #011a66;
	color: #fff;
}

#right {
	float: right;
	width: 280px;
	_width: 240px;
	margin-top: -17px;
}

.quote {
	width:100%;
	background: url(../images/quote.png) top left no-repeat;
	behavior: url(../css/iepngfix.htc);
	margin:25px 0 5px 0;
	padding:0px;
}
.quote-inner {
	padding:20px 0px 15px 30px;
	background-image: url(../images/end-quote.png);
	_background-image: none;
	background-repeat:no-repeat;
	background-position: bottom right;
	behavior: url(../css/iepngfix.htc);
}

.quote-inner p {
	margin:0px 0px 10px 0px;
	padding:0px;
}
.source {
	font-size: 10px;
	text-align:right;
	font-weight:bold;
	line-height: 12px;
	font-style: italic;
	padding-top: 10px;
}


/*======================
SUBSCRIPTION BOX
========================*/
#subscribe-box {
	width: 282px;
	margin-bottom: 15px;
}

#subscribe-box-heading {
	background: url(../images/box-heading.png) top center no-repeat;
	width: 100%;
	height: 159px;
	behavior: url(../css/iepngfix.htc);
}

#subscribe-box-inner {
	padding: 0 20px;
	text-align:center;
	background: url(../images/box-bg.png);
}

#subscribe-box-base {
	background: url(../images/box-base.png) top center no-repeat;
	width: 100%;
	height: 20px;
	behavior: url(../css/iepngfix.htc);	
}

#subscribe-box form {
	margin-top: 0;
}

#name, #email {
	width: 220px;
	padding: 3px;
	margin: 0 10px 6px 6px;
}

#submit {
	background: #a2281c;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align:center;
	width: 110px;
	margin-top: 5px;
}

#send {
	background: #a2281c;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align:center;
	width: 103%
}

#submit:hover, #send:hover {
	background: #011a66;
	color: #fff;
	cursor: pointer;
}

/*======================
FOOTER
========================*/

#footer {
	font-size: 10px;
	width: 100%;
	text-align: center;
	padding: 50px 0 50px 0;
	clear: both;
	color: #fff;
	background: url(../images/footer.png) repeat-x;
	margin-top: 50px;
	behavior: url(../css/iepngfix.htc);
}

#footer div {
	width: 800px;
	margin: 0 auto;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-stype: none;
	list-style: none;
	height: 20;
}

#footer ul li {
	margin: 0;
	list-style-stype: none;
	list-style: none;
	float: left;
	padding: 0 15px;
	height: 20px;
}

#footer a {
	float: left;
	color: #b5b5b5;
	text-decoration: none;
	text-transform: capitalize;
}

#footer a:hover {
	color: #fff;
	cursor: pointer;
	background: none;
}

