html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, object, a, abbr, acronym, br, cite, code, dfn, em, img, span, sub, sup, tt, var, legend, fieldset {margin: 0; padding: 0;list-style:none;}
img, fieldset, hr{border:solid 0px;}
html{
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	min-width:940px;
}
body{
	height:100%;
	position:relative;
}
#container{
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
}
h1{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #4a93cf),
		color-stop(1, #106eaf)
	);
	background-image: -moz-linear-gradient(
		top,
		#4a93cf,
		#106eaf
	);
	border-bottom:1px solid #000;
	height:70px;
	left:0;
	position:absolute;
	text-transform:uppercase;
	top:0;
	width:100%;
	z-index:100;
}
h1 a:link, h1 a:visited{
	color:#fff;
	font-family:'Luckiest Guy', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:50px;
	height:60px;
	line-height:60px;
	left:50%;
	margin-left:-450px;
	position:absolute;
	padding-top:10px;
	text-decoration:none;
	text-shadow:#000 1px 1px 1px;
}
#page{
	margin:0 auto;
	padding:70px 0 135px;
	height:100%;
	width:940px;
}
#page.home{
	padding:305px 0 135px;
}
#slide{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #8cc9ee),
		color-stop(1, #bedff5)
	);
	background-image: -moz-linear-gradient(
		top,
		#8cc9ee,
		#bedff5
	);
	height:235px;
	overflow:hidden;
	position:absolute;
	top:70px;
	width:100%;
}
#mycarousel img{
	border:3px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:2px 2px 4px #000;
	box-shadow:2px 2px 4px #000;
}
#nav{
	margin-right:-450px;
	position:absolute;
	right:50%;
	top:0;
	z-index:150;
}
#nav li{
	float:left;
}
#nav li a:link, #nav li a:visited{
	color:#fff;
	float:left;
	height:70px;
	line-height:70px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 #000;
	width:100px;
}
#nav li a:hover, #nav li a:active{
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.3 opacity */
    background: rgba(0, 0, 0, 0.3);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000)";
}

#statement{
	color:#666;
	float:left;
	font-size:18px;
	margin-left:5px;
	padding:20px 10px;
	width:600px;
}
#statement a:link, #statement a:visited{
	color:#106EAF;
	font-weight:bold;
	text-decoration:none;
}

#personal{
	background:#FFA500;
	border:1px solid #ca820d;
	color:#6B5334;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	font-size:13px;
	margin-left:10px;
	min-height:200px;
	padding:10px;
	width:278px;
}
#personal h2{
	color:#fff0d9;
	font-family:'Luckiest Guy', Arial, Helvetica, sans-serif;
	font-size:36px;
	text-shadow:1px 1px 0 #8f7554;
}
#personal a:link, #personal a:visited{
	color:#106EAF;
	font-weight:bold;
	text-decoration:none;
}
#personal img{
	border:5px solid #fff;
	border-bottom:15px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	float:right;
	margin:0 5px 0 10px;
}

#stuff{
	background:#bcda7d;
	border:1px solid #9bb661;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	margin-left:10px;
	min-height:200px;
	padding:10px;
	width:278px;
}
#stuff h2{
	color:#47600e;
	font-family:'Luckiest Guy', Arial, Helvetica, sans-serif;
	font-size:36px;
	text-shadow:1px 1px 0 #ebf6d2;
}
#stuff ul{
	color:#47600E;
	font-size:13px;
	padding:5px 0;
}

#projects{
	background:#8CC9EE;
	border:1px solid #106EAF;
	color:#10456c;
	font-size:13px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	margin:10px 0 10px 10px;
	padding:10px;
	width:588px;
}
#projects h2{
	color:#106EAF;
	font-family:'Luckiest Guy', Arial, Helvetica, sans-serif;
	font-size:36px;
	text-shadow:1px 1px 0 #fff;
}
#projects dl{
	padding:5px 0;
	float:left;
}
#projects dt{
	clear:left;
	float:left;
	font-weight:bold;
	padding:5px 0;
	width:118px;
}
#projects dd{
	float:left;
	padding-top:25px;
	width:460px;
}
#projects dt img{
	padding-top:5px;
}

#twitterfeed{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #eee),
		color-stop(1, #ddd)
	);
	background-image: -moz-linear-gradient(
		top,
		#eee,
		#ddd
	);
	border:1px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#333;
	float:right;
	margin:10px 10px 10px 0;
	padding:10px;
	width:278px;
}
#twitterfeed h2{
	color:#999;
	font-family:'Luckiest Guy', Arial, Helvetica, sans-serif;
	font-size:36px;
	text-shadow:1px 1px 0 #fff;
}
#twitterfeed li{
	font-size:12px;
	padding:5px 0;
}
#twitterfeed li a:link, #twitterfeed li a:visited{
	color:#106EAF;
}

#footer{
	background:#8f7554;
	bottom:0;
	color:#b29b7e;
	font-size:12px;
	height:125px;
	padding-top:10px;
	position:absolute;
	width:100%;
}
#footer h2{
	font-size:14px;
	padding:10px;
}
#footerwrap{
	background:#6b5334;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;	
	height:125px;
	margin:0 auto;
	width:940px;
}
#footer form{
	float:left;
	margin:10px;
	border:1px solid #b29b7e;
	padding:10px;
}
#footer form dt{
	color:#b29b7e;
	clear:left;
	float:left;
	width:70px;
}
#footer form dd{
	float:left;
}
#footer form input{
	float:right;
}
#footer #footernav{
	float:right;
	padding:10px;
}
#footer #footernav li{
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	text-transform:uppercase;
}
#footer ul{
	float:left;
	padding:0 0 10px 10px;
}
#footer li{
	color:#b29b7e;
}
#footer li a:link, #footer li a:visited{
	color:#b29b7e;
	text-decoration:none;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	clear:both;
	text-align:right;
	padding:0 10px 10px 10px;
}




/*******
Portfolio
*******/
#page.portfolio h2{
	float:left;
	font-family:'Luckiest Guy', Arial, Helvetica, sans-serif;
	padding:10px;
}
.nav{
	float:left;
	margin-top:10px;
	width:240px;
}
.nav li a:link, .nav li a:visited{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #666),
		color-stop(1, #333)
	);
	background-image: -moz-linear-gradient(
		top,
		#666,
		#333
	);
	color:#fff;
	display:block;
	padding:4px 10px;
	text-decoration:none;
}
.client{
	border:1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:right;
	margin:0 0 10px 10px;
	width:688px;
}
.client h3{
	background:#ccc;
	color:#333;
	font-family:'Luckiest Guy', Arial, Helvetica, sans-serif;
	font-size:26px;
	padding:4px 10px 0;
}
.client img{
	padding:10px;
	float:left;
}
.client p{
	padding:10px;
}
