/* 
La Carmina & The Pirates CSS styles
Website created and designed by 
La Carmina and Naomi Rubin 

Style version: 1.0a
Site URL: http://www.lacarmina.com/pirates
*/

/*Universal site CSS: Affects universal site code like body, images, and headlines */
body{

	background-image: url(images/headerBackground_map01.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #999966;
	text-align: center;
	margin: 0;
	padding: 0;

}

p{
	
	color: #333333;
	font-family: georgia,			/* Windows, MacOS */
	/* Fallback options */
    	times,			/* Unix+X, MacOS */
    	serif;

}
p a{

color: #cccc99;
text-decoration: none;

}

p a:visited{

color: #cccc99;
text-decoration: none;

}

p a:hover{

color: #003300;
text-decoration: underline;

}


img{

	border: 0;

}

/*h1 for text headlines*/
h1{
	
	color: #663333;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	font-family: georgia,			/* Windows, MacOS */
	/* Fallback options */
    	times,			/* Unix+X, MacOS */
    	serif;
    text-shadow:0 1px 0 rgba(255,255,255,0.6),0 0 30px #333300;
	
}

h2{
	
	color: #333333;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: 100;
	font-size: 18px;
	font-family: georgia,			/* Windows, MacOS */
	/* Fallback options */
    	times,			/* Unix+X, MacOS */
    	serif;

}

h3{

	color: #333300;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 18px;
	font-family: georgia,			/* Windows, MacOS */
	/* Fallback options */
    	times,			/* Unix+X, MacOS */
    	serif;

}

#wrapper{

	margin: 0 auto 0 auto;
	width: 800px;

}

#header{

	font-family: 'IM Fell DW Pica', arial, serif;
	font-size: 28px;
	font-weight: 100;
	color: white;

}

#headerLogo{

	margin: 20px 0 0 0;

}

#navMenu{

	list-style: none;
	margin: 34px 0 0 40px;
	padding: 0;

}


#navMenu li{

	float: left;
	margin: 0 30px 0 20px;

}

#navMenu li a{

	color: #ffffff;
	text-decoration: none;

}

#navMenu li a:hover{

	color: #ffffff;
	text-shadow: #000000 0px 0px 4px;

}

#content{

	width: 800px;
	text-align: left;
	margin: 100px 0 60px 0;
	clear: both;

}

#footer{
	
	background-color: #000000;
	padding: 20px 0 20px 0;
	font-family: 'IM Fell DW Pica', arial, serif;
	font-size: 16px;
	font-weight: 100;
	color: white;

}

#footer a{

	color: #ffcc66;
	text-decoration: none;

}

#footer a:hover{

	color: #ffcc66;
	text-decoration: underline;

}