@import url("blueprint/screen.css");

body {
	background: url(../images/masthead.png) top center no-repeat;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1;
	margin-bottom: 0.5em;
}

/* @group Annoucements */

div.announce {
	background: #d00001;
	left: 0;
	height: 30px;
	position: absolute;
	top: 0;
	width: 100%;
}

div.announce a {
	color: #f6cccc;
}

div.announce strong {
	border-right: 1px solid #dd4445;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

div.announce p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 30px;
	width: 950px;
	margin: 0 auto;
}

/* @end */

/* @group Home Page Links */

a#home-link {
	display: block;
	position: absolute;
	left: 0;
	top: -132px;
	height: 120px;
	width: 560px;	
}

a#duq-link {
	display: block;
	position: absolute;
	right: 0;
	top: -122px;
	height: 75px;
	width: 210px;
}

/* @end */

/* @group 2-Column List */

ul.cols {
	float: left;
	margin-left: 0;
}

ul.cols li {
	border-top: 1px solid #eee;
	padding: 3px 0;
	float: left;
	list-style-type: none;
	width: 206px;
}

/* @end */

/* @group Board Member List */

ul.board {
	margin-left: 0;
}

ul.board li {
	list-style-type: none;
	border-top: 1px solid #eee;
	padding: 3px 0;
}


ul.board li em {
	color: #777;
	display: block;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul.board li.eic {
	font-size: 1.2em;
}

/* @end */

/* @group Layout */

div.container {
	margin-top: 250px;
	position: relative;
}

div.article {
	margin-bottom: 2em;
}

/* @end */

/* @group Header */

div.header ul {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	height: 1.6em;
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 2.2em 0;
	padding: 10px 0;
	width: 100%;
}

div.header ul li {
	color: #bbb;
	float: left;
	text-align: center;
}

div.header ul li.divider {
	background: url(../images/duq-bullet.png) 27px 0 no-repeat;
	width: 67px;
}

div.header ul li a {
	color: #555;
}

/* @end */

/* @group Typography */

h1,
div.header ul li a.volume {
	color: #d00001;
}

h5 {
	margin-bottom: 0.5em;
}

a {
	color: #003592;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	display: block;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.byline {
	color: #666;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

/* @end */

/* @group Footer */

div.footer {
	border-top: 3px double #e1e1e1;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

div.footer p {
	color: #494949;
	font-size: 0.8em;
	text-align: center;
}

/* @end */

/* @group Menu */

body.about li#menu-about a,
body.archives li#menu-archives a,
body.contact li#menu-contact a,
body.membership li#menu-membership a, 
body.submission li#menu-submission a,
body.subscriptions li#menu-subscriptions a,
body.volume11 li#menu-volume11 a,
body.volume10 li#menu-volume10 a,
body.volume8 li#menu-volume8 a,
body.volume7 li#menu-volume7 a,
body.announcements li#menu-announcements a {
	color: #000;
	text-decoration: none !important;
}


/* @end */