/* 
Theme Name: Ever Wonder Records 1.0
www.everwonderrecords.com
Description: CSS Document
Created: 12/09/09
Updated: 12/09/09
*/


/* Major Sections */

body	{ background-image: url(../graphics/bg.gif);
		color: #333333;
		font-family: Georgia, "Times New Roman", Times, serif; }

#page, #footer	{ width: 728px;		
				margin-left: auto;
				margin-right: auto; }
					

#page	{margin-top: 30px;
		position: relative;
		background-image: url(../graphics/page_bg.gif); 
		background-position: 1px 0px;}

#middle { width: 684px;  
		top: 35px;
		background-image: url(../graphics/middle_bg.gif); 
		margin-left: auto;
		margin-right: auto; 
		position: relative;
		background-color: #FE9; }

			#rounded_corners_top 	{width: 684px;
									height: 16px;
									background-image: url(../graphics/middle_bg_top.gif);  
									position: relative;
									top: -16px;}
			
			#rounded_corners_bottom {width: 684px;
									height: 16px;
									background-image: url(../graphics/middle_bg_bottom.gif); 
									position: relative;
									top: 16px;  }

#header	{ position: relative;
		left: -35px; 
		width: 799px;
		height: 64px;
		background-image: url(../graphics/header_bar.gif); }

			#nav_home	{ position: absolute; 
						width: 394px;
						height: 80px;
						top: -7px;
						left: 200px; 
						z-index: 2;}


			#nav_play { position: absolute;
						width: 108px;
						height: 84px;
						left: 15px;
						top: -10px;
						z-index: 1;}
			
			#nav_listen { position: absolute; 
						width: 99px;
						height: 100px;
						left: 118px;
						top: -13px;
						z-index: 1;}
			
			#nav_learn { width: 94px;
						height: 93px;
						position: absolute;
						left: 600px;
						top: -6px;
						z-index: 1;}
			
			#nav_shop { width: 105px;
						height: 81px;
						position: absolute;
						top: -15px;
						left: 679px;
						z-index: 1;}
						
#footer {font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px; 
		color: #FFF;
		height: 55px;
		background-image: url(../graphics/footer_bg.gif); 
		position: relative; }
			#footer_nav 	{ position: absolute;
							width: 728px;
							height: 22px;
							top: 36px; 
							text-align: center;}
 
#title_text { position: relative;
			width: 680px;
			height: 55px; 
			left: 2px;
			top: -16px; }
												

/* End Major Sections */
		
/* Font Stylings */

.center	{ text-align:center; }

a		{ font-weight: bold;
		color: #EE691E;  }

a:hover	{ color:#FF0000; }

a:hover img, a img { border: none; }

/* End Font Stylings */

/* Other Elements */

#character_circles {height: 86px;
					width: 728px;
					margin-top: 60px;
					margin-bottom: 8px;
					position: relative; }
					
					#character_circles img {position: absolute;
						width: 86px;
						height: 86px; }
						
							#circle_captain {left: 5px; }
							#circle_pogo {left: 95px; }
							#circle_tim {left: 185px; }
							#circle_stan {left: 275px; }
							#circle_bones {left: 365px; }
							#circle_croc {left: 455px; }
							#circle_allie {left: 545px; }
							#circle_monty {left: 635px; }
			
/* End Other Elements */