/*
Theme Name: CSGC
Theme URI: 
Description: CSGC Theme Based on Thematic.
Author: Lavern Gingerich
Author URI:
Template: thematic
Version: 1.0
Tags: Thematic
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img.spacebottom {
    margin: 0 0 18px 0;
    max-width:100%;
}
.entry-content {margin-top: 10px;}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color: #666;
    font-size: 1em;
    line-height:18px;
    margin: 0px 0 22px 0;
    overflow: hidden;
}
.navigation a {
    color:#666;
    text-decoration:underline;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
div.nav-previous {
	float: left;
	text-align: left;
	width:50%;
}
div.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
div.form-label {
  text-align: left;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

.widgettitle {display: none;}
ul.xoxo {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.xoxo li ul {
  font-size: 1.3em;
  margin: 0;
  font-weight: bold;
  padding: 20px 0 0 10px;
}
ul.xoxo li ul li {
  margin-bottom: 6px;
}
.addthis_container {text-align: center; margin: 20px 0;}
.sf-menu li ul {
    display:none;
}
.skip-link {display: none;}

body {
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 170%;
  cursor: default;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(/images/template/bg.gif) repeat-x #114210;
}
img{border:0}
img.product {
  margin: 30px auto 20px auto;
}
img.right {
  float: right;
  margin: 5px 0 0 20px;
}
img.product2 {
  margin: 20px auto;
}
img.product3 {
  margin: 12px 0;
}
img.space {
  margin-left: 20px;
}
p {
  margin: 0 0 15px 0;
  font-size: 1.3em;
  line-height: 155%; 
  clear: left;
  text-align: left; 
}
p#comment-notes {font-size: 1em;}
p.cat-link {
  font-weight: bold;
  font-size: 1.3em;
}
p.photo {
  text-align: center;
  margin: 30px 0 0;
}
p.photo img {
  border: 1px solid #000;
  margin: 0 10px;
}
p.pricenote {
  text-align: center;
  font-size: 1.1em;
  margin: 15px 0 0;
  color: #888;
}
p.red {
  color: #CC0033;
  font-weight: bold;
}
p.caption2 {
  text-align: center;
  font-weight: bold;
}
p.enlarge-text {
  font-weight: bold;
  color: #444;
}
p.breadcrumb {
  color: #707070;
  text-align: left;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 20px;
}
p.breadcrumb a:link, p.breadcrumb a:visited, p.breadcrumb a:active {
  text-decoration: underline;
  color: #4B5A8B;
}
p.breadcrumb a:hover {
  text-decoration: none;
}

a:link, a:active {
  text-decoration: underline;
  color: #990033;
}
a:visited {color: #5C4444;}
a:hover {text-decoration: none;}

span.red {
  color: #CC0000;
}
span.yellow {
  background: yellow;
}
span.bold {
  font-weight: 600;
}

ul {
  text-align: left;
  font-size: 1.3em;
  margin: 20px;
  line-height: 155%;
}
ul li ul {
  margin: 0;
}
ul li ul li {
  font-size: .7em;
  line-height: 160%;
}
li.cat {
  margin-top: 20px;
}
li.sub {
  margin-left: 20px;
  list-style-type: square;
}
h1, h2.entry-title {
  font-size: 2em;
  color: #393315;
  margin: 10px 0 10px;
  text-align: center;
  font-weight: normal;
  line-height: 150%;
}
h1.red {
  color: #CC0000;
}
h1.smaller {
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 30px;
  color: #CC0033;
}
h1.more-space {
  margin-bottom: 15px;
}
h2 {
  font-size: 1.5em;
  color: #666;
  text-align: left;
  font-weight: bold;
  line-height: 150%;
  margin-top: 0;
}
h3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  margin: 30px 0 4px 0;
  color: #990000;
}
h3.clear {
  clear: both;
}
#wrapper {
  width: 850px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#header {
  width: 850px;
  margin: 0 auto;
  position: relative;
  height: 140px;
}
#logo {
  position: absolute;
  top: 16px;
  left: 65px;
}
#contact {
  position: absolute;
  top: 30px;
  right: 55px;
}
#contact p {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  color: #666;
  text-align: right;
}
#contact p.phone {
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
}
.menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
}
.menu ul {
  list-style-type: none;
  margin: 0 0 0 90px;
  padding: 0;
}
.menu li {
  float: left;
}
.menu li a {
  font-size: 1em;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  margin-right: 80px;
  display: block;
  line-height: 27px;
}
.menu li a:hover {
  text-decoration: underline;
}
#main-top {
  background: url(/images/template/main_top.gif) no-repeat bottom center;
  height: 13px;
  width: 803px;
  margin: 25px auto 0;
  position: relative;
}
#main-bottom {
  background: url(/images/template/main_bottom.gif) no-repeat top center;
  height: 12px;
  width: 803px;
  margin: 0 auto 20px;
  position: relative;
}
#main {
  width: 803px;
  margin: 0 auto;  
  padding: 0;
  background: url(/images/template/main_bg.gif);
  background-repeat: repeat-y;
  overflow: hidden;
  text-align: center;
}
.main-aside {
  width: 165px;
  float: left;
  margin-left: 22px;
  position: relative;
  text-align: center;
}
.main-aside h2 {
  font-size: 1em;
  font-weight: bold;
}
.optin1 input {
  margin: 0 0 3px 5px;
}
.optin1 input.text {width: 100px;}
.optin1 input.submit {margin-top: 4px;}
#container {
  width: 542px;
  margin-right: 25px;
  float: right;
  position: relative;
}
div.breadcrumb {
	text-align: left;
	margin-top: 5px;
}
.entry-utility {
	overflow: hidden;
	clear: both;
        margin-bottom: 30px;
}
.column {
  width: 48%;
  float: left;
}
.column2 {
  width: 48%;
  float: right;
}
div.cta {
  background-color: #F3F4E5;
  padding: 15px;
  font-size: 1.3em;
  font-weight: bold;
  clear: both;
  border: 1px solid #F3F4E5;
}
div.cta p {
  margin: 0 0 19px 0;
  padding: 0;
}
#footer {
  width: 683px;
  margin: 0 auto;
  padding-bottom: 5px;
  background: url(/images/template/footer_bg.gif) repeat-y;
  color: #FFF;
  position: relative;
}
#footer-top {
  background: url(/images/template/footer_top.gif) no-repeat;
  height: 11px;
  width: 683px;
  margin: 0 auto;
  position: relative;
}
#footer p {
  font-size: .9em;
  margin: 0 0 9px 0;
  text-align: center;
  line-height: 170%;
  color: #FFF;
}
#dots {
  background: url(/images/dots.gif) repeat-x;
  margin: 2px auto;
  width: 583px;
  height: 3px;
}
#footer a.credits {
  text-decoration: underline;
  color: #FFF;
}
#footer a:hover.credits {
  text-decoration: none;
}
.line {
  height: 40px;
  background: url(/images/line.gif) repeat-x;
  clear: both;
}
.subcategory {
  width: 100%;
  clear: both;
}
.sub-image {
  float: left;
  width: 116px;
  text-align: center;
  margin: 10px 0;
}
.sub-image img, .product img {
  border: 1px solid #666;
}
.sub-description {
  float: right;
  width: 383px;
  font-size: 1.3em;
  text-align: left;
  margin: 10px 0;
}
.sub-description h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}
.thumb {
  float: left;
  width: 130px;
  text-align: center;
  margin: 10px 0;
}
.thumb h3 {
  font-size: 1.2em;
  font-weight: normal;
  clear: both;
  color: #000;
  text-align: center;
  margin: 12px 0;
  width: 130px;
}

div.save {
  font-weight: bold;
  margin: 0 10px;
  padding: 5px 18px;
  background: #FF6600;
  border: 1px solid #FFF;
  clear: both;
  text-align: center;
  color: #FFF;
  font-size: 1.3em;
}
div.save a.save2:link, div.save a.save2:visited, div.save a.save2:active {
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
  font-size: 1em;
}
div.save a.save2:hover {
  text-decoration: none;
}
div.savehome {
  width: 60%;
  margin: 30px auto;
}
div.notice {
  padding: 10px 18px 20px 18px;
  line-height: 150%;
  font-size: 1.3em;
}
.grid {
	width: 100%;
	overflow: hidden;
}
div.product {
  overflow: hidden;
  width: 32%;
  float: left;
  text-align: center;
  padding: 15px 0;
}
div.product p {
  text-align: center;
  margin: 0;
}
.entry-content .product img {margin: 0;}
div.product h3 {
  text-align: center;
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 1.2em;
}
div.clear {
  width: 99%;
  height: 1px;
  clear: both;
}
