/* 
    Document   : landing.css
    Created on : 2012-sep-21, 21:22:57
    Author     : Tolga
    Description:
        Purpose of the stylesheet follows.
*/


* {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

body {
	font-family: "proxima-nova", Sans-Serif;
    color: #f4f4f4;
}

a {
    color: #FFF;
}

.landing-page {
    background-color: #191919;
}

.content, .header {
    width: 992px;
    margin: 0px auto;
}

.left {
	display:block;
	float:left;
}

.right {
	display:block;
	float:right;
}

.clearing {
	height: 1px;
	clear: both;
	margin:0px;
	display:block;
}

.invisible {
	display:none !important;
}

.header {
    margin-bottom: 10px;
}

.title {
    margin-bottom: 25px;
}

.title img {
    display: block;
    margin: 0px auto;   
}

.content .message p {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
    text-align: center;
    
}

.content .message {
    margin-bottom: 30px;
}

.content .message p a {
    color: #fcf6f2;
    text-decoration: none;
    border-bottom: dashed 1px #CCC;
}

.content .message p a:hover {
    border-bottom: solid 1px #CCC;
}

.email-form {
    width: 458px;
    height: 278px;
    background-image: url("http://cdn1.insidermonkey.com/img/landing/email_form_bg.png");
    padding-top: 20px;
    padding-left: 28px;
    margin: 0px auto;
}

.email-form .form-title   {
    font-size: 24px;
    margin-bottom: 20px;
}

.input-row {
	margin-bottom: 10px;
}

.input-row p {
	color: #FFFFFF;
	margin-bottom: 10px;
    font-size: 18px;
    font-weight:bold;
    padding-top: 5px;
    width: 135px;
}


.input-row input[type=text], .input-row input[type=password]  {
	font-size: 1em;
	background-color: #FCF6F2;
	margin-right: 15px;
	height: 22px;
	padding:2px;
    width: 253px;
}

#fsgn-submit {
    width: 264px;
    height: 45px;
    border: none;
    margin-left: 135px;
}

.footer {
    margin-top: 40px;
}

.footer p {
    text-align: center;
    font-size: 12px;
    color: #cecece;
}

