/*
Theme Name: City Opera
Version: 1.0
Author: Adam Abrams
Author URI: http://adamabrams.com/
*/

body { 
	background-color: black;
	text-align: center;
	
	background-image: url('http://www.cityoperavancouver.com/mailouts/images/curlew-mailout-bg.gif');
	background-repeat:repeat-x;
}



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 {
	background-color: white;
	margin: auto;
	padding: auto;
	width: 700px;
	text-align: left;
}

#header {
	text-align: center;
	height: 193px;
	width: 700px;
	margin: 0;
	padding: 0;
}

#page {
	float: left;
	background: white url(http://www.cityoperavancouver.com/wordpress/wp-content/themes/cov/images/bgcols.gif) left top repeat-y;
	clear: both;
}

/*  THIS IS NEW  */

/* Container for side menu and logos */

#leftcolumn {
	width: 217px;
	float:left;
}

/*  ______________________  */

#content {
	width: 450px;
	float: right;
	padding: 25px 0;
	margin-left: 10px;
}

#textwithborder {
	padding: 10px;
}


#contentcurlew {
	width: 450px;
	margin: 0;
	margin-left: 218px;
	padding: 0;
}

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


/*  GLOBAL TEXT, LINK and IMAGE STYLES  */

body, table, td, ul, li, p {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 13px;
	line-height: 16px;
	color: black;
}

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

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 21px;
	color: maroon;
	margin-bottom: 7px;
}	

h2 {
font: bold 15px/15px Georgia,"Times New Roman",Times;
color: maroon;
margin: 17px 0 3px 0;
}

h3 {font-size: 16px; color: black;margin-bottom: 15px;margin-top: 32px;}
h4 {font-size: 14px; color: black;}



a img {
	border: none;
}

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


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

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

table, td {
	margin: 0;border: 0;
}

/* Begin Images */
p img {
	padding: 0;
	}

/*	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 {
	float: right;
	display: inline;
	margin: 0 0 8px 8px;
	}

img.alignleft {
	float: left;
	padding: 0;
	margin: 0;
	margin: 0 8px 8px 0;
	display: inline;
	clear: none;
	}

/* 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;
}



/*  MENU  */

.sidemenu, .sidemenu li ul{
z-index: 1000;
list-style-type: none;
margin: 0;
padding: 0;
width: 217px; /*WIDTH OF MAIN MENU ITEMS*/
}

.sidemenu {
	float: left;
	margin-top: 0;
}

.sidemenu li{
position: relative;
}

.sidemenu li a {
background: #CCCC99;
border-bottom: 1px dotted black;
font: 14px Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
line-height: 24px;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.sidemenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.sidemenu li ul li{
float: left;
}

.sidemenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.sidemenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(http://www.cityoperavancouver.com/wordpress/wp-content/themes/cov/images/arrow.gif) no-repeat center right;
}

.sidemenu li a:visited, .sidemenu li a:active{
color: black;
}

.sidemenu li a:hover, .sidemenu ul li a:hover, .sidemenu li#currentpage a {
background: #996600;
}

/*  BOTTOM MENU  */


ul#footermenu li {
font-size: 11px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;

	display: inline;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

ul#footermenu a:link, 
ul#footermenu a:visited, 
ul#footermenu a:hover, 
ul#footermenu a:active {
	color: maroon;
	text-decoration: none;
}

ul#footermenu a:hover {
	color: #996600;
	text-decoration: underline;
}


.post {
/*	float: left;*/
	margin-bottom: 25px;
}

/*  OTHER STYLES  */

#homelogos {
	clear: both;
	width: 215px;
	text-align: center;
	float: left;
	margin-top: 25px;
}

#homelogos p {
	margin: 15px 0;
	font-style: italic;
}

#homelogos img {
	margin-bottom: 7px;
}

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

#centeredlogos {
	width: 435px;
	margin-top: 15px;
}

.featured {
height: 160px;
background: #E9E3CA url(http://www.cityoperavancouver.com/wordpress/wp-content/themes/cov/images/hilite_bg.jpg) repeat-x left top;
border: 1px #333 solid;
	padding: 15px 7px 0 180px;
	margin: 0 0 15px 0;
}


.featured2 {
	background-color: #FFFF99;
	border: 1px #333 solid;
	padding: 10px;
	margin: 15px;
	display: block;
	text-align: center;
}

.featured3 {
	border: 1px #333 solid;
	padding: 7px;
	margin-left: 65px;
	margin-right: 65px;
	margin-bottom: 20px;
}

.featured3 p {
	text-align: center;
	padding: 0;
}

.featured4 {
	padding: 15px;
	background-color: #F1F1D7;
	margin-right: 15px;
	margin-bottom: 10px;
}

.sidebox {
	font: 10pt/1.25 arial, helvetica, sans-serif;
	font-style: italic;
	width: 175px;
	float: right;
	background-color: white;
	border: 1px #333 solid;
	border-top: 5px #333 solid;
	padding: 0 10px;
	margin: 0 15px;
}

.featured_ff {
height: 160px;
background: #E9E3CA url(http://www.cityoperavancouver.com/wordpress/wp-content/themes/cov/images/ff_bg.jpg) repeat-x left top;
border: 1px #333 solid;
	padding: 15px 7px 0 250px;
	margin: 0 0 15px 0;
}

#newsmenu {
	background-color: #CCC;
	border-top: 1px solid black;
	padding: 15px 15px 3px 15px;
}

#newsmenu h3 {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted red;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.logotrain {
	margin-right: 10px;
}

/*  OTHER STYLES  */

p.caption {
	font-size: 12px;
	padding: 7px;
}

p.intro {
	text-align: center;
	font-size: 16px;
	padding: 3px;
}
