/*
 * Created by: Kevin Miller http://www.einsteinindustries.com
 */

/*--------------------------------------------------------------------------------
  Theme CSS
--------------------------------------------------------------------------------*/

body {
	min-width: 730px;
    text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Sans', Helvetica, sans-serif;
}

#wrapper { 
	width: 730px;
}

#header {
	height: 63px;
	padding: 55px 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: 16px;
		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;
}

#main-navigation {
	padding: 10px 15px 10px 15px;
	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 {
	text-align: center;
}

	#masthead.static p {
		font-size:2.58em;
		line-height:1.1em;
	}

	#masthead p,
	#masthead ins {
		padding:50px;
	}

	#masthead ins {
		display:block;
		padding-top:0;
	}
	
#left {
	display: none;
}

#right {
	width: 245px;
	padding: 35px 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;
	}

#center {
	margin: 0 245px 0 0;
	padding: 25px 30px 0 30px;
}

	#center p { 
		margin: 0 0 18px 0; 
	}
	
	#center h1 {
		font-size: 24px;
		line-height: 36px;
		font-weight: normal;
		margin: 0 0 18px 0; 
	}
		
	#center h2 {
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		margin: 0 0 18px 0; 
	}
	
	#center h3 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 9px 0;
		font-weight: normal;
	}
	
	#center ul, #center ol {
	  	margin: 0 0 18px 32px; 
	} 

	#center ul li {
		list-style-type: circle;
	} 
	
	#center ol li {
		list-style-type: decimal;
	} 

#footer {
	text-align: center;
	padding: 60px 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;
}

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: 0px 4px 4px 4px;
	height: 20px;
}

form label {
	display:block;
}
/*
 * 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 */
