@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/blacklayout.01.10.gif);
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: arial;
	color: #E6E6E6;
}

.mainContainer {
	height: 600px;
	width: 900px;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
}

.menu {
	float: left;
	height: 100%;
	width: auto;
	position: fixed;
}

a {
	color: #999999;
	text-decoration: none;
	outline:none;
	border:0;
}
a img{
	outline:none;
	border:0;
}

a:link {
	text-decoration: none;
}
#gallery .textbox div {
	float: right;
	padding-left: 15px;
	font-size: .9em;
	line-height: 2em;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:selected {
	text-decoration: none;
	color: #FFFFFF;
}

.content {
	list-style: none;
	width: 650px;
	height:auto;
	-webkit-box-shadow: 2px 2px 25px #000;
	-moz-box-shadow: 2px 2px 25px #000;
	box-shadow: 2px 2px 25px #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: inherit;
	background-color: #000000;
	left: 210px;
	top: 91px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 150px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.column {
	width:200px;
	float:left;
	text-align:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #666666;
	line-height: 1.6em;
	font-family: arial;
	height: 500px;
}


#gallery {
	border: 2px solid #580034;
}
#galleryHeader {
	text-transform: lowercase;
	color: #990066;
	margin-bottom: 10px;
	font-family: georgia;
	font-size: 1.2em;
	font-style: italic;
}
#shop {
	border: 2px solid #73003A;
}
#shopHeader {
	text-transform: lowercase;
	color: #CD0066;
	margin-bottom: 15px;
	font-family: georgia;
	font-size: 1.2em;
	font-style: italic;
}
#info {
	border: 2px solid #8F001C;
}

#infoHeader{
	text-transform: lowercase;
	color: #FF0033;
	margin-bottom: 15px;
	font-family: georgia;
	font-size: 1.2em;
	font-style: italic;
}

#news {
	border: 2px solid #8D1C00;
}

#news a{
	color: ff3300;	
}
#newsHeader{
	text-transform: lowercase;
	color: #FF3300;
	margin-bottom: 15px;
	font-family: georgia;
	font-size: 1.2em;
	font-style: italic;
}

#news li{
	list-style-type: none;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#news h1{
	background-color: #FF3300;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 1.1em;
}
#links {
	border: 2px solid #8D3800;
}

#links ul{
	padding: 0px;
	list-style: none;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.thumbs{
	float:left;
	width: 400px;
	height: 300px;
}
.linksHeader{
	text-transform: lowercase;
	color: #FF6600;
	margin-bottom: 15px;
	font-family: georgia;
	font-style: italic;
	font-size: 1.2em;
}
.desc {
	height: 60px;
	width: 700px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.textbox {
	height:350px;
}


/* general styling for the java gallery */
* {
	margin: auto;
	padding: 0;
}

/* begin gallery styling */
#jgal {
	list-style: none;
	width: 750px;
	height:750px;
	position: absolute;
	-webkit-box-shadow: 2px 2px 25px #000;
	-moz-box-shadow: 2px 2px 25px #000;
	box-shadow: 2px 2px 25px #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 25px 5px 5px 25px;
	margin: 20px 75px 0 150px;
	z-index: inherit;
	background-color: #000000;
	border: 2px solid #44002D;
	background-attachment: fixed;
	background-image: url(../images/contentBkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
}

#jgal li {
	opacity: .5;
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background-position: 20% 20%;
	cursor: pointer;
	border: 1px none #666666;
	margin-right: 4px;
	margin-bottom: 4px;
	outline: 1px solid
#;
	outline: 1px solid #333333;
}
#jgal li img {
	position: absolute;
	top: 140px;
	display: none;
	border: 1px none #666666;
	outline: 1px solid #333333;
	left: 25px;
	float: left;
}
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover {
	outline-color: #990066;
	opacity: .99 /* safari bug */
}

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li {
	float: left;
	margin: 0 10px 10px 0;
}

    [if lt IE 8]>
    <style media="screen,projection" type="text/css">
        #jgal li { filter: alpha(opacity=50); }
        #jgal li.active, #jgal li:hover { filter: alpha(opacity=100); }
    </style>
	<![endif]
