/*
CSS Template for Hazel's Vademecum
*/


/* Header */

#header {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	
}


/* LINKS */

a {
	text-decoration: none;
	
	
}

a:hover {
	border: none;
}

/*PICTURE*/

#pict {
	float: left;
}
/* MENU */

#menu {
	height: 4px;
	width: 800px;
	margin: 0 auto;
	float; right;
}

#menu ul {

	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 4px;
}

#menu li {
	float: left; 
}

#menu a {
	display: block;
	float: left;
	padding: 7px 20px 7px 19px;
	letter-spacing: .5px;
	text-decoration: none;
	font-family: Garamond;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	border-left: #58032F 1px solid;
	color: #FFFFFF;
}

#menu a:hover {
	/*background: #770444;*/
	color: #FFFFFF;
	background: #58032F;
}

#menu li:current_page_item{
	color: #FFFFFF;
	background: #58032F;
	}
#menu .last{
	border-right: #58032F 1px solid;
}




/* Body */

body {
	width: 800;
	margin: 40px 0;
	padding: 0;
	text-align: justify;
	background: #333333;
	
	font-family: Arial;
	font-size:12px;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding-top: 30px;
	border-top: none;
	/*border-bottom: 10px solid #330010;*/
}

#page a {
	font-weight: bold;
	color: #FFFFFF;
}

#page a:hover {
	color: #7A0026;
}

/* Content */

#content {
	
	width: 800px;
}

ul {
}

li{
}

h1 {
	font-family: Garamond;
	font-size: 40px;
	font-variant: small-caps;
	letter-spacing: 7px;
	text-align: center;
	margin:10px 0;
}
h2{
	font-variant: small-caps;
	font-family: Garamond;
	margin:0px 0;
	
}

h3{
	font-family: Arial;
	font-style: italic;
	font-size: 12px;
}

h4{
	font-family: Arial;
	font-size: 9px;
}


h5{
	font-family: Arial;
	font-size: 10px;
	margin:0px 0;
	padding:0;
}
h6 {
	font-family: Arial;
	font-size: 9px;
	text-align: center;
	margin:0 0;
}

h10 {
	font-family: Garamond;
	font-size: 60px;
	letter-spacing: 7px;
}

hidden {display:none} 


/* Footer */

#footer {
	
	
	width: 800px;
	height: 120px;
	padding-top: 5px;
	margin: 0 auto;
}

#footer ul {

	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: left; 
}

#footer li.library {
	float: left;
	width: 200px; 
}

#footer li.delicious {
	float: left;
	width: 300px; 
}

#footer li.profiles {
	float: left;
	width: 170px; 
}

#footer ul.profiles {
	margin: 0;
	padding: 0;
	style: none;
}

#footer a {
	text-decoration: none;
	color: #87ceeb;
		
}

#footer a:hover {
	color: #330010;
		
}
#footer h1 {
	font-variant: small-caps;
	font-family: Garamond;
	font-size: 12px; 
	letter-spacing: 0px;
	text-align: center;
	margin:10px 0;
} 

#footer div {
	font-family: Arial;
	font-size: 10px;
	color: #4169E1; 
}

/*
colors

light green - #91B42E
dark green - #232903
really really light green for letters in contemplate - #CEEA70
brown - #34160C
deep pink - #7A0026
deep purple - #330010

*/

