/* Navigation styles have been moved to navigaiton.css 
as of 2008/01/19 */

body
{
text-align: center; /*IE fix for getting autocentering*/
background-color:#f2f2f2;
}

#topheader
{
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding:0px;
	width:800px;
	height:115px;
	color:#444444;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:8pt;
	text-align: left;  /*This is an IE fix so the ie body text-align center doesn't fuck up all your text*/
	clear:left;
}

#content_container
{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom: 30px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	width:740px;
	//min-height:500px;
	background-color:#FFFFFF;
	color:#444444;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:10pt;
	text-align: left; /* This is an IE fix so the ie body text-align center doesn't fuck up all your text*/
	//border: 1px solid #D7D7D7;
}

#left_col
{
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;
	padding-left:0px;
	width:500px;
	min-height:50px;
	background-color:#FFFFFF;
	/*border: 1px solid #CCCCCC;*/
}

#reader_right_col{
	margin-top:0px;
	margin-bottom:10px;
	margin-left:70px;
	width:600px;
	background-color:#ffffff;
}

/*Sidebar link styles and footer
--------------------------------*/

#sidebar
{
	float:left;
	width:30px;
	margin:0px;
	padding: 0px 0px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color:#ffffff;
	//border:2px solid #333333;
}

#sidebar ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:10pt;
	//display: inline;

}

 #sidebar ul a
{
	display: block;
	text-decoration: none;
	padding: .2em .5em;
	color: #888888;
	border-bottom: 1px solid #CCCCCC;
	width: 20px;
	text-align:right;

}

#sidebar ul a:hover
{
	color: #444444;
	font-weight:bold;
}


#footer
{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:800px;
	color:#666666;
	font-family:Verdana;
	font-size:7pt;
	border-top: 1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: left;
	padding-top:5px;
	padding-bottom:5px;
	height:13px;
	clear:both;

}
#footer a, a:hover
{
	font-size:7pt;
}

#footer.black
{
	border-top: 1px solid #444444;
	border-bottom:1px solid #444444;
	color:#444444;
}

#albumcenter
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	width:540px;
	border: 1px solid #222222;
}

/* Link settings
----------------*/

a
{
	color:#0088CC;
	font-weight:bold;
	font-size:100%;	
	text-decoration:none;

}

a:hover
{
	color:#0088CC;
	font-weight : bold;
	font-size:100%;
	text-decoration:underline;

}

a.date {
	color : Black;
	font-weight : bold;
	font-size : xx-small;
	line-height : 200%;
}

a.date:hover {
	text-decoration : none;
	color : Black;
}

/* Different font styles and paragraph alignment styles
---------------------------------------------------------*/

/* cool green color 669966*/

h1
{
	color:#222222;
	font-size:130%;
}
h2
{
	color:#222222;
	font-size:120%;
}


h3
{
	color:#222222;
	font-size:110%;
}

h4
{
	color:#222222;
	font-size:90%;
}
h5
{
	color:#222222;
	font-size:80%;
}
span.date
{
	color: #ffffff;
	font-weight:normal;
}

span.alignleft
{	
	float:left;
	text-align:left;
}

span.alignright
{	
	float:right;
	text-align:right;
}
	

.center {
	text-align : center;
}

.right {
	text-align : right;
}

.x-small {
	font-size: x-small;
}

.xx-small {
	font-size: xx-small;
}

.padded-right {
	padding-right: 40px;
}
.black
{
	color: #000000;
}
div.padded2 {
	padding-left: 45px;
	padding-right: 10px;
}

hr {
background-color:#CCCCCC;
color:#CCCCCC;
  border: 0;
  width: 100%;
}

/*HW form styles
-------------------------*/
#hw_form
{
	padding: 0px 0; /* top, bottom=5, l,r=0 */
	color: #44444;
	font-size: 8pt;
}

#hw_form fieldset
{
	border: 0px solid #999999;
	/*width: 20em*/
	margin-left:20px;
}

#hw_form label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	padding-top:4px;
	display: block
}

#hw_form p.submit input
{
	margin-left: 8.5em;
}

#hw_form p.small
{
	margin-left: 6.5em;
	font-size: 8pt;
}
#hw_form p.under
{
	margin-left: 92px;
	font-size: 8pt;
	width: 345px;
}