/*
 Screen style    
 Site: Justice
*/
body {
 background: #000;
 color: #929496;
 font-size: 75%;
 padding: 45px 0 55px 0;
 text-align: center;
}

a {
 color: #929496;
}

#wrapper {
 margin: 0 auto;
 text-align: left;
 width: 829px;
}

/*
=Logo
*/
#logo {
 float: left;
 font-size: 1em;
 height: 62px;
 margin: 0 0 28px 0;
 overflow: hidden;
 position: relative;
 width: 187px;
}

#logo span {
 background: url(../images/logo.png) no-repeat;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
 cursor: pointer;
}

/*
=Navigation
*/
#nav {
	float: right;
	list-style: none;
	margin: 45px 0 25px 0;
	position: relative;
	width: 615px;
}

#nav li {
 background: url(../images/delimiter.gif) 0 40% no-repeat;
 float: left;
 margin: 0;
 padding: 0 2px 0 4px;
}

#nav li.first {
 background: none;
}

#nav a {
 color: #fff;
 display: block;
 font-size: 0.92em;
 font-weight: bold;
 line-height: 1.3;
 padding: 2px 6px 8px 6px;
 text-decoration: none;
 text-transform: uppercase;
}

#nav a:hover {
 color: #F5E4AE;
}

#nav .current a {
 background: #666;
}

/* Secondary navigation */
#nav ul {
 left: 6px;
 margin: 0;
 position: absolute;
 z-index: 1;
}

#nav .current.right ul {
 left: auto;
 right: 2px;
}

#nav li li a {
 padding: 4px;
}

#nav li li {
 background: none;
 display: inline;
 list-style: none;
 padding: 0;
}

/*
=Content
*/
#content {
 clear: both;
 float: right;
 font-family: Arial, "Myriad Pro", Geneva, lucida, sans-serif;
 padding: 20px 0 60px 0;
 width: 538px;
}

.home #content {
 float: none;
 font-family: Verdana, Geneva, lucida, sans-serif;
 padding-top: 0;
 width: auto;
}

#flash {
 clear: both;
 height: 296px;
 margin: 0 0 30px 0;
 width: 829px;
 border: solid #333333 1px;
}

.intro {
 font-size: 1.08em;
 line-height: 1.7;
}

.intro strong {
 color: #F5E4AE;
 text-transform: uppercase;
}

.intro em {
 color: #F5E4AE;
 font-style: normal;
}

.imgborder {
	border: solid 1px #ffffff;
}

h2 {
	color: #333333;
	font-size: 3.25em;
	line-height: 1em;
}

h3 {
 color: #fff;
}

h4 {
	color: #F5E4AE;
	font-weight: bold;
	line-height: 1.25em;
	font-size: 1.45em;
}

h5 {
	color: #999999;
	font-size: 11px;
	font-variant: small-caps;
	text-transform: lowercase;
	line-height: 1.0em;
	padding-bottom: 0.45em;
}


.date, .info {
 color: #fff;
}

.exception {
	font-size: 24px;
	color: #FFFFFF;
}

/*
=Sidebar
*/
#sidebar {
 float: none;
 padding: 75px 0 60px 0;
 width: 257px;
}

#sidebar .artist {
	color: #666;
	font-size: 0.83em;
	margin: 8px 0;
	text-transform: uppercase;
	margin-bottom: 5em;
}

/*
=Footer
*/
#footer {
 clear: both;
 font-size: 0.83em;
 margin: 0;
 text-transform: uppercase;
}

#footer a {
 margin: 0 2px;
 text-decoration: none;
}

#footer a.first {
 margin-left: 0;
}

#footer a:hover {
 color: #F5E4AE;
}
