/*
This stylesheet created by Solid Ether: http://www.solidether.net
for
Jim Sarris - Memory Skills Made Easy: http://www.memoryskillsmadeeasy.com 
*/

/* Main Structure */

body {
	margin: 20px 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	background: #fff url(images/background.jpg) 0 0 repeat;
}

#page {
	width: 746px;
	margin: 0 auto;
	background-color: white;
	text-align: left;
}

#header {
	text-align: center;
	height: 143px;
	background: #fff url(images/header.jpg) 0 0 no-repeat;
	position: relative;
	}

#header a {
	position: absolute;
	top: 0;
	display: block;
	height: 143px;
	width: 746px;
}

h1 { text-indent: -99999px;}
.description { text-indent: -99999px; }

#main {
	margin: 3em auto 0 auto;
	width: 660px;
}

#content
{
	/*padding: 0 20px;*/
}

#opt-in label, #opt-in input{
	margin: 0;
	padding: 0;
}

#footer
{
	text-align: center;
	width: 746px;
	height: 32px;
	background: #fff url(images/footer.jpg) 0 0 no-repeat;
}

/* Pullouts */

.big-box
{
	text-align: center;
	width: 426px;
	margin: 2em auto;
	padding: .5em 10px;
	border: 1px solid #c00;
	background: #FFCBA8;
	color: #1A2DFF;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 400px;
}

.box
{
	border: 1px solid #000;
}

.pullout
{
	margin: auto;
	margin-bottom: 15px;
	padding: 15px;
}

.salmon
{
	width: 418px;
	border: 1px solid #c00;
	background: #FFCBA8;
}

#dvd-arrive
{
	width: 438px;
}

.yellow
{
	width: 518px;
	border: 1px solid #c00;
	background: #ffc;
}

.blue
{
	width: 518px;
	border: 1px solid #152655;
	background: #EAF2FD;

}

.blue-dashed
{
	width: 512px;
	border: 4px dashed #f00;
	background: #EAF2FD;
}

.green
{
	width: 518px;
	border: 1px solid #064B06;
	background: #E1FEC7;
}

.green-dashed
{
	width: 510px;
	border: 5px dashed #0A870A;
	background: #E1FEC7;
}

#d-t
{
	color: #25459A;
	margin: 1em auto 3em auto;
}

/* Typography */

body
{
	font-family: verdana, arial, Tahoma, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1, h2, h3, h4, h5, h6
{
	margin: 1em;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: center;
}

h1
{
	margin: 0;
	margin-left: -9999px;
}

h2
{
	margin: 0 0 .5em 0;
	font-size: 3.3em;
	color: #c00;
}

h3
{
	margin:  0 0 .75em 0;
	font-size: 2.5em;
}

h4
{
	margin: 0 0 1em 0;
	font-size: 1.8em;
}

h5
{
	margin: 0 0 1em 0;
	font-size: 1.5em;
}



.pullout h3
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

p
{
	margin: 0 0 1em 0;
	font-size: 1.3em;
}

#links p
{
	margin: 0;
	padding: 0;
}

.pullout p
{
	margin-bottom: 1em;
}

a
{
	
}

small
{
	line-height: 1.25em;
}
#header a
{
	display: block;
	width: 700px;
	height: 120px;
}

#opt-in
{
	color: #034775;
}

form, ol, ul
{
	font-size: 1.4em;
}

ul.checks, ul.arrows, ul.stars
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.checks li
{
	margin-left: 2em;
	margin-bottom: .75em;
	background: #fff url(images/bullet_check.gif) 0 0 no-repeat;
	padding: 6px 0 6px 45px;
}

ul.arrows li
{
	margin-left: 2em;
	margin-bottom: .75em;
	background: #fff url(images/bullet_red_arrow.gif) 0 0 no-repeat;
	padding: 0px 0 4px 45px;	
}

ul.stars li
{
	margin-left: 2em;
	margin-bottom: .75em;
	background: #fff url(images/bullet_star.gif) 0 0 no-repeat;
	padding: 2px 0 6px 45px;	
}

#downlinks h5
{
	text-align: left;
	font-size: 1.3em;
}

#downlinks p
{
	font-size: 1em;
}

/* Text Effects */

.highlight
{
	background: #ff0;
}

.red-text
{
	color: #c00;
}

.blue-text
{
	color: #25459A;
}

.green-text
{
	color: #007E00;
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.underline
{
	text-decoration: underline;
}

.strike
{
	text-decoration: line-through;
}

.first-letter-large
{
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 80%;
}

hr
{
	background-color: #0587FF;
}

/* Survey Form */

#opt-form
{
	/*text-align: center;*/
}

#opt-form input
{
	/*margin-bottom: 10px;*/
	width: 110px;
}

input#submit
{
	width: 90px;
}

#mail-ok
{
	border: 1px solid #007E00;
	padding-top: 1.3em;
	margin-bottom: 2em;
	font-weight: bold;
	text-align: center;
}

/* Misc. Positioning */
.float-left
{
	float: left;
}
img.float-left
{
	margin-right: 1em;
}

.float-right
{
	float: right;
}

img.float-right
{
	margin-left: 1em;
}

.clear
{
	clear: both;
}
.inline
{
	display: inline;
}

.block
{
	display: block;
}

#dvd
{
	margin-left: 195px;
}

.order-button
{
	display: block;
	margin: 2em auto;
	border: none;
}

/* Miscellaneous IDs */

/* This is set on floated div that holds the text-centered h2 used on squeeze page */
#title-holder
{
	width: 500px;
}

#m-d
{
	margin-top: 30px;
}

div.player
{
	margin: auto;
	width: 320px;
	margin-bottom: 2em;
}

blockquote
{
	margin-top: .5em;
	font-style: normal;
	color: #000;
}

blockquote p
{
	line-height: 1.25em;
	margin: 0;
}

.sig
{
	margin-top: .25em;
	text-align: right;
	line-height: 1em;
	font-style: normal;
}

.sig-lt { text-align: left; }

