/* Print CSS for New Media Awards 2005 site */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

#nsbranding {
font-size: 130%

}

#nmabranding{
	width: 700px;
	height: 72px;
	font-size: 135%;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
}







/* Individual link size + positioning */


a#nshome {
	width:200px;
}


a#atosorigin {
	font-size: 130%
}




/* Main layout classes and ids follow */





#footer{
	font-size: 80%;
}


/* Definition list styles */

dt {
	float: left;
	margin-right: 20px;
	}

dd{
	margin-bottom:20px;
	height: 100px;
	}

.suppslist dd{
	height: 133px;
	}

/* Heading styles */

h1  {
	color: #571B57;
	font-family: verdana, sans-serif;
	font-size: 20px;
	vertical-align:text-top;
	text-align:center;
	line-height: 1em;


}

h2 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #571B57;

}

h3 {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #571B57;
	text-align:center;
	line-height: 1em;
	vertical-align:text-top;

}

h4 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #571B57;
}

/* Blog style */

.post {
	margin-bottom: 15px;
	}

.storytitle {
	font-size: 14px;
	font-weight: bold;
	color: #571B57;
}

.blogdate {
	font-family:verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #956B9C;
	}

.meta{
	font-size: 10px;
}

#blogarchive{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blogheadline{
	line-height: 1.2em;
	display: block;
	margin-bottom:5px;
}

/* Link styles */


#footer a, a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #222;
}

#footer a:hover {
	color:#cb242b;
	font-weight:bold;
	text-decoration:underline;
}


a, a:link, a:active, a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #956B9C;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
	color: #cb242b;
}