/* ======== GENERAL RULES ======== */
html {
   height: 101%;
   margin-bottom: 1px;
}
body {
   background: #ffffff url(../images/background.jpg) repeat-x;
   color: #000000;
   font: normal 0.85em Verdana, Verdana, Geneva, sans-serif;
   padding: 0;
   margin: 0;
}
header, footer, nav, article, section, aside, hgroup {
   display: block;
}
hr {
   background-color: #c0c0c0;
   color: #c0c0c0;
   border: none;
   border-left: 50px #8fbb41 solid;
   border-right: 50px #8fbb41 solid;
   height: 3px;
}
ul {
   list-style-type: none;
   margin: 10px 0 20px 10px;
   padding: 0;
}
ul li {
   background: url(../images/bullet1.png) no-repeat 0 8px;
   padding: 1px 0 0 12px;
}
ul li a {
   color: #8fbb41;
   text-decoration: none;
   font-weight: bold;
   padding: 0;
}
ul li a:hover {
   color: #808080;
   text-decoration: underline;
}
blockquote {
   background: url('../images/blockquote.png') no-repeat left 15px;
   font: normal 0.85em Georgia, Times, "Times New Roman", serif;
   color: #666666;
   margin: 10px;
   padding: 5px 5px 5px 35px;
   text-align: left;
   line-height: normal;
   border-top: 1px #999 dashed;
   border-bottom: 1px #999 dashed;
}
.leftside {
   float: left;
   width: 200px;
   margin-right: 30px;
}
.rightside {
   float: right;
   width: 200px;
   margin-left: 30px;
}
fieldset {
   border: 1px #bbb solid;
   margin: 20px 0;
   text-align: center;
   line-height: normal;
}
fieldset img {
   background-color: #ffffff;
   margin: 5px 10px;
   border: 1px #919191 solid;
}
fieldset p {
   font-size: 0.85em;
   text-align: left;
   padding: 0 10px;
}
legend {
   background-color: transparent;
   padding: 0 10px;
   margin: 0 0 0 10px;
   color: #586e22;
   letter-spacing: 1px;
   font: small-caps bold 18px Georgia, Times, "Times New Roman", serif;
}
table {
   padding: 0;
   border-collapse: collapse;
   font-size: 100%;
   width: 100%;
}
/* ======== TYPOGRAPHY ======== */
a {
   color: #8fbb41;
   text-decoration: underline;
   outline: none;
   font-weight: bold;
}
a:hover {
   color: #808080;
   text-decoration: underline;
   font-weight: bold;
}
h1 {
   font: normal 30px 'Adamina', "Century Gothic", Verdana, Helvetica, sans-serif;
   color: #586e22;
   letter-spacing: 1px;
   margin: 0.5em 0;
}
h2 {
   font: normal 24px 'Adamina', "Century Gothic", Verdana, Helvetica, sans-serif;
   color: #586e22;
   margin: 0.3em 0;
}
h3 {
   font: normal 22px 'Adamina', "Century Gothic", Verdana, Helvetica, sans-serif;
   color: #586e22;
   margin: 0.5em 0;
   text-align: center;
   border-bottom: 1px #586e22 solid;
}
h4 {
   font: normal 20px 'Adamina', "Century Gothic", Verdana, Helvetica, sans-serif;
   color: #505050;
   margin: 0.5em 0;
}
h5 {
   font: bold 16px Georgia, Times, "Times New Roman", serif;
   color: #505050;
   margin: 0.5em 0;
}
h6 {
   font: bold 14px Georgia, Times, "Times New Roman", serif;
   color: #586e22;
   margin: 0.5em 0;
}
.button a {
   font-size: 0.90em;
   color: #ffffff;
   padding: 5px;
   border-radius: 5px;
   background-color: #8fbb41;
   text-decoration: none;
   font-weight: normal;
   border: 1px #ffffff solid;
   box-shadow: 0 1px 5px #666;
}
.button a:hover {
   color: #ffffff;
   padding: 5px;
   background-color: #808080;
   text-decoration: none;
   font-weight: normal;
}
p.dropcap {
   overflow: hidden;
}
p.dropcap:first-letter {
   color: #586e22;
   display: block;
   float: left;
   font: 60px/50px Georgia, Times, "Times New Roman", serif;
   padding: 3px 4px 0 0;
}
/* ======== LAYOUT RULES ======== */
#wrapper {
   color: #000000;
   height: 100%;
   width: 980px;
   margin: 0 auto;
   text-align: left;
}
/* ======== HEADER AREA ======== */
#header {
   position: relative;
   width: 980px;
   height: 280px;
}
/* ======== LOGO/SITE NAME AREA ======== */
#logo {
	background: transparent url('../images/logo.jpg') no-repeat;
	position: absolute;
	top: 18px;
	left: 23px;
	width: 370px;
	height: 180px;
	padding: 10px;
	overflow: hidden;
	text-align: center;
	border: 1px #ffffff solid;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
