body {
	background: #000;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a	{
	color: #ff0066;
	text-decoration: none;
}

a, a:hover, a:active, a:focus	{
	outline-style: none;


}

#wrapper	{
	margin: 0 auto;
	text-align: left;
	width: 800px;
}


#header	{
	text-align: center;
	margin-bottom: 0px;
}

#header a	{
	color: #fff;
}

#headerLogo	{
	text-indent: -9999px;
	width: 100%;
	height: 150px;
	background: url(http://www.ithew.com/images/header.png) center top no-repeat;
}

#topNav	{
        padding: 0px 0 5px 0;
	list-style: none;
	text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        border-bottom: solid 1px #fff;
}

#topNav li	{
	display: inline;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0 20px;
        
}

#socialMedia	{
	padding: 0px 0 5px 325px;
	margin-bottom: 5px;
        list-style: none;
        text-align: center;
	overflow: hidden;
        border-bottom: solid 1px #fff;
}

#socialMedia li	{
	float: left;
}

.facebookLink, .flickrLink, .lastfmLink, .twitterLink, .rssLink	{
	text-indent: -9999px;
	height: 20px;
	width: 30px;
	display: block;
}

.facebookLink	{
	background: url(http://www.ithew.com/images/soc_facebook_32.png) center top no-repeat;
}

.flickrLink	{
	background: url(http://www.ithew.com/images/soc_flickr_32.png) center top no-repeat;
}

.lastfmLink	{
	background: url(http://www.ithew.com/images/soc_lastfm_32.png) center top no-repeat;
}

.twitterLink	{
	background: url(http://www.ithew.com/images/soc_twitter_32.png) center top no-repeat;
}

.rssLink	{
	background: url(http://www.ithew.com/images/soc_rss_32.png) center top no-repeat;
}

.post	{
	padding: 5px 0;
	border-bottom: solid 1px #fff;
        float:left;
}

.projectType	{
	margin: 0;
}

.entry	{
	margin-top: 1em;
        width:800px;
}

.commentlist	{
	list-style: none;
}

#comments	{
	margin: 10px 0;
	font-size: 12pt;
}

.comment	{
	border-bottom: dotted 1px #fff;
}
.comment-author	{
	overflow: hidden;
}
.avatar	{
	float: left;
}

.comment-meta	{
	font-size: 7pt;
}

#commentform input, #commentform textarea	{
	border: solid 1px #ff0066;
	background: #000;
	padding: 3px;
	font-size: 8pt;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform #submit	{
	color: #f06;
	padding: 3px;
	border: solid 1px #f06;
	background: #000;
	font-weight: bold;
}

.col1 { 
width: 200px; 
padding: *px *px *px; 
float: left; 
} 

.col2 { 
width: 200px; 
padding: *px 10px *px; 
float: left; 
} 

.col3 { 
width: 200px; 
padding: *px *px *px; 
float: left; 
} 

.col4 { 
width: 200px; 
padding: *px *px *px; 
float: left; 
} 


#footer	{
	margin: 0px 0 20px 0;
	padding: 5px 0;
        border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}


