/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Clearfix
-------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* =Global
-------------------------------------------------------------- */

body {
    font-family: 'Myriad Pro', 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    background: #333 url('../images/padded.png') repeat top center;
}

h1 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

h2 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 25px;
}

h3 {
	font-family: 'Vollkorn', serif;
	font-size: 20px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}

a {
	color: #2ecf2e;
}

a:hover {
	color: #000;
}

/* =Main
-------------------------------------------------------------- */

#wrapper {
    width: 360px;
    height: 450px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    z-index: 20;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#header {
    width: 360px;
    height: 140px;
    margin: 0 auto;
    background: transparent url('../images/logo.png') no-repeat top center;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}

#header:hover {
    cursor: move;
}

#container {
    width: 360px;
    height: 240px;
    padding: 20px 0 50px 0px;
    text-align: center;
    background: -webkit-linear-gradient(top, #fff, #ddd);
    background: -moz-linear-gradient(top, #fff, #ddd);
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}

#container ul {
    padding: 20px;
}

#container li {
    font-weight: normal;
    margin-bottom: 4px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}

/* =Flip
-------------------------------------------------------------- */

#flip {
	width: 100%;
	position: absolute;
	z-index: 10;
    border-top: 1px solid #DDD;
    -webkit-perspective: 600;
    -moz-perspective: 600px;
}

#flip p{
	display: none;
	color: #666;
	background: #eee;
	border-top: 1px solid #fff;
	margin-top: -59px;
	padding: 32px 0px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-transform-origin: top;
	-webkit-transition: all .2s ease-in-out;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-font-smoothing: antialiased;
	-moz-transform-origin: top;
	-moz-transition: all .2s ease-in-out;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

/* =Subscribe form
-------------------------------------------------------------- */

#subscribe form{
	position: relative;
	margin: 0;
}

form{
	margin-top: 18px;
}

form input[type=text]{
	width: 90%;
	height: 41px;
	border:1px solid #ccc;
	outline: 0;
	font: 16px/18px Georgia, Serif;
	padding: 10px 100px 10px 40px;
	background: #fff url('../images/icon-mail.png') no-repeat 13px 13px;
	box-shadow: 0px 1px 0px #fff;
	-webkit-border-radius: 4px;
	-webkit-box-sizing:border-box;
	-moz-border-radius: 4px;
	-moz-box-sizing:border-box;
}

#submit-link,form input[type=submit]{
	height: 25px;
	padding: 12px 14px 0px 14px;
	position: absolute;
	background-color: #2ecf2e;
	border: 0;
	color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	right: 20px;
	top: 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

#submit-link{
	display: none;
}

#submit-link:hover,form input[type=submit]:hover{
	background-color: #000;
	cursor: pointer;
}

/* Flip active
-------------------------------------------------------------- */

#flip.active:hover {
    box-shadow: inset 0 40px 6px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,.05); 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

#flip.active p {
	display: block;
}

#flip.active:hover p {
	color: #ccc;
	background: #ccc;
	text-shadow: none;
    -webkit-transform: rotateX(108deg);
    -moz-transform: rotateX(108deg);
}​






