@charset "UTF-8";
body {
	background-image: url(imgs/ss_bkgd.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FAAF3F;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	margin:0px;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}

#header {
	width:100%;
	height:200px;
}
#nav {
	width:100%;
	height:48px;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom:25px;
}

#nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#nav li {
	float:left;
	height:30px;
	text-align:center;
}

li#home a  {
	width:76px;
	height:24px;
	display: block;
	padding-top:7px;
}

li#workshops a  {
	width:143px;
	height:24px;
	display: block;
	padding-top:7px;
}

li#screenings a  {
	width:145px;
	height:24px;
	display: block;
	padding-top:7px;
}

li#opportunities a  {
	width:172px;
	height:24px;
	display: block;
	padding-top:7px;
}

li#festival a  {
	width:161px;
	height:24px;
	display: block;
	padding-top:7px;
}

li#contacts a  {
	width:203px;
	height:24px;
	display: block;
	padding-top:7px;
}

/*li#links a  {
	width:79px;
	height:24px;
	display: block;
	padding-top:7px;
}
*/
#nav a {
	color:#F05A28;
	font-size:15px;
	text-decoration:none;
	font-weight::bold;	
}

#nav a:hover,#nav a.active {
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;
	background-color:#F05A28;	
	font-weight::bold;	
}
#content {
	padding-bottom:25px;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom:10px;
	float:left;
}
#footer {
	width:100%;
	height:130px;
	background-image: url(imgs/ss_footer_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}

#footer a {
	display:block;
	width:900px;
	height:130px;
}

#footer a:hover {
	background-color: transparent;
}

h1 {
	font-size:19px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:0px;
}

.home h1 {
	background-image: url(imgs/h1_bkgd-home.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 85px;
	padding-top:5px;
	padding-bottom:5px;
	width:580px;
}

.workshops h1 {
	background-image: url(imgs/h1_bkgd-workshops.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 85px;
	padding-top:5px;
	padding-bottom:5px;
}

.festivals h1 {
	background-image: url(imgs/h1_bkgd-festivals.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 85px;
	padding-top:5px;
	padding-bottom:5px;
}

.links h1 {
	background-image: url(imgs/h1_bkgd-links.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 85px;
	padding-top:5px;
	padding-bottom:5px;
}

.opportunities h1 {
	background-image: url(imgs/h1_bkgd-opportunities.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 85px;
	padding-top:5px;
	padding-bottom:5px;
}

.screenings h1 {
	background-image: url(imgs/h1_bkgd-screenings.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 85px;
	padding-top:5px;
	padding-bottom:5px;
}

.contacts h1 {
	background-image: url(imgs/h1_bkgd-contacts.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 85px;
	padding-top:5px;
	padding-bottom:5px;
}



#imgcol {
	width:210px;
	float:right;
	margin-left:25px;
}

#imgcol img {
	border:1px solid #FFFFFF;
	margin-bottom:25px;
}

.nomarg {
	margin:0px;
}

.clear {
	clear:both;
}

a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #F05A28;
}

h2 {
	margin-top:0px;
	font-size:16px;
	font-weight:bold;
}
.eventtitle {
	color: #FF55C3;
	font-weight: bold;
	font-size: 14px;
}

.eventl {
	width:437px;
	float:left;
}

.eventr {
	width:437px;
	float:right;
	margin-left:25px;
}

.eventrow {
	float:left;
	margin-bottom:25px;
}

.eventrow img {
	margin-right:10px;
	border: solid 1px #000000;
}

.eventrow a:hover.nobkgd  {
	background-color:transparent;
}


.logocont {
	width:150px;
	float:right;
	text-align:right;
	margin-bottom:10px;

}


a.pdf

{
	padding-left: 20px;
	min-height:20px;
	height: 20px;
	display: block;
	background: url(imgs/link-pdf.gif) no-repeat 0px 0px;
}