
/* welcome to the Yellow Earth Theatre Calendar of Events style sheet */

/* change background color of body here */

body{
	margin-top: 0px; 
	margin-left: 0px;	
	background-color: #FFDEB7;
}

/* change font style of body here */

body, td, th, p, div {

	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-size: 11px;
	color:#FFDEB7;
	line-height: 1.6
	
}

.generaltextheavy {

	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-size: 11px;
	font-weight: bold;
	color:#FFDEB7;
	line-height: 1.6
	
}

/* change background colours here */

.orangeback {
     background-color: #E76B29;
}

.burgundyback {
     background-color: #7B2929;
}

/* change overall link style here */

A:link { 
	color: #FFDEB7;
	font-weight: bold;
	text-decoration: underline;
}


A:visited { 
	color: #FFDEB7;
}

A:active { 
	color: #FFDEB7;
}

A:hover {    
	color: #FFFFFF;
}

/* Styles for overview */

.header {

	font-style: normal;
	font-weight: bold;
	
}

.pastevents {

	color:#E76B29;
	
}

.pasteventsheavy {

	color:#E76B29;
	font-weight: bold;
		
}

.burgundypasteventsheavy {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #7B2929;	
}
.pastevents a:link{

	font-weight: normal; 
	font-size: 11px;
	color:#E76B29;
	text-decoration: underline;
}

.pastevents a:active {  
 	    color: #FFDEB7;
}
.pastevents a:hover {  
 	    color: #FFDEB7;
}

.pasteventsheavy a:link{

	font-weight: bold; 
	font-size: 11px;
	color:#E76B29;
	text-decoration: underline;
	
}

.pasteventsheavy a:active {  
 	    color: #FFDEB7;
}
.pasteventsheavy a:hover {  
 	    color: #FFFFFF;
}
.pasteventsheavy a:visited {  
 	    color: #E76B29;
}

.currentevents {

	color:#FFDEB7;
	
}

.currentevents a:link{

	font-weight: normal; 
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: underline;
	
}

.currentevents a:active {  
 	    color: #FFFFFF;
}
.currentevents a:hover {  
 	    color: #FFFFFF;
}

.currenteventsheavy {

	color:#FFFFFF;
	font-weight: bold;
		
}

.currenteventsheavy a:link{

	font-weight: bold; 
	font-size: 11px;
	color:#FFDEB7;
	text-decoration: underline;
	
}

.currenteventsheavy a:active {  
 	    color: #FFDEB7;
}
.currenteventsheavy a:hover {  
 	    color: #FFFFFF;
}
.currenteventsheavy a:visited {  
 	    color: #FFDEB7;
}

/* Styles for detailed view */

/* Use currentevents / heavy for event title */

/* Use general styles for main text */


.eventstatus {
	color:#E76B29;
	font-weight: bold;
}

.eventstatussingle {
	color:#7B2929;
	font-weight: bold;
}


/* Footer stuff - change color and style of text input boxes here */

.footer {

	font-weight: bold;
	font-size: 10px;
	color:#7B2929;
	line-height: 1.6
	
}

.textbox {

	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: #7B2929 solid 1px;
	background-color: #FFFFFF;
	font-size: 10px;
	color:#7B2929;

}
  
/* change color and style of submit button here */
   
.formsubmit {  
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color : #ffffff; 
	border-style:0;
	border:1px #7B2929 solid;
	font-size: 10px; 
	color: #7B2929; 
   }
   
.formsubmit a:link {  
	    font-family: Arial, Helvetica, Verdana, sans-serif;
	    font-size: 10;
	    font-style: normal; 
	    font-weight: bold;
 	    color: #666699;

}

.formsubmit a:active {  
 	    color: #666666;
}
.formsubmit a:hover {  
 	    color: #000000;
}
