/* explicitly remove all margins and padding */
* 
{
	margin: 0;
	padding: 0;
}

body
{
	/*	background-color: #F8F8F3;*/
	background-color: #FFFFFF;
/*	font-family: Verdana, Tahoma, Arial, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;	/* TODO change this to be relative not absolute */
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

html 
{
	height:100%;
	margin-bottom: 1px;
}

/* default links */
a:link {
background-color: transparent;
text-decoration: underline;
color: #993300;
}
a:visited {
background-color: transparent;
text-decoration: underline;
color: #993300;
}

a:hover {
background-color: #CCCC99;
text-decoration: underline;
}

/* header styles */
h1
{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px; /* TODO change this to be relative not absolute */
	color: #993300;
	border-bottom: solid 1px #CCCC99;
	margin-bottom: 5px;
}

h2
{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px; /* TODO change this to be relative not absolute */
	color: #333333;
}

h3
{
	display: inline;
	margin: 10px 5px 0 0;
	padding: 2px;
	color: #993300;
	font-size: 12px;
}

p
{
	margin: 10px 0;
}

#footer
{
	text-align: center;
	clear: both;
	font-size: 11px;
}

#wrapper
{
	width: 750px;
	position: relative;
	left: 50%;
	margin-left: -375px;
	background-color: #FFFFFF;
	padding: 0 5px 5px 5px;
}

#branding
{
	background-color: #FFFFFF;
	height: 50px;
}

#threeColLayout #primaryContent 
{
	float: left;
	width: 350px;
	background-color: #FFFFFF;
	margin: 0 20px 0 20px;
}

#twoColLayout #primaryContent
{
	float: left;
	width: 530px;
	background-color: #FFFFFF;
}

#primaryContent
{
	width: 530px;
}


.literary h1
{
	margin-top: 10px;
}

.literary p
{
	margin-top: 1px;
	margin-bottom: 1px;
	text-indent: 30px;
}

p.noindent
{
	margin-top: 10px;
	text-indent: 0;
}

#primaryContent .box img
{
	border: none;
	float: right;
	
}
#primaryContent .box a:hover
{
	background-color: transparent;
}

#secondaryContent /* only used in 3 column layout */
{
	float: left;
	width: 180px;
	background-color: #FFFFFF;	
	font-size: 11px;
}

#sideContent
{
	width: 180px;
	float: right;
	background-color: #FFFFFF;
	font-size: 11px;
}


#mainNavigation
{
	background-color: #FFFFFF;
}

#mainNavigation ul
{
	list-style: none;
	width: 750px;
	float: right;
}

#mainNavigation ul li
{
	float: right;
	background: url(images/tab_right.gif) no-repeat top right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px; /* TODO change this to be relative not absolute */
}

#mainNavigation li a
{
	display: block;
	padding: 0 2em;
	line-height: 2.0em;
	background: url(images/tab_left.gif) no-repeat top left;
	text-decoration: none;
	color: #FFFFFF;
}


.box
{
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	background-color: #FFFFFF;
	border-color: #CCCC99;
	border-width: 1px;
	border-style: solid;
}

.boxSpecial
{
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: #FFFFFF;
	border-color: #993300;
	border-width: 2px;
	border-style: groove;
	font-size: 11px;
}

.boxContent
{
	/*width: 170px;*/
	background: #FFFFFF;
	font-size: 11px;
}

.boxContent p
{
	margin: 0;
	padding: 5px 10px 5px 10px;
}

.boxContent h2
{
	margin: 0;
	padding: 2px 0 5px 10px;
	color: #FFFFFF;
	background: url(images/box_header.gif) repeat-x;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;

}
.boxContentIssue
{
	/*width: 500px;*/
	margin: 10px 10px 10px 10px;
	padding: 5px 0 5px 0;
	background: #FFFFFF;
}

.box img
{
	border: none;
}

.box a:hover
{
	background-color: transparent;
}

.boxContent img
{
	float: right;
	margin: 10px;
}

.boxContent a:hover
{
	background-color: #CCCC99;
}	

.boxContent p .bookTitle
{
	font-weight: bold;
	font-style: normal;
	color: #993300;
}

.boxContent p .bookAuthor
{
	display: block;
	font-style: normal;
}

.boxContent p .magazineTitle
{
	font-style: italic;
}

.boxSpecialContent
{
	width: 320px;
	background: #FFFFFF;
	font-size: 11px;
}

.boxSpecialContent img
{
	margin: 0;
	padding: 5px 0 0 0;
}
.boxSpecialContent p
{
	margin: 0;
	padding: 15px 10px 15px 10px;
}

.boxSpecialContent p .bookTitle
{
	font-style: italic;
}

.item
{
	border-bottom: dotted 1px #CCCC99;
	margin-bottom: 5px;
}

.itemSubtitle
{
	margin-left: 2px;
}

.itemAuthor
{
	margin-left: 2px;
	display: block;
}

.itemLink
{
	display: block;
	font-size: 11px;
}

.addressLine
{
	display: block;
}

#magazine div.column1
{
	float: left;
	width: 250px;
}
#magazine div.column2
{
	margin-left: 280px;
}
#magazine .readArticle
{
	display: block;
	font-size: 11px;
}
