@charset "utf-8";
/* CSS Document */

/* Global */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;	
}

/* Layout */

#wrapper {
	margin: 0 auto 0;
	width: 960px;
}

#header {
	margin-bottom: 15px;	
}

#advertisement {
	margin: 0 5px 0;
	height: 125px;
	width: 940px;
}

#logo {
	margin: 30px 5px 5px;
	height: 190px;
	width: 950px;
}

#content {
	float: left;
	width: 675px;
}

#linkbar {
	border: 1px solid #0c2f5e;
	border-top: none;
	padding: 10px;
	font-size: 1.8em;
}

#linkbar #welcome {
	float: left;
	width: 325px;
}

#linkbar #links {
	float: right;
	width: 325px;
	text-align: right;
}

#secondary {
	border-left: 1px solid #0c2f5e;
	border-right: 1px solid #0c2f5e;
	padding: 10px 10px 20px;
	font-size: 1.6em;
	text-align: center;
}

#secondary strong {
	color: #e61d36;
	font-weight: normal;
}

#content .header {
	height: 30px;
	width: 675px;
	background: url(../images/content-header.png);
}

#content .header h1 {
	padding-left: 10px;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	line-height: 30px;
}

#content .content {
	border-left: 1px solid #0c2f5e;
	border-right: 1px solid #0c2f5e;
	padding: 0 10px 10px;
	font: 1.4em/1.4 Arial, Helvetica, sans-serif;
}

#content .content h2 {
	color: #134991;
	font: 2em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#content .content h2+h3 {
	margin-top: 0;
	font-size: 1.4em;
}

#content .content h3 {
	margin: 20px 0;
	color: #000;
	font-size: 1.2em;
	text-align: center;	
}

body#archives.downloads #content .content h3,
body#archives.index #content .content h3 {
	text-align: left;
	margin: 20px 0 0;
	color: #e61d36;
}

#content .content h2+p,
#content .content br+p,
#content .content h3+p 
/*#content .content h4+p*/ {
	margin-top: 20px;
}

#content .content p+p,
#content .content div#pictures+p {
	margin-top: 20px;	
}

#content .content p.byline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
}

/*#content .content p.top {
	text-align: right;
	border-bottom: 1px solid #e61d36;
	padding-bottom: 10px;
	margin-bottom: 20px;
}*/

#content .content p.center,
#sidebar .content p.center {
	text-align: center;	
}

#content .content p.link,
#sidebar .content p.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: right;
}

#content .content a {
	color: #134991;
	text-decoration: none;
}

#content .content a:hover {
	color: #e61d36;
}

#content .content ul, #content .content ol {
	margin: 20px 0 20px 20px;
}

#content .content ul li+li, #content .content ol li+li {
	margin-top: 10px;
}

#content .content .edition {
	position: relative;
	padding-bottom: 10px;
}

#content .content .edition+.edition {
	padding-top: 10px;
	border-top: 1px solid #e61d36;	
}

#content .content .edition .cover {
	height: 307px;
	width: 242px;
	float: left;
}

#content .content .edition .cover a {
	display: block;
	border: 1px solid #134991;
	height: 305px;
	width: 240px;	
}

#content .content .edition .cover a:hover {
	border: 1px solid #e61d36;
}

#content .content .edition .articles {
	float: right;
	width: 401px;
}

#content .content .edition .articles h2+ul {
	margin-top: 10px;	
}

#content .content .edition .articles ul {
	margin: 0 0 40px 0;
}

/*body#home #content .edition .articles ul,*/
body#archives.index #content .edition .articles ul,
body#current #content .edition .articles ul {
	margin-bottom: 0;	
}

body#newsline #content .content li a,
#content .content .edition .articles li a {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

body#newsline #content .content li span a,
#content .content .edition .articles li span a {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#content .content .edition .articles li+li {
	margin-top: 10px;	
}

body#archives.downloads #content .content .edition a.view {
	font-size: 1em;
}

