﻿/********************************* 
	
	Fluidpotential.com | CSS Document
	Author: Go Media
	Created: February 2010
	
*********************************/


/* General */

a {
	color: #000;
}
a img {
	border: 0 none;
}
body {
	background: #fff url(images/body-background-slice.gif) repeat left -40px;
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-weight: normal;
}
img {
	border: none;
}
p {
	color: #ff0033;
	font-size: 14px;
}
ul {
	font-size: 12px;
}

/* Reusable */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}

/* Specific */

#wrapper {
	background: transparent url(images/splat-border.png) repeat-x center 100px;
	margin: 0 auto;
	text-align: center;
}
#header, #content, #footer {
	width: 885px;
}
#header {
	margin: 0 auto;
}
h1#logo {
	margin: 20px 0 40px 0;
}
#content {
	margin: 35px auto 0 auto;
}
#footer {
	margin: 0 auto;
}
#footer p {
	margin: 0;
}
#subscribe {
	color: #ff0033;
	font-size: 12px;
	padding: 0 0 0 55px;
	text-align: left;
	width: 500px;
}
#subscribe input {
	margin: 0 10px 0 0 0;
}
#find-us {
	width: 290px;
}
#find-us ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#find-us ul li {
	display: inline;
}

/* Countdown Timer */

#countbox {
	height: 52px;
	margin: 0 auto;
	width: 305px;
	padding-bottom:24px;
}
/*
@font-face {
	font-family: DSDigit;
	src: url('fonts/DS-DIGIT.TTF');
}
.digit {
   color: #ff0033;	
   font-family: DSDigit, Arial, sans-serif;
   font-size: 13px;
   letter-spacing: 1px;
   text-align: center;
 }
*/
 
/* Soundclip */

#soundclip {
	display: none; 
	margin: 0 auto; 
	text-align: center;
} 

/* Mailchimp */

#mc_embed_signup {
	margin: -5px 0 0 0;
}
.mc-field-group {
	margin: 0 10px 0 0;
	width: 160px;
}
.mc-field-group label {
	visibility: hidden;
}
.mc-field-group input {
	background-color: #000;
	border: 0 none;
	color: #ff0033;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 12px/8px;

}
#mc-embedded-subscribe {
	background: transparent url(images/button.png) no-repeat center center;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	height: 35px;
	margin: 12px 20px 0 0;
	padding: 3px 6px 4px 5px;
	text-indent: -9999px;
	width: 60px;
}




