

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #17508d;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #00003E;
	text-align: center;
   overflow: -moz-scrollbars-vertical;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}
a:hover {
	color: #C24E44; /* #4EBF37; */
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
	color: #21007C; 
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #660026;
}
h3 {
	font-size: 110%;
	color: #660026;
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	border: 2px solid #CCC;
}
.image_caption { 
   line-height: 8px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	/* color: #88ac0b; */
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}



.blockquote {
	margin: 10px 10px 10px 10px;
	padding: 12px 12px 12px 12px;
   border: 1px solid #FEFDF1; 
   background: url("images/quote.gif") no-repeat 5px 5px;
  	background-color: #FFFAEA;    
}


/* Simple quotes without attributions - similar to tsc.css, but different
   color scheme  */
div.quote {
	border: 1px solid #f2f2f2;
	margin: 10px 40px 30px 40px;
	padding: 12px 20px 12px 18px;
	background-color: #FEFDF1;
}
div.quote p {
	padding: 2px 12px 2px 12px;
	background-color:  #FEFDF1;
	font-size: 13px; 
}
p.quote {
	border: 1px solid #f2f2f2;
	margin: 10px 40px 20px 40px;
	padding: 12px 20px 12px 18px;
	background-color:  #FEFDF1;
	font-size: 13px; 
}


/********************************************
   LAYOUT
********************************************/ 

#wrap {
	width: 820px;
	background: #17508d url(images/content.jpg) repeat-y center top; 
	margin: 0 auto;
	text-align: left;
	/* relative positioning is for image positioning with
	   div#journalTOCPhoto  */
	position: relative; 
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	height: 186px;
	position: relative;
	background: #17508d url(../../images/banner_full.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

/* Breadcrumb menu line */
#breadcrumb {
	clear: both;	
	margin: 0; 
	padding: 0 40px 0 40px;
	background: url(images/menu_under_banner_bkgd_artmgr.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;   
}
#breadcrumb div, #breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 12px;
}
#breadcrumb a { 
   color: #ffffff; 
   text-decoration: none; 
}
#breadcrumb a:hover {
	color: #F7E710;  
	text-decoration: underline;
}




/* Main Column: contains article headings and article body,
   used on catalog pages and article detail pages */
#main {
	float: left;
	width: 70%;  /* 72% */
	padding: 0; margin: 0;
	background-color: #ffffff;
}

#main h1 {
	margin: 14px 20px 9px 10px;
	padding: 2px 10px 4px 0px;
	font: Bold 145% Verdana, 'Trebuchet MS', Sans-serif;
	border-bottom: 1px solid #EFF0F1;
	/* background: #FFF url(images/square-green.png) no-repeat 3px 50%; */
}

#main h1 a {
	color: #0E3054; 	
	background: none;
}
#main h1 a:hover {
	color: #C23023; 
	text-decoration: underline;
}
#main h2 {
	margin: 30px 20px 9px 10px;
	padding: 2px 10px 4px 0px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0E3054;
	/* background: #FFF url(images/square-green.png) no-repeat 3px 50%; */
}
#main h2 a {
	color: #0E3054; 	
	background: none;
}
#main h2 a:hover {
	color: #C23023; 
	text-decoration: underline;
}
#main div.content { /* article body */
	margin: 10px 20px 0px 38px;
	padding: 0;
}
#main div.articleSummary {
	margin: 6px 20px 0px 40px;
	padding: 4px 15px 4px 15px;
	background: url(images/am2_about_author_background.jpg) repeat-x top;
}
#main div.not_found {
   padding: 40px;
   text-align:center;
}
#main div.authorBio {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin: 30px 20px 20px 11px;
	padding: 8px 50px 10px 50px;
	font-size: 10px;
	/*background-color: #F5F1E4; */
	background: url(images/am2_about_author_background.jpg) repeat-x top;
}
div.post-cats { padding-left: 10px; }


/* additional classes and refinement of above classes for 
   each journal TOC  */

