/* Basic styling */

body {
	background-image: url(img/footer_photo.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #333;
	background-color: #403C47;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 397px;
	min-width: 600px;
}


#page {
	background-image: url(img/background_tile.jpg);
	background-position: center bottom;
	background-repeat: repeat-y;
}

a {
	text-decoration: none;
	color: #0066FF;
}

.content a:focus, .content a:hover {
	color: #1140F2;
	text-decoration: underline;
}


h1, h2 {
	color: #FFFF00;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

h1 {font-size: 4em;}

h2 {
	margin: 0px;
	background: #333333;
	padding: 4px 10px;
	font-size: 36pt;
}

h2.smaller {font-size: 28pt;}
h2.supersmaller {font-size: 18pt;}

h2.standalone {margin-bottom: 0;}
h2 a {color: #FFFF00;}
h2 a:hover, h2 a:focus {
	color: #00FFFF;
}

h3 {color: #333;
	font-size: 122%;
	font-weight: bold;
	margin: .7em 0 .7em 0;
}


p {
	margin: 0 0 .8em 0;
	line-height: 1.2;
}

dl {margin: 0 0 .7em 0;}


/* Specific sections */

#header {
	padding: 30px 0 20px 0;
}

#header h1 a {
	background-image: url(img/header-trans8.png);
	_background-image: url(img/header-trans8.png);
	height: 65px;
	width: 845px;
	display: block;
	margin:0 auto;
}


#header ul#nav {
	text-transform: uppercase;
	font-size: 107%;
	color: #666;
	display: block;
	list-style-type: none;
	margin: 10px 0;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 136%;
	font-weight: bold;
	color: #FFF;
}

#nav li a {
	color: #00FFFF;
}

#nav li a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.topbox {
	margin-bottom: 10px;
}

.content {
	background-color: #FFFFCE;
/*   background-color: white; */
	padding: 8px 12px 2px 12px;
	margin-bottom: 10px;
}

.no_bottom {
	margin-bottom: 0;
}


.more_top {
	margin-top: 10px;
}

.news object {
	margin: 15px 0;
	clear: both;
	display:block;
}

p.date {
	font-weight: bold;
	font-size: 114%;
}




/* Twitter */

/*
#twitter {
  min-height:130px;
  height:auto !important;
  height:130px;
}
*/
.tweet {padding: .3em 0;}
.tweet p {margin: 0;}
.twitters {font-size: 152%;}
.tweet p.tweet_date {margin: 0 0 3px 0;}

/* Columns of links */

.minilist {
padding: 0;
margin: 5px 0 0px 0;
float: left;
width: 50%;
clear:none;
}

.minilist img {
padding: 0 5px 0 0;
}

.minilist a {
padding: 0;
}

.minilist dl {
clear:both;
}

.minilist dt {
float:left;
margin: 0;
padding: 0;
}

.minilist dd {
clear: none;
margin: 0;
padding: 0;
font-weight: bold;
}

/* Updates - Home */

#updates div {padding: 4px 0 6px;}


/* About page */

#about {
	padding-right: 60px;
}

#about h3 {
	margin-top: 1.4em;
}

#about h3.top {
	margin-top: .7em;
}

#about li {
	list-style: none;
}

#about .photos {
	margin: .7em 10px .7em 0;
	padding-right: 10px;
	float: left;
	width: 250px;
}

#about .photos img {
	float: left;
	clear: both;
	padding-bottom: 5px;
}

#about .photos img.first_photo {
	margin-bottom: 1em;
}

#about .photos p {
	margin-bottom: 1em;
}


/* Video page */

#videos h2 {
	width: 460px;
	margin-top: 20px;
}

#videos p {
  background-color: #ffff00;
  padding: 10px;
  width: 460px;
}


/* Neat tricks */

.imgreplace {
  display:-moz-inline-box;
  display:inline-block;
  background:transparent none 0 0 no-repeat;
  text-indent:-3000px;
  font:0/0 Arial;
  overflow:hidden;
  color:rgba(255,255,255,0);
  vertical-align:bottom;
}


/* To handle CSS bugs */

.clearfix {
/*	clear:both;
*/}
/* For agents that support the pseudo-element selector syntax */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Forces hasLayout for IE. This fixes the usual gamut of peekaboo bugs. */
.clearfix, .unit {
	zoom: 1;
}




/* Music page */
.album_covers div {margin-bottom: 20px;}


