* {
	margin: 0;
	padding: 0;
}

body {
	font-size:.8em;
	font-family: Helvetica, sans-serif;
	background:#f7c765;
}

a {
	color:black;
}

a:hover {
	color:#dd5f22;
}

h1, h2, h3{
	color:#C82222;
}

label {
	
	font-size:1.3em;
}

p{
	padding:10px;
}

#content{
	font-size:1em;
	width:80%;
	border:none;
	border-color:blue;
	margin:10px 0px 0px 0px;
	float:left;
}
#page_list {
	text-align:center;
}

#page_list table{
	margin:10px auto;
	width:300px;
	
}
#page_list th, td {
	text-align:left;
}



#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 0px 0;
  font-size:1.4em;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

.fieldWithErrors {
  display: inline;
}


div#page-wrap {
	border:none;
	border-color:red;
	width:1000px;
	margin: 10px auto;
	
}

img {
	border:none;
	margin:0px;
	
}

#frontPageBox p {
	text-indent:40px;
}
#logo{
	float:left;
	width:263px;
	height:195px;
}
#home_page_nav {
	width:975px;
	float: left;
	margin: 10px auto 0px;
	
}

#home_page_nav img {
	float:left;
	border-style:none;
	margin: 0px 0px 15px 0px;
}

#frontPageBox{
	font-size:1.5em;
	font-family: georgia, serif;
	width:320px;
	height:255px;
	position:relative;
	float:left;


	
}

.box {
	border:solid;
	border-color:#dd5f22;
	padding:0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;


	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

	margin: 0 0 0 10px;
	
}

.fullRound {
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}


#showsList {
	width:290px;
	
	float:left;
	
	
	
}

#scheduleContainer {
	margin: 10px 0px 0px 0px;
	font-size:15px;
}

#scheduleContainer table {
	width:500px;
	
}

#player {
	height:432px;
	width:570px;
	
}
.showPlayer {
	
	width:600px;
	
}

#randomPlayer {
	float:left;
	width:320px;
	height:240px
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}
#randomShowInfo {
	text-align:left;
	width:145px;
	height:240px;
	float:left;
	border:none;
	background-color:#dd5f22;
	color:white;
	padding:0px;
}

.detailShowInfo {
	text-align:left;
	width:280px;
	height:240px;
	float:left;
	border:none;
	background-color:#dd5f22;
	color:white;
	padding:0px;
	
}


.innerContainer {
	height:230px	;
	padding: 0px 5px 0px 5px;
	overflow:auto;
}
.boxHeader {
	background-color:#dd5f22;
	color:white;
	padding:10px
}

.seriesList {
	width:465px;
	height:200px;
	overflow:auto;
	margin:0px 0px 10px 10px;
	line-height:50%;
	
}

.seriesList a {
	display:block;
	font-size:130%;
	margin:5px 0 3px 2px;
	line-height:20%;
}

#showsList hr {
	border:0;
	color:#dd5f22;
	background-color:#dd5f22;
	height:3px;
}

#showsList h3 {
	margin:5px 0 0 5px;
}

#frontPageBox h1{
	font-size:30px;
	color:#dd5f22;
	text-align:center;
	margin:5px auto;
}

.eventContent {
	float:left;
	width:50%	;
	font-size:1.2em;
}
.eventDetails {
	float:left;
	width:20%;
	height:166px;
}

.eventImage {
	float:left;
}

#commentsContainer {
	float:left;
	margin:10px 10px 10px 10px;
	width:600px;
}

.newComment {
	margin: 15px 10px 10px 10px;
}
#footer{
	
	color:white;
	margin:0px;
	background-color:black;
	background-image: url(../images/footer_transition_gradient.jpg);
	background-repeat: repeat-x;
}


#footerQuickLinks, #footerOutgoingLinks, #SearchLogin{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:1em;
	float:left;
	margin:60px;
	height:250px;
}

#footer div h3 {
	color:white;
	font-size:2em;
}

.support p, .community p, .watch p, .make p{
	font-size:15px;
}

.support ul, .community ul, .watch ul, .make ul {
	list-style-type:none;
	text-decoration:none;
}

.support a, .community a, .watch a, .make a{
	font-size:12px;
}

#footer a {
	color:white;
	text-decoration:none;
}

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


div.overlay {
	padding:40px;	
	width:576px;
	height:450px;
	display:none;
	background-image:url(/images/white.png);
	z-index:1000;
	position:fixed;
	left:200px;
	top:25px;
}



div.close {
	background:url(/images/close.png) no-repeat;
	position:absolute;
	display:none;
	top:10px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
	
}

div.overlay a {
	height:450px;
	display:block;
}

#mask {
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
	background-color:#dd5f22;
	z-index:900;
	display:block;
	opacity: .5;
	
}

#footerOutgoingLinks img {
	margin:10px 10px 0px 0px;
}

#footerOutgoingLinks ul{
	list-style:none;
	
}

#footerQuickLinks ul {
	list-style:none;
}

#footerOutgoingLinks a {
	text-decoration:none;
	color:white;
	display:block;
	vertical-align:top;
	margin: 0px 0px 5px 0px;
	
}

.footerLink {
	top:0px;
	right:0px;
	
}

#footerOutgoingLinks li {
	
	font-size:20px;
	
}

#footerQuickLinks li {
	font-size:20px;
	margin: 5px 0 0 10px;
}

.ScheduleTime {
	width:100px;
}

.creativeCommon {
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	color:white;
	vertical-align:middle;
	font-size:15px;
	background-color:black;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	overflow:hidden;
}
