/* Blogging Secrets To Successful blogging
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.jpg) repeat-x top #3a7535;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 20px;
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
h2 {
	padding: 15px 20px;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	color: #222;
	letter-spacing: -1px;
	padding-bottom: 0;
	font-family: Tahoma, Arial, sans-serif;
}
h3 {
	padding: 5px 20px;
	font-size: 17px;
	line-height: 1.5em;
	text-align: center;
	color: #002c55;
	font-family: Tahoma, Arial, sans-serif;
}
strong.red {
	color: #ed1313;
}

/* Structure */
#wrapper {
	width: 669px;
	margin: 0 auto;
	text-align: left;
	padding-top: 2px;
}
#header {
	width: 669px;
	height: 331px;
	background: url(../images/header.jpg) no-repeat;
}
#quote {
	width: 669px;
	height: 52px;
	background: url(../images/quote.jpg) no-repeat;
	display: block;
	text-indent: -999999px;
}
#content {
	background: #fff;
	width: 666px;
	margin-left: 3px;
	padding-top: 20px;
}
	#content h1.first-heading {
		width: 593px;
		height: 46px;
		background: url(../images/first-headline.jpg) no-repeat;
		display: block;
		text-indent: -999999px;
		margin: 0 auto;
	}
	#content h2.watch-video {
		width: 641px;
		height: 37px;
		background: url(../images/watch-video.jpg) no-repeat;
		display: block;
		text-indent: -999999px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#content #video-box {
		width: 668px;
		height: 352px;
		background: url(../images/video-box.jpg) no-repeat;
		display: block;
		margin-left: 9px;
	}
	#content #secrets {
		width: 629px;
		height: 126px;
		background: url(../images/secrets.jpg) no-repeat;
		display: block;
		margin-left: 15px;
		margin-top: 15px;
	}
	#content .yes-report {
		width: 408px;
		height: 35px;
		background: url(../images/yes-report.jpg) no-repeat;
		display: block;
		text-indent: -999999px;
		margin: 10px;
		margin-left: 130px;
	}
	#content form {
		width: 400px;
		margin: 0 auto;
	}
	#content form strong {
		display: block;
		width: 400px;
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		padding-bottom: 5px;
	}
	#content form input[type=text] {
		width: 408px;
		height: 37px;
		background: url(../images/input.jpg) no-repeat;
		display: block;
		padding: 8px;
		padding-left: 62px;
		font-size: 17px;
		color: #0d538b;
		font-weight: bold;
		border: none;
	}
	#content form input[type=image] {
		margin-left: -30px;
	}
#monetizedesign {
	width: 533px;
	height: 147px;
	background: url(../images/monetizedesign.jpg) no-repeat #fff;
	display: block;
	text-indent: -999999px;
	margin: 0 auto;
}
#footer {
	background: url(../images/footer-gradient.gif) repeat-x bottom;
	width: 100%;
	height: 170px;
}
#footer a {
	width: 669px;
	height: 90px;
	background: url(../images/footer.jpg) no-repeat;
	display: block;
	text-indent: -999999px;
	margin: 0 auto;
}
