
@import url('default.css');

/*header styles already set in default.css*/

/*-------- navigation styles ----------------------------*/

#navigation {	background-color:#e8bd1b;
				width:97%;
				clear:left;
				float:right;
				line-height:normal;
				margin-left:1%;
				border-left:1px solid black;
				border-top:1px solid black;
				border-right:3px groove black;
				margin-right:1%;
				display:inline;
				}
				
#navigation_menue {	padding: 5px 0;
					margin:0;
					margin-left:2em;
					float:left;
					display:inline;
					}
								

#navigation_menue li { 	list-style-type:none;
						font:1.1em Arial, Helvectica, "Sans Serif";
						color:black;
						float:left;
						background-image: url('../img/buttons/button3_right.gif');
						background-repeat:no-repeat;
						background-position: 100% 8px;
						padding-top:8px;
						margin-right:4px;
						display:inline;
						
						}
				
				
#navigation_menue li a {	background-repeat:no-repeat;
						background-position: top left;
						color:white;
						display:block;
						padding-left:10px;
						height:36px;
						padding-top:6px;
						padding-right:20px;
						cursor:pointer;
						float:left;
						}

	
	
#navigation_menue li a:link, #navigation_menue a:visited {	text-decoration:none; outline:none;}

#navigation_menue li a:focus, #navigation_menue li a:hover {	font-weight: bold; text-decoration:none; outline:none;}	


	
#wallpaper_button a:link, #wallpaper_button a:visited {	background-image: url('../img/buttons/button3_left_paper_roll.gif');}

#wallpaper_button  a:focus, #wallpaper_button a:hover {	background-image: url('../img/buttons/button3_paper_roll_animation.gif');}					
	

#paint_button a:link, #paint_button a:visited { background-image: url('../img/buttons/button3_left_paint_brush.gif');}

#paint_button a:focus, #paint_button a:hover {	background-image: url('../img/buttons/button3_left_paint_brush_animation.gif');}	


#about_button a:link , #about_button a:visited {	background-image: url('../img/buttons/button3_left_about.gif');}

#about_button  a:focus, #about_button a:hover {	background-image: url('../img/buttons/button3_left_about_animation.gif');}


#equipment_button a:link, #equipment_button a:visited {	background-image: url('../img/buttons/button3_left_equipment.gif');}	

#equipment_button a:focus, #equipment_button a:hover {	background-image: url('../img/buttons/button3_left_equipment_animation.gif');}



#blog_button a:link, #blog_button a:visited {	background-image: url('../img/buttons/facebook-icon.jpg');}	

#blog_button a:focus, #blog_button a:hover {	background-image: url('../img/buttons/blogger_button.gif');}



#home_button a:link, #home_button a:visited {	background-image: url('../img/buttons/button3_left_home.gif');}

#home_button a:focus, #home_button a:hover {	background-image: url('../img/buttons/button3_left_home_animation.gif');}

/*-------- content styles -------------------------------*/
				
			
#content h1 {	text-align:left;
				margin-left: 1.9em;
				font:1.9em Arial, Helvectica, "Sans Serif";
				color:black;
				font-style:italic;} 

#content h2 {	font:1.3em Arial, Helvectica, "Sans Serif";
				color:black;
				font-style:italic;
				margin-left: 2em;
				margin-left:0.5em;}				
				
#content p {		font:1em Arial, Helvectica, "Sans Serif";
				color:black;
				margin:1em;
				}				

body #gallery_content h1 {	text-align:left;
						margin-left: 1.9em;
						font:1.9em Arial, Helvectica, "Sans Serif";
						color:black;
						font-style:italic;} 

body #gallery_content h2 {	font:1.3em Arial, Helvectica, "Sans Serif";
						color:black;
						font-style:italic;
						margin-left: 2em;
						margin-left:0.5em;}				
				
body #gallery_content p {		font:1em Arial, Helvectica, "Sans Serif";
						color:black;
						margin:1em;
						}						
				

/*-------- right content styles --------------------------*/
			
#r_content {		background-color:#e8bd1b;
				}

#r_content legend{	color:black;
					font:1.2em Arial, Helvectica, "Sans Serif";
					margin: 0.7em 0;}
					
#r_content label {		font:0.8em Arial, Helvectica, "Sans Serif";
					color:black;}
					
#r_content textarea { 	font:0.8em Arial, Helvectica, "Sans Serif";}
						
#r_content input {		font:0.8em Arial, Helvectica, "Sans Serif";}
					
#r_content select { 	font:0.8em Arial, Helvectica, "Sans Serif";}					
					
#contact_fieldset { 	padding: 0.5em 0.8em;
					border:1px solid black;}
					
#r_content p {	font:0.8em Arial, Helvectica, "Sans Serif";
				color:black;}
							
