/* CSS Document */

html {
}
body {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font: 1em 'PT Sans Narrow',sans-serif;
    height: 100%;
    left: 0;
    margin: 0;
    min-width: 960px;
    position: absolute;
    text-align: left;
    text-shadow: 0 2px 0 #000000;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
p, pre {
    margin: 0 0 10px;
}
small {
	background: url("") repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	border: 1px solid #111111;
	font-size: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
a {
    color: #CCFF00;
    text-decoration: none;
}
a:hover {
    color: #BBBBBB;
}
.border {
	border: 1px solid #FFF;
}
#container {
	bottom: 0;
	position: relative;
	width: 960px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2em;
	padding-left: 2em;
	overflow: auto;
    min-height:100%;
}
#header {
	height: 100%;
	display: block;
	position: relative;
    z-index:5;
}
#header h1 {
	font-size: 68px;
	letter-spacing: -2px;
	line-height: 60px;
	text-shadow: 0 3px 3px #000000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#header h2 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 3px;
	padding: 0px;
	margin-top: 0.3em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#navigation {
	position:relative;
	z-index:5;
	padding-bottom: 1em;
}
#navigation ul {
	list-style-type: none;
	display: inline-block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width: 100%;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
#navigation ul li {
	float: left;
	display: block;
	margin-right: 1em;
}
#navigation ul li a {
	font-size: 1em;
}
#navigation ul li a.selected {
    color: #BBBBBB;
}
#content {
    position:relative;
    z-index:5;
}
#content ul {
}
#content li {
}
#content .categoryTitle{
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-image: url(images/site/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 24px;
	font-size: 1em;
}
#content .title{
}
#content {
}
#content .pagecontent .image {
	height: 200px;
	width: 300px;
	border: 1px solid #999;
	float: right;
	clear: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
#content .pagecontent .text {
	text-transform: none;
	width: 600px;
	display: block;
	letter-spacing: 0px;
}
#content .pagecontent ul.gallery {
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#content .pagecontent ul.gallery li {
	float: left;
	margin-right: 0.4em;
	margin-left: 0.2em;
	margin-bottom: 0.5em;
	background-color: #FFF;
	border: 1px solid #FFF;
	display: block;
	height:140px;
	max-width:180px;
	background-color:Black;
	overflow: hidden;
}
#content .pagecontent ul.gallery li a {
	text-align: center;
	position:relative;
}
#content .pagecontent ul.gallery li a img {
	margin-right: auto;
	margin-left: auto;
	display: block;
    max-width:200px;
    max-height:159px;
}
.clear {
	clear: both;
}
#footer {
	height: 100px;
	position:relative;
	z-index:5;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.6em;
}
#background {
       position:absolute;
       top:0px;
       left:0px;
       width:100%;
       height:100%;
       background-color:Black;
       z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
       opacity:0.5;
}