/*
Theme Name: Royal City Theme 2010
Theme URI: http://wordpress.org/
Description: CSS template.
Author: Adam Abrams
Author URI: http://www.adamabrams.com/
*/



body { 
	background: #660000 url(images/bg.gif);
	text-align: center;
}

body#bio {
	background: white;
}

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,div,iframe,form,table,td,th {
	padding: 0;
	margin: 0;	
}


/*  IE 5.5 PNG FIX - INCLUDE iepngfix.htc AND blank.gif IN SITE */

img, div { behavior: url(iepngfix.htc) }

#wrapper {
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	margin: auto;
	padding: auto;
	width: 1050px;
	text-align: left;
}

#header {
	background: #993300 url(images/header1.jpg) top left no-repeat;
	text-align: center;
	height: 175px;
	width: 1050px;
	margin: 0;
	padding: 0;
}

body.page-id-3 #header, body.parent-pageid-3 #header {
	background: #993300 url(images/header1.jpg) top left no-repeat;
}	

body.page-id-6 #header, body.parent-pageid-6 #header {
	background: #993300 url(images/header2.jpg) top left no-repeat;
}	

body.page-id-2 #header, body.parent-pageid-2 #header {
	background: #993300 url(images/header3.jpg) top left no-repeat;
}	

body.page-id-33 #header, body.parent-pageid-33 #header {
	background: #993300 url(images/header4.jpg) top left no-repeat;
}	

body.page-id-36 #header, body.parent-pageid-36 #header {
	background: #993300 url(images/header5.jpg) top left no-repeat;
}	


/* HOME CONTENT */


#homeheader {
	background: #660000 url(images/header-narrow.jpg) top left no-repeat;
	height: 220px;
	width: auto;
}

#homeheader p {
	display: none;
}

#contentHome {
	clear: both;
	width: 100%;
}

#homeleft {
	float: left;
	width: 450px;
}

#homeleftContent {
	padding: 0 15px;
}

#homeright {
	float: right;
	width: 600px;
}

#homeLargePic {
	height: 370px;
	background: white url(images/homepagepic3.gif) top left no-repeat;
}

#homeLargePic p{
	display: none;
}

#homerightContent {
	background: #FFF4E3;
	padding: 15px;
}

#homerightContent p {
	font-size: 140%;
	color: black;
	line-height: 1.4;
}

.homelink img {
	border: 1px solid blue;
}

/* INSIDE SITE CONTENT  */

ul.menu a,
ul.menu a:link,
ul.menu a:visited,
ul.menu a:hover {
	color: white;
}

#leftcol {
	width: 195px;
	float:left;
	padding: 0;
	margin: 10px 0 0 15px;
}

#leftcol ul {
	list-style-type: none;
	margin-left: 0;
}

#leftcol li {
	font-size: 14px;
	margin-bottom: 5px;
}


#content {
	width: 500px;
	float: left;
	margin: 0 20px;
}

#rightContent {
	width: 245px;
	float: right;
	margin: 20px 0 0 0;
}


#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: auto;
	height: 50px;
	width: 1050px;
	text-align: center;
	line-height: 14px;
}


/*  GLOBAL TEXT, LINK and IMAGE STYLES  */

body, table, td, ul, li, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

ul {
	margin-left: 20px;
}

p {
	padding: 0;
	margin-bottom: 4px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 36px;
	line-height: 36px;
	color: #003399;
}	
	
h2, h3, h4 {
	line-height: 110%;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 7px;
}

a:link {color: brown;}
a:visited {color: brown;}
a:hover {color: black;}
a:active {color: brown;}

a img {
	border: 1px solid #A13320;
}

#header a img, #homeheader a img {
	border: none;
}

a, #nav li li a {
	color: #990000;
}

a:hover, #nav li li a:hover {
	color: #FFCC00;
}

table, td {
	margin: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/*   THE "CLEARFIX"   */

.clear:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clear {
min-height: 1px;
}

* html .clear {
height: 1px;
}

/* BOTTOM NAV MENU */


ul.footermenu li {
	display: inline;
}

ul.footermenu a {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

/*  OTHER STYLES  */

#searchcontainer {
	padding-top: 15px;
}

#hiliteBox {
	background-color: #FFCCCC;
	padding: 10px;
	color: #000000;
}

iframe {
border: none;
}

.featured {
	background-color: #FFFF99;
	border: 1px #333 solid;
	padding: 5px;
	margin: 10px 20px 15px 20px;
}


.featured p {
	margin-top: 0;
	margin-bottom: 5px;
}

ul.pastshow_submenu {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

ul.pastshow_submenu li {
	display: inline;
}

ul.pastshow_submenu a {
	border: 1px solid #999;
	background-color: #fff;
	padding: 3px 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #333;
}

ul.pastshow_submenu a:hover {
	border: 1px solid #600;
}

ul.pastshow_submenu a.currentpage {
	background-color: cccc99;
}

body#castlist {
	background-image: none;
	background: white;
	text-align: left;
}

body#castlist p {
	line-height: 120%;
	margin-top: 13px;
}

.actorname { 
font-family: "Arial Black", "B Helvetica Bold", Arial, Geneva, Swiss, SunSans-Regular;
}

#biopic  { 
margin: 0 10px 10px 0; 
}

#biotext { 
width: 100%;
margin-top: 10px;
clear: both;
}

td.ctrcol {
	padding-left: 10px;
}

/*  OTHER STYLES  */

.attachment-post-thumbnail {
	float: right;
	margin-left: 7px;
}
