/*
 * Created by: Kevin Miller http://www.einsteinindustries.com
 */

/*--------------------------------------------------------------------------------
  Color CSS

	Body Default:						#0F3A0F
	h1/h2/h3:							#0F3A0F
	Form Elements:						#704045
	Form Element Border:				#D2CCB0
	Links:								#0F3A0F
	Links Active:						#0F3A0F
	Background:							#5E653A
	Page:								#5E653A
	Header h1/p:						#0F3A0F
	Header h2:							#0F3A0F
	Main Navigation Link: 				#0F3A0F
	Main Navigation Link Active: 		#0F3A0F
	Footer Text & Links:				#FDF5E2

--------------------------------------------------------------------------------*/

html {
	background: url(../images/blue/bg-bottom-repeat.jpg) repeat-x bottom center #05314D;
}

body {
    background: url(../images/blue/bg.jpg) repeat-x top center transparent;
	color: #FDF5E2;
}

#main { 
	background: url(../images/blue/wrapper.jpg) repeat-y top center transparent;
}

#header {
    background: url(../images/blue/top.jpg) no-repeat top center transparent;
}

	#header h1 { 
		color: #05314D;
	}

	#header h1 a {
		color: #05314D;
	}

	#header h2 {
		color: #000000;
	}

	#header p {
		color: #05314D;
	}
	
#navigation-container-lower {
	background: url(../images/blue/bg-nav.jpg) repeat-y 0 0 transparent;
}	

	#main-navigation li {
		border-left: 1px solid #000000;
	}

	#main-navigation li a, #main-navigation li a:link, #main-navigation li a:visited {
		color: #000000;
	}
	
	#main-navigation li a:hover {
		color: #05314D;
	}
	
#masthead {
	background: url(../images/blue/01-flash.jpg) no-repeat top center transparent;
}

	#right h2 {
		color: #D4B481;
	}
	
	#right h3 {
		color: #D4B481;
	}
	
#main {
	background: url(../images/blue/bg-bottom.jpg) no-repeat bottom center transparent;	
}
	
#content {
	background: url(../images/blue/main.jpg) no-repeat top left transparent;
}

#center h1 {
	color: #D4B481;
}
	
#center h2 {
	color: #D4B481;
}

#center h3 {
	color: #D4B481;
}

#footer {
}

	#footer-navigation li { 
		border-left: 1px solid #FDF5E2;
	}

	#footer a:link, #footer a:visited { 
		color: #FDF5E2; 
	}

	#footer a:hover, #footer a:active {
		color: #FDF5E2; 
	}

	#footer p.copyright {
		color: #FDF5E2;
	}
	
	
/*
 * Inputs
 */

input, textarea, select { 
	background-color: #2A546E !important; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #000000;
	color: #FDF5E2;
}

/*
 * General Typography
 */
	
a, a:link, a:visited { 
	color: #D4B481;  
}

a:hover, a:active, a:focus { 
	color:#ffffff; 
}
