/* @override http://www.centerforcontemporaryopera.org/wp-content/themes/whiteasmilk/style.css */

/* @override http://www.centerforcontemporaryopera.org/wp-content/themes/whiteasmilk/style.css */

/* 
	Theme Name: White as Milk
	Theme URI: http://www.azeemazeez.com/stuff/themes/
	Description: A Clean, White theme for WordPress
	Author: Azeem Azeez
	Author URI: http://www.azeemazeez.com
	Version: 1.6
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


html { height: 100%; margin-bottom: 1px;}

body {
	font: 13px/23px Arial, Sans-Serif;
	letter-spacing: 1px;
	color: #000;
	text-align: left;
	background-color: #FFF;
	margin: 30px;
	padding: 0; 
	}

#content a:link, #content a:visited, #footer a:link, #footer a:visited {
	color: #db9600;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0;
	}
#content a:hover, #content a:active, #footer a:hover, #footer a:active {
	text-decoration: underline;
	background-color: #fdf0d4;
	}


p {
	font: 13px/23px Arial, Sans-Serif;
	color: #000;
	margin: 15px 0;
	}
img {
	margin: 0 0 0px 0;
}
#page {
	background-color:#FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	}
	
#header {
	width: 740px;
	text-align: center;
	margin: 30px auto 50px auto;
	}

#content {
	float: right;
	width: 520px;
	}

h2 {
	font: 35px/35px Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	}
	
h3 {
	font: 20px/20px Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0;
	line-height: 26px;
	}
	
h4 {
	font: 16px/16px Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 40px 0 5px 0;
	line-height: 20px;
	}
.pagetop{
	margin-top: 0px;
	line-height: 20px;
}
h5 {
	font: 13px/16px Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
	line-height: 20px;
	}
.source {
	margin: 0 25px 0 0px;
	text-align: right;
	font-style: italic;
}
.caption {
	font: 11px/11px Arial, Sans-Serif;
	letter-spacing: 0px;
	margin: 0px 0 40px 0;
	font-style: italic;
	color: #7f7f7f;
}
#sidebar {
	width: 190px;
	float: left;
	text-align: right;
	margin-right: 30px;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar li {
	font: 24px/28px Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	}

#sidebar a:link, #sidebar a:visited {
	color: #000;
	text-decoration: none;
	}
#sidebar li.current_page_item a:link, #sidebar li.current_page_item a:visited {
	color: #e1a21a;
	}
	
#sidebar a:hover, #sidebar a:active {
	color: #e1a21a;
	}

#footer {
	width: 740px;
	clear: both;
	text-align:center;
	margin: 0 auto;
	padding: 50px;
	}
#footer p {
	font-size: 11px;
	}




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align:right;
	}

#sidebar #searchform #s {
	width: 85px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}




a img {
	border: none;
	}