/* issue and topic info, right justified */
div#journalTOCSubHeader {
	margin: 13px 20px 22px 250px; 
	padding: 0;
	font-size: 100%;
	text-transform: capitalize;
	text-align: right;
	color: #0E3054; 	
}
#main div#journalTOC  {
	margin: 1px 10px 2px 0px;
}
#main div#journalTOC h1 {
	margin: 0px 10px 4px 10px;
	padding: 2px 15px 2px 15px;
	border-bottom: none;
	background-color: #F2DCBD;
	font-size: 110%;
}
#main div#journalTOC span.author {
	margin: 1px 0px 2px 40px;
}
div#journalTOCPhoto {
	/* this absolute positioning is relative to div#wrap */
	position: absolute; 
	top: 26px; left: 40px; 
}


/* Journal catalog: cover shot for all issues, but no articles */
div#journalCatalogGroup {
	width: 500px;
	margin: 0px 0px 10px 18px;
	float: left;
	/* display: table; */
}
div#journalCatalogGroup div.journalCatalogItem {
	margin: 1px 10px 0px 20px;
	padding: 0;
	width: 130px;
	height: 240px;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	float: left;
	/* display: table-cell; */	
}



.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;

}



/* art-info-1: main content article page: author, date, season, year */
.art-info-1 { 
   float: left; 
   width: 320px;
   padding: 0px 0px 10px 10px;
	line-height: 19px;
	color: #660026; /* same as h2 */
}
.art-info-1 span.author {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
}

/* art-info-2: article page: email article, printer friendly, etc */
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 0px 20px 10px 0px;
}
/* .art-info-2 items with small icons */
.art-info-2 .email {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.gif) no-repeat right center; 
	display: block;
}
.art-info-2 .print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.gif) no-repeat right center; 
	display: block;
}
.art-info-2 .pdf {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/pdf_small.gif) no-repeat right center; 
	display: block;
}
.art-info-2 .moreArticles {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/more_articles.gif) no-repeat right center; 
	display: block;
}
.art-info-2 .digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/digg.png) no-repeat right center; 
	display: block;
}

.articleKeywords {
	margin: 16px 20px 30px 26px;
   padding: 6px 10px 6px 10px;
	width: 340px;
	float: right; 
	font-size: 88%;
	line-height: 1.2em;
   text-align: right;
	background-color: #F0F2F5; /* #F5F1E4; */
}

/* Basic page without navigation, etc.
   It is used for search help and other basic pages */
div#articleMgrBasicPage {
	padding: 5px 15px 15px 30px;
}


/* article body formatting */

div.articlePulloutBox {
	width: 350px;
	border: 1px solid #C95F1E;
	background-color: #FFF7DE;
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
	font-size: 12px;
	font-weight: 600;
}


/********************************************
   search 
********************************************/ 
	
/* Advanced search form elements */
form {
	margin: 10px 20px 10px 10px;
	padding: 0 5px 0px 0px;
	border: 1px solid #f2f2f2; 
	background-color: #fafafa; 
}
input {
	padding:2px;
	border:1px solid #ddd;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}
input.checkbox { border: none; vertical-align: middle;}
select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color: #777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #CCC url(images/buttonBg.gif) repeat-x;
   color: #4F82CB;     
}
	
