@charset "UTF-8";
/* CSS Document */
img {
   border: none;
}
body {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #F5F3F3 repeat-x;
}
a{
	color: #4E9FCC;
	text-decoration: none;
}
a:hover {
	color: #91C654;
}
a:active {
	position: relative;
	top: 1px;
}
p {
  font-size: 1em;
  line-height: 1.45em;
}
#container {
	margin: 50px auto;
	width: 780px;
}
#content {
	margin-top: 5px;
	color: #575757;
}
.home #top-section {
   height: 210px;
	margin-bottom: 15px;
}
a.logo {
	background: url(../images/logo.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: #474747;
	font-weight: bold;
	opacity: 0.6;
}
ul#top-nav li a.selected {
   opacity:1.0;
}
ul#top-nav li a span.green {
	color: #91C654;
}
/* Content */
#content h1 {
	color: #242424;
	font-size: 3.5em;
	margin-bottom: 15px;
	text-shadow: 1px 1px 5px #999;
}
#content h2 {
	color: #244663;
	font-size: 2.1em;
	margin-bottom: 10px;
}
#content h3 {
	color: #4E9FCC;
	margin: 5px 0;
	font-size: 1.6em;
}
#content #top-section h1 {
	color: #242424;
}
#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 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;
}
#project-image img {
  border: 8px solid #DDDDDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#project-image img:hover {
  border: 8px solid #BBBBBB;
}
#project-description {
  margin-left: 290px;
}
table#project-info {
  padding-left: 0;
  /*list-style-type: none;*/
}
p#p-description {
padding-top: 10px;
 border-top: 1px dashed #DDDDDD;
}
/* 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;
}
input[type=text], input[type=password], textarea {
   width: 200px;
   opacity: 0.6;
}
textarea {
   height: 100px;
}
input[type=submit], input[type=reset] {
   display: block;
   margin: 5px 0;
	 text-shadow: 0px 0px 1px #797979;
}
input:focus, textarea:focus {
   opacity: 1;
}
input[type=submit]:hover, input[type=reset]:hover {
   background-color: #696969;
   color: #F5F3F3;
	 cursor: pointer;
}
label {
   text-shadow: 1px 1px 1px #797979;
   display: block;
   margin: 5px 0;
}
/* Classes */
.left {
	float: left;
}
.right {
	float: right;
}
.clear-both {
	clear: both;
}
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}
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: #4E9FCC;
   border-color: #4E9FCC;
   color: #1B344C;
   text-shadow: none;
}
.rounded {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
}
.top-corner {
   margin-top: 35px;
}
a.cool-text {
	 color: #1B344C;
   font-weight: bold;
   font-size: 1.2em;
   text-shadow: 0px 2px 2px #CCC;
}
a.cool-text:hover {
	color: #696969;
	text-shadow: none;
}