@charset "utf-8";
/* CSS Document */
body {
	background-image:url(/images/bkgd.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	background-color:#6699cc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#container {
	width:1000px;
	margin:0px auto 10px auto;
	background-color:#FFF;
	
	background-image:url(/images/camera-bkgd.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#content-container {
	padding:0px;
}
#header {
	width:1000px;
	height:200px;
	background-image:url(/images/header.gif);
}
p {
	text-align:justify;
}
td{
	vertical-align:top;
}
h2{
	padding:0px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 2px 0px;
	font-size:12px;
	border-bottom:1px solid #006;
}
a {
	color:#006;
	text-decoration:none;
}
a:hover {
	color:#6699cc;
}
a img.logo{
	border-bottom:10px solid #FFF;
}
a img.logo:hover{
	border-bottom:10px solid #6699cc;
}


/* Calendar */
#calendar h5 {
	margin:0px;
	font-weight:normal;
	color:#999;
	font-size:9px;
}
#calendar h4 {
	margin:0px 0px 4px 0px;
	padding:0px 0px 4px 0px;
	border-bottom: 1px dotted #006;

}

/* ORGANIZERS COLUMN */

#organizers h3{
	padding:0px;
	margin:0px;
	font-size:12px;
}
#organizers h4{
	padding:0px;
	margin:0px;
	font-size:10px;
	color:#999;
}
#organizers h5{
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:9px;
	font-weight:normal;
	font-style:italic;
}
#organizers img.floatleft{
	float:left;
	margin:0px 5px 0px 0px;
	border-width:0px;
}
a.twitter {
	color:#99ffff;
}
a.flickr {
	color:#ff0099;
}
a.flickr,a.twitter {
	text-decoration:none;
	border: 1px solid #eee;
	padding: 0px 4px 0px 4px;
	background-color:#eee;
}
a.flickr:hover, a.twitter:hover  {
	background-color:#fff;
}


/* FOOTER */
#footer {
	width:1000px;
	height:30px;
}
#footer h4 {
	margin:10px 10px 0px 10px;
	padding:2px 0px 2px 0px;
	text-align:center;
	font-weight:normal;
	font-size:10px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	
}


#twitter a img{
	float:left;
	margin:2px 5px 3px 0px;
}
#twitter {
	margin:0px 0px 20px 0px;
}
#twitter span.date {
	font-style:italic;
	color:#666;
	font-size:75%;
}
#twitter .tweet {
	padding:2px 0px 2px 0px;
	border-bottom:1px dotted #666;
}
	
/* TOP LINKS */
#top-links {
	background-color:#6699cc;
	padding: 5px 0px 5px 0px;
	border-bottom:1px solid #666;
}
#top-links a{
	padding: 5px 10px 5px 10px;
	color:#fff;
}
#top-links a:hover{
	background-color:#fff;
	color:#6699cc;
}
	
	