
@import url(header_footer.css); /* Specific header and footer styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	text-align: center;
}
#page {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	background-color: #000;
}
div.background {
}

/* Cover */

#cover {
	width: 750px;
	height: 400px;
	background-color: #CCC;
}


/* Links */

ul.features a, ul.contents a {
	text-decoration: none;
	border-width: 0 0 2px 0;
	border-style: dotted;
	border-color: #999;
}
ul.features a:hover, ul.contents a:hover {
/*	border-width: 0 0 1px 0; */
	border-style: solid;
	border-color: #009FEE;
}
ul.features a:visited:hover, ul.contents a:visited:hover {
	border-color: #C88CD3;
}


/* Features */

ul.features {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.features li {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 25px 75px 25px;
	color: #CCC;
	font-family: georgia, verdana, times, "times new roman", serif;
}
ul.features li p.title {
	color: #FFF;
	margin: 0;
	padding: 0 0 10px;
	font-size: 24px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}
ul.features li p.title a {
	color: #FFF;
}
ul.features li p.title a img {
	border: 0px;
}
ul.features li p.subtitle {
	color: #CCC;
	margin: 0;
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
ul.features li p.summary {
	margin: 4px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 24px;
}
ul.features li p.summary a {
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul.features li span.author {
	display: block;
	margin: 0;
	padding: 10px 0 0;
	color: #8AD38D;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul.features li span.author a {
	color: #8AD38D;
}
ul.features li div.image {
	float: left;
	margin: 0 25px 0 0;
}
ul.features li.right ul.features li-image {
	float: right;
	margin: 0 0 0 25px;
}
ul.features li div.image {
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid black;
}
ul.features li div.image a img {
	border: 0;
}


/* In this issue */

#in-this-issue {
	margin-top: 25px;
	width: 750px;
	height: 50px;
	background-image: url(images/in_this_issue.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#in-this-issue h2 {
	display: none;
}

/* Departments */

#departments {
	margin-top: 10px;
	width: 750px;
	height: 50px;
	background-image: url(images/departments.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#departments h2 {
	display: none;
}

/* Contents */

table.contents {
	clear: both;
	margin: 10px 0;
}
table.contents td {
	width: 50%;
}
table.contents td.left {
	padding: 0 25px 0 50px;
	border-right: 1px solid #333;
}
table.contents td.right {
	padding: 0 50px 0 25px;
}

ul.contents {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.contents li {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	color: #CCC;
	font-family: georgia, verdana, times, "times new roman", serif;
}
ul.contents p.title {
	color: #FFF;
	margin: 0;
	padding: 0 0 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul.contents p.title a {
	color: #FFF;
}
ul.contents p.subtitle {
	color: #FFF;
	margin: 0;
	padding: 0 0 5px;
	font-size: 13px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul.contents p.subtitle a {
	color: #FFF;
}
ul.contents p.department {
	margin: 0;
	padding: 0 0 5px;
	font-weight: bold;
	color: #8AD38D;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: georgia, verdana, times, "times new roman", serif;
}
ul.contents p.department a {
	color: #8AD38D;
	text-decoration: none;
	border-style: none none dotted none;
	border-width: 0 0 1px 0;
}
ul.contents p.summary {
	margin: 4px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 20px;
}
ul.contents p.summary a {
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul.contents span.author {
	color: #8AD38D;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul.contents span.author a {
	color: #8AD38D;
}
ul.contents span.author span.department {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* Sounds */

ul.contents li.sounds p.link {
	margin: 5px 0;
	padding: 0;
	color: #FFF;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul.contents li.sounds p.link a {
	font-weight: bold;
	color: #FFF;
}
ul.contents li.sounds p.credits {
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana, arial, helvetica, sans-serif;
}
ul.contents li.sounds p.credits b {
	color: #AD3100;
}




/* Float the teaser images */
div.contents div.contents-item a.icon {
	float: left;
	margin: 0px 15px 5px 0px;
}
div.contents a.icon {
	border: 1px solid #999;
/*	filter: gray; */
}
div.contents a.icon:hover {
	border: 1px solid white;
	filter: none;
}
div.contents a.icon img {
	border: 0;
}


/* Navigation */

#navigation {
	margin: 50px;
	text-align: center;
	color: white;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#navigation a {
	color: #AD3100;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-family: georgia, verdana, times, "times new roman", serif;
}



/* The fine print */

#fine-print {
	margin: 0px;
	padding: 25px 150px 75px;
	color: #999;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}
#fine-print p.copyright,
#fine-print p.image-credits {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
}


