@charset "utf-8";
/* CSS Document */


/*basic elements*/
html {
	height:100%;
	margin: 0px;
	padding: 0px;
}

body {
	height:100%;
	font: 13px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #000;
	background-color:#fbf3ee;
	background-image:url(../images/background2.png);
	background-attachment:fixed;/*delete if want to show color all the way down; assign background.jpg- iphone touch doesn't show it well*/
	background-repeat:repeat-x; /*delete if want to show color all the way down*/
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: justify;
	color: #333;
}

h1 {
	color: #c4611d;
	font-size:1.25em;
	text-align: left;
}

h2 {
	color: #c4611d;
	font-size:1em;
	text-align: left;
}

h3 {
	color: #F00;
	font-size:1.2em;
	text-align: left;
}

a:link {
	color: #c4611d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c4611d;
}

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

a:active {
	text-decoration: none;
	color: #c4611d;
}


/*specific divs*/
#container {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color:#e7b75a;/*used so text (a link color: white) shows until repeated backgroung gif appears*/
	background-image: url(../images/3col_container_backgd.png);
	background-repeat:repeat-y;
	overflow: hidden;
}
#header	{
	background-color: #000;
	background-image:url(../images/header3.png);
	background-repeat:no-repeat;
	background-position: right;
	width:	auto;
	margin: 0px auto;
    position: relative;
		}
		
#content {
	padding: 10px;
	width: 460px;
	background-color: #FFF;
	float: left;
	margin: 0px auto;
	position: relative;
	line-height: 1.6em;
	color: #333;
	font-size: small;

}

#menu {
	padding:10px;
	width:140px;
	float:left;
	/*clear: used to go here for use in a 2 column container; it has to match float, ie. clear: left; float left;*/
	color: #000;
	font-size: small;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#extras{
	padding:10px;
	width:140px;
	float: left;
	clear:right;/*this makes the extras column float to the right of content div; this is my fix for a bug in IE 6 that otherwise would cause the extras column to collapse below the menu column*/
	color: #c4611d;
	font-size: small;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	display: inline;
	list-style-type: none;
	text-align: center;
}


#container #menu p a {
	color: #FFF;
}
#container #extras p a {
	color: #FFF;
}

#citation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: smaller;
	letter-spacing: 0px;
	text-align: justify;	
}

#navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	letter-spacing: 0px;
	text-align: left;	
}


#footer{
	clear: both;
	padding: 15px;
	background-color: #000;
	text-align: center;
	width: auto; 
    margin: 0px auto;
    position: relative;
	color: #FC3;	
}

#footer small p {
	text-align: center;
}

/*image floats*/
.index-entries{
	text-align: justify;
	float: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #c4611d;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: smaller;
	color: #333;
}
.index-p{
	margin:0px;
	padding:0px;
}

.img-left {
	float: left;
	padding: 3px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #c4611d;
	background-color:#FFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: smaller;
	color: #333;
}

.img-right {

	float: right;

	padding: 3px;

	margin-top: 5px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: 15px;

	border: 1px solid #c4611d;

	background-color:#FFF;
	
	text-align:center;
	
	font-family:Verdana, Geneva, sans-serif;
	
	font-size: smaller;	
}

.img-cite-left {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#FFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: smaller;
	color: #333;
}

.img-cite-right {
	float: right;
	padding: 3px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color:#FFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: smaller;
	color: #333;
}
/*Specific paragraph for .img-citations*/
.cite-p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .85em;
}

#container #extras ul table tr td {
	text-align: left;
}

