/*-----------------------------------------------------------------------------
Earl's Moving Company Stylesheet (screen.css)

version:   	1.0
date:				2008-04-17
author:    	seth messer
email:     	seth.messer@gmail.com
website:   	earlsmovingcompany.com
copyright: 	Earl's Moving Company - 2008  
-----------------------------------------------------------------------------*/


/* Set various defaults
-----------------------------------------------------------------------------*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style:normal;
	}

body { 
	line-height: 1;
	font: 62.5%/1.5  Tahoma, Verdana, sans-serif;
	background: #fff url(../img/bg.png) repeat-x 0 0;
	color: #333;    
	}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins {	text-decoration: none; }

del {	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, code { font-size: 1em; text-align:left;}

acronym, abbr {
	border-bottom: #000 1px dashed;
	cursor: help; 
} 

/*a hrefs*/
a, a:link, a:active, a:visited {
	outline:none;
	color:#369;
	text-decoration:none;
}	

a:hover {
	background:#369;
	color:#eee;
}

a:active {}

a:visited {}
		
strong {font-weight:bold;}

em {font-style:italic;}



/* Setup help styles
-----------------------------------------------------------------------------*/
.clear { clear:both; }

.fright { float: right; }

.fleft { float: left; }



/* Typography
-----------------------------------------------------------------------------*/
h1 { font-size: 2.2em; }

h1 span, .hidetext { text-indent: -9999px; margin-left:-9999px}

h2 { font-size: 2.0em; color:#369; border-bottom:1px solid #369;}

h3 { font-size: 1.8em; color:teal; border-bottom:1px solid teal;}

h4 { font-size: 1.6em; }

h5 { font-size: 1.4em; }

p, li { font-size: 1.2em; margin:0px 5px 10px;	}



/* Forms
-----------------------------------------------------------------------------*/
form { } 

fieldset { border: 1px solid #cccccc; } 

legend { color: #000000; } 

label, .label { }

select { } 

option { } 

textarea { } 

input[type="button"] { } 

input[type="checkbox"] { } 

input[type="file"] { } 

input[type="hidden"] { } 

input[type="image"] { } 

input[type="password"] { } 

input[type="radio"] { } 

input[type="reset"] { } 

input[type="submit"] { } 

input.text,
input[type="text"] {
	padding: 3px;
	border: 1px solid #999999;    
	}

button { }



/* Tables
-----------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
	border:1px solid #333;
	}

th, td {
	text-align: left;
	font-weight: normal;
	border:1px solid #aaa;
	} 



/* Primary Structure
-----------------------------------------------------------------------------*/
#wrapper {
	width:800px;
	text-align:left; 
	background:transparent url(../img/header.png) no-repeat 0 0; 
	}

#header {
	height:280px;
}

#nav ul {
	margin:112px 0 0 0;
	padding:0 5px;
	width:300px;
}

#content {
	padding:0;
	margin:0 0 10px;
	width:600px;
}

#main {
	width:378px;
	padding:0px 10px 10px;
	float:left;
	text-align:center;
	border-right:1px solid #d8d8d8;
}

#sidebar {
	float:right;
	width:178px;
	padding:0px 10px 10px;

}

#footer {
	border-top:1px solid #d8d8d8;
	padding:10px 0;
	margin:0 10px;
	text-align:center;
}


/* Secondary Structure
-----------------------------------------------------------------------------*/
#impMessage {
	margin:25px 5px;
	background:#fff url(../img/bg.png) repeat-x 0 -150px;
	border:1px solid #369;
	padding:10px;
	width:155px;
	font-size:155%;
	color:#369;
	text-align:center;
	font-weight:bold;
}

/* Header
-----------------------------------------------------------------------------*/


/* Navigation
-----------------------------------------------------------------------------*/
#nav ul {
	list-style:none;
}

li.navlink {
	display:inline;
}

li.navlink a span {
}

li.navlink a, li.navlink a:link, li.navlink a:visited, li.navlink a:active, li.navlink a:hover {
	display:block;
	float:left;
	color:#036;
	padding:5px 8px;
	margin:0 5px 0 0;
	font-size:1.3em;
	background:#d8d8d8;
}

li.navlink a:hover, li.navlink a.active, li.navlink a:active {
	background:#262651;
	color:#eee;
}



/* Content
-----------------------------------------------------------------------------*/
#main img, img.frame {
	margin:0 auto 0;
	text-align:center;
}

img.frame {
	background:#ccc;
	padding:1px;
	border:3px solid #eee;
}

#content li {
	background:transparent url(../img/li.png) no-repeat 0 2px;
	padding-left:15px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer p {
	text-align:center;
	color:#aaa;
}