/* Text */	

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
table { border-collapse : collapse; border-spacing : 0; }
fieldset,img { border : 0; }
caption,th { text-align : left;}
ul, ol {list-style: none;}

body {
	font-size: 62.5%; 
	font-family: Helvetica, Arial, sans-serif;
	color: #404040;
	background: url(bg.jpg) repeat-x top center;
	background-color: #242424;
	}

p, li, blockquote {
	line-height: 1.5;
	margin: 0.5em 0;
	font-size: 1.2em;
}

li p, li blockquote, blockquote p, li li {
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
	font-family: "Myriad Pro", Myriad, "Myriad Web Pro", Helvetica, Arial, sans-serif;
}

h2, h3 {
	margin: 0.5em 0;
}

h1 {
	font-size: 3.2em;
	padding-top: 0.8em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.2em;
}


/* Links */

a {
	color: #0085cf;
}

a:hover {
	color: #0085cf;
	text-decoration: none;
}

/* Clearing Floats */

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

#wrapper {
	width: 1008px;
	margin: 0 auto;
	position: relative;
}	

#header {
	clear: both;
	width: 300px;
	padding: 24px 16px;
	height: 46px; 
	position: relative;
	}
	
#content {
	clear: both;
	width: 976px;
	padding: 0 16px 16px 16px;
	background-color: #4e4e4e;
	background-color: rgba(255,255,255,0.1);
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	}


#nav {
	float: right;
	position: absolute;
	right: 16px;
	top:62px;
}

#nav ul {
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.2);
	height: 32px;
	border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	padding: 0 8px;
}

#nav li {
	float: left;
	padding: 8px;
	margin: 0;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	opacity: 0.8;
}

#nav li a:hover {
	opacity: 1;
}

h1 {
	color: #fff;
}

h1 span {
	font-size: 1.1em;
	color: #e0a300;
	display: block;
	font-weight: bold;
}

#content p {
	line-height: 1.8;
	font-size: 1.4em;
	color: #eee;
}

#sign-up {
	position: relative;
	float: right;
	width: 464px;
}

#intro {
	float: left;
	width: 464px;
	margin-right: 16px;
}

#sign-up fieldset {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1.5em 0 1em 0;
	margin: .5em 0;
	background-color: #fff;
}

#sign-up legend {
	text-transform: capitalize;
	font-weight: bold;
	background: #fff;
	padding: .5em 1em;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.4em;
	color: #d41c9b;
}

div.subscribers {
	padding-left: 125px;
}

div.mc-field-group {
	float: left;
	margin-bottom: 0.5em;
}

#mc-embedded-subscribe {
	position: relative;
	height:1.9em;
	top:1.4em;
}

#mc-embedded-subscribe:hover {
	-moz-box-shadow: 0 0 16px rgba(0,0,0,0.25);
}

/* Labels */

label {
	font-size: 1.4em;
	margin: 0 0 0.5em 16px;
	display: block;
}

/* Inputs and Textarea */

input {
	font-size: 1.2em;
	margin: 0 0 0.5em 16px;;
}

input[type="text"], input[type="password"] {
	background-color: #fff;
	border: 2px solid #e4e4e4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0.3em;
	font-size: 1.4em;
	width: 290px;
}

/* buttons */

input[type="submit"], button {
	cursor: pointer;
	padding: 0.2em 0.4em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: -moz-linear-gradient(0% 50% 270deg,#D41C9B, #871260);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D41C9B), to(#871260), color-stop(1,#871260));
	background-color: #D41C9B;
	border:1px solid #871260;
	color:#FFFFFF;
	font-size:1.6em;
}

/* REGULAR */

@font-face {
  font-family: 'Myriad Pro';
/* don't have eot yet 
  src: url('/fonts/MyriadPro-Regular.eot'); */
  src: local('Myriad Pro Regular'), local('Myriad Pro'),
       url('MyriadPro-Regular.otf') format('opentype');
}

/* BOLD */

@font-face {
  font-family: 'Myriad Pro';
  font-weight:bold;
/* don't have eot yet 
  src: url('/fonts/MyriadPro-Bold.eot'); */
  src: local('Myriad Pro Bold'),
       url('MyriadPro-Bold.otf') format('opentype');
}

/* ITALICS */

@font-face {
  font-family: 'Myriad Pro';
  font-style:italic;
/* don't have eot yet 
  src: url('/fonts/MyriadPro-It.eot'); */
  src: local('Myriad Pro Italic'),
       url('MyriadPro-It.otf') format('opentype');
}

/* BOLD ITALICS */

@font-face {
  font-family: 'Myriad Pro';
  font-weight:bold;
  font-style:italic;
/* don't have eot yet 
  src: url('/fonts/MyriadPro-BoldIt.eot'); */
  src: local('Myriad Pro Bold Italic'),
       url('MyriadPro-BoldIt.otf') format('opentype');
}
