/*
Start Global Settings
*/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background: #365b77; 
  font-size: 13px;
  margin: 0 auto; /* center the site design */
  width: 885px;
  color:#000000;
}

p {
	margin-left: 10px;
	margin-top: 0;
	margin-bottom:0;
}

a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
a:active{
	color:#000000;
	text-decoration:none;
}

#header {
  margin: 0;
  width: 885px;
  height: 226px;
}

#main {  
  background: #FFFFFF;	
  width: 760px;
  margin-left: 51px;
}

#leftside, #rightside {
   padding: 5px;
   margin: 0;
}

#leftside {
  width:490px;
  float: left;
}

#rightside {
  width:240px;
  float: right;
}

/* the following clears the floats for the left and right columns
http://www.positioniseverything.net/easyclearing.html
Click the link above to understand this technique
   DO NOT MODIFY */
#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer {
	background-color:#000000;
	width: 760px;
  	margin-left: 51px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
}

#footer_bottom {
	margin-left:51px;
	width: 760px;
	height: 94px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

.logo {
	display:block;
	z-index:5;
	float:left;
}

p#legal {
padding-top:65px;
padding-right:10px;
text-align:right;
font-size:10px;
color:#FFFFFF;

}

.itunesborder {
		border: 1px solid #13619A;
		display:block;
		padding:5px;
		width:223px;
}

#subscribe {
		display:block;
		z-index:10;
		margin-top:205px;
		margin-left:56px;
		position:absolute;
}

.header {
	font-size:17px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}

a.bottomlinks:link{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

a.bottomlinks:visited{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

a.bottomlinks:hover{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:underline;
}

a.bottomlinks:active{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

.itunes_center {
	display:block;
	margin: 0 auto;
	text-align:center;
}

/*
Start Main Page Settings
*/

.miborder {
		border: 1px solid #13619A;
		width:491px;
		height:211px;
}

.bucketborder {
		border: 1px solid #13619A;
		width:491px;
		height:155px;
		clear:both;
		display:block;
}

.main_leftside {
	width:365px;
	margin:0;
	float:left;
	display:block;
}

.main_rightside {
	width:125px;
	margin:0;
	float:right;
	display:block;
}

.center {
	display:block;
	margin:5px;
}

/*
Start Cast Settings
*/

.cast_images {
	margin: 0 auto;
	border: 1px solid #13619A;
	width:100px;
	height:121px;
	display:block;
}

.cast_name {
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

a.cast_links:link{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
a.cast_links:visited{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
a.cast_links:hover{
	color:#000000;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}
a.cast_links:active{
	color:#000000;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

/* 
Start Guestbook Settings
*/

.gb_imageborder {
	margin: 0 auto;
	display: block;
	border: 1px solid #13619A;
	width:90px;
	height:100px;
}

.gb_name {
	font-size:15px;
	color:#FFFFFF;
	width:100%;
	background-color: #13619A;
	padding-bottom:3px;
	padding-left:3px;
	padding-top:3px;
	font-weight:bold;
}

.gb_info {
	font-size:10px;
	color:#666666;
}
