body
{
  margin: 0;
  padding: 0;
  font: small Verdana,Sans-serif;
  line-height: 1.6em;
}

#container
 {
  width: 750px;
  margin: 0 auto;
  background: #fff url(img/bg_highlight.gif) repeat-y;
  color: #333;
  border: solid rgb(17, 51, 85);
  border-width: 0 1px;
  text-align: left;
}

#highlights
{
  color: rgb(119, 119, 119);
  font-size: 85%;
  line-height: 1.6em;
}

a img
{
  border: none;
}

a
{
  color: #666666;
  text-decoration: none;
  border-bottom: 1px dotted rgb(68, 102, 153);
}

#latest a
{
  color: #855;
}
  
a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb, a.icon, a.img:link, a.img:visited, a.img:hover 
{
  border: none;
}  

h1 a, #section a {
  border-width: 0;
  }

#header
{
  background-image: url(img/bg_sf-cess.jpg);
  height: 150px;
}

#header h1
{
  margin: 0;
  visibility: hidden;
}

h2, h2 a, h2 a:visited 
{
  color: #685;
  border-width: 0;
}
h2, .entry h2
{
  margin: 1.25em 0 .15em;
  font: 140%/1.4em Georgia,Serif;
  }

.entry h2
{
    color: rgb(51, 85, 136);
}

.entry h2 a
{
    color: rgb(51, 85, 136);
}

.entry h2 a:hover
{
    color: rgb(153, 51, 51);
}

h2, h2 a, h2 a:visited
{
    color: #e93a3a;
}

#content
{
  padding-bottom: 0;
}

#footer
{
  clear: both;
  margin-top: 0;
  padding: 0;
  text-align: center;
  background: #FF7D52;
  color: #ffffff;  
  line-height: 1.6;
  font-size: 0.85em;
}

#footer p
{
  margin: 0;
}

#footer ul 
{
  margin: 0;
  padding: 1em 0 1em 0;
  list-style: none;
}

#footer li
{
  display: inline;
  margin: 0;
  padding: 1em;
  line-height: 1em;
  text-indent: 0;
}

p
{
	color: #444;
	font-size: .90em;
}

blockquote
{
	margin-left: 5em;
}
/* =Nav
----------------------------------------------- */
#nav
{
  float: left;
  width: 100%;
  background: #000 url(img/bg_hdr_sf-cess.jpg) no-repeat 0 -70px;
  border: 1px solid #000000;
}

#nav ul
{
  margin: 0;
  list-style: none;
  font-size: 90%;
  text-transform: lowercase;
  padding: 0 20px;
}

#nav li
{
  float: left;
  margin: 0;
  padding: 0;
  background-image: none;
  line-height: normal;
  text-indent: 0;
}

#nav a, #nav strong 
{
  display: block;
  border: 0 solid #000000;
  color: #ffffff;
  white-space: nowrap;
  padding: 5px 10px 6px;
  font-weight: bold;
  font-variant: small-caps;
}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a
{
  width: 1%;
}

#nav a:hover
{
  background: #cc0033 url(img/bg_navshadow2.gif) no-repeat;
  color: #ffffff;
}

#nav #current strong, #nav #current a
{
  background: #ff6633 url(img/bg_navshadow.gif) no-repeat;
  color: #ffffff;
}


#nav a strong, #nav #current a strong, #nav #current a:hover strong
{
  background: none;
  padding: 0;
  border: none;
}

#nav
{
  border-left-width: 1px;
}

/* MISC: =Lists =Tables
----------------------------------------------- */
ul, dl {
  margin: .5em 0 1em;
  padding: 0;
  list-style: none;
  }
ul li {
  margin: 0 0 2px 0;
  padding: 0;
}

.entry ul li {
  padding: 2px;
  list-style-type: disc;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 20px;
}
ul.offsite {
  margin-bottom: .75em;
  }
ul.offsite li {
  background: url("img/icon_offsite.gif") no-repeat 1px .5em;
  padding-left: 18px;
  text-indent: 0;
  }
.entry ul {
  margin-left: 10px;
  margin-right: 10px;
	font-size: .90em;
}
dl dl {
  margin: 1em 20px;
  }
dt {
  clear: none;
  font-weight: bold;
  }
dd {
  margin: 0 0 1em;
  padding: 0;
  }
.links dt {
  font: 125%/1.4em Georgia,Serif;
  }
.links dd {
  font-size: 85%;
  line-height: 1.6em;
  }
dd ul {
  margin: 0;
  padding: 0;
  }
dd li {
  width: 100%;
  padding: 0;
  margin: 0;
  text-indent: 0;
  }
table {
	width: auto;
}  
table caption {
	color: #444;
	font-size: .90em;
}
table td {
	color: #444;
	font-size: .90em;
	padding: 1em;
}
/* =CPages
----------------------------------------------- */
/* .subnav-link dt a {
  color: #d4d4d4;
	background: #008fff;
}
.subnav-link dt a:hover{
  color: #fff;
	background: #4fd5ff;
}*/
.event-list {
  margin: .75em 0;
  padding: 0;
  }
.event-list dt {
  font: bold 120%/1.4em Georgia,Serif;
	padding: 5px;
}
.event-list dt.alt {
  background: #eee;
  }
.event-list dd {
  padding: 0;
  margin: 0;
  }
.event-list dd.alt {
  background: #eee;
  }
.event-list .location, #event .location {
    display: block;
    margin: 0;
    color: 777;
    font-size: 100%;
    line-height: 1em;
	padding-left: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.event-list .location:before {
	content: "Location: ";
    font-weight: bold;
    color: #666;
	}

.event-list .date, #event .date {
    display: block;
    margin: 0;
    font-size: 100%;
    line-height: 1em;
	padding-left: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.event-list .date:before {
  content: "Date: ";
  font-weight: bold;
  color: #666;
  }
.event-list .info, #event .info {
    display: block;
    margin: 0;
    font-size: 100%;
    line-height: 1em;
	padding-left: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.event-list .info:before {
  content: "Info: ";
  font-weight: bold;
  color: #666;
  }
.event-list dl {
  margin: 0;
  padding-left: 15px;
  }
.event-list dl dt {
  background: none;
  margin: 0 0 .15em;
  padding: 0;
  font: 110%/1.4em Georgia,Serif;
  }
.event-list dl dd {
  background: none;
  margin: 0 0 .75em;
  padding: 0 15px;
  }

  
