﻿/* CSS Document 
Cherry Blossom Stylesheet for Ruby's Bodywork
version: 0.5
*/
* {margin: 0; padding: 0;}

body {background: #FDEFC1;} 	
	
#container {
	margin: -38 auto 0;
	width: 700px;
	border: 2px solid #845A43;
	background: #fff;}

#head {
	position: fixed;
	background: url(images/header.jpg);
	height: 167px;
	width: 700px;
	border-bottom: 2px solid #845A43;
	border-top: 2px solid #845A43;
	z-index: 2;}
	
#head h1 a {
display:block;
align:center;
/*background: url(http://.. ) top center no-repeat;*/ /*removed this since the #head already 
has the background image*/
height:167px;
width:700px;
text-indent: -9000px;
} /* this code makes the header clickable without losing the background image capability... may need to 
streamline between this and the #head code*/
	
#nav {
	width: 698px;
	position: fixed;
	top: 135px;
	/*left: 0;*/
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 9px;
	text-align: center;
	z-index: 2;
	background: #FFFFFF;
	/*vertical-align: baseline;*/
	/*width: 200px;*/} 
	
#nav ul, #nav ul li {
	display: inline;
	list-style-type: none;
	font: bold 12px/14px Verdana, "Lucida Grande CE", "Monaco CE";
	padding-right: 5px;
	padding-left: 5px;}

a {color: #660000;
text-decoration: none;}

a:hover {
	color: #CF6D84;
	text-decoration: none;}
	
#content {
	position: relative;
	top: 200;
	font: 12px/14px Verdana, "Lucida Grande CE", "Monaco CE";
	color: #3E1C07;
	margin: 10px 35px 130px;
	z-index: 1;}

#content p {padding-top: 1em;}

#content ul {
	padding-left: 15px;
	list-style: none inside;}
	
.left {
	margin: 5px 8px 8px 0px;
	float: left;}
	
.right {
	margin: 5px 0px 8px 8px;
	float: right;}
	
.footnote {
	font-size: 10px;
	line-height: 12px;}

#footer {
	background: url(images/flowerfooter.png);
	height: 263px;
	width: 700px;}

#footer p {
	width: 675px;
	height: 18px;
	margin-top: 230px;
	padding-left: 25px;
	padding-top: 3px;
	clear: both;
	position: absolute;
	background: url(images/footerbar.png) repeat-x;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;}

#privacy {
	font-size: 90%;
	font-style: italic;}
