/* --------- 1. defaults  --------- */
body {
		background: #000000;
		font: small Verdana, Arial, sans-serif;
        color: #ffffff;
        background-image: url(../siteimages/background.jpg);
		}

/*  --------- 2. structure  --------- */

#doc2 {
	margin-top: 10px;
	margin-bottom: 10px;
    border: solid 10px #000000; 
    background: #000000;
}

#wrapper {
		width: 100%;
		margin: 0px;
		padding: 0px;
		clear: both;
		}
		
#hd {
		background: #000000;
		margin-bottom: 0px;
        text-align: right;
	    border-bottom: 1px dotted #dddddd;
		}


#ft {
		background: #000000;
		text-align: right;
		padding: 7px 10px 7px 0;
		border-top: 1px dotted #dddddd;
		border-bottom: 1px dotted #dddddd;
		margin-bottom: 10px;
		}

#text-block {
        background:#333333;
		text-align: left;
		margin: 2px 0 6px 0;
		padding: 5px 10px 5px 5px;
	}

#title-block, #title-block2 {
        background:#333333;
        oldbackground-image: url(../siteimages/background.jpg);
		text-align: left;
		margin: 0;
		padding: 2px 0 0 5px;
        height: 1.2em;        
	}

#sidebar, #mainColumn, #extraColumn {
		float: left;
		padding: 10px;
		background: #eeeeee;
		}

.twoColumnPage #sidebar {
		width: 229px;
		margin-right: 10px;
		}

.twoColumnPage #mainColumn {
		width: 420px;
		}

.twoColumnPage #extraColumn {
		display: none
		}

.threeColumnPage #sidebar {
		width: 159px;
		margin-right: 10px;
		}

.threeColumnPage #mainColumn {
		width: 360px;
		margin-right: 10px;
		}

.threeColumnPage #extraColumn {
		width: 100px;
		}

.entrancePage #sidebar {
		width: 319px;
		margin-left: 5px;
		margin-right: 11px;
		background: green;
		}

.entrancePage #mainColumn {
		width: 324px;
		}

.entrancePage #extraColumn {
		display: none
		}

.separator {
		clear: both;
		}

.float-left 
{
    float: left;
}

.float-right 
{
    float: right;
}

/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
		font: bold 125% Arial, sans-serif;
		text-transform: uppercase;
        color: yellow;
        padding-left: 0px;
		margin: 0 0 15px 0;
		}

h2, h2 a:visited  {
		font: bold 112% Arial, sans-serif;
		text-transform: uppercase;
		line-height: 1.3em;
        color: yellow;
        padding-left: 0px;
		margin: 0 0 5px 0;
		}

h2 a:hover {
    color: red;
}

p {
		font-size: 105%;
		margin-bottom: 10px;
}

.twoColumnPage #sidebar, .threeColumnPage #sidebar {
		font-size: 92%;
		}
		
		
.threeColumnPage #extraColumn h1 {
		font-size: 77%;
		}
		
.threeColumnPage #extraColumn p {
		font-size: 84%;
		}

#ft p {
		margin-bottom: 0;
		}
		
#ft a, a {
    color: yellow;
    text-decoration: none;
}

#ft a:hover, a:hover {
    color: red;
    text-decoration: none;
}

.back-link
{
    text-align: right;
    margin:  0 0 0px 0px;
    padding: 5px 10px 0px 10px;
    clear: both;
}

/* Photo Gallery items */
.photo-thumbnail {
	padding: 0px 4px 0px 10px;
	margin: 0px;
	width:170px;
	height:220px;
    float: left;
}
.photo-thumbnail a:link{
	color: #7B7B6B;
	text-decoration: none;
}
.photo-thumbnail a:visited{
	color: #7B7B6B;
	text-decoration: none;
}
.photo-thumbnail a:hover{
	text-decoration: none;
	color: #D4D1B9;
}
.photo-thumbnail p{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 6px;
	padding-top: 2px;
	font-size: 11px;
	margin-right: 6px;
}
.photo-thumbnail img{
	margin-bottom: 4px;
	margin-right: 4px;
	border: 2px solid #C26C1F;
	vertical-align: top;
	margin-top: 2px;
	float: left;
}


/* iTunes like music boxes */
#music-wrapper {
		margin: 0;
		background: #000000;
		padding: 0px;
		width: 100%;
}

#music-header, #music-footer {
		margin: 0;
		background: #000000;
		padding: 0px;
		width: 100%;
		height: 20px;
}

#music-header {
    background:#000000 url(../siteimages/c-top.png) repeat-x bottom;
}

#music-footer {
    background:#000000 url(../siteimages/c-bottom.png) repeat-x left top;
}

#music-tl, #music-bl, #music-tr, #music-br {
        width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		background: #dddddd;
}

#music-tl, #music-bl {
		float: left;
}

#music-tr, #music-br {
		float: right;
}

#music-tl {
    background:#000000 url(../siteimages/c-top-left.png) no-repeat right bottom;
}

#music-tr {
    background:#000000 url(../siteimages/c-top-right.png) no-repeat left bottom;
}

#music-bl {
    background:#000000 url(../siteimages/c-bottom-left.png) no-repeat right top;
}

#music-br {
    background:#000000 url(../siteimages/c-bottom-right.png) no-repeat left top;
}

.text-panel
{
    margin: 0 0 15px 0;
    padding:0;
}

.display-text-block {
        background:#333333;
		text-align: left;
		margin: 2px 0 6px 0;
		padding: 5px 10px 5px 5px;
		font-size: 90%;
}

.cloud_wrapper {
		margin: 0px;
		padding: 10px;
		clear: both;
		background: #111111;
        background-image: url(../siteimages/tagcloud.png);
		}

.tag_cloud_xx_small,.tag_cloud_x_small,.tag_cloud_small,.tag_cloud_medium,.tag_cloud_large,.tag_cloud_x_large,.tag_cloud_xx_large 
{
	font: small Verdana, Arial, sans-serif;
    color: #ffffff;
    margin:5px 10px 5px 0px;
    clear:none;
}

.tag_cloud_xx_small
{
    font-size: 70%;
}

.tag_cloud_x_small
{
    font-size: 80%;
}

.tag_cloud_small
{
    font-size: 90%;
}

.tag_cloud_medium
{
    font-size: 100%;
}

.tag_cloud_large
{
    font-size: 120%;
}

.tag_cloud_x_large
{
    font-size: 140%;
}

.tag_cloud_xx_large 
{
    font-size: 160%;
}


/* Tabber elements */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:2px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li
{
    list-style: none;
    margin: 0;
    padding:0 3px 0 0px;
    display: inline;
    background:url("../siteimages/blank.gif") no-repeat 0 0;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 ORIGborder-bottom: 1px solid #fff;
 border-bottom: 0px;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 ORIGborder-bottom: 1px solid white;
 border-bottom: 0px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 ORIGpadding:5px;
 ORIGborder:1px solid #aaa;
 padding:0px;
 border:0px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.crew-photo
{
    float:left;
    clear:none;
    margin:0px 10px 10px 0px;
}

#footer 
{
    color:white;
    font-size:70%;
}

#footer a, #footer a:visited
{
    color:white;
    text-decoration:none;
}

#footer .copyright
{
    float:left;
}

#footer .links
{
    float:right;
}


