/*
   css Copyright (c) 2008 by Sandvox Web Designs. All rights reserved.
*/

* {
	margin:0px;
	padding:0px;
}

/* Used on index summary pages */

.listing-index ul
{

}

.listing-index li h3 a
{
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}

/* Individual Photo Pages */

dt, dl
{
	line-height: 18px;
	padding: 6px;
}

/* @group Navigation */

#sitemenu
{
	position:  absolute;
	bottom: -7px;
	z-index: auto;
	height: 40px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-top: 1px;
}

#sitemenu-content
{
	width: auto;
	position: relative;
	bottom: 3px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}


#sitemenu-content ul
{
	list-style: none;
	padding: 8px 5px 4px;
	margin: 0;
	width: 754px;
	float: left;
	background: #132019 url(toolbar.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
	height: 35px;
}

#sitemenu-content li
{
	padding: 0;
	float: left;
	margin-left:1em;
	font: 1.2em/1.6em Arial, Helvetica, Geneva, sans-serif;
	margin-right: 7px;
}

.currentPage span.in, .currentPage
{
	
	border:none;
	font-weight: bold;
	font-style: italic;
}

#sitemenu-content a
{
	border:none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
}


#sitemenu-content a:active
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
#sitemenu-content a:hover{
	color: #faf8ff;
}

/* @end */

/* @group Photo Grid */

.gridItem
{
	float: left;
	position: relative;
	width: 160px;
	height: 180px;
	overflow: hidden;
}

.gridItem h3
{
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	margin: 0px 5px;
	top: 137px;
	width: 150px;
}

body.no-sidebar .gridItem h3 {
	width:135px;
}

.gridItem img
{
	border: 1px solid rgb(80, 80, 80);
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 40px;
	right: 0;
	left: 0;
}

* html .gridItem img
{
	position: relative;
}


/* IE Hack */
/* Hides from IE5-mac \*/
* html .gridItem h3
{
	position: relative;
	top: 0px;
}
/* End hide from IE5-mac */

/* @end */

/* @group Photo Pages */

.ImageElement, .VideoElement
{
	text-align: center;
	margin: 0 auto;
}

.photo-navigation
{
	float: right;
	margin-top: -48px;
	margin-right: 0px;
}

.photo-navigation a {
	display: block;
	text-indent: -5000px;
	height: 100%;
	width: 100%;
	border:0px none;
	padding:0px;
}

.photo-navigation div
{
	margin-left: 18px;
	float: left;
	width: 33px;
	height: 20px;
}

#previous-photo
{
	background: #fff url(prev_disabled.jpg) no-repeat center center;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

#previous-photo	a
{
	background: #fff url(prev_enabled.jpg) no-repeat center center;
}

#previous-photo	a:hover{
	background: #fff url(prev_hover.jpg) no-repeat center center;
}

#next-photo
{
	background: #fff url(next_disabled.jpg) no-repeat center center;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

#next-photo a
{
	background: #fff url(next_enabled.jpg) no-repeat center center;
}

#next-photo a:hover{
	background: #fff url(next_hover.jpg) no-repeat center center;
}

#photo-list
{
	width: 33px;
	background: #fff url(list_disabled.jpg) no-repeat center center;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

#photo-list a
{
	width: 33px;
	background: #fff url(list.jpg) no-repeat center center;
}

#photo-list a:hover{
	background: #fff url(list_hover.jpg) no-repeat center center;
}

.photo-page .caption
{
	padding: 2px 4px;
	text-align: center;
}

.photo-page #page-bottom
{
	padding-top: 30px;
}
.photogrid-index
{
	text-align: center;
	overflow: visible;
}

.photogrid-index a
{
	text-decoration: none;
	border-bottom:none;
}

.photogrid-index a:hover
{
	text-decoration: underline !important;
}

.photo-page h2
{
	margin-right: 150px;
	margin-bottom:24px;
}

/* @end */

/* @group Sidebar */

#sidebar-container
{
	float: right;
}

#sidebar
{
	width:210px;
	color: #000;
	padding: 3px 6px;
	background: #fff;
	height: 100%;
	float: left;
}

#sidebar h4
{
	color: #000;
}

