@charset "utf-8";
@import url(nav.css);
/* CSS Document */

BODY  {
	background: #233157 url(images/bg.jpg) top no-repeat;
	width: 800px;
	margin: 0 auto;
	font-size: small;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}
	
* {
	margin: 0; padding: 0;
	}

a:active
{
  outline: none;
}
	

/*********Main Styles / Wrapper**********/	

#content {
	width: 531px;
	height: 436px;
	margin: 20px auto;
	}
	
#home_content {
	width: 531px;
	margin: 20px auto 0 auto;
	}

	
/*********Site Description**********/	
		
#description {
	height: 175px;
}	

#description p {
	padding-top: 4px;
	font-family: 'Droid Sans', arial, serif;
	line-height: 17px;
}

#description p #name {
	color: #86f0ef;
}
	
#desc_left {
	float: left;
	width: 300px;
}

#desc_right {
	float: right;
	width: 188px;
}


/*********Lower Home Page Content**********/	

#markup {
	float: left;
	width: 250px;
	margin: 40px 0 0 0px;
	font-family: 'Droid Sans', arial, serif;
	text-shadow: 0px 2px 3px #0a2937;
	font-size: 95%;
}


#markup ul {
	list-style-image: url(images/home/arrow.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='arrow.png',sizingMethod='scale');
	margin: 5px 0 0 15px;
	line-height: 22px;
	font-size: 110%;
	}
	
#identity {
	float: right;
	width: 209px;
	margin: 40px 0 0 0;
	font-family: 'Droid Sans', arial, serif;
	text-shadow: 0px 2px 3px #0a2937;
	font-size: 95%;
}

#identity ul {
	list-style-image: url(images/home/arrow.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='arrow.png',sizingMethod='scale');
	margin: 5px 0 0 15px;
	line-height: 22px;
	font-size: 110%;
	}
	
#footer {
	margin: 0 auto;
	padding-top: 20px;
	width: 530px;
	text-align: center;
	font-family: 'Droid Sans', arial, serif;
	font-weight: 100;
	font-size: 80%;
	color: #86f0ef;
	line-height: 16px;
	clear: both;
}

	
/*********Headers**********/	
	
h1 {
	background-image: url(images/logo.gif);
	margin: 29px auto 0 auto;
	text-indent: -9999em;
	width: 142px;
	height: 49px;
	}
	
#markup h2 {
	background: url(images/home/sem_markup.png) no-repeat;
	width: 223px;
	height: 27px;
	text-indent: -9999em;
	}
	
#identity h2 {
	background: url(images/home/identity.png) no-repeat;
	width: 209px;
	height: 29px;
	text-indent: -9999em;
	}
	
h3 {
	font-family: 'Droid Sans', arial, serif;
	margin: 0 auto;
	color: #5acdff;
	font-weight: 100;
	font-size: 90%;
	}
	
h4 {
	color: #4df9ff;
	font-size: 210%;
	margin: 20px 0 0 7px;
	padding-bottom:10px;
	}
	
h5 {
	color: #4df9ff;
	font-size: 170%;
	margin: 0 0 0 7px;
	padding: 13px 0 5px 0;
	}
	
h6 {
	color: #4df9ff;
	font-size: 140%;
	margin: 0 0 0 20px;
	padding: 13px 0 5px 0;
	}	
	
	
/*****Portfolio Styles*****/

.portfolio_images {
	border: #fff 1px solid;
	margin-left: 7px;
	}
	
/*****Download Styles*****/
	
.dl_img {
	margin-left: 20px;
	}
	
.dl_p {
	margin-left: 20px;
	font-size: 90%;
	width: 450px;
	}
	
.download_button {
	border: 0;
	padding-top: 10px;
	}
	
/*****Blog Styles*****/

#blog_entries p {
	font-family: Arial, sans-serif;
	line-height: 1.4em;
	font-size: 90%;
	text-indent: 1em;
	padding: 7px;
	margin-left: 1em;
	}
	
.blog_list {
	font-family: Arial, sans-serif;
	line-height: 1.4em;
	font-size: 90%;
	text-indent: 1em;
	padding: 7px;
	margin-left: 3em;
	}
	
#blog_entries a:link, #blog_entries a:visited {
	color: #b8ffff;

	}
	
#blog_entries a:hover, #blog_entries a:active {
	color: #4df9ff;

	}
	
#work {
	clear: both;
	font-size: 110%;
	padding-top: 20px;
	margin-left: 70px;
	line-height: 1.5em;
	width: 400px;
	}
