html {
	background:#1F1F1F;
	}
	
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:small;
	background:#626262;
	color:#EAEAEA;
	line-height:1.4em;
}

a:link, a:visited {
	color:#EAEAEA;
	text-decoration:underline;
	}

a:hover, a:active {
	color:#FFF;
	text-decoration:underline;
	}
	
	
img {border:none;}

h1 {
	margin:0.5em 0 1em;
	font-weight:normal;
	}

#header-wrap {
	background:#1F1F1F url(../images/999.gif) left bottom repeat-x;
	}
	
#header {
	width:940px;
	margin:0 auto;
	}
	
#logo {
	float:left;
	margin-top:25px;
	}

#content {
	width:940px;
	margin:0 auto;
	padding:30px 0;
	}
	
#main {
	float:left;
	width:710px;
	}
	
#sidebar {
	float:right;
	width:210px;
	color:#CCC;
	position:relative;
	height:473px;
	}

#footer-wrap {
	background:#1F1F1F;
	border-top:1px solid #999;
	color:#626262;
	padding:10px 0 40px;
	}

#footer {
	width:940px;
	margin:0 auto;
	font-size:90%;
	}
	

/*-- Main Navigation --*/
#nav {
	float:right;
	margin:45px 0 0;
	width:720px;
	}
	
#nav ul {
	margin:0;
	padding:0;
	float:right;
	list-style:none;
	}
	
#nav ul li {
	float:left;
	margin:0;
	padding:0;
	}
	
#nav ul li a {
	text-decoration:none;
	color:#626262;
	display: block;
	padding:6px 10px 5px;
	margin:0 5px;
	border-left:1px solid #1F1F1F;
	border-top:1px solid #1F1F1F;
	border-right:1px solid #1F1F1F;
	}
	
#nav ul li a:hover,
body.portfolio #nav ul li a.portfolio,
body.in-depth #nav ul li a.in-depth,
body.contact #nav ul li a.contact {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	color:#CCC;
	padding:6px 10px;
	background:#626262;
	}

/*-- Main --*/
#main img {
	border:3px solid #1F1F1F;
	}
	
/*-- Sidebar --*/
#sidebar-top-section {
	height:115px;
	}
	html>body #sidebar-top-section {
		height:110px;
		}
	
ul#sidebar-nav li {
	padding:0;
	margin:0;
	border:1px solid #626262;
	}

ul#sidebar-nav a {
	padding:1px 0 1px 8px;
	display:block;
	text-decoration:none;
	color:#CCC;
	}
	
ul#sidebar-nav a:hover {
	background:url(../images/sidebar-nav-hover.jpg) left top repeat-y;
	}
	
/*-- sidebar where am I? --*/
body.mayda ul#sidebar-nav a.mayda,
body.cadets ul#sidebar-nav a.cadets,
body.the-combo ul#sidebar-nav a.the-combo,
body.los-bomberos ul#sidebar-nav a.los-bomberos {
	background:url(../images/sidebar-nav-bg.jpg) left top repeat-y;
	}

#thumbnails a {
	float:left;
	display:block;
	margin:0 2px 2px 0;
	border:2px solid #000;
	}

#thumbnails a:hover,
#thumbnails a.active {
	border:2px solid #FFF;
	}
	
/*-- Slideshow --*/
#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background:#1F1F1F;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
	}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
	}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../images/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../images/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../images/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../images/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../images/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin-bottom:0px;
	position:absolute;
	bottom:0;
	}
	html>body #CaptionContainer {
		margin-bottom:10px;
		}

#Counter {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:95%;
	color: #AAA;
	padding-right: 5px;
}


/*-- About --*/
.portrait {
	border:3px solid #1F1F1F;
	float:left;
	margin:0 20px 20px 0;
	}

/*-- Utility --*/
.clear {clear:both;}
	

ul#sidebar-nav {
	padding:0;
	margin:10px 0 0;
	list-style:none;	
	}


