/*<group=General Styles>*/

body {
	text-align: center;
	background: #222222 url(images/bg.png);
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #cecdd3;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 2px #ffffff;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	width: 600px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#clearer {
}

#pageHeader {
	width: 600px;
	height: 68px;
	background: no-repeat url(images/bg_glow.png);
}

#pageHeader img {

}

#pageHeader h1 {
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	padding-top: 10px;
	margin: 0;
	font-weight: normal;
}

#pageHeader h2 {
	color: #dfe2f1;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
}

#contentContainer {
	text-align: left;
	width: 410px;
	float: left;
}

#contentContainer #content {
	padding: 20px 10px 20px 20px;
}

#sidebarContainer {
	width: 180px;
	float: right;
	text-align: left;
}

#sidebarContainer #sidebar {
	padding: 20px 10px;
}

#sidebarContainer .sideHeader {

}

#footer { 
	clear: both;
	text-align: center;
}

#footer p {
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/*</group>*/


/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

.album-description {
	margin-bottom: 70px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 13px;
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
	target="Mainframe"
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding: 4px;
	margin: auto;
    	border: none;
	background-color: #222222;
}

.thumbnail-caption {
	color: #cecdd3;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.Foto-background {
	margin: 10px 0 0;
}

.Foto-Navigation {
	background: url(images/toolbar.png) no-repeat;
	height: 66px;
	width: 600px;
	margin: 0px auto 20px; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	padding-top: 5px;
	padding-top: 10px;
}

.Foto-links {
	margin: 0;
	padding-top: 5px;
}

.Foto-navigation a:link, .Foto-navigation a:visited {
	text-align: center;
	text-decoration: none;
	color: #bcbfce;
	text-shadow: 0px 1px 2px #000000;
}

.Foto-navigation a:hover {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0px 0px 4px #ffffff;
}

.Foto-frame{
	border: 5px solid #161616;
}

.Foto-title {
	font-size: 3.3em;
	color: #ffffff;
	font-weight: bold;
	display: inline;
}

.Foto-caption {
	font-size: 0.9em;
	color: #cecdd3;
	display: inline;
}

/*</group>*/
	
