/* =Global Elements
-------------------------------------------------------------- */
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:#595959;
	height:100%;
	}
h1 {
	color:#71a81a;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: normal;
	}
h2 {
	color:#71a81a;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: normal;
	}
h3 {
	color: #414141;
	font-weight: bold;
	font-size: 14px;
	margin: 12px 0 8px 0;
	}
h4, h5 {
	}
a {
	color:#71a81a; 
	outline:none;
	}
a:hover{
	text-decoration:none;
	}
p {
	line-height: 22px;
	margin-bottom: 5px;
	}

/* =Layout 
-------------------------------------------------------------- */
#wrapper {
	margin:20px auto;
	width: 960px;
	}	

#container {
	clear: left;
	margin-bottom: 5px;
	}
#share-this {
	text-align: right;
	height: 25px;
	width: 960px;
	margin: 10px 0;
	}
#content {
	width: 960px;
	height: 100%;
	margin-top: 20px;
	overflow: hidden;
	}
#side-content {
	width: 380px;
	float: right;
	margin-left: 40px;
	}

/* =Excerpt styles
-------------------------------------------------------------- */
.hentry {
	padding-top: 20px;
	clear: left;
	}
.entry-title, .entry-title a {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	letter-spacing: 0;
	}
.rss-title {
	margin-left: 170px;
	}
span.entry-date {
	font-style: italic;
	}
span.continue-link {
	}
	

/* =Open Call page
-------------------------------------------------------------- */	
#open-call-content {
	width: 960px;
	height: 100%;
	margin-top: 20px;
	overflow: hidden;
	background:url(../images/opencall-bkgd-posters.jpg) no-repeat bottom left;
	padding-bottom: 280px;
	}
#open-call-content h3 {
	clear: left;
	padding-top: 30px;
	}
span.small-notes {
	font-size: 10px;
	}
.opencall {
	background: #ebebeb; 
	padding: 24px; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	}
ul.previous-search-list li {
	list-style: none;
	margin: 0 0 6px 20px;
	}




