/* Must Not Sleep / Must Warn Others

-----------------------------------------------
"I've Never Had A Dream In My Life Because A
Dream Is What You Want To Do But Still Have
Not Pursued. I Knew What I Wanted And Did It
Until It Was Done, So I've Been The Dream I
Wanted To Be Since Day One." ~ A. Rock
----------------------------------------------- */


/* General
----------------------------------------------- */

body {
	margin: 0px;
	background: white;
    color: #666666;
	font-family: Lucida Grande,Verdana,Arial,Serif;
	font-size: 10px;
	line-height: 18px;
	border-top: 3px solid #7DBE36;
}


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

#contentContainer {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
}

#content {
	position: absolute;
	left: 0px;
	width: 770px;
}

#columnLeft {
	float: left;
	width: 250px;
	padding-top: 30px;
	padding-left: 20px;
}

#columnRight {
	float: left;
	width: 500px;
	padding-top:10px;
}

#columnSpacer {
	float: left;
	width: 20px;
}

#nav {
	position:relative;
	margin-bottom: 60px;
	line-height: 18px;
	}
	
#blog {
	margin-bottom: 0px;
	position: relative;
	}
	
#footer {
	margin: 0px 0px 10px 0px;
	font-style: italic;
	font-size: 9px;
	}

/* Blogger Content
----------------------------------------------- */
#contentNews {
  width:500px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
  

/* Links
----------------------------------------------- */

a, a:link {
    color: #7DBE36;
	text-decoration:underline;
  	
}

a:visited {
    color: #7DBE36;
	text-decoration:underline;
	}

a:hover {	
    color: #fff;
	text-decoration:underline;
	background-color: #7DBE36;
	}
	

/* Headers
----------------------------------------------- */

h1 {
	padding: 15px 0px 15px 0px;
	margin: 0;
	font:"Lucida Grande",Verdana,Arial,Serif;
  	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: ##7DBE36;
	font-weight: normal;

}

  
h2 {
  margin:1.5em 0 .75em;
  font:85%/1.4em "Lucida Grande",Verdana,Arial,Serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

h3 {
  	margin:1.5em 0 .75em;
  	font:78%/1.4em "Lucida Grande",Verdana,Arial,Serif;
  	text-transform:none;
  	letter-spacing:.2em;
  	color:#999;
  }

.title {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-family: "Lucida Grande",Verdana,Arial,Serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	color: #7DBE36;
	font-weight: normal;

}

  
  
	
/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px solid #CCC;
  padding-bottom:1.5em;
  font:10px/1.4em "Lucida Grande",Verdana,Arial,Serif;

  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-weight:normall;
  line-height:1.4em;
  color:#7DBE36;
  font:14px "Lucida Grande",Verdana,Arial,Serif;
  text-transform:uppercase;

  font-weight: normal;
  letter-spacing: -0.5px;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-transform:uppercase;
  color:#000000;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#000000;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:85%/1.4em "Lucida Grande",Verdana,Arial,Serif;
 text-transform:uppercase;
  letter-spacing:.2em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:0px;
  border:0px;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Extras
----------------------------------------------- */

.byline {
	clear: both;
	border-bottom: solid #ccc 1px;
	margin: 5px 0px 5px 0px}
	

