/**
 * Stylesheet for Adjunkt.us
 * @author Michael D. Risser
 * @version 1.0
 * @copyright 2009
 */

/**
 * @section Standard Selectors
 */
body {
	background: transparent url(../images/page-bg-large.png) no-repeat top left;
	color: #FFF;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
a {
	color: #FFF;
}
h1, h2, h3 {
	clear: both;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
p {
	line-height: 1.55em;
}

/**
 * @section IDs
 */
#content-wrapper {
	border-bottom: 2px solid #FFF;
}
#footer {
	font-weight: bold;
	padding: 10px 0px;
}
#main-content {
	
}
#masthead {
	
}
#masthead img {
	margin: 25px 0px -5px;
}
#menu-wrapper {
	border: 2px solid #FFF;
}
#menu {
	
}
#menu a {
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
}
#menu a:hover {
	border-bottom: 2px solid #FFF;
}
#page {
	background: transparent url(../images/page-bg.png) no-repeat;
}
#secondary-content {
	
}

/**
 * @section Classes
 */
 .news-item {
 	
 }
 .news-item .headline {
 	font-size: 18px;
 	font-weight: bold;
 	margin: 0px 0px 5px;
 }
 .news-item .date {
 	font-style: italic;
 }
