@charset "utf-8";
html, body {
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
	background: url(http://trendyband.com/images/bg.jpg) #ea8cc2 repeat-y top center;
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* DEFAULTS */
a:hover { color: #F6921E; text-decoration: none; }
a:focus { outline: none; }
img { border: 0; }
acronym { cursor: help; }

/* LAYOUT */
#container {
	width: 1024px;
	position: relative;
	margin: 0px auto;
	padding: 70px 0 0 0;
	overflow: hidden;
}

#col1 {
	float: left;
	width: 384px;
	padding: 0 125px 0 125px;
}

#col2 {
	float: right;
	width: 350px;
	padding: 0 10px 0 30px;
}

#bb-link {
	position: absolute;
	top: 0;
	right: 20px;
	background-color: #D2356B;
	padding: 10px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 999999;
}

#bb-link a:link, #bb-link a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}

#bb-link a:hover {
	color: #95D158;
}

/* LOGO */
#logo {
	background: url(http://trendyband.com/images/logo.png) no-repeat top center;
	width: 347px;
	height: 134px;
	margin: 0px auto;
	padding: 0 0 130px 0;
}

/* SOCIAL MEDIA */
#join-the-conversation {
	background: url(http://trendyband.com/images/jointheconversation.png) no-repeat top center;
	width: 372px;
	height: 156px;
	margin: 0px auto;
	padding: 0 0 88px 0;
}

#join-the-conversation ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
}

#join-the-conversation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#join-the-conversation #twitter a:link, #join-the-conversation #twitter a:visited {
	display: block;
	width: 80px;
	height: 14px;
	background: url(http://trendyband.com/images/twitter.png) no-repeat top center;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    margin: 80px 0 0 80px; 
}

#join-the-conversation #twitter a:hover {
	background-position: 0 -14px;
}

#join-the-conversation #facebook a:link, #join-the-conversation #facebook a:visited {
	display: block;
	width: 120px;
	height: 14px;
	background: url(http://trendyband.com/images/facebook.png) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    margin: 80px 0 0 35px;
}

#join-the-conversation #facebook a:hover {
	background-position: 0 -15px;
}

#join-the-conversation #email a:link, #join-the-conversation #email a:visited {
	display: block;
	width: 300px;
	height: 18px;
	background: url(http://trendyband.com/images/email.png) no-repeat 0 0;
	overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;
    margin: 30px 0 0 40px; 
}

#join-the-conversation #email a:hover {
	background-position: 0 -18px;
}

/* FOOTER CONTACT INFO */
#footer {
	margin: 0px auto;
}

#footer ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
}

#footer ul li {
	float: left;
	margin: 0 0 250px 0;
	padding: 0 9px 0 8px;
	font-size: 18px;
	color: #D2356B;
}

#footer p {
	margin: 0px auto;
	padding: 0;
	font-size: 18px;
	color: #D2356B;
	text-align: center;
}

/* TEXT STYLES */
h1 {
	display: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 32px;
	padding: 0 0 40px 0;
}

p {
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 32px;
	padding: 0 0 20px 0;
}

/* LIST STYLES */
ul {
	margin: 0 0 0 15px;
	padding: 0;
}

ul li {
	font-size: 18px;
	padding: 0 0 5px 0;
}
