@charset "utf-8";
/*
   House of Light & Dark
   Created December 17, 2008
   Last Update: December 30, 2008
   Creator: Andrew Adcock
   Email: AndrewAdcock@gmail.com
*/


body {
	background: #333333;
	padding: 0px;
	margin: 0px;
}

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

#wrapper {
	width: 927px;
	height: 825px;
}

#top_left {
	float: left;
	background: url(images/top_img.png) no-repeat;
	width: 274px;
	height: 336px;
}

#top_right {
	float:right;
	width: 653px;
	height: 336px;
}

#logo {
	background: url(images/Hld.png) no-repeat;
	height: 235px; 
}
#nav_container {
	float: right;

}

#link_box {
	background: url(images/links_bg.png) no-repeat;
	height: 101px;
	clear: both;
}

#feat_tag {
	clear:both;
	width: 473px;
	height: 170px;
}

#type_mark {
	clear: both;
	float: right;
	height: 100px;
}

#sample_disp{
	float:right;
	clear: both;
	width: 859px;
}

#info {
	clear: both;
	margin: 0 auto;
	width: 400px;
	padding: 8px 0px 0px 100px;
}

#web_disp {
	width:600px;
	margin: 0 auto;
}

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

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

#footer {
	float: right;
	clear: none;
	width: 800px;
	margin-top: 15px;
}
#footer_left_half {
	float: left;
	width: 525px;
}

#resume {
	float: left;
	width: 100px;
	height: 112px;
}

#links_secondary {
	float: right;
	height: 112px;
	padding: 18px;
	text-align: right;

}

#footer_right_half {
	float: right;
	width: 275px;
}

#contact_sm {
	float: left;
	width: 180px;
	padding-top: 12px;
	margin: 0;
}

#footer_bear {
	float:right;
	width: 94px;
	padding: 0;
	margin: 0;
}



#about {
	clear: both;
	width: 700px;
	margin: 0 auto;
	margin-top: 19px;
}

#contact {
	clear: both;
	width: 600px;
	margin: 0 auto;
	height: 100%;
}



#bot_sep {
	clear: both;
	width: 927px;
	height:72px;
	background: url(images/tags/bottom.jpg) no-repeat;
}


/*
    Fonts & Lists
*/

.std_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#73736d;
}
form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#73736d;
}
.light_box_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#73736d;
}

.lg_light {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #73736d;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#73736d;
	text-decoration: none;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#73736d;
	text-decoration: none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#73736d;
	text-decoration: line-through;
}

a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#73736d;
}

#nav_list li {
	list-style: none;
	display: inline;
	margin: 0px;
}


.spacer{
	background: url(images/buttons/spacer.png) #990000;
	margin-left: 2px;
	width: 36px;
	height: 25px;
}



#contact_sm input, #contact_sm textarea {
	background: #666666;
	border: 1px inset #333333;
	width: 100px;
	height: 1.3em;
	padding: 1px 0 0 2px;
	color: #CCFFCC;
	font: 0.9em Arial, Helvetica, sans-serif;
}

#submit input {
	width: 70px;
	height: 55px;
	border: none;
	padding: 0px;
	background: #333333;
}

#contact_sm textarea {
	height:50px;
}