/*  
Mixtapes
*/

/* CSS Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}


body {
	line-height: 1;
	color: #bababa;
	text-align: center;
}
ol, ul {
	list-style: none;
}
a {
	color: #67900d;
	text-decoration: underline;
}
#outheader {
	background: url(images/header.jpg) no-repeat center top;
}
/*-----------------------IE and Chrome fix----------------------*/

body.chrome #outheader, body.ie #outheader {
		margin-left: -1px;
}

/*-----------------------end----------------------*/
#header {
	height: 112px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	
}

#logo {
	width: 273px;
	height: 49px;
	display: block;
	top: 0;
	left: 18px;
	position: absolute;
	background-image: url(images/logo.jpg);
}

#topnav {
	width: 920px;
	height: 40px;
	text-align: left;
	position: absolute;
	top: 50px;
	left: 0;
	border-left: 1px solid #393939;
	margin-left: 20px;
}
#topnav ul {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

#topnav li {
    display: inline;
	line-height: 40px;
	font-size: 12px;
}

#topnav li a {
	border-right: 1px solid #393939;
	font-size: 12px;
	line-height: 40px;
	padding-right: 14px;
	padding-left: 14px;
	float: left;
}

#topnav li a:hover {
	color: #42999c;
}

#wrap {
	background: url(images/bodybg.gif) repeat-y center top;
}


body {
	font-family: "Geneva", Helvetica Neue, Arial, Helvetica, sans-serif;
	background: #1c1c1c url(images/footerbigbg.gif) repeat-y center;
}
.clear {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	clear: both;
}

h1, h2 {
	text-transform: uppercase;
	color: #FFF;
	font: normal normal 12px/32px "Geneva", Helvetica;
	text-align: left;
	margin-bottom: 10px;
	background: url(images/headingbg.gif) repeat-x 0 bottom;
	margin-left: 20px;
	margin-right: 20px;
	text-shadow:1px 1px 0px #000
}



#content {
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.post {
	float: left;
	width: 240px;
	text-align: left;
	background: url(images/cdbg.jpg) no-repeat left top;
	margin-bottom: 20px;
	height: 290px;
	position: relative;
}
.post img {
	margin-left: 36px;
	margin-top: 8px;
}
.post p {
	text-align: center;
	text-shadow:1px 1px 0px #000000
}
p.mixtitle {
	line-height: 24px;
	margin: 30px 20px 6px;
}
p.mixtitle a {
	color: #42999c;
	text-decoration: underline;
	letter-spacing: -1px;
	font-size: 16px;
}
p.artist {
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
}
p.artist a {
	color: #67900d;
	font-style: italic;
	text-decoration: underline;
}


#threecds {
	float: left;
	width: 720px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	text-align: left;
}

#sidebar h2 {
	margin-bottom: 0;
	background-image: none;
}

#sidebar .box {
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	background: url(images/sidebox.jpg) repeat-y center;
}
#sidebar div .topborder {
	height: 10px;
	background: url(images/sideboxtop.jpg) no-repeat center top;
}
#sidebar div .centerbox {
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar div .bottomborder {
	height: 10px;
	background: url(images/sideboxbotton.jpg) center bottom;
	font-size: 1px;
}
#searchdiv {
	text-align: center;
}

#searchdiv p {
	margin-right: auto;
	margin-left: auto;
}

#searchdiv #s {
	background-color: #c5c5c5;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 5px 3px;
	width: 80%;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);


}

#searchdiv .searchbtn {
	padding: 3px;
	background-color: #5e8110;
	border: 1px solid #789823;
	color: #FFF;
	margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);


}

ul.wp-tag-cloud {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.wp-tag-cloud li {
	display: inline;
}

ul.wp-tag-cloud li a {
	font-size: 12px;
	line-height: 24px;
	font-variant: small-caps;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.wp-tag-cloud li a:hover {
	background-color: #67900d;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

#social {
	text-align: center;
}
#social p {
	margin: 10px auto;
}
/* Search results */

#noresults {
	text-align: left;
	line-height: 18px;
	margin: 20px;
}

