@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

/********************************
	basic crap...
********************************/

body {
	background: black;
	height: 100%;
}

#container {
	background: black url(../img/body_bg.jpg) top center no-repeat;
	min-height:600px;
	height:auto !important;
	height:600px;
}

#header {
	background: url(../img/top_logo.jpg) center no-repeat;
	height: 128px;
}

#navbar {
	background: url(../img/navbar_bg.jpg) center no-repeat;
	height: 36px;
}

#content {
	background: url(../img/contentbg.jpg) top no-repeat;
	background-color: #1c0a1c;
	min-height:200px;
	height:auto !important;
	height:200px;
}

#footer {
	background: url(../img/footer.jpg) center no-repeat;
	height: 19px;
	border-bottom: 1px black solid;
	border-top: 1px black solid;
}

div#show {
	min-height:150px;
	height:auto !important;
	height:150px;
	border-top: 1px solid black;
}

.blue1 {
	background: black url(../img/blue_random/1.jpg) top no-repeat;
}
.orange1 {
	background: black url(../img/orange_random/1.jpg) top no-repeat;
	padding-left: 55px;
	padding-right: 0px;
}
.blue2 {
	background: black url(../img/blue_random/2.jpg) top no-repeat;
}
.orange2 {
	background: black url(../img/orange_random/2.jpg) top no-repeat;
	padding-left: 55px;
}
.blue3 {
	background: black url(../img/blue_random/3.jpg) top no-repeat;
}
.orange3 {
	background: black url(../img/orange_random/3.jpg) top no-repeat;
	padding-left: 55px;
}
.blue4 {
	background: black url(../img/blue_random/4.jpg) top no-repeat;
}
.orange4 {
	background: black url(../img/orange_random/4.jpg) top no-repeat;
	padding-left: 55px;
}

.orange1 p,
.orange2 p,
.orange3 p,
.orange4 p {
	padding-right: 0;
}


/********************************
	text, lists, etc...
********************************/

body{
	color: white;
	text-align: left;
	font-size: 10px;
}

#header h1{
	display: none;
}

#navbar {
	font-family: Georgia, "Times New Roman", "Trebuchet MS";
	font-size: 1.5em;
	margin: 0;

}

#navbar ul{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navbar li{
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0;
}

#navbar li a{
	line-height: 1.8em;
	display: block;
	text-decoration: none;
	padding: .25em 1em .3em 1em;
	color: #fff;
}

#navbar li a:hover{
	color: #bbb;
	background: url(../img/navbar_hover.jpg) black;
	border-bottom: 1px solid #bbb;
	padding-bottom: .2em;
}

#footer p {
	font-family:"Trebuchet MS", helvetica, arial;
	font-size: 1em;
	color: #aaa;
	padding: .1em .2em .2em 10px;
	margin: 0;
}

#footer a {
	text-decoration: none;
	color: #ddd;
}

#footer a:hover {
	background: #aaa;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 1em;
	margin-bottom: 8px;
}

h1 {
	border-bottom: 1px dotted #421242;
}

p {
	font-size: 1.2em;
	padding: 0 1em;
}

p:last-child {
  padding-bottom: 16px;
	margin-bottom: 0;
}

#content a {
  text-decoration: none;
	border-bottom: 1px solid #592059;
	color: #cdabcd;
}

#content a:hover {
  background-color: #ccc;
	color: #222;
}

div#show.orange1 p, div#show.orange2 p, div#show.orange3 p{
	text-align: right;
}

div#show p {
	display: block;
	margin-bottom: .4em;
	padding-left: 0;
}

div#show {
	text-align: left;
}

.show_title {
	font-size: 2.2em;
	line-height: 1.6em
}

.show_bylines {
	color: #ccc;
	font-size: .9em;
	text-transform: uppercase;
	line-height: .9em
}

.show_quote {
	margin-bottom: 0em;
}

.show_quotesource {
	font-size: .9em;
	font-style: italic;
}

#content ul li {
  font-size: 12px;
}

a.hide {
  display: none;
}

#content ul:last-child {
  margin-bottom: 0;
	padding-bottom: 16px;
}
/************
	gallery
************/

#viewer{
	padding-left: 40px;
	height: 400px;
	width: 540px;
}