#logo h1 {
   position: relative;
   font: normal 34px 'Adamina', "Century Gothic", Verdana, Helvetica, sans-serif;
   color: #ffffff;
   margin: 40px 0 0 0;
   padding: 0;
   letter-spacing: 1px;
}
#logo h1 a {
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
}
#logo h1 a:hover {
   color: #ffffff;
   text-decoration: none;
}
#logo h2 {
   position: relative;
   font: italic 14px Georgia, Times, "Times New Roman", serif;
   color: #ffffff;
   margin: 20px 0 0 0;
   padding: 0;
   letter-spacing: 2px;
}
/* ======== SLIDESHOW AREA ======== */
#sliderwrapper {
   position: absolute;
   top: 15px;
   left: 470px;
   width: 500px;
   height: 200px;
   border: 1px #ffffff solid;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
#slider {
   position: relative;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
   position: absolute;
   top: 235px;
   left: 0;
   color: #ffffff;
   width: 980px;
   height: 30px;
   text-align: center;
   margin: 0;
}
#mainnav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#mainnav ul li {
   background: none;
   display: inline;
   margin: 0;
   padding: 0;
}
#mainnav ul li a {
   color: #ffffff;
   background-color: transparent;
   border-radius: 5px 5px 0 0;
   font-weight: normal;
   text-decoration: none;
   text-transform: uppercase;
   padding: 8px;
   margin: 0 3px;
}
#mainnav ul li a:hover {
   color: #ffffff;
   background-color: #8fbb41;
   font-weight: normal;
   text-decoration: none;
}
#mainnav ul li.active a {
   color: #ffffff;
   background-color: #8fbb41;
   font-weight: normal;
   text-decoration: none;
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
   float: left;
   width: 23%;
   text-align: left;
   font-size: 0.90em;
   line-height: 1.4em;
   padding: 10px 0 0 0;
   margin: 0 1%;
}
#sidebarRight {
   float: right;
   width: 23%;
   text-align: left;
   font-size: 0.90em;
   line-height: 1.4em;
   padding: 10px 0 0 0;
   margin: 0 1%;
}
/* ======== CONTENT AREA ======== */
#contentRight {
   float: right;
   width: 71%;
   padding: 0 1%;
   margin: 0 1%;
   line-height: 1.5em;
   overflow: hidden;
}
#contentLeft {
   float: left;
   width: 71%;
   padding: 0 1%;
   margin: 0 1%;
   line-height: 1.5em;
   overflow: hidden;
}
#contentMiddle {
   float: left;
   width: 46%;
   padding: 0 1%;
   margin: 0 1%;
   line-height: 1.5em;
   overflow: hidden;
}
#contentFull {
   width: 98%;
   margin: 0 1%;
   line-height: 1.5em;
   overflow: hidden;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2 {
   float: left;
   width: 48%;
   text-align: left;
   line-height: 1.4em;
   margin: 0 1%;
}
.contentBox3 {
   float: left;
   width: 31.333%;
   text-align: left;
   line-height: 1.4em;
   margin: 0 1%;
}
.contentBox4 {
   float: left;
   width: 23%;
   text-align: left;
   line-height: 1.4em;
   margin: 0 1%;
}
.marginleft {
   margin-left: 0 !important;
}
.marginright {
   margin-right: 0 !important;
   float: right !important;
}
/* adds a border to the bottom of a div */
.catalog {
   border-bottom: 1px #586e22 solid;
   padding-bottom: 10px;
   margin-bottom: 20px;
}
.catalog h6 {
   text-align: center;
   font: normal 20px Georgia, Times, "Times New Roman", serif;
}
/* ======== FOOTER AREA ======== */
footer {
   background: #ffffff url('http://www.naturesyarnsinc.com/images/footerbg.jpg') no-repeat;
   width: 100%;
   color: #000000;
   font-size: 0.90em;
   padding: 10px 0 10px 0;
   border-top: 1px #c0c0c0 solid;
}
footer ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
footer ul li {
   margin: 5px 0;
   background: url(../images/bullet1.png) no-repeat 0 7px;
   padding: 1px 0 0 12px;
}
footer ul li a {
   color: #808080;
   text-transform: uppercase;
   text-decoration: none;
   font-weight: bold;
}
footer ul li a:hover {
   color: #8fbb41;
   text-decoration: underline;
}
footer a {
   color: #8fbb41;
}
footer a:hover {
   color: #808080;
}
footer h3 {
   font: normal 22px 'Adamina', "Century Gothic", Verdana, Helvetica, sans-serif;
   margin: 0.5em 0;
   text-align: center;
}
/* ======= EVENT CALENDAR ======== */
#calendar {
   font-size: 0.85em;
   line-height: 1.4em;
}
#calDate {
   font-weight: bold;
   text-align: center;
   padding: 5px;
   font-size: 11px;
   margin: 5px 0 0 0;
   color: #505050;
}
#calendar a:hover {
   text-decoration: none;
   font-weight: bold;
}
#calendar a {
   text-decoration: none;
   font-weight: bold;
}
one;
	font-weight: bold;
}
#calendar .arrows {
	padding-top: 15px !important;
	margin-top: 15px;
}
#calendar .arrows a {
   background-color: #8fbb41;
   color: #ffffff;
   padding: 4px 6px;
   text-align: center;
   border: 1px #ffffff solid;
   border-radius: 20px;
   box-shadow: 0 1px 5px #303030;
}
#calendar .arrows a:hover {
   background-color: #808080;
   color: #ffffff;
}
/* ======== IMAGES ======== */
img {
   border: none;
}
.imageleft {
   margin: 0 10px 0 0;
   float: left;
}
.imageright {
   margin: 0 0 0 10px;
   float: right;
}
.image-border {
   background-color: #ffffff;
   margin: 2px 0;
   padding: 3px;
   border: 1px #d0d0d0 solid;
}
.imageleft-border {
   background-color: #ffffff;
   margin: 0 10px 0 0;
   padding: 3px;
   float: left;
   border: 1px #d0d0d0 solid;
}
.imageright-border {
   background-color: #ffffff;
   margin: 0 0 0 10px;
   padding: 3px;
   float: right;
   border: 1px #d0d0d0 solid;
}
.image-catalog {
   border: 1px #d0d0d0 solid;
   padding: 5px;
   margin: 5px 10px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
/* ======== MISC. CLASSES ======== */
.center {
   text-align: center;
}
.right {
   text-align: right;
}
.small {
   font-size: 0.85em;
}
.clear {
   clear: both;
   margin: 20px 0;
}
.clearsmall {
   height: 1px;
   line-height: 1px;
   margin: 0;
   padding: 0;
   clear: both;
}
dt.question {
   font: normal 20px Georgia, Times, "Times New Roman", serif;
   background: #ffffff url('../images/arrow.png') no-repeat scroll left bottom;
   color: #586e22;
   font-variant: small-caps;
   padding: 10px 0 0 30px;
   border-bottom: 1px #555 dashed;
   margin: 0 50px;
}
dd.answer {
   padding: 10px 0;
   margin: 0 100px;
   display: block;
}
.highlight {
   background-color: #FFFF00;
}
/* ================ */
.codeblock {
   font-family: "Courier New", Courier, monospace;
   font-size: 0.95em;
   color: #333;
   border-left: 2px #586e22 solid;
   padding-left: 7px;
   margin: 0 50px;
}
.codesnippet {
   margin: 15px;
   padding-left: 5px;
}
.codeblock ol {
   list-style-position: outside;
   list-style-type: decimal-leading-zero;
   padding-left: 15px;
}