/*eric meyer's css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*-----end eric meyer's css reset ------*/
body {
  margin: 0 auto;
  width: 610px;
  background-image: url('images/bg_tile2.gif');
  font-family: Helvetica, Lucida Grande, Arial,Verdana, "MS Trebuchet", sans-serif;
}

p {
  color: #463e3c;
  margin: 0px 10px 0px 10px;
  font-size: 1em;
}

h1 {
  font-family: Helvetica, Lucida Grande, Arial,Verdana, "MS Trebuchet", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  color: #d13632;
  margin: 0px 10px 1px 10px;
}

h2 {
  font-family: Helvetica, Lucida Grande, Arial,Verdana, "MS Trebuchet", sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  color: #d13632;
  margin: 10px 10px 10px 10px;
}

h3 {
  font-family: Helvetica, Lucida Grande, Arial,Verdana, "MS Trebuchet", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  margin: 0px 10px 0px 10px;
}

h5 {
  font-family: Helvetica, Lucida Grande, Arial,Verdana, "MS Trebuchet", sans-serif;
  font-size: .7em;
  font-weight: bold;
  color: #fff;
  margin: 0px 10px 0px 10px;
}

h6 {
  font-family: Helvetica, Lucida Grande, Arial,Verdana, "MS Trebuchet", sans-serif;
  font-size: .7em;
  font-weight: normal;
  color: #242424;
  margin: 5px 10px 0px 10px;
}

h6.a {
  font-family: Helvetica, Lucida Grande, Arial,Verdana, "MS Trebuchet", sans-serif;
  font-size: .7em;
  font-weight: bold;
  color: #242424;
  margin: 0px 10px 0px 10px;
}

a {
  color: #00adef;
  text-decoration: none;
}

a:hover {
  color: #00adef;
  text-decoration: underline;
}

img {
  margin: 0px 0px 0px 0px;
}

/*-----------HEADACHE*/
#header  {
  width: 608px;
  height: 40px;
  margin: 20px 0px 0px 0px;
}

#slogan {
  float: left;
}

#buttons {
  margin: 0px 10px 0px 0px;
  float: right;
}


#main {
  clear: both;
  margin: 10px 0px 10px 0px;
  width: 610px;
}
/*-----------TRINITY*/
#whatwherewhen {
  margin: 10px 0px 12px 0px;
  width: 610px;
  height: 206px;
  background-color: #c8b098;
  background-image: url(images/tile_darktan.jpg);
  background-repeat:repeat-x;
}

#what  {
  width: 200px;
  height: 200px;
  background-color: #eae5df;
  background-image: url(images/tile_lighttan.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #c1a88e;
  border-top: 1px solid #c1a88e;
  float: left;
  margin: 2px 2px 3px 2px;
}

#when, #where {
  width: 200px;
  height: 200px;
  background-color: #eae5df;
  background-image: url(images/tile_lighttan.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #c1a88e;
  border-top: 1px solid #c1a88e;
  float: left;
  margin: 2px 2px 3px 0px;
}

/*-----------CALEVENTS*/
#events {
  width: 610px;
  margin: 5px 0px 5px 0px;
  background-color: transparent;
}

#calbar {
  margin: 0px 0px 0px 5px;
  width: 301px;
  float: left;
  background-color: transparent;
}

#calbar li {
  display: block;
  float: left;
  height: 45px;
  width: 301px;
  background-color: #eae5df;
  margin: 0px 0px 1px 0px;
  padding: 0px;
}


#calbar li.current, #calbar li:hover{
  display: block;
  height: 45px;
  width: 301px;
  background-color: transparent;
  background-image: none;
}

.date {
  float: left;
  color: #c8b098;
  margin: 8px 0px 0px 5px;
  font-size: 2em;
  font-weight: bold;
  width: 120px;
}

.subject {
  float: left;
  color: #797b7a;
  margin: 18px 0px 0px 0px;
  font-size: 1.2em;
}

#calbar li.current .date {
  float: left;
  color: #d13632;
  margin: 8px 0px 0px 5px;
  font-size: 2em;
  font-weight: bold;
}

#calbar li.current .subject {
  float: left;
  color: #00adef;
  margin: 18px 0px 0px 0px;
  font-size: 1.2em;
}

#caldetail {
  width: 267px;
  margin: 20px 10px 0px 20px;
  float: left;
  color: #dfd7cc;
}

#caldetail p {
  color: #fff;
  margin: 10px 0px 10px 0px;
}

.datetime {
  color: #d13632;
  margin: 20px 0px 0px 0px;
  font-size: 1.6em;
  font-weight: bold;
}

.detsubject {
  color: #00adef;
  margin: 20px 0px 0px 0px;
  font-size: 1.2em;
  font-weight: bold;
}

.presenter {
  color: #d13632;
  /*margin: 20px 0px 0px 0px;*/
  font-size: .8em;
  font-weight: bold;
}

/*-----------NEWS*/
#bottom {
  clear: both;
  margin: 10px 0px 0px 0px;
  padding-top: 1px;
  width: 610px;
  height: 205px;
  background-color: #c8b098;
  background-color: #c8b098;
  background-image: url(images/tile_darktan.jpg);
  background-repeat:repeat-x;
}

#groupnews {
  width: 604px;
  height: 200px;
  margin: 1px 2px 3px 3px;
  background-color: #eae5df;
  background-image: url(images/tile_lighttan.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #c1a88e;
  border-top: 1px solid #c1a88e;
}

/*-----------MORE*/
#more {
  clear: both;
  margin: 10px 0px 0px 0px;
  padding-top: 1px;
  width: 610px;
  height: 350px;
  background-color: #c8b098;
  background-color: #c8b098;
  background-image: url(images/tile_darktan.jpg);
  background-repeat:repeat-x;
}

#moredetail {
  width: 604px;
  height: 345px;
  margin: 1px 2px 3px 3px;
  background-color: #EAE5DF;
  background-image: url(images/tile_lighttan.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #c1a88e;
  border-top: 1px solid #c1a88e;
}

#resources {
  width: 562px;
  height: 100px;
  margin: 20px 0px 0px 0px;
  background-color: #c8bba8;
  border: 1px solid #c1a88e;
}

#resources h3{
  color: #00ADEF;
  font-weight: bold;
  margin: 10px 10px 10px 10px;
}

#resources a {
  color: #D13632;
  font-size: 0.8em;
  font-weight: normal;
  margin: 0px 10px 10px 10px;
}

#morestuff {
  width: 584px;
  margin: 20px 10px 0px 20px;
  float: left;
  color: #dfd7cc;
}

#morestuff p {
  color: #463e3c;
  margin: 10px 0px 10px 0px;
}

.datetime {
  color: #d13632;
  margin: 20px 0px 0px 0px;
  font-size: 1.6em;
  font-weight: bold;
}

.detsubject {
  color: #00adef;
  margin: 20px 0px 0px 0px;
  font-size: 1.2em;
  font-weight: bold;
}

#email_subscribe {
  float: left; 
  padding-right: 10px; 
  padding-top: 5px; 
  padding-left: 10px;
}

.presenter {
  color: #d13632;
  /*margin: 20px 0px 0px 0px;*/
  font-size: .8em;
  font-weight: bold;
}


/*-----------FOOTLOOSE*/
#footer {
  margin: 0px 0px 10px 0px;
  width: 608px;
  height: 50px;
}

#footer img {
  margin: 0px 0px 0px 275px;
}
