/* @override 
	http://localhost:3000/stylesheets/master.css?1271393961
	http://localhost:3000/stylesheets/master.css?1271397640
	http://localhost:3000/stylesheets/master.css?1271402181
	http://localhost:3000/stylesheets/master.css?1271402375
	http://localhost:3000/stylesheets/master.css?1271402678
	http://localhost:3000/stylesheets/master.css?1271402885
	http://localhost:3000/stylesheets/master.css?1271405262
	http://localhost:3000/stylesheets/master.css?1271406934
	http://localhost:3000/stylesheets/master.css?1271408101
	http://localhost:3000/stylesheets/master.css?1271662637
*/

body {
	font-size: 14px;
	font-weight: normal;
	font-family: 'helvetica neue', 'lucida grande', 'lucida sans', arial, sans-serif, palatino, georgia, serif;
	font-size-adjust: none;
	font-stretch:normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	background: #000;
	color: #000;
	margin: 0;
}

img a, img	 {
  border: 0;
}

a { color: #993333; }
pre { line-height: 1.3em; }

code {
	background: #ccc;
}

.gist {
  font-size: 90%;
}

ol {
	font-size: 13px;
	line-height: 1.3em;
}

#content-wrap {
  width: 1050px;
  margin: -20px auto 0px auto;
  padding: 100px 0;
  overflow: hidden;
  position: relative;	
}

#wrap {
  background: #f2f2f2 url(/images/main-wrap-bg.png) repeat-x top left;
  overflow: auto;
  z-index: 1000;
}

#logo {
  top: 0px;
  right: 125px;
  z-index: 0;
  position: absolute;
}

#topnav {
  text-align: center;
  z-index: 100;
  background: url(/images/topnav-bg3.png) repeat-x bottom left transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
}


#topnav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
  width: 500px;
}

#topnav ul li {
  display: inline;
  list-style: none;
}

#topnav ul li.first a {
  border-left: 1px solid #ccc;
}

#topnav ul li a {
  border-right: 1px solid #ccc;
  padding: 15px 30px;
  text-decoration: none;
  color: #C4C596;
  font-size: 14px;
  float: left;
}

#topnav ul li a:hover {
  color: #fff;
  background: url(/images/topnav-bg-active2.png) repeat-x bottom left;
}

#content {
	width: 765px;
	float: left;
	padding: 0px 20px 20px 0px;
}

#twitter-status {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 0px 0 0;
  width: 250px;
}

#twitter-status h1 {
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #E6E6E6;
  color: #C1B49A;
  line-height: 1.5em;
  margin: 0;
}

#twitter-status h1 span {
  color: #fff;
  margin-left: 20px;
  font-size: 12px;
}

#twitter-status p {
  font-size: 11px;
  color: #fff;
  margin-top: 5px;
}

#masthead {
	clear: both;
	background: transparent url(/images/masthead-bg2.png) repeat-x top center;
	height: 97px;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	top: -8px;
}

#footer {
	background: #000 url(/images/footer-bg.png) repeat-x 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	padding: 15px 0 0 0;
	color: #808080;
	clear: both;
}

#footer-modules {
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-size: 12px;
  overflow: auto;
  width: 950px;
}

#footer-modules h3 {
  color: #C5D8C0;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.7em;
}

#about-me, #featured-projects, #recent-posts {
  width: 275px;
  padding: 0 20px;
  float: left;
}

#recent-posts {
  left: 315px;
}

#featured-projects {
  left: 630px;
}

#featured-projects ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

#featured-projects ul li.title {
  color: #F2F2F2;
  font-size: 12px;
}

#featured-projects ul li {
  font-size: 10px;
}

#footer #legal {
  clear: both;
  padding: 20px 0;
}

#footer #legal p {
	font-size: 10px;
	color: #333;
	text-align: center;
}

/*******************************/
/* ======== #supernav ======== */
/*******************************/
#supernav {
  clear: both;
  text-align: center;
  overflow: auto;
  margin-top: -20px;
}

#supernav ul {
	list-style: none;
	margin:0px auto 0 auto;
	width: 400px;
	padding:0px;
	overflow: auto;
}

#supernav li {
	float: left;
}

#supernav ul li a {
	text-decoration: none;
	color: #009345;
	display: block;
	font-size: 14px;
	margin:0; ;
	padding: 20px 25px 10px;
	border: 1px solid #B3B3B3;	
    background: #fff;
	border-right: 0;
}


#supernav ul li.first a {
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
}

#supernav ul li.last a {
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-right: 1px solid #B3B3B3;
}


#supernav ul li a:hover {
	color: #fff;
	background: #ccc;
}

#footer #supernav {
	margin: 0 auto;
	width: 59em;
}


/*******************************/
/* ======== #content ========= */
/*******************************/

#content p {
	line-height: 1.6em;
}

#content a {
	color: #3366cc;
}

/* posts */
.post h2.title {
	margin-bottom:0;
}

#content .post h2.title a {
	color: #993333;
	font-weight: normal;
	font-size: 28px;
	text-decoration: none;
	margin-top: 0;
}

.post h5.published-at {
  margin-top: 0;
  font-size: 11px;
  color: #999;
  font-weight: normal;
}

.posted-by {
	color: #333333;
	font-size:11px;
	margin-left: 1px;
}


/* sidebar */

#sidebar {
	width: 250px;
	float:left;
	padding: 40px 0 0 15px;
	margin: 0;
	background: transparent;
}



#sidebar li a {
	line-height: 1.8em;
	font-size: 14px;
	text-decoration: none;
	color: #933;
}
#sidebar li.categories h2, #sidebar li h2 {
	line-height: 1.6em;
	color: #8ea573;
	margin-bottom: 5px;
	border-bottom: 1px solid #666;
	
}
#sidebar ul{
	list-style: none;
	padding: 0px 30px 0 0px;
	margin: 10px 0 10px 0;
}

#sidebar ul ul {
	border: 0;
	padding: 0;
	margin: 0 0 0 10px;
}

#sidebar li {
  padding-left: 5px;
}

#sidebar li.title {
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  color: #7A8C6F;
  padding-left: 0;
  font-size: 16px;
}

/* searchform */
#searchform {
	margin-top: 20px;
}

#searchform #searchsubmit {
	display: block;
	margin: 7px 0 0 0;
}

.post .tags {
  font-size: 0.8em;
  font-style: italic;
}

.post {
  padding: 0px 0 20px;
  border-bottom: 1px solid #ccc;
}

.admin-title {
  border-bottom: 1px solid #ccc;
  color: #933;
}
