/*Walter Trout CSS*/

/*Basic Setup*/

body { 
	background-image: url(images/bg.jpg);
	margin: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #373125;
}

.red {
	color: #933423;
}

#redlesspad {
	color: #933423;
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0px;
}

.brown {
	color: #373125;
}

#brownlesspad {
	color: #373125;
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0px;
}

.redlink {
	font-size: 14px;
	font-style: italic;
}

.smalllink {
	font-size: 12px;
}

.linklook {
	font-size: 14px;
}

.blue {
	color: #006699;
}

object {
	border: 10px solid #FFFFFF;
	clear: both;
}

h1 {
	font-size: 28px;
}

#friendspace {
	border: 1px solid #373125;
}

.bandrightpics {
	border: 10px solid black;
	width: 150px;
}

label{
	width: 50px;
	float:left;
	text-align:left;
	margin-right:5px;
	font-weight: bold;
}

hr {
	border: none 0; 
	border-top: 1px dashed #000;/*the border*/
	height: 1px;
	width: 100%;
}

#newscontent h2 {
	padding-bottom: 5px;
	margin-bottom: 0px;
}

/*Main Sections*/
#maindiv {
	width: 986px;
	margin: auto;
}

#header {
	width: 986px;
	height: 216px;
	background-image: url('images/headertop.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#toplinkscontainer {
	width: 100%;
	overflow: auto;
}

#gohome {
	width: 300px;
	height: 165px;
	cursor: pointer;
	float: left;
}

#addlinks {
	width: 400px;
	height: 28px;
	float: left;
	margin-left: 75px;
	margin-top: 10px;
	text-align: right;
	font-size: 22px;
	color: #373125;
	font-weight: bold;
}

#addlinks h1 {
	margin: 0px;
	padding: 0px;
	color: white;
}

#addlinks a {
	color: #373125;
	text-decoration: none;
}

#addlinks a:hover {
	color: #933423;
}

#mailist {
	padding: 10px;
	border: 1px solid black;
	width: 280px;
	float: right;
	margin-top: 10px;
	background-color: #933423;
	text-align: center;
}

#navigation {
	padding-top: 5px;
	font-size: 18px;
	color: #373125;
	padding-left: 45px;
	font-weight: bold;
}

#navigation a {
	text-decoration: none;
	color: #933423;
}

#navigation a:hover {
	color: #373125;
}

#contentarea {
	width: 986px;
	overflow: auto;
	background-image: url('images/contentbg.png');
	background-position: top left;
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#largeside {
	float: left;
	width: 555px;
	padding-left: 40px;
	padding-right: 20px;
	text-align: justify;
	border-right: 3px solid #5a3e10;
}

#largeside a {
	color: #933423;
}

#largeside a:hover {
	color: #006699;
}


#newscontent {
	width: 100%;
	overflow: auto;
}

#newscontent img {
	padding: 5px;
	padding-top: 20px;
}

#smallside {
	float: right;
	width: 308px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 18px;
	text-align: center;
}

#smallside a {
	color: #373125;
	text-decoration: none;
}

#smallside a:hover {
	color: #933423;
	background-color: #ECECEC; 
}

.years a{
	padding: 5px;
	line-height: 34px;
	border: 1px solid #999999;
	background-color: white;
	text-decoration: none;
}

#footer {
	background-image: url('images/footer.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 906px;
	height: 81px;
	padding-left: 40px;
	padding-right: 40px;
}

#footercontent {
	font-size: 14px;
	text-align: center;
	border-top: 3px solid #373125;
	padding-top: 10px;
	height: 77px;
}

.button {
	border: 1px solid #000000;
	background-color: #373125;
	color: white;
	cursor: pointer;
}

.formtext {
	background-color: #373125;
	color: white;
	border: 1px solid white;
	font-size: 16px;
	
}

.padleft {
	margin-left: 10px;
	border: 10px solid black;
}

.padright {
	margin-right: 10px;
	border: 10px solid black;
}

#displaybasics {
	text-align: left;
}

#displaybasics img {
	width: 200px;
}

/*JQuery Scroller Styling*/

.next, .prev{
	cursor:pointer;
}

#slideshow{
	overflow:hidden;
	width:435px;
	float: left;
}

#slideshow ul{
	width:100000px;
	padding:0;
	margin:0;
	list-style:none;	
}

#slideshow li{
	float:left;
	margin:0 16px;
	cursor:pointer;
	padding:0;
	margin:0;
	list-style:none;	
}

#slideshow img {
	padding: 10px;
	width: 125px;
	height: 125px;
}

#screen2{
	width:100%;
	background-image: url('../style/images/screen2bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	overflow: auto;
}

#screen2 #buttons{
	margin-bottom:5px;
	width:60px;
	height: 149px;
	float: left;
}

#screen2 #buttons img{
	padding-top: 40px;
	padding-bottom: 30px;
}

/*Styles for discography*/

#tracks {
	width: 540px;
	overflow: auto;
	float: right;
	padding-left: 10px;
	font-size: 16px;
}

#cddisplay {
	width: 300px;
	overflow: auto;
	float: left;
}

#tracks h1 {
	color: #660000;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}

#discographypage {
	float: left;
	width: 860px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: justify;
}

#discographypage a {
	color: #006699;
}

#discographypage a:hover {
	color: #933423;
}

#displaydiscography {
	text-align: left;
	font-size: 14px;
}

#displaydiscography img {
	width: 250px;
	border: 20px solid black;
}

#subnav {
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
}

.selected {
	color: #660000;
	font-size: 22px;
}

/*News photos*/

#photoscontainer .main{
	max-width: 350px;
}

#photoscontainer .secondary {
	max-width: 175px;
	clear: none;
}

.feed {
  margin-left: 1px;
  padding: 0 0 0 15px;
  background: url("images/rss.png") no-repeat 0 50%;
}

/*Media Page*/

#photographs img {
	width: 75px;
	height: 75px;
	padding: 5px;
	padding-bottom: 20px;
	background-color: white;
	border: 1px solid;
	border-right-color: #373125;
	border-bottom-color: #373125;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 3px;
}

/* New EPK */

div#leftepk {
	width: 500px;
	float: left;
}

div#rightepk {
	width: 300px;
	float: right;
}

div.leftbox, div.rightbox {
	/*background-color: #FFFFFF;
	background: url('images/newepkbg.png');*/
	border: 3px solid #373125;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
}

div.leftbox {
	float: left;
	width: 500px;
}

div.rightbox {
	float: right;
	width: 300px;
	text-align: left;
}

div.leftbox h3, div.rightbox h3 {
	padding: 0px;
	margin: 0px;
}

div.rightbox #photographs img {
	padding-bottom: 5px;
	border-color: #CCC;
}

div.rightbox #photographs img:hover {
	background-color: #ECECEC;
}