body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#acacac;
	padding:0px;
	background:url(../images/bg.jpg);
	background-repeat:repeat;
	background-position:center;
	background-attachment:fixed;
    background-color:#000;
}

a:link {
	color: #eee;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #eee;
}

a:hover {
	color: #2CCBE9;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #eee;
}

p {
	padding: 0px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
h2 {
	font-size:11px;
}

h3 {
	font-size:10px;
	font-family: "trebuchet ms", arial;
	text-transform: uppercase;
	word-spacing:1px;
	color: #99CC99;
}

h4 {
	font-size:11px;
}

h5 {
	font-size:12px;
	color:#3F7795;
	color:#9dd5ed;
	padding-top: 0;
	margin:0px 0 10px 0;
}

#header {
	top:0px;
	position:absolute;
	width:100%;
	height:60px;
}
#logo {
	height:60px;
	position:absolute;
	left:0px;
	z-index:500;
}

#logo_sub {
	width:100%;
	position:absolute;
	bottom:0;
	padding-bottom:7px;
	font-size:24px;
	letter-spacing: -.05em;
}

#nav {
	height:60px;
	position:absolute;
	right:0px;
	z-index:1000;
}

#nav_sub {
	position:absolute;
	bottom:2px;
	right:0;
	padding:0px;
	margin:0px;
	color:white;
	font-family: "trebuchet ms", arial;
	text-transform: uppercase;
	font-weight:bold;
	font-size:9px;
}

#nav_sub a {
	color:#ffffff;
}

#nav_sub a:hover {
	color:#2CCBE9;
}

/* ========== IMAGE Page Specific ========== */

#image_wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#photobox {
	text-align:center;
	background:#222222 url(../images/loading.gif) no-repeat center;
	margin-left:-21px;
	position:absolute;
	top:60px;
	margin-bottom:20px;
}

#image_footer {
	text-align:center;
	float:none;
	margin-top:4px;
}

#info {
	background-color:#151515;
	text-align: left;
	position: absolute;
	margin-left:-21px;
	top:53px;
	z-index: 1000;
	font: 10px/12px verdana, helvetica, arial, sans-serif;
}

#info-in {
	position:relative;
	padding:15px;
	overflow:visible;
}

#title-heading{
	font-size: 20px;
	font-weight: normal;
	color: #9dd5ed;
	text-align: left;
	letter-spacing: -1px;
	padding-bottom:15px;
}

#title-heading .date {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

#description {
	margin-bottom:15px;
	background:#333;
	border:1px solid #666;
	padding:15px;
}
#notes {
	text-align: left;
}

#image-border {
    position:relative;
	margin:0;
}

#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:-10px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}
#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_prev {
	top: 0px;
	left:0px;
	float: left;	
}
#menu_browse_next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/prevImage.png') no-repeat center center;
	cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/nextImage.png') no-repeat center center;
	cursor: pointer;
}

/* ========== BROWSE Page Specific ========== */

#browse_wrapper {
	position:relative;
	width:712px;
	margin-right:auto;
	margin-left:auto;
}

#browse_box {
	text-align:center;
	position:absolute;
	top:60px;
}
#thumbnails {
	width:540px;
	float:left;
	text-align:left;
	margin-right:2px;
}

#thumbnails .thumbnails {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#thumbnails .thumbnails:hover {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=50);

	-moz-opacity:.5;
	opacity:.5;
}
#browse_categories {
	width:150px;
	float:right;
	text-align:left;
	background:#222;
	padding:10px;
	height:100%;
	line-height:15px;
}

#taglist {
    padding-left:18px;
}

#monthlist {
    padding-left:18px;
}

.viewing {
	font-size:14px;
	font-weight:bold;
	color:white;
}
/* ========== ABOUT Page Specific ========== */

#about_wrapper {
	position:relative;
	width:740px;
	margin-right:auto;
	margin-left:auto;
	min-height:1200px;
}

#about_box {
    background-color:#333;
	color:#fff;
	border: 1px solid #8dcee4;
	padding:0 8px 0 8px;
	text-align: justify;
	line-height:13px;
	position:absolute;
	top:60px;
}

#about_box h3 {
	margin:8px 0 5px 1px;
}

/* ========== END OF FILE ========== */

#promo {position:absolute; right:0; top:0; border:0; width: 120px; height: 108px; text-align: right;}

