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

/* global defines */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #fff url(images/gradient-1.jpg) repeat-x fixed center bottom;

}

h3 {
	background: #700;
	padding-left: 0.25em;
	padding-right: 0.25em;
	margin-bottom: 0.5em;
	color: white;
}


a, a:link {
	
}

a:visited {

}

a:hover {
	color: #eaeaea;
	background: #600;
}

a:active {
}





/* helper styles */


.clear {
	clear: both;
}


.note {
	font-size: 80%;
	position: relative;
	top: -0.5em;
}

.notes li {
	list-style: none;
	text-indent: -2em;
}


a.pdf, a[href$="pdf"]  {
	background-image: url(/graphics/icon_pdf.gif);
	background-image: url(../graphics/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}


* html a.pdf { /* have to redeclare this for IE6 grumble grumble ... */
	background-image: url(/graphics/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}


/* helper styles - forms */

form h4 {
	margin: 0.25em 0;
	color: #600;
}


legend {
	font-weight: bold;
}

label {
	display: block;
	font-weight: bold;
}

.text label, .select label, .textarea label {
	width: 12em;
	margin-right: 0.5em;
	float: left; 
	text-align: right;
	padding-top: .25em;
}

input.text, textarea, select {
	font-family: Arial, 'DejaVu Sans', Tahoma, sans-serif;
	color: #3c1900;
	font-size: 1em;
	width: 12em;
	padding: 2px;
}

select {
	width: 12.55em;
}

textarea {
	width: 15em;
}

input.text:focus, textarea:focus, select:focus {
	color: #000;
	border-color: #700;
	background: #ffd;
}


fieldset.inconspicuous {
	border: none;
	margin: 0;
	padding: 0;
}

.field {
	clear: left;
	margin-bottom: 0.5em;
}

.extra_info {
	font-size: 85%;
	padding-left: 2.5em;
}



.extra_info p, .extra_info ol, .extra_info ul {
	margin-top: 0;
	margin-bottom: 0.5em;
}


.options {
	margin-bottom: 1em;
}

.options .option {
	margin-bottom: 0.5em;
}

.option label {
	display: inline;
}

.checkbox h3 {
	padding-left: 1.7em;
	text-indent: -1.5em;
}


.options .extra_info, .option .extra_info {

}


.actions {
	margin: 1em 15%;
	text-align: right;
	float: right;
}

.actions .field {
	float: left;
	clear: none;
	margin: 0 0.25em;
}

.actions .field.reset {
	padding-top: 0.25em;
}

.actions input.submit {
	font-weight: bold;
	font-size: 120%;
}




.qty input.text {
	width: 3em;
	font-weight: bold;
	text-align: center;
}


/* helper styles - forms - short_fields */

.short_fields {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.short_fields .field {
	float: left;
	clear: none;
	margin-right: 0.5em;
	width: auto;
}

.short_fields label {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	margin: 0;
}

.short_fields input.text {
	width: 9em;
}


.short_fields .mname input {
	width: 2em;
}

.short_fields .prefix input, .short_fields .suffix input  {
	width: 4em;
}




/* page layout */

.wrapper-outer {
	width: 572px;
	margin: 1em auto;
	margin-bottom: 2em;
	background: #888;
}

#wrapper {
	left: -3px;
	top: -3px;
	border: 1px solid #700;
	background: #fff;
	position: relative;
}

#header {
	
}

.main_nav {
	position: fixed;
	width: 150px;
	background: #fff;
	margin-left: -170px;
	margin-top: -2px;
	font-size: 12px;
}

* html .main_nav {
	position: absolute;
}

.main_nav_inner {
	border: 1px solid #700;
	padding: 0.5em 1em;
}

.main_nav h3 {
	background: none;
	text-align: center;
	margin-top: 0;
	font-size: 14px;
}

.main_nav ul, .main_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main_nav li ul {
	margin-left: 1em;
}

.main_nav li {
	display: inline; /* IE6 */
}

.main_nav li a {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	border-bottom: 1px dotted;
	text-indent: -1.25em;
	padding-left: 1.5em;
	text-decoration: none;
}

* html .main_nav li a {
	border-bottom: 1px solid; /* IE6 */
}

.main_nav li a:hover {
	color: #fff;
	background: #600;
}


.main_nav.top {
	width: 600px;
	top: 1em;
	margin-left: 0;
	bottom: inherit;
}

.main_nav.top li {
	display: inline;
	float: left;
	margin: 0 1em;
}


#links {

	
/*
	text-align: center;
	margin-bottom: 10px;
	border-top: 1px solid #700;
	border-bottom: 1px solid #700;
	padding-top: 5px;
	padding-bottom: 5px;
	*/
}


#SubTitle {
	padding-right: 40px;
	padding-left: 40px;
	background-color: #700;
}
#info {
	font-size: 14px;
	color: #333333;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 2em;
	margin-top: 20px;
	text-align: left;
}
#page_links {
	width: 530px;
	margin-top: 5px;
	padding-left: 40px;
}

h2 {
	margin: 0px;
}



.PageTitle {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFFFF;
}
.links {
	font-size: 12px;
	
	color: #700;
}
.subtitle {
	
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #700;
}
.SubtitleCaps {
	
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #700;
}
.basic {
	
	font-size: 14px;
	color: #333333;
}
.Title {
	font-size: 24px;
	text-transform: capitalize;
	
	font-weight: bold;
	color: #71447D;
}
.style39 {color: #700}
.style40 {color: #FFFFFF}
.style41 {color: #700; font-weight: bold; }






/* issues section */


.issue {
	clear: left;
}

.issue .cover {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	position: relative; /* IE6 */
}

.issue .cover img {
	border: 1px solid #999;
}

.issue .issue_name {
	font-size: 18px;
	color: #700;
	border-bottom: 1px solid green;
	margin-bottom: 0;
}

.issue .issue_no {
	display: block;
	font-size: 14px;
	color: #777;
}

.issue .issue_date {
	margin-top: 0;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}


.issue .issue_links li {
	margin-bottom: 0.75em;
}

.issue ul {
	overflow: hidden; /* to fix list next to float issue */
	float: right;
	position: relative; /* IE6 */
}

.issue .current_links {
	border: 1px solid #700;
	background-color: #EADBB4;
	padding: 0.25em 1em;
	margin: 1em 0;
	font-weight: bold;
	font-style: italic;
	float: right;
	width: 66%;
}

.short_issues th {
	position: absolute;
	left: -999em;
}

.short_issues td {
	padding: 0.25em 0;
}

.short_issues .issue_name {
	border-top: 1px dotted #700;
}

* html .short_issues .issue_name {
	border-top-style: solid;
}

.short_issues td.issue_date {
	text-transform: capitalize!important;
	font-weight: bold;
	color: #333;
	text-align: right;
	white-space: no-wrap;
	padding-right: 0.5em;
}

.short_issues .thead .th, .short_issues .thead .tr {
	visibility: hidden;
	display: none;
}

.short_issues .issue_name h4 {
	text-transform: capitalize!important;
	font-weight: bold;
	color: #700;
	margin: 0;
}


.short_issues .issue_name ul {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}









/* footer etc */


.footer {
	font-size: 12px;
	text-align: center;
	width: 572px;
	margin: 0 auto;
}

.navlinks, .colophon {
	margin: 1em 0;
}

.colophon {
	font-size: 10px;
}




