@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: G-roman;
    src: url(http://aaronshurts.com/GrotesqueMT.ttf);
    font-weight: normal;
}

p{
	font-family:G-roman, Arial, Helvetica, sans-serif;
}

body{
	font-family:G-roman, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	
	
}


#headerbg{
	background-image: url(images/header_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:170px;
}

#header{
	width:1024px;
	height:170px;
	margin: 0 auto;
	
}

#logo{
	width::148px;
	height:151px;
	float:left;
	background-color:#FFF;
	
}

#topinfo{
	width:auto;
	height:13px;
	background:#000;
	float:right;
	color:#FFFFFF;
	padding:5px;
	font-size:12px;
	font-weight:lighter;
}

#topinfo a{
	color: #FFF;
	text-decoration:none;
}

#mainnav{
	width:142px;
	height:96px;
	float:left;
	background-color:#FFFFFF;
	margin-left:731px;
	margin-top:31px;
}

#button{
	width:129px;
	height:30px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}


/***********************************content***************************************/


#wrapper{
	width:1024px;
	height:auto;
	margin: 0 auto;
}

#twitterfeed{
	font-family:Arial, Helvetica, sans-serif;
	width:1024px;
	height: auto;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	border-top:#000;
	border-top:dotted;
	border-top-width:thin;
	border-bottom:#000;
	border-bottom:dotted;
	border-bottom-width:thin;
	text-transform: uppercase;

}

#twitter_update_list {
	font-size: 40px;
	line-height: 55px;
	list-style: none;
	padding:0px;
	}
#twitter_update_list li {
	padding:0px;
	
	}
#twitter_update_list span, #twitter_update_list span a {
	color: #000;
	text-decoration: none;
	background: #FF0;
	padding:0px;
	}
#twitter_update_list a {
	color: #FFF;
	text-decoration: none;
	padding:0px;
	}
	
#twitter_update_list a[style="font-size: 85%;"] { font-size: 1em !important; }

.HL {background: #FF0; 
color: #000000;} 

#twitterlink{
	width: 100%;
	height:auto;
	float:left;
	font-size:18px;
	line-height:20px;
	text-transform: none;
	text-align:right;
	margin-bottom:10px;
}

#twitterlink a{
	color:#000;
	text-decoration:none;
}
#topborder{
	width:1024px;
	height:10px;
	border-top:#000;
	border-top:dotted;
	border-top-width:thin;
	margin-bottom:10px;
	margin-top:20px;
}

#sectionbreak{
	
	width:1024px;
	height:43px;
	float:left;
	background-image:url(images/section_bg.gif);
	background-repeat:no-repeat;
	
}

#sectiontag{
	width:auto;
	height:14px;
	float:left;
	font-size:24px;
	padding:10px;
	margin-top:5px;
	background-color:#FFF;
}

#sectiontag a{
	color:#000;
	text-decoration:none;
}

#info{
	
	width:1024px;
	height:auto;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:#000;
	border-top:dotted;
	border-top-width:thin;
	border-bottom:#000;
	border-bottom:dotted;
	border-bottom-width:thin;

}

#info a{
	color:#000;
	text-decoration:none;
}

#infoleft{
	width:313px;
	height:350px;
	float:left;
	border-right:#000;
	border-right:dotted;
	border-right-width:thin;
	padding-right:20px;
	line-height:18px;
	font-size:14px;
	margin-right:20px;
}

#inforight{
	width:313px;
	height:350px;
	float:left;
	line-height:18px;
	font-size:14px;
}

#resume{
	width:146px;
	height:23px;
	float: left;
	margin-top:10px; 
}

.highlight_subhead{
	background-color:#FFFF00;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}



#portfolio{
	
	width:1024px;
	height:350px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:12px;
	padding-bottom:20px;
	border-top:#000;
	border-top:dotted;
	border-top-width:thin;
	border-bottom:#000;
	border-bottom:dotted;
	border-bottom-width:thin;

}

#thumbnail{
	width:187px;
	height:164px;
	float:left;
	margin:7px;
	background-color:#999;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
}

#footer{
	background-image: url(images/header_bg.gif);
	background-repeat:repeat-x;
	width:1024px;
	height:40px;
	margin: 0 auto;
	
}







