@font-face {
    font-family: "Droid";
    src: url("../fonts/DroidSans.ttf")
}

@font-face {
    font-family: "Droid";
    src: url("../fonts/DroidSans-Bold.ttf")
    font-weight: bold;
}

* {
    font-family: Droid, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

body {
    margin: 0;
    background: #464646 url('/media/img/bg.gif') scroll;
    height: 100%;
    padding: 0;
    position: relative;
}

a {
    text-decoration: none;
    color: #FF8A00;
    border-bottom: 1px dotted #FF8A00;
}

a.thumb, a.advance-link {
    border: none;
}

#wrapper {
    width: 900px;
    height: 100%;
    margin: auto;
    background: #16120C scroll;
    -moz-box-shadow: 0 0 10px #111;
    -webkit-box-shadow: 0 0 10px #111;
    position: relative;
}

#footer {
    padding: 2px;
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
    color: white;
    background: #392610;
}

#footer img {
    vertical-align: bottom;
    border: none;
    margin-top: -20px;
}

#footer a {
    border: none;
    color: white;
}

#head {
    height: 75px;
}

#content {
    padding: 10px;
    color: white;
    min-height: 500px;
}

#content h1 {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    /*color: #009AFF;*/
    font-size: 25px;
    text-shadow: 2px 2px 2px #111;
    font-weight: bold;
}

h1 a {
    font-size: 25px;
    color: white;
}

.down {
    height: 70px;
    display: table-cell;
    vertical-align: bottom;
}

#menu {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

#menu li {
    display: inline;
    margin: 0
    padding: 0;
}

#menu a {
    float: left;
    color: black;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #FF00FF;
    border-width: 0px 0px 0px 3px;
    width: 100px;
}

#menu a {
    background: #333;
}

#menu a.active {
    background: url('../img/title-bg.png') repeat-y;
}


div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 640px;
    margin-right: 5px;
}

/*div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}*/

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	/*padding: 5px;*/
	margin-left: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 640px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 640px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #777;
	/*border: none;*/
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 150px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 640px;
	top: 0;
	left: 0;
}
div.caption {
	/*padding: 12px;*/
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	/*padding-top: 12px;*/
}
div.image-desc p {
    margin-top: 0px;
    margin-bottom: 3px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	background: #FF8A00;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation {
    margin-top: 15px;   
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	/*border: 1px solid #ccc;*/
}
div.pagination a:hover {
	/*background-color: #eee;*/
	/*background-color: #FFE5BD;*/
	color: white;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	/*background-color: #FF9B00;*/
	/*border-color: #FF00FF;
	color: #fff;*/
	color: white;
	background: #FF8A00;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.spacer {
    clear: both;
}
div.photo-gallery {
    float: left;
    padding: 5px;
    width: 114px;
    margin-right: 10px;
    color: #ddd;
    height: 200px;
}

div.photo-gallery h2 {
    font-size: 14px;
    margin: 0;
}

div.photo-gallery p.desc {
    margin-top: 5px;
}
div.photo-gallery p.count {
    margin-top: 0;
    margin-bottom: 5px;
}

div.gallery-photo {
    float: left;
    padding: 2px;
}

div.gallery-photo img, div.gallery-photo a {
    border: 0;
}

div.gallery-photo img {
    border: 1px solid #666;
}

div.gallery-photo img:hover {
    border: 1px solid #aaa;
}

