* {padding:0;margin:0;list-style:none;}

html{font:62.5% Arial, Helvetica, sans-serif;}
/* Means 1em == 10px, 1.2em == 12px, etc. */

body {
	margin:0;
	background-color:#999;
	
  /*background:#FFF url(./images/background.png);*/
  color:#6b6b6b;
  font-size:1.1em;
}

div#body{
	margin-top:-5px;
	padding-top:1px;
	background:#999 url(./images/background.png);
	width:100%;
	
}
p, h2, h3, h4, h5, h6 {
  font-size:1em;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

div#wrapper {
	width:835px;
	padding-top:8px;
	margin:25px auto 0;
  /*background:url(./images/top.png) no-repeat;*/
}

div#masthead {
  width:633px;
  height:188px;
  /*background-color:white;*/
  background:url(./images/header_633x188.png) no-repeat;
  position:relative;
}

/* Blog Title */
div#masthead h1 {
  font:4.9em 'Trebuchet MS', Arial, Helvetica;
  color:#669966;
}

div#masthead h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:60px;
  top:60px;
  font-weight:bold;
  text-decoration:none;
  color:#97A2B8;
}

/* Tagline */
#masthead p {
	font-size: 18px;
  position:relative;
  margin:0;
  top:122px;
  left:62px;
  color:#ED8295;
}

/* Pages Navigation */
div#masthead ul {
  float:left;
  margin-left:32px;
  position:absolute;
  z-index:2;
  margin-top: 180px;
}

div#masthead ul li {
  float:left;
  margin-right:15px;
}

div#masthead ul li a {
  background-color: #97A2B8;
  color:#FFF;
  text-decoration:none;
  display:block;
  font-size:1.2em;
  padding:10px;
  font-weight:bold;
}

div#masthead ul li a:hover, div#masthead ul li.current_page_item a{
  /*background:url(./images/nav_bg.png) bottom repeat-x;*/
  color: white;
  background-color: #CBD0DB;
}

/* Banner image dropshadow */
div#masthead_image {
  /*background:url(./images/image_bg.png) center no-repeat;*/
  width:560px;
  height:148px;
  clear:both;
  padding:8px 22px;
  position:relative;
  z-index:1;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
	width:633px;
 	background:url(./images/content_633.png) repeat-y;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:50px 20px 20px 30px;
  width:550px;
  float:left;
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#669966;
  margin:10px 0 10px;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}

/* Main header on single pages */
h2.header {
  color:#669966;
  font-size:24px;
  padding:0;
  line-height:1;
  margin:0;
 /* border-bottom:1px solid #e7e7e7;*/
  position:relative;
}

div#main h2.header a {
  color:#669966;
  text-decoration:none;
  padding:0;
}

.article h2{margin-top:15px}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
	font-size:1.8em;
  margin:15px 0 5px;
  color:#999;
}

div#main p {
	font-size:1.2em;
  color:#6b6b6b;
  line-height:1.4;
  margin:10px 0;
}

div#main a {
  color:#507FA3;
}

.article {
  margin-bottom:10px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:10px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 4px no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
	margin-top:0px;
	color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  padding:5px 10px;
  border-top:1px dashed #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
	position:absolute;
	margin: -160px 0 0 594px;
	/*padding:15px 20px 20px 0;*/
	width:238px;
	float:right;
}

div#secondary div#top{
	clear:both;
	height:17px;
	width:238px;
	background:url(./images/sidebar_top_238.png) top left no-repeat;	
}	
div#secondary div#bottom{
	height:17px;
	width:238px;
	background:url(./images/sidebar_footer_238.png) top left no-repeat;	
	clear:both;
}	
div#secondary ul#sidebar {
	margin:0px;
	margin-top:-10px;
	color:#507fa3;
	background:url(./images/sidebar_bg_238.png) top left repeat-y;
}

div#secondary ul#sidebar li {
  margin:5px 10px 0 15px;
  font-size:1em;
  line-height:1.5em;
}

div#secondary ul#sidebar li div,div#secondary ul#sidebar li ul{
	margin-right:5px;
	padding: 5px 5px 10px 5px;
  background-color:#ECEFF2;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:lowercase;
  color:#97A2B8;
  margin:10px 0 -2px 6px;
  font-size:1.9em;
  line-height:1;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

div#footer_wrapper{
	width:100%;
	background-color:#999;
}

div#footer {
	width:835px;
	margin:0px auto 0;
	text-align:left;
}

div#footer ul {
  height:100px;
  width:633px;
  /*margin:0 auto;*/
  background:url(./images/footer_633x81.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#FFF;
  padding:45px 0;
}

div#footer ul li {
  display:inline;
  margin-left:10px;
}

div#footer ul li span {
  position:absolute;
  text-indent:-9999em;
}

div#footer ul li a {
  color:#FFF;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
	border: 1px solid #F1F1F1;
	float: left;
	margin: 10px 10px 10px 0;
}

.alignleft a{
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	font-weight:bold;
	background-color: #EBF0EB;
	color: white;
	text-decoration: none;
}

.alignright {
	border: 1px solid #F1F1F1;
	margin: 10px 0px 10px 10px;
	float: right;
}

.alignright a{
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	font-weight:bold;
	background-color: #EBF0EB;
	color: white;
	text-decoration: none;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

div#goodvibes{font-size:10px;color:#999;float:right;margin-top:-15px;margin-right:20px;}
div#goodvibes a{color:#999;text-decoration:underline;}
div#goodvibes a:hover{color:#DDD;text-decoration:underline;}