/* TAG Page */

.tagpost {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	background: url(images/headingbg.gif) repeat-x 0 bottom;
	padding-bottom: 16px;
	padding-top: 10px;
}

.tagalbum, .tagartist, .download {
	text-align: left;
}

.tagtitle {
	margin-top: 44px;
	font-size: 18px;
	float: left;
	width: 600px;
	padding-left: 5px;
}

.tagalbum {
	font-size: 24px;
	text-transform: uppercase;
}

.tagartist {
	font-size: 18px;
	font-style: italic;
	text-transform: capitalize;
}


.download {
	width: 306px;
	height: 78px;
	background: url(images/downloadbtn.jpg) 0 bottom;
	display: block;
	margin-top: 14px;
	float: left;
}

.download:hover {
	background-position: 0 top;
}

.dwncd {
	float: left;
	width: 240px;
	text-align: left;
	background: url(images/cdbg2.jpg) left top;
	height: 206px;
	position: relative;
	margin: 0 10px 0 0;
}

.dwncd img {
	margin-left: 36px;
	margin-top: 8px;
}




/*-----------------------Single.php----------------------*/
.postsingle {
	float: left;
	width: 240px;
	text-align: left;
	background: url(images/cdbg2.jpg) no-repeat left top;
	margin-bottom: 20px;
	height: 290px;
	position: relative;
}
.postsingle img {
	margin-left: 36px;
	margin-top: 8px;
}

.entry {
	margin-left: 250px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 20px;
}

.entry p {
	margin-bottom: 10px;
}

.alignleft {
     float:left;
     }

.alignright {
     float:right;
     }
.share {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}     
 
.share a {
	width: 126px;
	height: 38px;
	background: #000 url(images/smalbtn.gif) no-repeat 0 top;
	display: block;
	line-height: 38px;
	margin-right: auto;
	margin-left: auto;
}
.share a:hover {
	background: #000 url(images/smalbtn.gif) no-repeat 0 bottom;
	color: #FFF;
}
.share img {
	margin: 0;
} 

#cpa {
	background: url(images/headingbg.gif) repeat-x 0 top;
	padding-top: 20px;
	font-weight: bold;
}

/*   
.navigation {
	font-size: 0.8em;
	line-height: 130%;
	margin-top: 20px;
	width: 860px;
	margin-left: 50px;
}
*/


/*-----------------------Footer----------------------*/



#footer {
	background: url(images/footertop.gif) no-repeat center top;
}
/*-----------------------IE and Chrome fix----------------------*/

body.chrome #footer, body.ie #footer {
		margin-left: -1px;
}

/*-----------------------end----------------------*/

#infooter {
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
	position: relative;
}
.menu, .menu ul, .menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
.menu li {
	font-size: 12px;
	line-height: 80px;
	padding-left: 8px;
	padding-right: 8px;
}
.visitorsonline {
	width: 140px;
	line-height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
}
/*-----------------------Page----------------------*/

#page {
	text-align: left;
}
#page p {
	margin-bottom: 10px;
	line-height: 18px;
	margin-right: 20px;
	margin-left: 20px;
}


/*-----------------------emm_paginate - WordPress Pagination Function http://www.ericmmartin.com/pagination-function-for-wordpress----------------------*/

.emm-paginate {
	text-align: left;
	padding-bottom: 14px;
	padding-left: 20px;
}
.emm-paginate a {background:#1c1c1c; border:1px solid #323232; color: #FFF; margin-right: 5px; padding: 6px 8px; text-align:center; text-decoration:none;}
.emm-paginate a:hover, .emm-paginate a:active {background:#000; color:#FFF;}
.emm-paginate .emm-title {color:#FFF; margin-right:8px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:#000; border:1px solid #323232;
	padding: 6px;
	margin-right: 5px;
}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}
