body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	background: #05cffa;
	color: #34455c;
	margin: 0;
}

a {
	color: #1364d1;
}

p {
	line-height: 15px;
	margin: 0 0 10px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #A52A2A;
	margin: 0;
}

h2 {
	font-size: 18px;
	margin: 15px 0 5px;
}

h4 {
	font-size: 14px;
	margin: 0;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header {
	text-align: center;
}
#container {
	width: 900px;
	margin: 10px auto;
	text-align: left;
}

#content {
	width: 100%;
	padding: 0 0 25px;
}
#innerContent {
	margin: 0 0 0 205px;
	width: 480px;
	padding: 20px 0 0;
}
#innerContent2col {
	width: 480px;
	padding: 20px 0 0;
}
#innerContentFull {
	padding: 20px 0 0;
}

#sideBarLeft {
	float: left;
	width: 195px;
	text-align: center;
}

#sideBarRight {
	float: right;
	width: 195px;
	text-align: center;
}
#sideBarRight2col {
	float: right;
	width: 320px;
	text-align: left;
	margin: 20px 0 0;
	padding: 0 0 0 24px;
	border-left: 1px solid #FFC000;
}
#sideBarRight2col h1, #sideBarRight2col strong {
	color: #A52A2A;
}
#sideBarRight2col h1 {
	margin: 0 0 15px;
}
#sideBarLeft a img, #sideBarRight a img {
	border: none;
}

/****************************************************
Home page
*******************************************************/
#homeTL a, #homeTR a, #homeML a, #homeMR a {
	width: 225px;
	height: 50px;
	line-height: 50px;
	background: #ED1C24;
	border: 4px solid #FFC000;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #FFC000;
	text-transform: uppercase;
	font-weight: bold;
}
#homeTL a:hover, #homeTR a:hover, #homeML a:hover, #homeMR a:hover, #homeBL a:hover, #homeBR a:hover, #homeBMid a:hover {
	background: #fb3b42;
	color: #ffea00;
}

#homeTL, #homeTR {
	margin: 61px 0 238px;
}	
#homeMid {
	margin: 0 0 8px;
}
#homeBL a, #homeBR a, #homeBMid a {
	height: 50px;
	line-height: 50px;
	background: #ED1C24;
	border: 4px solid #FFC000;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #FFC000;
	text-transform: uppercase;
	font-weight: bold;
}
#homeBL, #homeBR {
	width: 130px;
}
#homeBMid {
	width: 550px;
}

.homeContent {
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0;
}

/****************************************************
Pop ups
*******************************************************/

#popupContent {
	text-align: center;
	font-weight: bold;
}
/****************************************************
Comedy Page
*******************************************************/
.thumbs img {
	border: 1px solid #FFC000;
	margin: 0 0 5px 0;
}
.label, .labelMiddle {
	float: left;
	width: 102px;
	font-size: 11px;
	text-align: center;
	color: #A52A2A;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.thumbs {
	margin: 25px 0 0;
	padding: 25px 0 0;
	border-top: 1px solid #FFC000;
}
.thumbs img.middle, .labelMiddle {
	margin: 0 7px 5px;
}

form.subscribe label {
	width: 35px;
	display: block;
	float: left;
	padding: 0 5px 0 0;
	height: 24px;
	line-height: 24px;
}
form.subscribe input.text {
	width: 150px;
	border: none;
	height: 20px;
	line-height: 20px;
	margin: 0 0 2px;
}

input.button {
	float: right;
	text-decoration:none; 
	text-align: center;
	padding: 2px 2px 1px; 
	margin: 0 15px 0 0;
	color:#FFC000; 
	border:1px solid #FFC000; 
	background:#ED1C24;  
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}

.invalid, .error, .errors, .required {
	color: #CC0000;
}

/****************************************************
sitemap
*******************************************************/
li.sitemap {
	color: #A52A2A;
}
li.sitemap a {
	text-transform:lowercase;
}
li.sitemap a p {
	text-decoration: underline;
}
li.sitemap a p:first-letter {
	text-transform: uppercase;
}

/****************************************************
Footer
*******************************************************/
#footer {
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #FFC000;
	padding: 10px 0 0;
}

a.bradelaide {
	color: #04a7ca;
	text-decoration: none;
}
a.bradelaide:hover {
	color: #34455c;
}