body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: "Bitstream Vera Sans", "Verdana", sans-serif;
	color: #fff;
}

p {
	line-height: 1.5em;
	font-size: 90%;
	margin-bottom: 1.5em;
}

#content h2 {
	text-transform: lowercase;
	color: #999;
	font-size: 180%;
	padding: 0.1em 0 .7em 0;
	text-decoration: none;
}

a:link, a:visited {
	color: #bbb;
	border: 0;
}

a:hover, a:active {
	color: #fff;
}

#page {
	width: 1000px;
}

#header {
	width: 100%;
	height: 114px;
	margin: 0;
	padding: 0;
	background-image: url('/images/HeaderBackground.jpg');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

#header h1 {
	text-align: left;
	font-size: 400%;
	color: #999;
	padding: .3em 1em .1em 1em;
	font-weight: normal;
}

#nav {
	text-align: center;
	width: 38em;
	position: absolute;
	left: 250px;
}

#nav ul {
	float: left;
	color: #999;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: .3em 1.5em;
	border-right: 2px solid #555;
	text-transform: lowercase;
	color: #999;
	font-weight: 100;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #fff;
}

#nav li.last a {
	border-right: 0;
}

#content {
	float: left;
	clear: both;
	margin-top: 1em;
	width: 100%;
	text-align: left;
	padding-left: 2em;
	padding-right: -2em;
}
 
.rounded-box {
	padding: 0 10px;
}

.rounded-top, .rounded-bottom {
	height: 3px;
	margin: 0 -10px;
	clear: both;
}

.rounded-top {
	margin-bottom: 7px;
}

.roounded-bottom {
	margin-top: 7px;
}

.tr, .br {
	float: right;
}

.tl, .bl {
	float: left;
}

#FrontPage {

	padding: 3em 0 0 7em;
}

#FrontPage > div {
	float: left;
}

#FrontPage .section {
	width: 100%;
	clear: left;
	text-align: left;
	margin:0 0 7em 0;
}

#FrontPage .section img {
	float: left;
	margin-right: 1em;
}

#FrontPage #coming, #FrontPage #onstage {
	width: 100%;
	margin-bottom: 1em;
	text-align: left;
	clear: left;
	float: left;
}

#FrontPage #onstage {
	background-color: #003;
}

#FrontPage #onstage h2 {
	color: #235;
}

#FrontPage #onstage .show span {
	color: #469;
}

#FrontPage #coming {
	background-color: #030;
}

#FrontPage #coming h2 {
	color: #351;
}

#FrontPage #coming .show span {
	color: #694;
}

#FrontPage .show {
	font-size: 80%;
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 2em;
}

#FrontPage .show h3 {
	font-size: 150%;
	margin: 0 0 .3em 0;
}

#FrontPage .show img {
	float: left;
	margin: 0 0.8em .3em 0;
	clear: left;
}
div.breadcrumb {
	clear: left;
  	padding: 12px 0;
 }

#container {
	width: 100%;
	padding: 2em;
	text-align: left;
}

  
  /* Galleries list */
  #gal-content div.galleries div.gallery {
	padding: 10px;
  	margin-bottom: 10px;
	position: relative;
	float: left;
  }

  #gal-content div.galleries div.gallery div.thumb {
/*  	width: 80px;
  	height: 80px;
  	position: relative;
  	float: left;*/
  	background-color: transparent;
  	background-repeat: no-repeat;
  	background-position: center;
  	float: left;
  	width: 150px;
  	height: 120px;
  	margin: 0 10px 10px 0px;
  	border: 1px solid #999;
  	position: relative;
  }

  #gal-content div.galleries div.gallery div.thumb a:link, #gal-content div.galleries div.gallery div.thumb a:visited, #gal-content div.galleries div.gallery div.thumb a:hover {
    text-indent: -9999px;
    background-color: transparent;
    display: block;
    height: 100px;
    -moz-outline: none;
  }

  #gal-content div.galleries div.gallery div.description {
  	width: 200px;
  	float: left;
	margin-left: 0;
	margin-right: 3em;
  }

  #gal-content div.galleries div.gallery div.description h2{
  	margin: 0;
  	font-size: 14px;
  }
  
  /* Items list */
  #gal-content div.gallery div.container {
  	float: left;
  	width: 150px;
  	height: 120px;
  	margin: 0 10px 10px 0;
  	border: 1px solid #999;
  	position: relative;
  }

  #gal-content div.gallery div.container div.thumb {
  	background-repeat: no-repeat;
  	background-position: center;
  	background-color: #000;
  	width: 130px;      
  	height: 100px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -50px;
  	margin-left: -65px;		
  	text-indent: -9999px;
  }

  #gal-content div.gallery div.container div.thumb a {
    background: transparent;
    display: block;
    height: 100%;	
    -moz-outline: none;
  }
  
  /* item page */

  #gal-content div.item h2 {
  	font-size: 20px;
  	margin-top: 0;
  	text-align: center;
  }

  #gal-content div.item div.navigation {
  	border-bottom: 1px solid #999;
  	padding-bottom: 10px;
  	margin-bottom: 10px;
  }

  #gal-content div.item div.navigation div.prev {
  	float: left;
  	text-align: right;
  }

  #gal-content div.item div.navigation div.next {
  	float: right;
  	text-align: left;
  }

  #gal-content div.item div.navigation div.prev, #gal-content div.item div.navigation div.next {
  	font-size: 20px;
  	width: 49%;
  }

  #gal-content div.item div.navigation div.prev a, #gal-content div.item div.navigation div.next a  {
  	display: block;
  	padding: 0 10px;
  }

  #gal-content div.item div.image {
    text-align: center;
  }

  #gal-content div.item div.image a img{
  	border: none;
  }
  
#content table {
margin-left: 2em;
} 

#content table h3 {
	font-size: 150%;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-top: 2em;
}

#content table th {
	font-weight: bold;
}

#content table td {
	color: #aaa;
	padding: 2px 10px 2px 5px;
}