#sidebar img
{
	padding: 3px;
	
}

#sidebar p
{
	margin: 0;
	line-height: 16px;
}

#sidebar-content
{
	padding: 2px;
	color: #000;
}

/* @end */

/* @group Pagelets and Callouts */

.pagelet
{
	width: 207px;
	margin-top:1em;
	overflow: hidden;
	margin-bottom: 7px;
	padding-bottom: 10px;
}

.pagelet a img{
	border-style: none;
}

.pagelet h4
{
	margin-top:1.2em;
	margin-bottom:1em;
	padding-left: 7px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

.pagelet.i1 h4 {
	margin-top:0em;
}

.callout
{
	clear: both;
	float: left;
	width: 200px;
	margin: 1em -4px 12px 5px;
	padding:0px 12px 6px 12px;
	font-size: .9em;
	position:relative;
	left:-24px;
}

.callout a:hover{
	border-bottom-style: none;
}

.callout .pagelet{
	border-bottom-style: none;
}

/* IE:Mac Hackery */

/*\*//*/
.callout {
	margin-left:-24px;
	margin-right:12px;
}
/**/

/* @end */

/* @group Layout */

#page
{
	margin: auto;
	width: 764px;
	background-color: #fff;
}

#main {
	width: 480px;
	float: left;
	padding: 0 10px;
	min-height: 370px;
	color: #000;
}
#main ul a:hover {
	text-decoration: none;
}

#page
{
	border: 2px solid #fff;
	margin-bottom: 20px;
	margin-top: 0px;
	border-bottom-color: #5b5b5b;
}

#page-top
{
	height: 265px;
	background-image: url(image1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0;
	position:relative;
	overflow:hidden;
	top: -15px;
}

#title
{
	width: 400px;
}

#title h1
{
	position:relative;
	top:0px;
	padding-left:24px;
	width: 400px;
	max-height: 132px;
	overflow:hidden;
	text-shadow: 0 3px 5px #000;
	font: italic bold 3em Arial, Helvetica, Geneva, sans-serif;
}

#title h1 a
{
	text-decoration: none;
	color: #fff;
	border:none;
}

#title #logo-container
{
	float: left;
	height: 115px;
}

#title img
{
	position:absolute;
	right:24px;
	top:24px;
	padding-right: 10px;
	float: right;
}

#title p
{
	position:relative;
	top:0px;
	left:24px;
	height: 1.3em;
	font-size: 1em;
	font-style: oblique;
}

#title p a
{
	color: #fff;
}


#page-content
{
	width: 100%;
	float: left;
	background-color: #fff;
}
* html #page-content
{
	margin-top: -16px;
}

#main-content {
	width: 505px;
	margin-left: 7px;
}

body.no-sidebar #main-content {
	width:725px;
}

#main h2
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 1.7em;
}

body.no-sidebar .gridItem {
	width:145px;
}


#page-bottom
{
	padding: 2px 24px 10px 24px;
}

#page-bottom p
{
	margin: 0;
	font-size: .9em;
	color: #000;
}

.no-sidebar #main
{
	width: 692px;
}

/* @end */

/* @group Global Classes */

p {
	margin:10px 0px;
}

a img
{
	border: none;
}

img a
{
	border: none;
}


.clear
{
	clear: both;
	height: 0;
}

.hidden
{
	display: none;
}

a
{
	color: #0e4765;
	text-decoration: none;
	font-style: oblique;
	padding: 2px 0px;
}

a:hover
{
	color: #215bb5;
	text-decoration: none;
}

ul {
	margin-left:2em;
	line-height:1.7em;
}


h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin-top: .6em;
}

img.narrow
{
	display: block;
	clear: right;
	float: right;
	margin: 6px 0 6px 6px;
}

img.wide
{
	display: block;
	clear: both;
	text-align: center;
	margin: 4px auto;
}

body
{
	margin: 0;
	font-size: 76%;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background: #151515 url(bg/image1.jpg) repeat;
	color:#fff;
}

ul
{
	padding-left: 0;
}

.article 
{
	line-height: 1.6em;
}

.article-thumbnail
{
	float: left;
	margin: 6px 6px 6px 0;
}

/* @end */

