/*----------------------------------------
Name: global.css
Developed by: Adam Bradley
Date Created: 
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("/css/reset.css");


/* Elements
---------------------------------------*/
body
{
	text-align: center;
	background-color:#FFFFFF;
	
	font-size:1.0em;
}

body, p, td, th, li
{
	font-family: Garamond, "Times New Roman", Times, serif;
	/*font-family: Verdana, Arial, sans-serif;*/
	line-height:1.4em;
	color:#000000;
}

#mainContainer
{
	width:950px;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:black;
	text-decoration:none;
	border-bottom: 1px dotted;
}

h3 a:link, h3 a:visited {
	color: #000066;
}

a:hover, a:active
{
	color: #000066;
	border-bottom: 0;
}

h1
{
	font-family: Verdana, Arial, sans-serif;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
	font-weight: lighter;
	line-height: 1.2em;
}

h2
{
	font-family: Verdana, Arial, sans-serif;
	color: #000066;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
	font-weight: lighter;
	line-height: 1.2em;
}

h3
{
	font-family: Verdana, Arial, sans-serif;
	color: #000066;
	margin:.825em 0 .5em 0;
	font-size:1.4em;
	font-style:italic;
	font-weight: lighter;
	line-height: 1.2em;
}

h4
{
	margin:.825em 0 .5em 0;
	font-size:1.25em;
	font-weight: lighter;
	line-height: 1.2em;
}

h5
{
	margin:.825em 0 .5em 0;
	font-size:1.125em;
	font-weight: lighter;
	line-height: 1.2em;
}

h6
{
	margin:.825em 0 .5em 0;
	font-size:1em;
	font-weight: lighter;
	line-height: 1.2em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
}

ol ol
{
	margin-left:25px;
	list-style-type: lower-alpha;
}

blockquote
{
	margin: 0 0 18px 15px;
	padding-left: 3px;
	color:#333333;
	font-style: italic;
	border-left: 1px dashed;
}

blockquote em
{
	font-style: normal;
}

strong		{font-weight:bold;}
em		{font-style:italic;}

address		{}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;padding-right: 3px;}
.right 		{float:right;padding-left: 3px;}
.clearance 	{clear:both;}
.clearright	{clear:right;}
.clearleft	{clear:left;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
.nobr		{white-space: nowrap;}
p.last		{margin-bottom:0px;}

/* Everything
----------------------------------------*/
#wrap
{
	text-align: left;
	width: 900px;
	margin: 35px auto 10px auto;
	border: 2px solid black;
}

/* Header
----------------------------------------*/
#header
{
	width: 900px;
	height: 220px;
	border-bottom: 1px solid black;
	overflow: auto;
}

	#issueimg {
		width: 330px;
		height: 220px;
		float: right;
		z-index: -1;
		border-left: 1px solid black;
		
		background-repeat: no-repeat;
		background-position: top right;
	}

	/* Nav
	----------------------------------------*/
	ul#nav
	{
		border-bottom: 1px solid black;
		margin: 0;
		padding: 0 2px;
		height: 20px;
		width: 896px;
		text-align: center;
		display: block;
		/*background-color: #000066;*/
	}
	
	ul#nav li 
	{
		float: left;
		list-style-type:none; 
		margin: 0;
		padding: 0;
	}

	ul#nav li a 
	{
		border-left: 1px solid black;
		text-align: center;
		display: block;
		width: 128px;
		border: 0;
		height: 20px;
		font-size: .7em;
		color: #000066;
		background-color: white;
	}

	ul#nav li a:hover
	{
		background-color: #000066;
		color: white;
	}
	
	/* Descriptive blurb
	----------------------------------------*/

	
	#headerblurb {
		font-family: Garamond, "Times New Roman", Times, serif;
		color: #333;
		width: 550px;
		font-size: 20pt;
		line-height: 140%;
		margin-left: .1em;
		padding: .20em 0 0 0;
		/*font-style: italic;
		font-variant: small-caps;*/
	}
	
	#headerblurb h1 {
		font-family: Garamond, "Times New Roman", Times, serif;
		font-style: normal;
		line-height: 110%;
		margin: .25em .05em .25em .1em;
		display: inline;
		font-size: 270%;
		font-weight: lighter;
	}
	
	#headerblurb a {
		text-decoration: none;
		color: black;
		font-variant: normal;
		border-bottom: 0;
	}
	
	#blurbtext {
		margin-left: 1.25em;
	}
	
	#blurbtext a:link, #blurbtext a:visited
	{
		font-style: normal;
		color: black;
		text-decoration:none;
		background-image: url('/images/22.gif');
		background-repeat: repeat-x;
		background-position: 0% 4px;
		margin-bottom: -20px;
		padding-bottom: 0;
		font-size: 110%;
	}
	
	#blurbtext a:hover, #blurbtext a:active
	{
		color: #000066;
		text-decoration: none;
		/*background-image: url('blurblinkback.hover.gif');*/
		background-image: none;
	}
	
	#headerblurb a h1 {
		color: black;
	}
	
	#headerblurb .isa {
		font-size: .8em;
		white-space: nowrap;
	}
		

		
/* Main Content
----------------------------------------*/
#mainContent
{
	margin: 0 330px 10px 10px;
	border-right: 1px solid #999;
	padding-right: 10px;
}

#mainContent .link
{
	width: 260px;
	height: 133px;
	float: left;
	padding-right: 10px;
	overflow: hidden;
}

#mainContent .link p 
{
	display: inline;
}

.linkspage h3
{
	clear: left;
}

.hentry {
	width: 100%;
	min-width: 100%;
	clear: left;
}

.contributor .issueno 
{
	font-size: .9em;
}

.contributorList 
{
	width: 100%;
}

.contributorList h3
{
	margin-bottom: .3em;
}

