@charset "UTF-8";
/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end of reset styles */

body  {
	background: #FFF;
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	background-attachment: fixed;
	background-image: url(http://www.ricottadesign.com/images/backVertLotus.gif);
	background-repeat: repeat-y;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 10px;
	width: 225px;
	border: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#mainContent {
	margin: 5px 5px 5px 5px; 
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid;
	border-left-style: solid;
	border-width: 1px;
	border-left-color: #663300;
	width: 675px;
	float: left;
} 


#topHeader {
	height: 275px;
	width: 1000px;
	background-color: #fff;
	background-image: url(../images/ricotta-design-graphic-hd.jpg);
}

#topHeader .headerNav {
	list-style: none;
	margin: 0 15px 0 400px;
}

.headerNav li{
	margin-top: 5px;
	display: block;
	float: left;
	padding: 5px 20px 5px 20px;
}


h1, h2, h3, h4, h5, h6 {
	color: #666633;
	margin: 0
}
p {
	margin: 0 0 0.75em 0;
	line-height: 1.5em;
	font-size: 85%;
}
.blue { 
	color: #669;
}
.borderTest {
	border:1px solid #999;
	padding: 15px;
	border-radius: 10px;
	-moz-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #999;
}
.HR {
    height:1px;
    width:80%;
    background:#999999;
    margin: 0px -170px 0px 0px;  
   }
a { 
	color: #660033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	text-decoration: bold;
}
a:link {
	color: #330066;
}
a:visited {
	color: #B071AF;
}
a:active { 
	color: #660033;
	
}

.quotes {
	color: #333366;
	line-height: 1.3em;
	font-size: 115%;
	font-style: bold;
	font-weight: normal;
	text-transform: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.quotes2 {
	color: #663333;
	line-height: 1.3em;
	font-size: 275%;
	font-style: light;
	font-weight: normal;
	text-transform: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#testImage {
	border: 2px solid #CCCCCC;
	padding: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#AC83B4;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

