@charset "UTF-8";
/* CSS Document */
img {
   border: none;
}
body {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #1B344C url(../images/bg_header.png) repeat-x;
}
body.child {
   background: #1B344C url(../images/bg_child.png) repeat-x;
}
a{
	color: #A6E467;
	text-decoration: none;
}
.child a {
   color: #4E9FCC
}
.child a:hover {
   color: #A6E467;
}
a:hover {
	color: #4E9FCC;
}
#container {
	margin: 50px auto;
	width: 780px;
}
#content {
	margin-top: 5px;
	color: #F5F3F3;
}
.child #content {
	color: #363636;
}
.home #top-section {
   height: 210px;
	margin-bottom: 15px;
}
a.logo {
	background: url(../images/logo-blue-green.jpg) 0 0 no-repeat;
	display: block;
	width: 56px;
	height: 56px;
}

/* Navigation */
ul#top-nav {
   display: block;
   width: 480px;
   height: 30px;
   padding: 0;
}
ul#top-nav li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}
ul#top-nav li.last {
   padding-right: 0;
}
ul#top-nav li a {
	font-size: 1.4em;
	color: #F5F3F3;
	font-weight: bold;
	opacity: 0.6;
}
ul#top-nav li a.selected {
   opacity:1.0;
}
ul#top-nav li a span.green {
	color: #A6E467;
}
/* Content */
#content h1 {
	color: #A6E467;
	font-size: 3.5em;
	margin-bottom: 15px;
	text-shadow: 1px 1px 5px #999;
}
#content h2 {
	color: #A6E467;
	font-size: 2.1em;
	margin-bottom: 10px;
}
#content h3 {
	color: #4E9FCC;
	margin: 5px 0;
	font-size: 1.6em;
}
#content #top-section h1 {
	color: #1B344C;
}
.child #content #top-section h1 {
	color: #A6E467;
	text-shadow: 1px 1px 5px #333;
}
#content .top-text {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
}
.child #content .top-text {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	background-color: #DEDEDE;
	padding: 10px 15px;
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	-webkit-box-shadow: 0 0 10px #797979;
   -moz-box-shadow: 0 0 10px #797979;
}
#content #blog {
	width: 370px;
}
#content #blog h3 a {
	color: #4E9FCC;
}
#content #blog h3 a:hover {
	color: #A6E467;
}
#content #blog p {
	margin: 5px 0;
}
#content .post p {
	font-size: 1.15em;
	font-weight: bold;
}
#content #current-work h2{
	margin-left: 7px;
}
#content #project-wrapper {
	width: 400px;
	height: 223px;
	background: url(../images/project-bg.png) no-repeat 0 0;
	display: block;
}
#main-content {
   padding: 15px 0 30px;
}
/* Form Stuff */
input, textarea {
   background-color: #FFF;
   color: #363636;
   border: 1px solid #797979;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-box-shadow: 1px 1px 5px #797979;
   -moz-box-shadow: 1px 1px 5px #797979;
   text-shadow: 0px 0px 1px #797979;
}
input[type=text], input[type=password], textarea {
   width: 200px;
   opacity: 0.7;
}
textarea {
   height: 100px;
}
input[type=submit], input[type=reset] {
   display: block;
   margin: 5px 0;
}
input:focus, textarea:focus {
   opacity: 1;
}
input[type=submit]:hover, input[type=reset]:hover {
   background-color: #1B344C;
   color: #F5F3F3;
}
label {
   text-shadow: 1px 1px 1px #797979;
   display: block;
   margin: 5px 0;
}
/* Classes */
.left {
	float: left;
}
.right {
	float: right;
}
.clear-both {
	clear: both;
}
a.button {
   background-color: #1B344C;
   border: 1px solid #1B344C;
   padding: 10px 20px;
   color: #F5F3F3;
   font-weight: bold;
   font-size: 1.2em;
   -webkit-box-shadow: 2px 2px 5px #797979;
   -moz-box-shadow: 2px 2px 5px #797979;
   text-shadow: 2px 2px 2px #000;
}
a.button:hover {
   background-color: #A6E467;
   border-color: #A6E467;
   color: #1B344C;
   text-shadow: none;
}
.rounded {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}
.top-corner {
   margin-top: 15px;
}