/* ----------------------------------------------------
Screen Stylesheet for http://www.littleaboutalot.com

Updated: 03/29/08
author: Eric Watson
website: http://www.discountsitedesign.com
------------------------------------------------------- 
: Site Colors : 
Tan ..... #EEEEDF;
White ... #FEFEF8; 
Black ... #333333;

: Table Of Contents :
Resets
Defaults
Typography
Forms
Layout
Links
Menus
Global Classes
Content
---------------------------------------------------- */

/* -------------------- Resets --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0; 
}
fieldset, table {
	border: none;
}
a {
	outline: 0;
	}
/* --------------- Document Defaults -------------- */
html {
	font-size: 100.01%;
	height: 100%;
}
body {
	margin: 0 auto;
	height: 100%;
	font: 62.5%/1 "Times New Roman", Times, serif;
	background-color: #FEFEF8;
	color: #333;
}
/* ------------------ Typography ------------------- */
h1 {
	font-size: 1.2em;
	text-align: center;
	padding: 23px 0 33px;
	letter-spacing: 1.5px;
	font-weight: normal;
}
		.small { 
		font-size: 1.2em; 
		}
		.medium { 
		font-size: 2em;
		}
		.large { 
		font-size: 2.8em;
		}
h2 {
	font-size: 1.6em;
	text-align: center;
	margin: 0 0 1em;
}
h3, h4 {
	font-size: 1.2em;
	margin: 0;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em;
	}
p { 
	font-size: 1.2em;
	margin: 0 0 1em;
}
#content ul {
	margin: 0 0 1em 40px;
	font-size: 1.2em;
}
/* -------------------- Forms ---------------------- */ 
label {
	cursor: pointer;
}
input, textarea {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
label, input {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 1em;
}
textarea {
	display: block;
	width: 300px;
	height: 140px;
	float: left;
	margin-bottom: 1em;
}	
label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}
input.submit {
   width: 5em; 
   float: none;
   margin-left: 171px;
}
br {
	clear: left;
}
form input, form submit, form textarea {
	background: #EEEEDF;
}  
input:hover, submit:hover, textarea:hover {
	background: #FEFEF8;
}  
input:focus, submit:focus, textarea:focus {
	background: #FEFEF8;
	outline: 0; /* for Safari's blue border */
}  	
/* -------------------- Layout --------------------- */
* html #wrapper {
	height: 100%;
}
#wrapper {
	position: relative;
	margin: 15px auto 0;
	width: 800px;
	min-height: 100%;
	border: #666 solid 1px;
	background-color: #FEFEF8;
}
#header {
	margin: 6px 6px 0;
	background-color: #EEEEDF;
}
#nav {
	position: absolute;
    top: 115px;
    left: 35px;
    width: 80px;
}
#content {
	margin: 50px 150px 12em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
#footer {
	position: absolute;
	bottom: 6px;
	left: 6px;
	height: 6em;
	width: 788px;
	background-color: #EEEEDF;
	text-align: center;
	overflow: auto;
}
/* ------------------- Links ---------------------- */
#content a {
	color: #333;
	text-decoration: underline;
}
#content a:visited {
	color: #333;
}
#content a:active, #content a:focus, #content a:hover {
	text-decoration: none;
	background: #EEEEDF;
	padding: 0 0 2px;
}
/* --------------------- Menus ---------------------- */
/* Main Menu */
#nav ul {
	position:fixed;
	width: 80px;
	list-style: none;
	text-align: center;
    border-top: #EEEEDF solid 3px;
    border-bottom: #EEEEDF solid 3px;
	margin: 7.6em 0 0;
}
#nav li {
	font-size: 1.4em;
	margin: 8px 0;
}
#nav li a, #nav li a:visited {
	text-decoration: none;
	color: #333;
}
#nav li a:active, #nav li a:focus, #nav li a:hover {
	text-decoration: underline;
}
/* ContentNav Menu */
#contentnav ul {
	list-style: none;
	margin: 60px 0 12em;
	text-align: center;
}
#contentnav li {
	font-size: 1.4em;
}
#contentnav li a {
	position: relative;
	line-height:1.4em;
	height:1.4em;
	color: #333;
	text-decoration: none;
	padding: 0 0 1px;
	margin: 0 6px;
	display: block;
	letter-spacing: 1px;
}
#contentnav li a:visited {
	color: #333;
}
#contentnav li a:active, #contentnav li a:focus, #contentnav li a:hover {
	background-color: #EEEEDF;
	font-weight:bold;
}
/* Footer Menu */
#footer ul {
	padding: 1.3em 0 .5em;
	list-style: none;
}
#footer li {
	display: inline;
	word-spacing: 5px;
	font-size: 1.4em;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:active, #footer a:focus, #footer a:hover {
	text-decoration: underline;  
}
/* --------------- Global Classes --------------- */
.center {
	text-align: center;
}
.nomargin { 
	margin: 0;
}
.margin {
	margin: 1em 0;
}
.largerfont {
	font-size: 1.4em;
	} 
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: normal;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden {
	display: none;
	visibility: hidden;
}
.inline {
	display: inline;
}
.textalignleft {
	text-align: left;
}
/* ----------------- Content/Pages ----------------- */	
/* ----- Comments pages ---- */
#cboxdiv {
	margin: 45px 0 0;
	text-align: center;
	padding: 0 0 5px;
}
#cboxmain {
	width: 495px;
	height: 213px;
	border: #666 1px solid;
}
#cboxform {
	width: 495px;
	height: 107px;
	border: #666 1px solid;
	border-top: 0;
}
/* ------ Contact Page ----- */
#contact #content {
	margin: 91px 0 9em 80px;
	font-size: 1.2em;
} 
/* ------- Thank You ------- */
#thankyou #content p {
	margin: 150px 0 0;
	font-size: 2.4em;
}
/* -- Website Design Page -- */
#webdesign #right {
	float: right;
}
#webdesign #content ul {
	margin: 0 0 1.2em 20px;
	list-style: none;
}
#webdesign #content ul ul {
	font-size: 100%;
	font-weight: normal;
}
#webdesign input, #webdesign label {
	float:none;
	clear: none;
	display: inline;
	width: 13px;
	margin: 0 9px 0 0;
	font-weight: normal;
	background: #FEFEF8;
}
#webdesign form {
	margin: 0 0 15px;
	font-size: 1.2em;
}
#webdesign #content li a, #webdesign #content h2 a {
	text-decoration: none;
}