/*
 * Created by: Kevin Miller http://www.einsteinindustries.com
 */

/*--------------------------------------------------------------------------------
  Theme CSS
--------------------------------------------------------------------------------*/

body {
	min-width: 905px;
    text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Sans', Helvetica, sans-serif;
}

#wrapper { 
	width: 905px;
}

#header {
	height: 30px;
	padding:25px 0 25px 0;
	_padding:25px 0 13px 0; /* ie hack to fix padding rendering bug */
}



	#header h1 { 
		font-size: 28px;
		line-height: 100%;
		margin: 0 0 0 60px;
	}

	#header h1 a {
		text-decoration: none;
	}

	#header h2 {
		font-size: 16px;
		line-height: 100%;
		font-weight: normal;
		margin: 0 0 0 60px;
	}

	#header p {
		font-size: 28px;
		line-height: 30px;
		float: right;
		text-align: right;
		padding: 0px 60px 0 0;
		margin-top:5px;
	}
	

#navigation-container-upper {
	display: none;
}

#main-navigation {
	padding: 10px 50px 5px 50px;
	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: left;
	padding: 0 0 0 50px; /* Flash positioning */
}



	#masthead.static {
		height:225px;
		background: url(../images/theme/01.jpg) no-repeat top left;
	}
	
	#masthead.static p {
		font-size:2.58em;
		line-height:1.1em;
	}

	#masthead p,
	#masthead ins {
		padding:30px 50px 0 50px;
	}
	
	#masthead.static p {
		padding-top:90px;
	}
	
#left {
	display: none;
}

#right {
	width: 285px;
	padding: 25px 0px 10px 30px;
}

	#right h2 {
		font-size: 18px;
		line-height: 18px;
		font-weight: normal;
		margin: 0 0 30px 0;
	}
	
	#right h3 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 9px 0;
		font-weight: normal;
	}
	
	#right .input {
		width: 196px;
		margin-right:90px;
	}

	#right ul#subnav
	{
		padding:50px 0 20px 0;
	}
	

	#right ul#subnav li.child {
		padding-left: 20px;
	}

	#right ul#subnav li.current {
		font-weight: bold;
		padding-left:10px;
	}


#center {
	margin: 0 285px 0 0;
	padding: 20px 40px 50px 70px;
}

	#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: 20px 0 25px 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 10px 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: 4px;
	height: 28px;
}

/*
 * 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 */
