/*------------
 Global 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: 1em;
		font-family: inherit;
		vertical-align: baseline;
	}
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: #fff;
		background: #008894 url(images/background.gif) repeat-x top;
		font-size: 75%;
		font-family: Arial, Helvetica, Calibri, sans-serif;
	}
	html>body {
		font-size: 12px;
	}
	ol, ul {
		list-style: none;
	}
	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: "" "";
	}
	
/*-------------
 Shared Styles
-------------*/

	a:link,a:visited {
		text-decoration: none;
		color: #bbeaf3;
	}
	a:hover {
		text-decoration: underline;
	}
	
	strong { font-weight: bold; }
	
	.clear { clear: both; }

/*------
 Layout
------*/

  #container {
    width: 880px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  
  #blog {
    width: 380px;
    float: left;
    background: #fbfae6;
    border-top: 5px solid #efd9a8;
    color: #333;
    padding: 20px;
  }
  #sidebar {
    width: 200px;
    float: left;
    margin: 0 30px;
  }
  #navigation {
    width: 200px;
    float: left;
    margin-top: -9px;
  }

/*------
 Header
------*/

  #header h1 a {
    position: relative;
  	padding: 196px 0 0 0;
  	overflow: hidden;
  	background: transparent url(images/header.gif) no-repeat top left;
  	height: 0px !important;
  	display: block;
  	margin: 60px 0 15px -3px;
  	width: 887px;
  }
  #header h2 {
    position: relative;
  	padding: 0px 0 0 0;
  	overflow: hidden;
  	height: 0px !important;
  }
  #header h3 {
    font-size: 18px;
    line-height: 1.5;
  	margin-bottom: 30px;
  	text-shadow: 0 0 1px #008894;
  }
  
/*-----
 Posts
-----*/

  .post {
    padding-bottom: 18px;
    margin-bottom: 24px;
    border-bottom: 2px solid #efd9a8;
  }
  
  .post a {
    color: #00616b;
    font-weight: bold;
  }
  
  .post-date {
    color: #6f6f6f;
  }
  
  .post h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0 16px;
  }

  .post-content {
    overflow: hidden;
    line-height: 1.5;
  }
  .post-content em {
		font-style: italic;
	}
	.post-content strong {
		font-weight: bold;
	}
	.post-content p,.post-content blockquote {
		line-height: 1.5;
		margin: 1.35em 0;
	}
	.post-content ul,.post-content ol {
		margin: 1.5em 2em;
	}
		.post-content ol li {
			list-style-type: decimal;
		}
		.post-content li {
			margin: .75em 0;
			line-height: 1.25;
			list-style-type: circle;
		}
		.post-content ol ol,.post-content ul ul {
			margin: .75em 2em;
		}
		.post-content li ol li {
			list-style-type: lower-alpha;
		}
		.post-content li ul li {
			list-style-type: disc;
		}
	.post-content blockquote {
		margin: 1.35em 2em;
		font-style: italic;
	}
	
	.post-meta {
    margin-top: 13px;
    font-size: 11px;
    text-align: right;
	}
	
	.post-comments { 
    margin-top: 13px;
	}
	.post-comments h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1.5em;
	}
	.post-comments li {
    margin: 1.5em 0;
	} 
	  .post-comments li .comment-meta {
      font-size: 11px;
	  }
    .post-comments li .comment-meta img {
      position: relative;
      top: 3px;
    }
    .post-comments li .post-body {
      margin: 1em 0 0;
      line-height: 1.5;
    }
  
/*-------
 Sidebar
-------*/

  #sidebar .module {
    border-top: 3px solid #33a0a9;
    padding-top: 13px;
    margin-bottom: 18px;
  }
  
  #sidebar h3 {
    position: relative;
  	padding: 12px 0 0 0;
  	overflow: hidden;
  	background-repeat: no-repeat;
  	background-position: top left;
  	height: 0px !important;
  	margin-bottom: 13px;
  }
  #sidebar li {
    font-size: 14px;
    margin: .75em 0;
    line-height: 16px;
    text-shadow: 0 0 1px #008894;
  }
    #sidebar li.break {
      margin-top: 1.5em;
    }
    #sidebar li small {
      font-size: 11px;
      text-transform: uppercase;
    }
  
  #scheduled h3 {
    background-image: url(images/scheduled.gif);
  }
  #links h3 {
    background-image: url(images/links.gif);
  }
  #thanks h3 {
    background-image: url(images/thanks.gif);
  }
  
/*----------
 Navigation
----------*/

  #navigation a {
    position: relative;
  	padding: 54px 0 0 0;
  	overflow: hidden;
  	background: transparent url(images/navigation.gif) no-repeat top left;
  	height: 0px !important;
  	display: block;
  }
    #nav-register a { padding: 79px 0 0; }
    #nav-venue a { background-position: 0 -79px; }
    #nav-entertainment a { background-position: 0 -133px; }
    #nav-directions a { background-position: 0 -187px; }
    #nav-carpooling a { background-position: 0 -241px; }
    #nav-discuss a { background-position: 0 -295px; }
    #nav-podcast a { background-position: 0 -349px; }
  
/*------
 Footer
------*/

  #footer {
    clear: both;
    padding-top: 12px;
    margin-top: 36px;
    border-top: 1px solid #33a0a9;
  }
    #footer li {
      display: inline;
      margin-right: 1em;
      font-size: 11px;
    }