/* AUTHOR ~ 356-13-7394
--------------------------------------------
COLOR
      color #1 - #740609
	  color #2 - #990000
	  color #3 - #000066
	  color #4 - #FFFF99
	  color #5 - #FFFF66
	  color #6 - #FFFF00
	  
--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #740609;
	margin: 0px;
	padding: 0px;
}

/************************~STRUCTURE~***********************/

/* the main div that controls the width of all content */
div.wrapper {
	margin: auto;
	width: 820px;
	border-top: 0px;
	border: 3px solid #990000;
}

/* the div that holds the header images */
div.header {
    background: white;
    text-align: center;
}

/* the div that holds the content (episodes) */
div.content {
    width:820px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: repeat-y center;
}

.contentFoot {
	height: 146px;
	width: 820px;
	background-color: #220707;
	font-size: 12px;
	color: #FFFF66;
}

.contentFootLeft {
	height: 146px;
	width: 580px;
	float:left;
	padding:5px;
}

.contentFootRight {
	width: 217px;
	float:right;
	padding:5px;
}

.playTrailerButton {
    padding-bottom:5px;
}

.joinButton {
    padding-top:5px;
}

.thumb {
    float:left;
}

/* the div that holds the MEMBERS/JOIN/SEEMORE link images at the bottom */
div.bottomLinks {
    text-align: center;
    width: 100%;
}

/* the div that holds the standard text at the very bottom */
div.footer {
    text-align: center;
    padding: 10px;
}

div#seo_footer {
    font:11px Arial, Helvetica, sans-serif;
    margin: auto;
    width: 600px;
    color: white;
    text-align: center;
}

/************************~IMAGES~***********************/

/* removes borders from all links and images */
img, a {
    border: 0px none;                                                                                               
}

/* the image at the very top of the page */
img.topHeader {
    width: 50px;
    height: 50px;
}

/* the large image right below the topHeader */
img.mainHeader {
  
}

/* the image/link at the bottom to get to the members site */
img.members {
  
}

/* the image/link at the bottom that goes to the join page */
img.joinNow {
  
}

/* the image/link at the bottom to go to the next tour page */
img.seemore {
  
}

/*************************~TEXT*********************************/

.name {
	font-size:16px;
	color: #FFFF99;
	border: 0px;
	border-bottom: 1px solid #FFFF33;
}

.txtsmall {
	font-size: 10px;
	color: #FFFF00;
}

/**********************~LINKS**************************************/

.linksmall {
    font-style:normal
}

a:link, a:visited {
	color: #FFFF00;
	text-decoration: underline;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}
