/*CSS Document */
/*------------------------------------------
Author:		Kevin deLeon
Website:	http://mydesigncouldbeatupyourdesign.com
version:	2.0.1
Description:	Style sheet for amandadeleon.com landing page
--------------------------------------------*/

/* Reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { text-decoration:none }

/* restoring some defaults: based on Elliot Jay Stocks */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }
div, ul, li, form { position:relative }

a {color: #990000; text-decoration: underline;}
a:hover {color: #fff; text-decoration: none;}

/* Structure */

body {
	background-color: #000;
}

#container {
	width: 1020px;
	margin: 0 auto;
}

#topContent {
	width: 620px;
	min-width: 620px;
	min-height: 2305px;
	height: 2305px;
	margin: 0 auto;
	background: #000 url(/assets/images/top.jpg) no-repeat center top;
}

#footer {
	margin: 0 auto;
	width: 1020px;
	min-width: 1020px;
	height: 682px;
	min-height: 682px;
	background: #000 url(/assets/images/footer_bg.jpg) no-repeat center top;
}

/* Typography */

.nlSubmit {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	color: #fff;
	font-size: 31px;
}

.nlTextInput {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	color: #666;
	font-size: 36px;
}

#newsletterBlurb p {
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 18px;
	color: #fff;
}


/* Footer Styles */
#formContainer {
	position: absolute;
	top: 515px;
	left: 425px;
}
.nlTextInput{
	padding: 5px 0 0 10px;
	width: 396px;
	height: 51px;
	border: 2px solid #333;
	vertical-align: top;
}
.nlSubmit {
	margin: 0 0 0 5px;
	width: 136px;
	height: 60px;
	border: 2px solid #ccc;
	background: #333;
	vertical-align: top;
}
#newsletterBlurb {
	padding: 0;
	position: absolute;
	top: 588px;
	left: 425px;
	width: 550px;
}

.social {margin: 10px 0 0 0;}
