body {
	background: #FFFFFF url(../images/interface/background_plaid_green.gif) repeat left top;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #666666;
	text-align: center;
}


h1,h2,h3,h4,h5,h6 {
	color: #666;
} 

h3 {
	font-size: 150%;
	margin-bottom: 1em;
}

h4 {
  font-size: 120%;
}

p, dd, ul, pre {
	margin-bottom: 1em;
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	line-height: 1.5em;
}
 

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/interface/wrapper_bg.png) repeat-y 70% 0;
	font-size: 95%;
	overflow: hidden;
}

#header {
	background: #99cc33 url(../images/interface/header_bg.gif) repeat-x 0 -10px;
}

h1 {
	padding: 80px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:80px;
	margin: 0;
	background: transparent url(../images/interface/h1_bg.gif) no-repeat 90% 65%;
}

h2 {
	display: none;
}

.gutter {
	padding: 50px 30px 30px;
}

#content {
	float: left;
	width: 70%;
}

	

#footer {
	clear: both;
	background-color: transparent;
}

#footer p {
   padding: 10px;
   margin-bottom: 0;
	font-size: 90%;
  color: #CC3466;
	letter-spacing: 1px;
	text-align: right;
	font-family: arial, verdana, sans-serif;
}

#sidebar {
	width: 29.9%;
	float: right;
  	font-size: 90%;
	padding-top: 30px;
	margin-bottom: 300px;
}

#sidebar h3 {
  font-family: georgia, serif;
  font-size: 150%;
  color: #993366;
  margin-bottom: 5px;
}

#sidebar .gutter {
  padding: 2em;
}


a {
	color: #CC3466;
	text-decoration: none;
}



/* nav shit */



#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-left: 30px;
}

#nav li {
  width: 100px;
	margin: 0; 
	padding: 0;
  list-style: none;
	float: left;
	margin-right: 2px;
	text-align: center;

	}

#nav a {
  display: block;
	overflow: hidden;
	color: #CC3466;
	background: transparent url(../images/interface/nav_100w_bg.gif) no-repeat 0 0;
	padding: 6px 0 5px;
	width: 100px;
}
	
#nav a:hover {
	  background-position: 0 -100px;
}

body.home #nav #start a,
body.work #nav #work a,
body.learn #nav #learn a,
body.links #nav #links a,
body.contact #nav #contact a,
body.viewproject #nav #work a {
  background-position: 0 -200px;
}

	



/* code display */

pre {
  border: 1px #dadada solid;
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
  color: #CC3466;
}



#codewindow {
  border: 2px solid #FFF;
  padding: 2em;
  font-weight: normal;
  height: 200px;
  overflow: auto;
}

#codewindow code {
  font-weight: normal;
}


/* classes */


/* projects */






#projects li {
	width: 200px;
	list-style:  none;
	float: left;
	margin: 0 1.5em 1.5em 0;
	line-height: normal;
	font-size: 90%;
}

#projects li img {
	padding: 2px;
	background-color: #ddd;
}

#projects li a:link,
#projects li a:visited,
#projects li a:active {
	color: #666;
}

#projects li a:hover {
	color: #CC3466;
}

#projects li a:hover img {
	background-color: #CC3466;
}

body.home p img {
	float: right;
	margin: 0 0 1em 1em;
}

p.image {
	float: left;
	width: 430px;
}

p.image img {
	padding: 4px;
	background-color: #ddd;
}

#details {
	float: left;
	width: 200px;
}



#details li {
	margin-bottom: 1em;
}

#details li h4 {
	font-size: 85%;
	text-transform: uppercase;
	margin-bottom: 3px;
	line-height: normal;
	letter-spacing: 1px;
	font-family: Georgia,"times new roman", sans-serif;
	color: #ccc;
}

#details li p {
	margin-bottom: 0;
	line-height: 1.3em;
}

#details li a {
	text-decoration: underline;
}


p.launch {
clear: both;
}


.btn {
	line-height: 34px;
	display: block;
	background: #fff url(../images/interface/button1_bg.gif) no-repeat left top;
	text-align: center;
	color: #fff;
	width: 80px;
}

.blog-entry {
	position: relative;
	margin-bottom: 2em;
}

body.home .blog-entry h3 {
	margin-bottom: .5em;
	font-size: 160%;
	border-bottom: 1px solid #ddd;
}

body.home .blog-entry p img {
	float: right;
	margin: 0 0 1em 1em;
}

#sidebar .blog-entry p img {
	display: none;
}

.blog-entry p.date {
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 0;
	position: absolute;
	right: 5px;
	top: 0;
}