#content .content .edition a.view {
	position: absolute;
	bottom: 10px;
	right: 0;
	display: block;
	height: 30px;
	width: 150px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 30px;
	text-align: center;
	background: url(../images/button.png);
}

#content .content .edition a.view:hover {
	background: right url(../images/button.png);
}

#content .content .editions+.editions {
	border-top: 1px solid #e61d36;	
}

#content .content #pictures {
	float: right;
	margin: 25px 0 0 10px;
	width: 212px;
}

#content .content #pictures a {
	margin-bottom: 10px;
	display: block;
	padding: 5px;
	width: 200px;
	border: 1px solid #134991;
}

#content .content #pictures a:hover {
	border: 1px solid #e61d36;
}

#content .content a.cover {
	display: block;
	float: right;
	margin: 5px 0 10px 10px;
	border: 1px solid #134991;
	height: 305px;
	width: 240px;
}

#content .content a.cover:hover {
	border: 1px solid #e61d36;
}

#content .sidebar {
	margin: 10px 0;
	border: 1px solid #134991;
	padding: 10px;
	width: 631px;
}

#content .sidebar h3 {
	color: #134991;
}

#content .footer {
	margin-bottom: 15px;
	height: 15px;
	width: 675px;
	background: url(../images/content-footer.png);
}

#sidebar {
	float: right;
	width: 270px;	
}

#sidebar .header {
	height: 30px;
	width: 270px;
	background: url(../images/sidebar-header.png);
}

#sidebar .header h3 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
}

#sidebar .content {
	border-left: 1px solid #0c2f5e;
	border-right: 1px solid #0c2f5e;
	padding: 10px;
	font-size: 1.4em;
}

#sidebar .content a {
	color: #134991;
	text-decoration: none;
}

#sidebar .content a:hover {
	color: #e61d36;
}

#sidebar .content a.cover {
	display: block;
	margin: 5px auto 15px;
	height: 305px;
	width: 240px;
	border: 1px solid #134991;	
}

#sidebar .content a.cover:hover {
	border: 1px solid #e61d36;
}

#sidebar .content li+li {
	margin-top: 5px;	
}

#sidebar .content img+p,
#sidebar .content p+p,
#sidebar .content p+ul,
#sidebar .content ul+p {
	margin-top: 10px;
}

#sidebar .footer {
	margin-bottom: 15px;
	height: 15px;
	width: 270px;
	background: url(../images/sidebar-footer.png);
}

#footer {
	height: 30px;
	min-width: 960px;
	width: 100%;
	font-size: 1.2em;
	background: url(../images/footer.png);
}

#footer p, #footer a {
	color: #fff;
	line-height: 30px;
}

#footer p#copyright {
	float: left;	
	padding-left: 10px;
}

#footer p#information {
	float: right;
	padding-right: 10px;
}

.clear {
	clear: both;
}

/* Navigation */

ul#navigation {
	padding: 0 10px 0;
	height: 45px;
	width: 940px;
	background: left url(../images/navigation.png);
}

ul#navigation a {
	display: block;
	width: 188px;
	color: #fff;
	font-size: 1.8em;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
}

ul#navigation a:hover {
	background: right url(../images/navigation.png);	
}

ul#navigation li {
	float: left;	
}

body#current a#currentLink,
body#archives a#archivesLink,
body#subscribe ul#navigation a.subscribeLink,
body#advertise ul#navigation a.advertiseLink,
body#about ul#navigation a.aboutLink {
	background: right url(../images/navigation.png);
}

#linkbar a, #secondary a {
	color: #134991;
	text-decoration: none;
}

#linkbar a:hover, #secondary a:hover {
	color: #e61d36;	
}

body#login a#loginLink,
body#subscribe #linkbar a.subscribeLink,
body#account a#accountLink {
	color: #e61d36;
}

ul#socialnavigation {
	height: 119px;
	width: 248px;
}

ul#socialnavigation a {
	display: block;
	height: 119px;
	width: 119px;
	text-indent: -9999px;
}

a#facebookLink {
	background: left url(../images/facebook.png);
}

