html, body {
	background-color: black;
	background-image: url(/site-images/paisleyTileSmall.png);
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

/* doc styles */
#doc-custom {
	width: 832px;
	margin: auto;
}

div.dimmed {
	opacity: .5;
}

/* hd section */
#hd {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #666;
}

#hd .headerborder {
	height: 60px;
	border: 1px solid #333;
	border-top: none;
	border-bottom: none;
}


/* bd section */
#bd {
	border-top: none;
	background-color: #666;
	padding: 15px;
	padding-top: 5px;
}

#bd .splash-photo {
	border: 1px solid silver;
}

/* ft section */
#ft {
	margin-top: 5px;
	height: 20px;
}

#copyright-notice {
	text-shadow: 1px 1px 1px white;
	float: right;
	font-size: 10px;
	color: #999;
	padding-right: 10px;
}


/* navigation */
#main-nav.yuimenubar {
	background: silver;
	border: 1px solid #333;
}

#main-nav .yuimenubaritemlabel {
	color: white;
	font-weight: bold;
	border-color: black;
	text-shadow: 0px 1px 1px #999;
	padding-left: 20px;
}

#main-nav .yuimenubaritemlabel-selected {
	color: #999;
	text-shadow: 1px 1px 1px #eee;
	background-color: white;
}

div#prev-photo-button {
	display: inline;
}

div#next-photo-button {
	display: inline;
}



/* standard typography */
#story-content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	margin-bottom: 15px;
	border-bottom: 1px solid silver;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
}

#story-content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin-left: 10px;
}

#story-content p {
	font-size: 11px;
	margin-bottom: 10px;
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}

/* galleries list */
#galleries-list li {
	margin-bottom: 15px;
}

#galleries-list h3 a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#galleries-list h3 a:hover {
	color: orange;
	text-decoration: underline;
}

#galleries-list p {
	font-size: 11px;
	color: #333;
}

/* gallery.php */

#gallery-wrap {
	background-color: #DEDEDE;
	border: 1px solid #BBB;
	padding: 10px;
}

#contentframe {
}

#flashcontent {
	margin: auto;
}

#content-info {
	float: right;
	width: 170px;
	text-align: right;
}

#content-info #caption-box {
	height: 200px;
	margin-top: 20px;
}

#content-info h1 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 1px white;
}

#content-info h2 {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 3px;
	text-transform: capitalize;
}

#content-info p {
	font-size: 10px;
	color: #333;
	margin-bottom: 5px;
}

#content-info em {
	font-weight: bold;
	font-style: italic;
}

#gallery-photo {
	width: 740px;
	min-height: 492px;
}

#gallery-photo .gallery-photo-image {
	border: 1px solid #999;
}

#loading-pane {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 10px;
	border: 1px solid #999;
	background-color: white;
	opacity: .6;
	background-image: url(../site-images/loading.gif);
	position: absolute;
	width: 32px;
	height: 32px;
	top: 30%;
	left: 42%;
	z-index: 100;
}

/* articles section */
.article h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #999;
}

.article h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #999;
}

.article p, .article li {
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
	text-align: justify;
}


div.photo-float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

div.photo-float-right img {
	border: 1px solid #999;
}

div.photo-float-right .caption {
	font-family: monospace;
	text-align: right;
	font-size: 10px;
	color: #333;
	padding-right: 10px;
}


#email-address {
	border: 1px solid silver;
	background-color: #EEE;
	padding: 10px;
	text-align: center;
}

#email-address a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #666;

}

#email-address a:hover {
	color: orange;
}



/* rounded corners css */
div.rounded {
	background-color: #999;
}
