/*link styles.*/
a { color: #000; }
a:link { color: #abc; text-decoration: none; }
a:visited { color: #8ac; text-decoration: none; }
a:hover { color: #fd4;  text-decoration: none; }
a:active { color: #f70; text-decoration: none; }

body /*basic text and background styles.*/
{
	background-color: #4a6878;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

.aDate /*dates for entry headers.*/
{
	color: #fd4;
	line-height: 12px;
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: Geneva, Arial, sans-serif;
}

#theCopyright
{
	color: #697888;
	line-height: 12px;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 20px 8px 0 8px;
}

h1 { display: none; }  /*hidden text header for paleo-browsers.*/

h2 /*headers for text entries.*/
{
	margin: 0 0 6px 0;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-transform: lowercase;
	font-weight: 200;
	font-family: Geneva, Arial, sans-serif;
}

#theContainer
{
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
}

#theContent
{
	border-color: white;
	border-width: 2px;
	border-style: solid;
	background-color: #000000;
	padding: 0;
	margin: 0;
	color: white;
	width: 600px;
	top: 16px;
	position: absolute;
}

#theArt /*The cover of the current issue*/
{
	background-image: url(i/cover38.jpg);
	width: 418px;
	height: 596px;
	background-repeat: no-repeat;
	margin: 9px 0 0 152px;
	padding: 0 10px 0 10px;
}

#theCovers /*The covers of various back issues*/
{
	background-image: url(i/backissues.jpg);
	width: 600px;
	height: 394px;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border-color: white;
	border-width: 0 0 1px 0;
	border-style: dashed;
}

#theSidebar  /*Art and text entries.*/
{
	width: 112px;
	top: 27px;
	left: 12px;
	background-color: #303846;
	border-color: white;
	border-width: 0px;
	border-style: solid;
	padding: 8px 10px 8px 10px;
	position: absolute;
}

.splash #theSidebar
{
	top: 422px;
}

#theSidebar ul /*A list of navigational links.*/
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#theSidebar ul li
{
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
}

#theThumbnails /*A table for a thumbnailed image gallery.*/
{
	border: none;
	margin: 4px 0 8px 0;
}

#theThumbnails img
{
	margin: 0 3px 0 0;
}

.anEntry /*A block in the center column, for text.*/
{
	background-color: #303846;
	border-color: white;
	border-width: 0px;
	border-style: solid;
	padding: 8px 10px 8px 10px; margin: 9px 0 8px 152px;
	text-align: left; 
	width: 418px;
}

.anEntry p /*A paragraph in a text entry*/
{
	margin: 0 5px 9px 5px;
}


blockquote
{	
	background-color: #3a4555;
	margin: 8px 24px 8px 24px;
	padding:  8px 10px 8px 10px;
	border-color: #fff;
	border-width: 1px;
	border-style: dashed;
}

.anEntry ul /*unordered lists in text entries.*/
{
	list-style: square;
} 

img
{
	border-width: 0;
	border-style: none;
	margin: 0;
	padding: 0;
}

.aSpacer
{
	visibility:hidden;
	height:8px;
}