a#facebookLink:hover {
	background: right url(../images/facebook.png);
}

a#twitterLink {
	background: left url(../images/twitter.png);
}

a#twitterLink:hover {
	background: right url(../images/twitter.png);
}

ul#socialnavigation li {
	float: left;
}

#sidebar ul#socialnavigation li+li {
	margin: 0 0 0 10px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

body#about p#copyright a.aboutLink,
body#subscribe p#information a.subscribeLink,
body#advertise p#information a.advertiseLink {
	text-decoration: underline;	
}

#content .content a.button,
#sidebar .content a.button {
	display: block;
	margin: 15px auto 0;
	width: 150px;
	height: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 30px;
	text-align: center;
	background: left url(../images/button.png);
}

#content .content a.button:hover,
#sidebar .content a.button:hover {
	background: right url(../images/button.png);
}

div.downloads {
	margin: 10px 0 10px;
}

/* Forms */

form {
	margin: 20px auto 25px;
	border: 1px solid #e61d36;
	padding: 15px;
	width: 555px;
}

form p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;	
}

form p+span {
	margin-top: 20px;
}

fieldset {
	border: none;	
}

fieldset span {
	display: block;
}

fieldset span strong {
	color: #e61d36;
}

fieldset span+span {
	margin-top: 15px;	
}

fieldset span.error {
	padding: 5px 0 0 175px;
	color: #e61d36;
	font-family: Georgia, "Times New Roman", Times, serif;
}

fieldset+fieldset {
	margin-top: 20px;	
}

fieldset#payment {
	display: none;	
}

fieldset legend {
	display: block;
	margin-bottom: 20px;
	border-bottom: 2px solid #e61d36;
	width: 555px;
	color: #000;
	font-size: 1.4em;
}

label {
	float: left;
	width: 175px;
	color: #134991;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 30px;
}

label.radio {
	float: left;
	width: 400px;	
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #134991;
	height: 30px;
	width: 375px;
	color: #333;
	font-size: 1.2em;
	line-height: 30px;
}

textarea {
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #e61d36;
}

input[type="radio"] {
	display: block;
	margin: 8px 8px 0 20px;
	float: left;	
}

input[type="submit"] {
	display: block;
	margin: 15px auto 0;
	height: 30px;
	width: 150px;
	border: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	background: left url(../images/button.png);
}

input[type="submit"]:hover {
	background: right url(../images/button.png);
}

input.short {
	width: 100px;	
}

/* Tables */

table.authors, table.advertisers {
	margin-top: 15px;
	width: 653px;
}

body#home table.advertisers {
	margin-top: 0;
}

table.authors p {
	color: #134991;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
}

table.authors a {
	display: block;
	margin: 0 auto 0;
	border: 1px solid #134991;
	padding: 5px;
	width: 140px;
}

table.authors a:hover {
	border: 1px solid #e61d36;
}

table.advertisers td {
	padding: 5px 0;
}

/* Formatting */

img {
	border: none;	
}

img.left {
	float: left;
	padding: 5px 10px 10px 0;
}

img.right {
	float: right;
	padding: 5px 0 10px 10px;
}

#photo {
	float: right;
	padding: 5px 0 10px 10px;
	width: 300px;
	font-size: .8em;
}

.picture200 {
	float: right;
	padding: 5px 0 10px 10px;
	width: 200px;
	font-size: .8em;
}

.picture300 {
	float: right;
	padding: 5px 0 10px 10px;
	width: 300px;
	font-size: .8em;
}

/* Slide Show */

#content .content #slideshow ul {
	list-style: none;
	width:653px;
	height: 490px;
	margin: 0;
	padding: 0;
	position:relative;
	overflow: hidden;
}

#content .content #slideshow li {
	display:inline;
	float:left;
}

#content .content div.textholder {
	padding-left: 5px;
	color: #fff;
	font-size: 1.2em;
}

#content .content div.textholder strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#content .content div.textholder a {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

#content .content div.textholder a:hover {
	color: #e61d36;
}