/* right side nav menu search area */	
div#searchBox { 
 	width: 200px; /* same as right nav menu */
	margin: 36px 0px 18px 0px;
	padding: 0;
}
form.search {
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 1px 0px 0px 3px; padding: 0;
	width: 173px;
	background: #FFF;
	color: #333; 
	display: block;
}
input:focus {
	background-color: #FFFFE2;
}
form.search input.button {
	background: #CCC url(images/am2_button_background2.jpg) repeat-x;
   color: #4F82CB; 
	border: none;	
	width: 56px; 
	height: 18px; /* should be 30px but this helps misc buttons from
						  getting to tall with msie bug */
	font-size: 10px; 
 	text-decoration: none; 
}
form.search a { 
   color: #4F82CB; 
   font-size: 10px; 
   text-decoration: underline; 
}
td.miscSearchButton {
	height: 30px; 
	padding: 0px 4px 0px 4px;
	background: #CCC url(images/am2_button_background2.jpg) repeat-x;
   color: #4F82CB;
	font-size: 10px; 
	height: 30px; 
	text-align: center;
   text-decoration: none; 
}
td..miscSearchButton a         { color: #4F82CB; text-decoration: none; }
td..miscSearchButton a:active  { color: #4F82CB; text-decoration: none; }
td..miscSearchButton a:visited { color: #4F82CB; text-decoration: none; }
td.miscSearchButton a:hover    { color: #C24E44; text-decoration: underline; }

span.searchWord {
	background-color: #FFFCF0;
	padding: 0px 4px 0px 4px;
	border: 1px solid #c9c9c9;
}

table.searchHelpTable {
	margin: 10px 10px 10px 60px;
}
table.searchHelpTable tr td {
	width: 120px;
	margin: 2px;
	padding: 4px 10xp 4px 10px;
	background-color: #ececec; 
}


/* **************************
   Navigation right sidebar 
	************************* */	
	
#sidebar {
	width: 200px; 
	float: right;
	/* width: 26.5%; */
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}

#sidebar h1 a {
   color: #555;
}
#sidebar a.selected { 
   color: #C24E44; 
}
#sidebar .nav-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}


/* Sidebar - feeds and link management */

#feeds {
   text-align: left;
	font-weight: bold;
	padding-left: 10px; 
	padding-top: 10px; 
	line-height: 20px;
	padding-bottom: 10px; 
}
.rss {
	padding-left: 34px;
   padding-bottom: 1px;
   padding-top: 1px;
	background: url(images/webfeed.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 34px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 34px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 34px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_google.gif) no-repeat left center; 
}




/* Sub-category navigation */
#sidebar ul.sidemenu ul {
   margin: 3px 0px 3px 0px;
   padding: 0px;
   margin-left: -8px;
	list-style: none;
}

#sidebar ul.sidemenu ul li {
   font-size: 10px;
   border: none;
}

#sidebar ul.sidemenu ul ul li {
   font-size: 9px;
}



/* optional non-list navigation */

.altmenu { 
	font-weight: bold; 
	margin: 3px 3px 8px 3px; 
	border-bottom: 1px solid #eeeeee;  
}
      
.altmenu div { 
	padding: 2px; 
}
      
div.catMenu-0 { font-size: 11px; padding-left: 5px;  }
div.catMenu-1 { font-size: 10px; padding-left: 20px; }
div.catMenu-2 { font-size: 9px;  padding-left: 35px; }
div.catMenu-3 { font-size: 8px;  padding-left: 50px; }
div.catMenu-4 { font-size: 7px;  padding-left: 65px; }
      
.altmenu div a { 
	padding-left: 20px; 	
	background: url(images/go.gif) no-repeat 0px 0px; 
}




/* Next/Previous Links */	

#nextlinks { 
   font-size: 11px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#nextlinks a { 
   text-decoration: underline;
}


/* Footer */	
#footer {
	color: #666666;
	background: #17508D url(images/footer.jpg) repeat center top;
	clear: both;
	width: 820px;
	height: 70px; 
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }
#footer p {
	line-height: 13px;
}
div#footer span#footerWebsiteBy {
	font-size: 9px;
	color: #D8D8D8;
	text-align: center;
}
div#footer span#footerWebsiteBy  a:link { color: #D8D8D8; }
div#footer span#footerWebsiteBy  a:visited { color: #D8D8D8; }
div#footer span#footerWebsiteBy  a:hover { color: #C24E44; }



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* Printer Friendly Page classes */
#printer #main {
	padding: 0; margin: 20;
	font-size: 12px;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 0px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: underline; }
#printer #main { text-align: left; width: 95%;}


