/* ==============================================================
Filename: default.css
Template: Arnel's Squeeze Page
Author: Chris Schmitz
Contact: chris@beperceived.com
Date Created: May 6th, 2009
Media: Screen
-----------------------------------------------
Notes: The styling information for www.3minuteaffilate.com
============================================================== */

/* ================ 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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, sans-serif;
	vertical-align: baseline;
	padding-bottom: 0px;
	
}

/* =============== Layout =================== */


/* =============== 
 =General Styles= 
=============== */


body {
	background:url("images/background.jpg") repeat-x;
	color:#fff;
	text-align:center;
	line-height:1;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:941px;
}


/* ==============
 =Header Styles=
============== */

#header {
	height:184px;
	margin:10px 0px 0px -1px;
	width:960px;
}

/* ====================
 =Main Content Styles=
==================== */

#content1 {
	background:transparent url("images/content1.png") no-repeat;
	height:472px;
	margin-bottom:-5px;
	width:960px;
}

#content2 {
	background:transparent url("images/content2.png") no-repeat;
	height:249px;
	margin-bottom:10px;
	width:960px;
}

#content3 {
	background:transparent url("images/content3.png") no-repeat;
	height:249px;
	width:960px;
}

#content4 {
	background:transparent url("images/content4.png") no-repeat;
	height:550px;
	width:960px;
}

#contentSEO {
	color:#888;
	padding:0px 0px 30px 45px;
}

#arrow {
	height:189px;
	margin:45px 0px -20px 25px;
	width:279px;
}

/* ==============
 =Column Styles= 
============== */


.leftColumn {
	float:left;
	width:568px;
}

.rightColumn {
	float:right;
	margin:20px 40px 0px 10px;
	text-align:left;
	width:320px;
}

#videos {
	margin:0px 0px 0px 50px;
	width:941px;
}

.videoColumn {
	float:left;
	margin:0px 80px 0px 0px;
	width:231px
}

/* ==============
 =Footer Styles=
============== */

#footer {
	color:#888;
	padding:0px 0px 30px 45px;
}

#footer p {
	float: left;
	padding-top: 16px;
	width: 550px;
}

#footer img {
	float: right;
	height: 43px;
	padding-top: 10px;
	width: 219px;
}

/* =============== Typeography ============== */

p {
	font-size:.9em;
	line-height:1.2;
}

h2 {
	color:#440c4b;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	margin:30px 35px 15px 35px;
}

h3 {
	color:#440c4b;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	margin:15px 15px 7px 15px;
}

#content2 h2 {
	text-align:left;
	padding:10px 0px 0px 13px;
}

#content2 p {
	color:#888;
	font-weight:bold;
	margin:2px 0px 0px 0px
}

#content3 h2 {
	color:#fff;
	margin:18px 0px 18px 45px;
	text-align:left;
}

#content3 .leftcolumn p {
	color:#fff;
	width:490px;
}

#contentSEO p {
	color:#000;
	padding:0px 65px 0px 45px;
}

#contentSEO h2 {
	color:#440c4b;
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
}

.leftColumn p {
	color:#000;
	margin:10px 0px 10px 45px;
	text-align:left;
}

.rightColumn h2{
	color:#000;
	margin:0px 0px 5px 0px;
}

/* =============== Misc ===================== */

/* ==============
 =Form Stylings= 
============== */

.infoSubmit {
	background:#9f6da6;
	color:#fff;
	height:55px;

	-moz-border-radius:5px;
	padding:10px 10px 2px 10px;
	width:320px;
}

#content3 .infoSubmit {
	margin-top:25px;
	height:55px;
}

input[type=text] {
	background-color:#fff;
	color:#000;
	font-size:1em;
	font-weight:bold;
	padding:2px;
	width:255px;
}

input:focus {
	background-color:#E2E2E2;
}

/* ======
 =Clear= 
====== */

.clearForMeNow {
	clear:both;
}

