/* Start of CMSMS style sheet 'circlesseeds' */
/****** 
	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 {
	background: #e4edf2 url(images/circlesseeds/wrapper-bg.gif) repeat-y top center;
	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;
	margin: 10px 0;
	}
#content h4 {
	text-align: left;
	padding: 0;
	color: #333333;
	font-weight: bold;
	}

#content blockquote {
	padding: 10px 10px 0;
	}
#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.menu-hr {
	background: transparent url(images/circlesseeds/circles-menu-hr.gif) no-repeat center top;
	width: 100%;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	}
div.menu-hr 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  */

#under-body {
	padding: 15px 0 0;
	height: 100%;
	width: 100%;
	background: transparent url(images/circlesseeds/body-bg.jpg) no-repeat top center;
	}

#wrapper {	
	text-align: left;
	margin: auto;
	width: 796px;
	}

#header {
	width: 796px;
	text-align: center;
	padding-top: 15px;
	}

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

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

#sidebar {
	border-right: #fff 2px solid;
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
	width: 243px;
	float: left;
	text-align: center;
	}
#sidebar-inner {
	text-align: center;
	padding-bottom: 10px;
	margin: 0 13px 0 15px;
	}
	
#footer {
	position: relative;
	top: 100px;
	width: 500px;
	margin: auto;
	/*clear: both;*/
	/*background: #e4edf2;*/
	text-align: center;

	font-size: small;
	}
#base {	
	text-align: center;
	
	clear: both;
	height: 200px;
	background: transparent url(images/circlesseeds/wheat.gif) repeat-x top center;
	}
	
/** end layout  */
	
#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/circlesseeds/pipe.gif') no-repeat 0 0;
	}
#footer li.first {padding-left:0; background:none;}
#footer li.last {padding-right:0;}

/****** rounded boxes ******/
.rounded_box {
	display: block;
}
.rounded_top {
   background: url('images/circlesseeds/round_tl.gif') no-repeat top left;
   padding-left: 11px;
}
.rounded_top div {
   background: url('images/circlesseeds/round_tr.gif') no-repeat top right;
}
.rounded_bottom {
   background: url('images/circlesseeds/round_bl.gif') no-repeat bottom left;
   padding-left: 11px;
}
.rounded_bottom div {
   background: url('images/circlesseeds/round_br.gif') no-repeat bottom right;
}
.rounded_top div, .rounded_top, 
.rounded_bottom div, .rounded_bottom {
   height: 11px;
   font-size: 1px;
}
.rounded_content { padding: 0 11px; background: #ffffff; }
/* END rounded boxes ******/
	
/* End of 'circlesseeds' */

