@charset "UTF-8";

/* Campaign CSS, Used for Landing Pages */

/* Reset */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
img {border:none}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Reset */

body {
	background: #EEE8DE none repeat scroll 0 0;
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #555555;
}
/* Headings */
h1,h3,h4{font-weight:normal;color:#336699;font-family:"Trebuchet MS",serif;font-weight:bold;text-transform:capitalize;}
h2{font-size:24px;line-height:1.6em;margin-bottom:3px;color:#cc6600;font-weight:bold;}
h3{font-size:20px;line-height:1.6em;margin-bottom:5px;font-weight:bold;}
h4{font-size:14px;line-height:1.2em;margin-bottom:5px;color:#4c4c4c;}
h5{font-size:14px;line-height:1.4em;margin-bottom:5px;color:#5c5c5c;font-weight:bold;}
h6{font-size:13px;line-height:1.4em;margin-bottom:5px;color:#5c5c5c;font-weight:bold;}
h2 a,h3 a,h4 a,h5 a{text-decoration:none;}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{margin:0;}
/* Content Styles */
p{font-size:12px;line-height:1.6em;margin-bottom:18px;}
p.intro{font-size:1.2em;line-height:1.7em;margin-bottom:26px;color:#5f5f5f;}
p.notes{font-size:10px;line-height:1.8em;margin-bottom:24px;}
img.left{float:left;margin:0.2em 0.8em 0.3em 0;padding:0;}
img.right{float:right;margin:0.2em 0 0.3em 0.8em;padding:0;}
a:hover{color:#cc6600;text-decoration:underline;}
a{text-decoration:none;color:#336699;}
a.arrow{background:url(http://webimages.mailchimp.com/img/link_arrow.gif) bottom right no-repeat;padding-right:9px;}
a:hover.arrow,a:focus.arrow{background:url(http://webimages.mailchimp.com/img/link_arrow_hover.gif) bottom right no-repeat;}
a.arrow_small{background:url(http://webimages.mailchimp.com/img/link_arrow_small.gif) bottom right no-repeat;padding-right:9px;}
a:hover.arrow_small,a:focus.arrow_small{background:url(http://webimages.mailchimp.com/img/link_arrow_small_hover.gif) bottom right no-repeat;}
dl{margin-bottom:26px;line-height:1.6em;}
dd{margin-bottom:6px;}
ul,ol{margin-bottom:23px;}
ul, menu, dir {-moz-padding-start:0px;-webkit-padding-start:0;}
li{margin-left:20px;list-style:disc;line-height:1.7em;}
blockquote{font-family:georgia;font-style:italic;line-height:1.7em;}
acronym{border-bottom:1px dotted #ccc;}

/* Layout Elements */
#page {
	width: 960px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-color: #FFF;
	border: solid 1px #d6d1ca;
	margin: 24px auto;
	padding: 0 0 20px;
}
#header_link{
        position: relative;
}
#header_link:hover {
        text-decoration: none;
}
#header_link img{
       border: none;
}
#header_link span{
        position: absolute;
        left: 390px;
        font-size: 36px;
        color: rgb(255, 255, 255);
        z-index: 999;
        top: -110px;
        font-weight: bold;
        text-shadow:0px 1px 1px #505050;
}
#header_link span a{
        border: none;
}
#theme {
	padding:0 20px;
	margin: 5px 0 24px 0;
}
#theme h1 {
        font-size:30px;
	margin-bottom: 6px;
}
#media { 
	width: 450px;
	margin-bottom: 25px;
}
#media.Video {
       border: solid 1px #999;
       margin: 0 auto 25px auto;
}
#about_campaign {
	float: left;
	width: 500px;
	margin-top: 24px;
}
.signup{
}
#signup_button{
        background: url(http://www.mailchimp.com/img/verticals/default/large_signup_button.png) no-repeat scroll 0 0;
        color:#FFFFFF;
        display:block;
        font-size:28px;
        height:57px;
        margin:0 auto;
        padding:32px 0 0 100px;
        text-shadow:1px 1px 1px #444444;
        width:275px;
}
#signup_button:hover{
        background-position: bottom left;
        text-decoration:none;
}
#features {
	margin-top: 24px;
	float: right;
	width: 380px;
}
#features h2 {
	color:#336699;
	font-family:"Trebuchet MS",sans-serif;
	font-size:18px;
	margin:0;
        line-height: 32px;
}
#features h2 span {
    
}
.feature_one, .feature_two, .feature_three, .feature_four, .feature_five, .feature_six {
	margin-bottom: 12px;
}
.feature_one img, .feature_two img, .feature_three img, .feature_four img, .feature_five img, .feature_six img {
	float: left;
	width: 32px;
	height: 32px;
        margin: 0 10px 0 0;
}
#signup_support {
	border-top:1px solid #e0e5ea;
	clear:both;
	min-height:200px;
	padding:30px 0 0 20px;
	width:100%;
}
#signup_support h2 {
	color:#336699;
	font-size:18px;
	margin-bottom:6px;
}
#pricing, #customers {
	float:left;
	margin-right:12px;
	width:260px;
}
#customers {
	border-left: solid 1px #e0e5ea;
	padding-left: 24px;
}
#about_mailchimp, #resources {
	float:left;
        margin-right:24px;
        width:47%;
}

/* Testimonial */
#testimonial {
	width:349px;
	background:url(http://webimages.mailchimp.com/img/home/green_testimonial_tile.gif) 0 0 repeat-y;
	float: left;
}
#testimonial blockquote{
	width:348px;
	background:url(http://webimages.mailchimp.com/img/home/green_testimonial_top.gif) 0 0 no-repeat;
	margin:0;
	overflow:hidden;
}
#testimonial blockquote p{
	background:url(http://webimages.mailchimp.com/img/home/green_testimonial_bottom.gif) 0 100% no-repeat;
	padding:15px 20px 40px 20px;
	color:#859569;
	line-height:1.8em;
}
#testimonial blockquote p strong {
	font-family:'Trebuchet MS',sans-serif;
	display:block;
	font-size:16px;
	color:#147a02;
	padding:0 0 5px 0;
}
#testimonial blockquote cite {
	display:block;
	background:#fff;
	margin-top:-18px;
	font-family:"Lucida Grande";
	font-style:normal;
}
#testimonial blockquote cite a {
	font-weight:bold;
	font-style:italic;
}
/* Companies */
img.customer_logo {
	border:1px solid #E6E6E6;
	margin:0;
	padding:0;
}
/* About/Resources */
#footer {
	background:#F4F9FE none no-repeat scroll 0 0;
	border:1px solid #DEEAF6;
	clear:both;
	height:150px;
	width:880px;
	margin:24px 0 0 20px;
	padding:20px;
}
/* General */
.clear{clear:both;}