/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
.bg {
	background: #effbfb url(../images/bg.jpg) repeat-x;
}
body {
	margin: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/**************************************/
/*              HEADER                */
/**************************************/
.header  {
	height: 129px;
	margin-bottom: 25px;
	background: #d5eced url(../images/header.gif) no-repeat;
	border-bottom: 4px solid #44877e;
}
.issn {
	margin-top: 10px;
	float: right;
	background: #dbf0f1;
	padding: 8px;
	border: 1px solid #e9f7f8;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#right {
	float: right;
	width: 50%;
}
#left {
	width: 50%;
}

.sidebar {
	width: 100%;
	background: #0b5379;
	margin: 0 0 0 0;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.sidebar dl {
	color: #cbc4ff;
}
.sidebar dt a, .sidebar dt a:visited{
	border-bottom: 1px dashed #c1e4fa;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
.sidebar dt a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.search {
	text-align: left;
}
.search input {
	margin: 3px 0;

}
.focused {
	/*background: #e6f6f6;*/
	margin-top: 5px;
	background: #dbf0f1;
	padding: 8px;
	color: #000;
	text-align: left;
}
.shadows{
	background: #dbf0f1;
	padding: 8px;
	border: 1px solid #e9f7f8;
	margin-top: 0;
}
.pub_date {
	font-style: italic;
	font-size: 100%;
}

.note {
	border: 1px solid #6b6b6b;
	background-color: #feffe3;
	padding: 6px;
	color: #4d4d4d;
}
.continue {
	font-weight: bold;
	font-family: Georgia, Times New Roman;
	font-size: 110%;
	color: #101010;
}

#CurrentIssueImg {
	float:left;
	margin-top: 5px;
	margin-right: 15px;
	padding: 5px;
	background: #fff;
	border: 1px solid gray;
}
.title a, .title a:visited, .title a:link {
	color: #000;
	text-decoration: none;
}
/**************************************/
/*               FOOTER               */
/**************************************/



