/*
 * Created by: Kevin Miller http://www.einsteinindustries.com
 */

/*--------------------------------------------------------------------------------
  Theme CSS
--------------------------------------------------------------------------------*/

body {
	min-width: 100%;
    text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Sans', Helvetica, sans-serif;
}

#wrapper { 
	width: 100%;
}

#main, #header, #masthead {
	float: none;
	margin: 0 auto 0 auto;
	width: 844px;
}

#header {
	height: 56px;
	padding: 20px 0 0 0;
}

	#header h1 { 
		font-size: 26px;
		line-height: 23px;
		margin: 0 0 0 30px;
	}

	#header h1 a {
		text-decoration: none;
	}

	#header h2 {
		font-size: 20px;
		line-height: 22px;
		font-weight: normal;
		margin: 0 0 0 30px;
	}

	#header p {
		font-size: 20px;
		line-height: 23px;
		float: right;
		text-align: right;
		padding: 10px 30px 0 0;
	}
	

#navigation-container-upper {
	display: none;
}

#navigation-container-lower {
	width: 100%;
}

#main-navigation {
	padding: 10px 0 10px 0;
	text-align: center;
	margin: 0 auto 0 auto;
}	

	#main-navigation li {
		display: inline;
		padding: 5px 7px 3px 7px;
	}

	#main-navigation li.first {
		border-left: none;
	}

	#main-navigation li a {
		text-decoration: none;
		font-size: 14px;
		line-height: 22px;
	}
	
				
#masthead {
	display: block;
	height:324px;
	text-align: center;
}

	#masthead.static {
		background:url(../images/theme/masthead-static.jpg);
	}

	#masthead.static p {
		font-size:2.58em;
		line-height:1.1em;
		padding:100px 20px 0 375px;
	}

	#masthead p,
	#masthead ins {
		padding:50px 20px 0 20px;
	}
	
#left {
	display: none;
}

#right {
	width: 275px;
	padding: 170px 0 0 20px;
}

	#right h2 {
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		margin: 0 0 18px 0; 
	}
	
	#right h3 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 9px 0;
		font-weight: normal;
	}
	
	#right .input {
		width: 200px;
	}

	#right .button {
		height: auto;
		padding: .25em;
		width: auto;
	}

#center {
	margin: 0 310px 0 0;
	padding: 25px 30px 0 40px;
}

	#center h1 {
		font-size: 24px;
		line-height: 36px;
		font-weight: normal;
	}
		
	#center h2 {
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
	}
	
	#center h3 {
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
	}
	
	#center h1,
	#center h2,
	#center h3,
	#center h4,
	#center h5,
	#center h6,
	#center strong {
		font-weight:bold;
	}

	#center abbr,
	#center acronym {
		border-bottom:1px dotted #000;
		cursor:help;
	}

	#center blockquote,
	#center ul,
	#center ol,
	#center dl {
		margin:1em;
	}

	#center ol,
	#center ul,
	#center dl {
		margin-left:2em;
	}

	#center ol li {
		list-style: decimal outside;
	}

	#center ul li {
		list-style: square outside;
	}

	#center dl dt {
		font-weight:bold;
	}

	#center dl dd {
		margin-left:1em;
	}

	#center th,
	#center td {
		border:1px solid #000;
		padding:.5em;
	}

	#center th {
		font-weight:bold;
		text-align:center;
	}

	#center caption {
		margin-bottom:.5em;
		text-align:center;
	}

	#center h1,
	#center h2,
	#center h3,
	#center h4,
	#center h5,
	#center h6,
	#center p,
	#center fieldset,
	#center table {
		margin-bottom:1em;
	}
	
#footer {
	text-align: center;
	padding: 275px 0 10px 0;			
}

	#footer-navigation li { 
		padding: 0 7px 0 7px; 
		display: inline;
	}

	#footer-navigation li.first {
		border-left: none;
	}

	#footer p.copyright {
		margin: 0 auto 0 auto;
		padding: 10px 0 30px 0;
		text-align: center;
	}
	
	
/*
 * Inputs
*/

form {
	margin: 18px 0 20px 0;
	clear: both;
	width:100px;
}

input, textarea, select { 
	height: 18px;
	padding: 4px 4px 0 4px;
	margin: 0 0 6px 0;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Sans', Helvetica, sans-serif;
}

select { 
	width: 200px;
	padding: 0 0 0 0;
} 

textarea { 
	height: 90px; 
	overflow: auto; 
}

.button {
	padding: 4px 4px 4px 4px;
	height: 20px;
}

/*
 * General Typography
 */
	
h1, h2, h3, h4, h5, h6, h7, #main-navigation, #header p { 
	font-family: Georgia, Times, serif;
	font-weight: normal;
}
	
a, a:link, a:visited { 
	text-decoration: none;
	outline: none; 
}

a:hover, a:active, a:focus { 
	text-decoration: underline; 
	outline: none; 
}

/*
 * Tools
 */

.clearfloats:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfloats {
	height: 1%;
}
/* End hide from IE-mac */
