@charset "utf-8";
/* CSS Document */
/* CSS for micahgast.com, 2009 */

img, div, #headerWrap, #welcome, #resume, .portfolio,  { 
	behavior: url("/resources/iepngfix.htc";) 
}

body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	background: url(../images/layout/background.jpg) left 0px;
	width: 100%;
	min-width:805px;/**not supported in pre-IE7**/
	font-size:90%;
}

img {
	margin:10px 0 5px;
	border:none;
}

/* layout properties */
#headerWrap {
	height: 200px;
	top: 0px;
	background: url(../images/layout/header.png) repeat-x;
	padding-bottom:10px;
	padding:0 10px 0 10px;
	line-height:0;
}

#header {
	width:800px;
	margin: 0 auto;
	padding:0 30px;
}

#contentWrap {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	width: 100%;
}

#content {
	width:800px;
	margin: 0 auto;
}

#welcomeWrap{
	height:340px;
	margin-bottom:15px;
}

#welcome {
	width: 507px;
	height:340px;
	background: url(../images/layout/text_background.png) repeat;
	border: 1px #CCCCCC solid;
	padding: 9px;
	float:left;
	margin-left:15px;
}

#resume {
	width: 190px;
	background: url(../images/layout/text_background.png) repeat;
	border: 1px #CCCCCC solid;
	padding: 9px;
	margin-bottom:40px;
	margin-left:555px;
}

#footerWrap {
	width:100%;
	background: #607BA8;
	line-height: 1.5px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:both;
	bottom:0px;
}

#footer {
	width:800px;
	margin: 0 auto;
}

/* classes properties */

.logo {
	padding-top: 10px;
}

.portfolio {
	width:780px;
	height:220px;
	background:url(../images/layout/item_bg.png) no-repeat;
	margin-bottom:18px;
}

.item {
	margin-top: 9px;
	margin-left: 8px;
	float:left;
}

.description {
	width:250px;
	height:200px;
	float:right;
	margin-top: 30px;
	margin-right: 20px;
}

.header {
	margin-bottom:-15px;
}

/*  light blue - #91c0ed
	dark blue - #5a7793
	light tan - #b39e85
	gray - #5a5b54
*/

a:hover {
	color:#91c0ed;
	text-decoration:none;
}

a:visited {
	color:#91c0ed;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:link {
	color:#5a7793;
	text-decoration:none;
}

#resume a:hover {
	color:#91c0ed;
	text-decoration:none;
}

#resume a:visited {
	color:#91c0ed;
	text-decoration:none;
}

#resume a:active {
	text-decoration:none;
}

#resume a:link {
	color:#FFFFFF;
	text-decoration:none;
}

/* ----------------------------------------------------------------- */

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
.colmask {
}

/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
}

.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* Full page settings */
.fullpage {
	background:#fff;		/* page background colour */
}

.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
}

/* Footer styles */

