/* CSS Document */

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding:5px;
}

li {
color:#0000000;
margin-left:20px;
font-size:10px;
line-height:14pt; 
font-family:Verdana, Arial,Helvetica,sans-serif
}


/*Menu Navigation */
#nav {
margin:0;
padding:0;
background:#D889B8;
width:100%;
float:left;
border:1px solid #000000;
border-width:1px 0;
}
	
#nav li {
display:inline;
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
	}
	
	#nav a:link,
	#nav a:visited {
		color:#000;
		background:#D889B8;
		padding:20px 40px 4px 10px;
		float:left;
		width:auto;
		border-right:1px solid #42432d;
		text-decoration:none;
		font:bold 1em/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-shadow: 2px 2px 2px #555;
	}
	#nav a:hover {
		color:#fff;
		background:#727454;
	}
	#nav li:first-child a {
		border-left:1px solid #42432d;
	}
	#home #nav-home a,
	#about #nav-about a,
	#events #nav-events a,
	#coaching #nav-coaching a,
	#partners #nav-partners a,
	#proshop #nav-proshop a,
	#contact #nav-contact a {
		background:#e35a00;
		color:#fff;
		text-shadow:none;
	}
	#home #nav-home a:hover,
	#about #nav-about a:hover,
	#events #nav-events a:hover,
	#coaching #nav-coaching a:hover,
	#partners #nav-partners a:hover,
	#proshop #nav-proshop a:hover,
	#contact #nav-contact a:hover {
		background:#e35a00;
	}
	#nav a:active {
		background:#e35a00;
		color:#fff;
	}

/* Subnav */
/*Menu Navigation */
#subnav {
margin:0;
padding:0;
background:#E23827;
width:100%;
float:left;
border:1px solid #000000;
border-width:1px 0;
}
	
#subnav li {
display:inline;
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
	}
	
#subnav a:link,
#subnav a:visited {
		color:#000;
		background:#DE766C;
		padding:10px 10px 4px 10px;
		float:left;
		width:auto;
		border-right:1px solid #42432d;
		text-decoration:none;
		font:bold 1em/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-shadow: 2px 2px 2px #555;
	}
	#subnav a:hover {
		color:#fff;
		background:#E23827;
	}
	#subnav li:first-child a {
		border-left:1px solid #42432d;
	}
	#philosophy #subnav-philosophy a,
	#aboutilg #subnav-aboutilg a,
	#media #subnav-media a,
	#gallery #subnav-gallery a,
	#speaking #subnav-speaking a,
	#contact #subnav-contact a {
		background:#e35a00;
		color:#fff;
		text-shadow:none;
	}
	#philosophy #nav-philosophy a:hover,
	#aboutilg #nav-aboutilg a:hover,
	#media #nav-media a:hover,
	#gallery #nav-gallery a:hover,
	#speaking #nav-speaking a:hover,
	#contact #nav-contact a:hover {
		background:#e35a00;
	}
	#nav a:active {
		background:#e35a00;
		color:#fff;
	}


/* Hover Transparency for Navigation */
div.transOFF {
width: 100%; 
height:50px;
background-color: silver;
border-right:1px solid #000000; 
border-bottom:1px solid #000000;
}

div.transON {
width:100%; 
height:50px;
background-color:white;
opacity:.50;
filter: alpha(opacity=50); 
-moz-opacity:0.5;
border-right:1px solid #000000; 
border-bottom:1px solid #000000;
}

div.trans25 {
width:100%; 
height:50px;
background-color:white;
opacity:.25;
filter:alpha(opacity=25); 
-moz-opacity:0.25;
border-right:1px solid #000000; 
border-bottom:1px solid #000000;
}

div.trans75 {
width:100%; 
height:50px;
background-color:white;
opacity:.75;
filter:alpha(opacity=75); 
-moz-opacity:0.75;
border-right:1px solid #000000; 
border-bottom:1px solid #000000;
}


div.textbox {
background: white;
height:610px;
width="80%"
text-align:left;
padding-left:15px;
padding-right:15px;
padding-top:20px;
overflow:auto;
}


/* IMAGE FORMATTING */
img.photo {
border: 1px double #E23827;
float: left;
padding: 4px;
margin-right: 10px;
display: inline;
}

img.photoC {
border: 1px double #E23827;
padding: 4px;
margin-left: auto;
margin-right: auto;
display: block;
}

img.photoR {
border: 1px double #E23827;
float: right;
padding: 4px;
margin-left: 10px;
display: block;
}

/* GALLERY */
div.photoset {
	margin-bottom:20px;
}
div.photoset p.photoset_title {
	color:red;
	font-weight:bold;
}
div.photoset img {
	border:1px solid black;
}

#gallery_sidebar {
	
}
#gallery_sidebar p {
	color:black;
	font-weight:bold;
}


#categories b {
	color:white
}
#selected_image {
  max-width:433px;
  max-height:640px;
}