/** Master CSS for Summerbabes.org **/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/** Our stuff **/

body {
	background: #ddd; 
}

div.wrapper {
	width: 600px;
	margin:  0 auto; 
	padding: 30px 100px 60px 100px; 
	font-family: courier; 
	background: #fff; 
}

a, a:visited {
	color: #3B5998; 
	text-decoration: none; 
}

a:active, a:hover {
	color: #70A0BF; 
}

header h1, 
.header h1{
	background: url(/static/images/summer-babes.png) no-repeat;
	height: 177px; 
	width: 600px;
	margin: 0 auto; 
}
header h1 span, 
.header h1 span{
	display: none; 
}

div.main {
	width: 100%;
}

div.facebook{

}

h2 {
	font-size: 28px; 
	margin: 40px 0 20px 0; 
}

div.main .album a.download-code {
	font-size: 14px; 
	
}

div.main .track-list li {
	margin: 0 0 5px 149px; 
	line-height: 23px;
}
div.main .track-list li object, 
div.main .track-list li a{
	vertical-align: middle; 
	}

div.main .track-list li.whole-album a{
	color: #E2602E; 
	text-decoration: underline; 
}

div.main .track-list li.whole-album a:hover {
	color: #A24521; 
}

div.main .next-show {
	font-size: 20px; 
	list-style-type: none; 
	margin-bottom: 15px; 
}

div.main .next-show li {
	margin-bottom: 15px; 
}

div.main .next-show .date {
	width: 130px; 
	font-weight: bold; 
	float: left; 
	text-align: right; 
	padding-right: 20px; 

}

div.main .next-show .info {
	float: left; 
	width: 400px; 
	line-height: 26px; 
}

div.main .next-show .info .location {
	display: block; 
	font-size: 16px; 
	color: #3C7AA0;  
}

div.main .next-show .info .other-bands {
	display: block; 
	font-size: 14px; 
}
div.main .next-show .info .other-bands *, 
div.main .next-show .info .other-bands a{

	font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
	color: #E2602E; 
	text-decoration: underline; 
	}

	div.main .next-show .info .other-bands a:hover {
		color: #A24521;
	}
	
div.main .facebook {
	margin-bottom: 20px; 
}
	
footer {
	clear: both; 
	font-size: 18px; 
	margin-bottom: 60px; 
}

footer ul li {
	float: left; 
	margin-right: 20px; 
}
