/* Reset
********************************************************************************************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

a img {
	border: 0px;
}

/* Typography
********************************************************************************************************/
h2 {
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 7px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h3.bubble-speech {
	color: #152632;
	font-size: 20px;
	letter-spacing: 6px;
	position: relative;
	top: 83px;
	text-transform: uppercase;
}

h4 {
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 4px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.form-label {
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 4px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.heading {
	margin-bottom: 40px;
}

.item-wrap p {
	font-size: 12px;
}

p {
	color: #8bb0c8;
	font-size: 14px;
	line-height: 1.9em;
	letter-spacing: 1px;
}

.clover {
	color: #638b42;
}

.bold {
	color: #8bb0c8;
	font-size: 14px;
	font-weight: bold;
}

.na {
	color: #AF2B2B !important;
	background-image: url(../images/na.png);
	background-repeat: no-repeat;
	padding: 8px 8px 8px 35px;
}

.avail {
	color: #638B43 !important;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	padding: 8px 8px 8px 35px;
}

.padding-bottom {
	padding-bottom: 10px;
}

.orange {
	color: #EB8725;
}

.link {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 4px;
	position: relative;
	top: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.link:hover {
	color: #8bb0c8;
}

a {
	color: #8bb0c8;
}

a:hover {
	text-decoration: none;
}

/* Body Properties
********************************************************************************************************/
body {
	background-color: #11232f;
	font-family: Helvetica, Arial, sans-serif;
}

/* Links
********************************************************************************************************/
#about, #portfolio, #contact {
	padding-top: 40px;
}

/* Wrapper
********************************************************************************************************/
.top {
	padding-top: 20px;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.section {
	margin-bottom: 150px;
}

/* Navigation
********************************************************************************************************/
.navigation-bar {
	float: right;
	position: relative;
	top: 44px;
}

.reset-top {
	top: 0px !important;
}

.navigation a {
	background-image: url(../images/navigation.png);
}

.navigation-bar li {
	float: left;
	list-style: none;
}

.about-link a {
	background-position: 0px -39px;
	display: block;
	height: 39px;
	width: 93px;
}

.about-link a:hover {
	background-position: 0px 0px;
}

.portfolio-link a {
	background-position: -100px -39px;
	display: block;
	height: 39px;
	width: 119px;
}

.portfolio-link a:hover {
	background-position: -100px 0px;
}

.contact-link a {
	background-position: 119px -39px;
	display: block;
	height: 39px;
	width: 119px;
}

.contact-link a:hover {
	background-position: 119px 0px;
}

/* Bubble
********************************************************************************************************/
#bubble {
	float: left;
	margin-top: 50px;
	width: 592px;
}

#bubble-talk {
	background-image: url(../images/bubble-bg.png);
	background-repeat: no-repeat;
	height: 255px;
	width: 592px;
}

#bubble-wrap {
	text-align: center;
	width: 528px;
}

.small-divide {
	height: 1px;
	width: 50px;
}

.small-col {
	width: 250px;
}

.home-link {
	background-image: url(../images/home-link.jpg);
	background-position: 0px -239px;
	display: block;
	height: 239px;
	margin-top: 30px;
	width: 331px;
}

.home-link:hover {
		background-position: 0px 3px;	
}

/* About
********************************************************************************************************/
.large-col {
	width: 430px;
}

.large-divide {
	height: 1px;
	width: 90px;
}

.tall {
	height: 70px;
}

.mid {
	height: 40px;
}

/* Portfolio
********************************************************************************************************/
.item-wrap {
	width: 200px;
}

.item {
	margin-bottom: 20px;
}

.item-divide {
	height: 1px;
	width: 40px;
}

/* Inputs
********************************************************************************************************/
#form td {
	vertical-align: middle;
	padding: 10px 10px 10px 0px;
}

.form-element {
	background-color: #3d515e;
	border: 0px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 15px;
	width: 260px;
}

.label-col {
	width: 110px;
}

.submit {
	background-image: url(../images/send.gif);
	border: 0px;
	cursor: pointer;
	height: 44px;
	text-indent: -999em;
	width: 108px;
}

.focus-field {
	background-color: #7999ae;
	color: #11232f;
}

/* Default Classes
********************************************************************************************************/
.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear {
	clear: both;
}