/*-------------------------------------------------------*/
/*-----------------  Mono Graphics AW  ------------------*/
/*-------------------------------------------------------*/


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#content {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #F9FFE0;
	font-family: georgia, serif;
}


/* ------- TEXT styles ----- */

/*Mono Graphics AW*/
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: #F9FFE0;
	margin: 0 0 0 0;
}

/* Project name */
h2 {
	font-size: 12px;
	font-weight:bold;
	line-height:14px;
	color:#F9FFE0;
	margin: 8px 0 0 0;
}

/* Client name */
h3 {
	font-size: 10px;
	font-weight:normal;
	font-style:italic;
	line-height:14px;
	color:#F9FFE0;
	margin: 1px 0 6px 0;
}

/* Contact and Clients */
h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color:#F9FFE0;
	margin: 0 0 0 0;
}

h5 {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 0;
}

p {
	font-size: 12px;
	line-height: 15px;
	margin: 8px 0 0 0;
}


/* ---- LINKS ---- */
a {
	text-decoration: underline;
	color: #89A5B4;
	font-weight: normal;
}

a:hover {
	color: #F9FFE0;
}

/* --- AwStats -- */
.awstats {
	display: none;
	height: 0;
	width: 0;
	border: 0;
}


/* ----- PLACEMENT ----- */

div.noFlash {
	position:absolute;
	left:30px;
	top:30px;
	width: 370px;
}


