/*------------------ @general ------------------*/
body {
	background: #553709 url(../images/bg.png) repeat-x 0 217px;
	color: #fff;
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

a {
	background: #1898CB;
	color: #fff;
	padding: 2px;
}

a:hover {
	background: #6D9D3B;
}

	a#linkedin {
		background: url(../images/linkedin.gif) no-repeat 0 0;
		width: 64px;
		height: 64px;
		display: block;
		float: right;
		text-indent: -9999px;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	
ul {
	padding-bottom: 20px;
	color: #EFD8B3;
}

h2 {
	color: #FDC80E;	
	font-size: 150%;
	display: block;
	font-weight: normal;
	padding-bottom: 20px;
}

p {
	padding-bottom: 20px;
}

.seo {
	display: none;
}

/*------------------ @header ------------------*/
#header {
	background: #c6e6f2 url(../images/clouds.png) repeat-x 260% bottom;
	height: 217px;
	width: 100%;
}
	
	#header .inside {
		width: 900px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		height: 217px;
	}

	#header h1 {
		padding-top: 140px;
		float: left;
	}

	#header h1,
	#header h1 a {
		width: 277px;
		height: 71px;
		display: block;
	}
	
	#header h1 a {
		background: url(../images/logo.png) no-repeat 0 0;
		text-indent: -9999px;
		padding: 0;
	}

#balloon {
	background: url(../images/balloon.png) no-repeat 0 0;
	width: 214px;
	height: 189px;
	text-indent: -9999px;
	float:right;
	margin-top:20px;
}

#about {
	width: 150px;
	height: 56px;
	float: left;
	margin-top: 135px;
	background: url(../images/about.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-left: 120px;
}

/*------------------ @container ------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 90px 0 40px 0;	
}

	h2#tagline {
		text-indent: -9999px;
		background: url(../images/tagline.png) no-repeat 0 0;
		width: 707px;
		height: 57px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	
	#portfolio {
		width: 100%;
		overflow: hidden;
	}

/*------------------ @portfolio item ------------------*/
.item {
	display: block;
	width: 280px;
	float: left;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	padding: 10px;
	background: none;
	margin-bottom: 5px;
}

	.item h2 {
		font-size: 150%;
		color: #C6E6F2;
		display: block;
		font-weight: normal;
		padding-bottom: 10px;
	}
	
	/* 260x140 */
	.item img {
		display: block;
		border: 10px solid #2F1709;
		width: 260px;
		height: 140px;
	}
	
	.item:hover {
		background: url(../images/item-hover.png) repeat 0 0;
	}
	
		.item:hover h2 { color: #fff; }
		
		.forsale {
			background: url(../images/forsale.png) repeat 0 0;
		}
	
/*------------------ @contact ------------------*/
#contact-form {
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
}

label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
	width: 140px;
	color: #C6E6F2;
	padding-top: 7px;
}

.field {
	border: 3px solid #2F1709;
	padding: 5px;
	font-size: 14px;
	width: 300px;
	background: #553709 url(../images/fieldbg.png) repeat-x left top;
	color: #fff;
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Helvetica;
}

	select.field { width: 316px }

#status {
	padding-left: 160px;
	height: 80px;
}

#success {
	background: #649528;
	border: 3px solid #213D05;
}

#error,
.error {
	background: #E0503F;
	border: 3px solid #9E1B0E;
	color: #fff;
}

	.message {
		padding: 10px;
		width: 300px;
	}

#loading img {
	vertical-align: bottom;
}

#submit {
	width: 156px;
	height: 66px;
	text-indent: -9999px;
	background: url(../images/submit.png) no-repeat 0 0;
	display: block;
	border: 0;
	cursor: pointer;
	padding: 0;
}

/*------------------ @about ------------------*/
#me {
	background: url(../images/me.png) no-repeat 0 0;
	width: 301px;
	height: 462px;
	text-indent: -9999px;
	float: right;
	margin-left: 20px;
}
	
/*------------------ @footer ------------------*/
#footer {
	color: #2f1709;
}

	#footer .inside {
		border-top: 3px solid #2f1709;
		width: 900px;
		margin: 0 auto;
		padding: 10px 0;
	}

#twitter {
	background: url(../images/twitter.gif) no-repeat 0 5px;
	padding-left: 80px;
	float: right;
	padding-right: 10px;
	width: 375px;
}

	#twitter a { background: #5B8925; }

	#twitter ul {
		list-style: none;
		margin: 0;
		padding: 0 0 10px 0;
	}
	
	#twitter ul a { background: none; }