@charset "utf-8";
/* 					MICRO.CSS				 	*/
/* 		(C) 2008 Nicholas Creative Media 		*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #fff;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #39c;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

#header {
	height: 135px;
}

#article {
	width: 860px;
	height: 110px;
	float: left;
	background: #000 url(../images/microsites/hd-bg.jpg) 0 0 no-repeat;
}

#article a, #article a:visited { color: #999; text-decoration: none; }
#article a:active, #article a:hover { color: #999; text-decoration: underline; }

#article .site {
	width: 500px;
	height: 55px;
	padding-top: 50px;
	padding-left: 30px;
	float: left;
}

#article .site span {
	display: block;
	float:left;
	margin-top: -6px;
	color: #999;
}

#article .by {
	width: 67px;
	height: 110px;
	float: right;
}

#nicholas-creative {
	width: 175px;
	height: 80px;
	padding-top: 10px;
	padding-right: 5px;
	float: right;
}

#nav {
	width: 680px;
	height: 64px;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
}

#nav ul  {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}

#right-col { float: right; }
#mid-col { padding-top: 0px; }
#page-actions { padding-top: 10px; }