/*
-----------------------------------------------
whattheprosknow.com/sellingiseasy
Stylesheet: Style.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 20 Mar 2007
----------------------------------------------- */

body {
	font: 87.5%/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
	background: #7299c6;
}

#container {
	font-size: 1.2em;
	text-align: left;
	background: #FFF;
	margin: 0 auto;
	width: 760px;
	position: relative;
}

#audio {
	position: absolute;
	top: 10px;
	right: 10px;
}

div#audio p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#audio a { color: #7299c6; }

#logo {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#tagline {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	font-style: italic;
}

#content {
	padding: 0 100px 35px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#toc h3 {
	padding-bottom: 3px;
}

#toc {
	border: 1px solid #000;
	margin: 0 auto;
	padding: 15px;
	width: 375px;
}

#toc ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.number {
	float: left;
	width: 2.5em;
	text-decoration: none;
}

#toc a {
	color: #000080;
}

.dropcap {
	float: left;
	font-size: 2.6em;
	line-height: 1;
	padding-right: 2px;
}

p.highlight {
	border: 1px solid #000;
	margin: 0 auto;
	width: 250px;
}

p.highlight a {
	text-decoration: none;
	text-align: center;
	color: #000;
	padding: 10px;
	display: block;
}

.highlight1 {
	color: #000080;
}

.highlight2 {
	text-decoration: underline;
}

.highlight3 {
	background-color: #FFFF00;
}

.highlight4 { color: red; }

#welcome {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #000080;
	margin: 0;
	padding: 5px 0;
}

/*
Typography */

h1 {
	color: #000080;
	font-style: italic;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 30px;
}

h2 { font-size: 18px; }

.topics {
	text-align: center;
}

.topics h3 {
	color: #000080;
	font-family: 'Comic Sans MS', sans-serif;
	text-decoration: underline;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.topics ul {
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	font-weight: bold;
}

.topics li { font-size: 13px; }

/*
Images */

.image_left {
	float: left;
	margin: 0;
	padding: 0 12px 5px 0;
}

/*
Tables */

table.quicktips td {
	vertical-align: top;
	padding: 2px 5px 10px;
}


/*
Registration Form */

.registration_form a {
	text-decoration: none;
	color: #000;
}

.registration_form {
	border: 1px solid black;
	margin: 0 auto;
	width: 350px;
}

.registration_form h3 {
	font-style: italic;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding: 10px;
	margin: 0;
}

.registration_form form {
	display: block;
	margin: 0;
	padding: 0 15px 15px;
}

.registration_form table {
	margin: 0; padding: 0;
}

.registration_form input {
	width: 200px;
}

.registration_form td { margin: 0; padding: 3px; text-align: center; }

.registration_form input.submit {
	margin: 0;
	padding: 0;
	width: auto;
	}