.contributorList p
{
	width: 230px;
	float: left;
	margin: 0 0 0 30px;
}

/* Contact Form
----------------------------------------*/

.contactform label
{
	float: left;
	width: 40px;
}

.contactform input, .contactform textarea
{
	margin: 0 0 0 45px;
	width: 400px;
}

.contactform input.zemSubmit
{
	width: 50px;
	margin-left: 85px;
}

/* Sidebar
----------------------------------------*/

#mainSidebar
{
	margin: 5px 10px 10px 10px;
	float: right;
	width: 310px;
}

#mainSidebar div
{
	width: 100%;
	clear: both;
}

#mainSidebar p
{
	font-size: .875em;
}

#coolfeeds .feeditem, .blogentry {
	padding-left: 5px;
	margin-left: 5px;
}

#currentcover {
	padding-top: 5px;
	font-size: 1.6em;
}


#currentcover p {
	text-align: right;
}

#coverimg {
	float: right;
	margin: 0 0 5px 5px;
}

.flink {
	clear: both;
}

.flink p{
	display: inline;
}

.sidebar
{
	width: 200px;
	border-width: 1px 1px;
	border-style: solid;
	padding: 0 5px;
	margin: 0 0 0 10px;
	float: right;
}

.linkthumb 
{
	float: left;
	padding-right: 5px;
}

.photocaption 
{
	border: 1px solid #666666;
	padding: 5px;
	margin-left: 3px;
	float: right;
	font-size: 80%;
}
	
.photocaption-left 
{
	border: 1px solid #666666;
	padding: 5px;
	margin-right: 3px;
	float: left;
	font-size: 80%;
}

.pullquote{
width: 200px;
float: right;
font-size: 1em;
font-weight:bold;
font-style:italic;
text-align:center;
line-height:140%;
padding:5px;
padding-left:10px;
margin-top:5px;
margin-left:5px;
}

.pullquote-left{
width: 200px;
float: left;
font-size: 1em;
font-weight:bold;
font-style: italic;
text-align:left;
line-height:140%;
padding:5px;
padding-right:10px;
margin-top:5px;
margin-right:10px;
}


/* Back Issues
----------------------------------------*/

.back_issues
{
	padding-top: 2em;	
}

.back_issue 
{
	float: left;
	width: 150px;
	height: 250px;
	margin: 6px;
	padding: 4px;
	border: 1px solid #999;
	position: relative;
}

.back_issue span 
{
	display: block;
	position: absolute;
	bottom: 0;
}

.back_issue a {
	border: 0;
}

/* Page navigation (newer/older links)
----------------------------------------*/
#pagenav 
{
	height: 1.5em;
	margin-top: 1em;
}

#pagenav a
{
	width: 250px;
	border: 0;
}

#pagenav a.newer 
{
	float: right;
	text-align: right;
}

/* Footer
----------------------------------------*/
#footer
{
	width: 900px;
	border-top: 1px solid black;
	height: 45px;
	clear: both;
}

#footer p 
{
	margin: 7px 0 0 15px;
	font-size:.625em;
}

#footer p.motto 
{
	margin: 0 15px;
	color: #333333;
	float: right;
	font-size: 24pt;
	font-style: italic;
	font-family: Garamond, "Times New Roman", Times, serif;
}

/* Related Content
----------------------------------------*/

#related_wom ul li
{
	font-size: .85em;
	text-indent: -1.0em;	
}

#related_wom ul li strong
{
	font-size: 1.2em;
}

#related_wom div
{
	width: 46%;
}

#related_wom div#taxonomy
{
	float: right;
}


/* Article Lists
----------------------------------------*/

.issue_toc .article-pubdate {
	display: none;
}

.articlegroups li p {
	padding: 0;
	margin: 0;
}

.article-pubdate {
	padding: 0;
	margin: 0;
}

.readmore, .morelink {
	text-align: right;
}

.readmore a, .morelink a {
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	border: 0;
}

/* hAtom
----------------------------------------*/

.article-pubdate abbr { /*dates*/
	font-style: italic;
}

.issue-pub abbr {
	display: none;
}

.entry-content, .entry-summary {
	border-bottom: 1px dotted #999;
	margin-top: 5px;
}

/* Comments
----------------------------------------*/

.comment_name {
	font-weight: bold;
}

.comment_date {
	font-size: .7em;
}

#txpCommentInputForm
{
	margin-top: 2em;
}

#txpCommentInputForm input
{
	float: right;
	width: 395px;
}

#txpCommentInputForm textarea
{
	float: right;
	width: 395px;
}

#txpCommentInputForm #txpCommentPreview, #txpCommentInputForm #txpCommentSubmit
{
	float: none;
	margin: 0 0 0 10px;
	width: 100px;
}

#txpCommentInputForm #remember 
{
	width:20px;
	margin-right: 380px;
}

#txpCommentInputForm label
{
	width: 100px;
	float: left;
}

#txpCommentInputForm p#comment_submit
{
	clear: right;
}

#cpreview 
{
	background-image: url('/images/20.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.preview_warning
{
	font-style: italic;
	background-color: #ffb3b3;
	padding: 3px;
}

/* Search
----------------------------------------------*/

#search_form input {
	float: right;
}

#LSResult { position: absolute; background-color: #fff; width: 200px; border: 3px double black}

#LSShadow { padding: 5px; }

#LSRes { background-color: #fff; }

.LSRow { padding: 0 5px; border-top: 1px dashed #999999; }

#LSHighlight { background-color: #aaa; }

#LSHeader { padding: 2px 2px 8px; }

.lsDate { display: block; color: #555; }

/* Two column body format
--------------------------------------------------*/
.lcol
{
	width: 265px;
	float: left;
}

.rcol
{
	margin-left: 285px;
}