/* Start of CMSMS style sheet 'circlesgrains' */
/****** 
	screen.css
	Circle S Seeds (circlesseeds.com)
	Author: Evan Johnson (chilipepperdesign.com)
	Date: 12-01-2008
 ******/

/****** css reset reloaded ******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	color: #000000;
	background: #ffffff;
	line-height: 1.1;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/* END css reset reloaded ******/


/****** styles and layout ******/


strong {font-weight: bold;}
em {font-style: italic; }
blockquote {padding-left: 10px; }

body {
	padding: 15px 0 15px;
	background: #a28f6d;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #333333;
}
a:link {
	color: #883428;
	text-decoration: none;
}
a:visited {
	color: #883428;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}

#main img {
	border: 1px solid #9f756d;
	padding: 2px;
	margin: 4px 0;
	max-width: 485px;
	}

#sidebar h3 {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	}
#sidebar .side-content {
	text-align: justify;
	font-size: small;
	padding-bottom: 10px;
	}
#sidebar img {
	border: none;
	display: block;
	text-align: center;
	margin: auto;
	}

#content h3 {
	text-align: left;
	padding: 0;
	color: #661100;
	font-weight: bold;
	border-bottom: #cccccc 1px solid;
	}
#content p {
	text-align: justify;
	margin: 10px 0;
	}
#content p:first-letter {
	font-size: large;
	font-weight: bold;
	color: #661100;
	}
#content ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 20px;
	}
#content ul li {
	padding: 2px;
	}
#content img.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	}
#content img.floatleft {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	}

div.hr {
	background: transparent url(images/circlesgrains/circles-hr.gif) no-repeat center top;
	width: 100%;
	height: 25px;
	padding: 0;
	margin: 0;
	border: none;
	}
div.menu-hr {
	background: transparent url(images/circlesgrains/circles-menu-hr.gif) no-repeat center top;
	width: 100%;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	}
hr {
	display: none;	
}
	
/** menu  */

#sidemenu {
	width: 120px;
	margin: auto;
	}

#sidemenu ul {
	margin: 0;
	padding: 0;
	}

#sidemenu li {
	margin: 0;
	padding: 0;
	}

#sidemenu li a.last {
	border-bottom: none;
	}
#sidemenu li a {
	display: block;
	height: 100%;
	font-weight: bold;
	font-size: large;
	border-bottom: #666666 1px solid;
	padding: 4px;
	}

#sidemenu li a:hover, #sidemenu li a.active {
	background: #883428;
	color: #fff;
	text-decoration: none;
	}

/** end menu  */

/** layout  */
#wrapper {
	background: #f7f5f1 url(images/circlesgrains/body-bg.gif) repeat-y top center;
	text-align: left;
	margin: auto;
	width: 796px;
	}

#header {
	width: 796px;
	text-align: center;
	padding-top: 15px;
	background: url(images/circlesgrains/rounded-top.gif) no-repeat top center;
	}

#header h1 {
	position: fixed;
	right: -20000px;
	z-index: -100;
	}
	
#main {
	padding: 0 15px 0;
	}

#content {
	float: right;
	width: 495px;
	padding: 10px 15px 10px 10px;
	}

#sidebar {
	background: transparent url(images/circlesgrains/sidebar-divider.gif) repeat-y top right;
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
	width: 245px;
	float: left;
	text-align: center;
	}
#sidebar-inner {
	text-align: center;
	padding-bottom: 10px;
	margin: 0 28px 0 15px;
	}
	
#footer {
	clear: both;
	text-align: center;
	font-size: small;
	padding-bottom: 15px;
	background: url(images/circlesgrains/rounded-bottom.gif) no-repeat bottom center;
	}
	
	
/** end layout  */

/** footer sitemap/menu  */
#footer li {
	width: auto;
	margin: 0 auto;
	display: inline;
	padding: 0 5px;
	}
#footer li {
	width:auto;
	margin:0 auto;
	display:inline;
	padding:0 1.5em;
	background: transparent url('images/circlesgrains/pipe.gif') no-repeat 0 0;
	}
#footer li.first {padding-left:0; background:none;}
#footer li.last {padding-right:0;}
/* End of 'circlesgrains' */

