@charset "utf-8";

/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	background:#9bbd38;
	color:#1B5100;
	font:62.5% "normal Helvetica", Arial, sans-serif;
}

a {	
	color:#030;
	text-decoration:none;
}

a:hover, a:focus  {
	color:#030;
	text-decoration:underline;
}

code {
	font-family:"Courier New", Courier, monospace;
	white-space:pre;
}

code span {
	white-space:normal;
}

h1 {
	font-size:2em;
	font-weight:bold;
}

h2 {
	font-size:1.5em;
	font-weight:bold;
}

h3 {
	font-size:1.25em;
	font-weight:bold;
}

h4 {
	font-size:1em;
	font-weight:bold;
}

input, select, td, th {
	font-size:1em;
}

label {
	display:block;
	font-weight:bold;
}

.brain_thing {
	clear:both;
	display:block;
	margin:-.3em auto;
	padding:0;
	width:47em;
}

.brain_thing img {
	height:auto;
	width:auto;
}

.code_block {
	border:dashed 1px #49581a;
	padding:2em;
	margin:2em;
}

.email {
	width:25em;
}

#content {
	background:#eff1e6;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border:#49581a solid 5px;
	font-size:1.2em;
	margin:6em auto 2em;
	padding:3em;
	width:54em;
}

#logo {
	float:left;
	margin:-10em 0 0 -10em;
	position:relative;
}

#company_name {
	float:left;
	margin:0 .9em 2em;
}

#navigation {
	float:right;
	list-style:none;
	margin:-2em 0 0;
}

#navigation li {
	display:block;
	height:37px;
	width:130px;
}

#home_link {
	background:url(../images/home_link.png) left top no-repeat;
}

#portfolio_link {
	background:url(../images/portfolio_link.png) left top no-repeat;
}

#blog_link {
	background:url(../images/philosophy_link.png) left top no-repeat;
}

#services_link {
	background:url(../images/services_link.png) left top no-repeat;
}

#contact_link {
	background:url(../images/contact_us_link.png) left top no-repeat;
}

#home_link:hover, #home_link:focus {
	background:url(../images/home_link.png) left -36px no-repeat;
}

#portfolio_link:hover, #portfolio_link:focus {
	background:url(../images/portfolio_link.png) left -36px no-repeat;
}

#blog_link:hover, #blog_link:focus {
	background:url(../images/philosophy_link.png) left -36px no-repeat;
}

#services_link:hover, #services_link:focus {
	background:url(../images/services_link.png) left -36px no-repeat;
}

#contact_link:hover, #contact_link:focus {
	background:url(../images/contact_us_link.png) left -36px no-repeat;
}

#navigation li a {
	display:block;
	text-indent:-9999px;
	line-height:2;
}

#navigation li a span {
	display:block;
	text-indent:-9999px;
	line-height:2;
}

#main_content p {
	margin:1em 0 1em 13.25em;
	width:30em;
}

#main_content p img {
	height:95%;
	width:95%;
}

#poem li {
	font-size:90%;
	font-style:italic;
	list-style:none;
}

#best_work {
	margin:0 0 0 13.25em;
}

#best_work li {
	font-size:110%;
	font-weight:bold;
	list-style:none;
	line-height:1.8;
}

#best_work a {	
	color:#030;
	text-decoration:none;
}

#best_work a:hover, #best_work a:focus  {
	font-style:italic;
	color:#030;
	text-decoration:none;
}

#address li {	
	list-style:none;
}

#footer {
	clear:both;
	font-size:0.9em;
	font-style:italic;
	padding:3em 0 0;
}
