body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #666;
	background: url('images/stripe.jpg') scroll repeat-x #fff;
	margin: 0px;
	padding: 0px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #c1282d;
	text-decoration: none;
}
a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}
p {
	color: #333;
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: ##646060;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #c1282d;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #CCCCCC;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 8px;
}
h2 a, h2 a:visited {
	color: #c1282d;
	text-decoration: none;
}
h2 a:hover {
	color: #555555;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #646060;
	margin: 10px 0px 10px 5px;
        border-bottom: 1px #CCCCCC dotted;
}
form {
	margin:0px;
	padding:0px;
}

/*#stripe{
	height: 10px;
	width: 100%;
	background-color: #111;
}*/

#page {
	padding: 10px 40px;
	margin: 0px auto;
	width: 1000px;
}

#page a img{
       border:none;
}

#header {
	margin-bottom: 30px;
    padding: 0px;
	height: 150px;
	border-bottom: 1px solid #555;
	position: relative;
}
#headerimg {
	background: url('images/header-bg.jpg') no-repeat;
	padding: 0px;
	height: 150px;
	width: 325px;
}

/*#headerimg:hover{
	position: absolute;
	background: url('images/header-bg-rollover.jpg') no-repeat;
}*/

#headerimg a{
	position: absolute;
	height: 150px;
	width: 325px;
}

#headerimg .description{
	display: none;
}

#headerimg h1{
	padding: 0px;
	margin: 0px;
	display: none;
}

#subheader{
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #555;
	background: url('images/shadow.png') no-repeat center bottom;
}

#featured{
	margin: 0 auto;
	width: 860px;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	bottom: 0px;
}

#nav li {
	margin-top: 60px;
	float: left;
	margin-left: 5px;
	border-left: 1px dotted #9a9a9a;
}

#nav li.home{
	border: none;
}

#nav a {
	color: #9a9a9a;
	text-decoration: none;
	padding: 5px 7px;
	font: bold 14px/100% Rockwell,Courier,Verdana,Helvetica,Arial;
	display: block;
}
#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	color: #c1282d;
}
#content {
	padding: 0px 0px 30px 0px;
	float: right;
	width: 555px;
	overflow: hidden;
}
.post {
        /*color: #fff;*/
	clear:both;
	padding: 0px 15px 10px 15px;
        /*margin-top: 10px;*/
        /*background-color: #F1EEEB;
                border: solid 3px #FFFFFF;*/
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 455px;
}

.entry {
	clear: both;
	padding-top: 20px;
	margin-bottom: 15px;
}

.entry img{
	border: solid #efefef 5px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #555555;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #efefef;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #7D242A;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
        margin-bottom: 20px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#999999;
	border: 1px solid #555555;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 520px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #555555;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	margin:0px 0px 35px 25px;
	width: 300px;
	padding: 0px;
}

#sidebar a{
        color: #dddddd
}

#sidebar a img {
          border:0px;
}

#sidebar h2{
	color: #666;
	margin: 25px 0px 15px 0px;
}

#sidebar h2 a{
	color: #fff;
}

#sidebar li{
	list-style: none;
}

#sidebar ul{
	padding: 0px;
}

#sidebar ul li{
	padding: 20px 10px 20px 10px;
	background-color: #9a9a9a;
	margin-bottom: 2px;
}

#sidebar ul li a{
	/*color: #000;*/
	padding: 10px;
}

#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	/*margin: 10px 0px 5px;*/
}
#sidebar h3 a {
	font: normal 100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	/*margin: 10px 0px 5px;*/
}
#sidebar h3 a:hover {
        text-decoration:none;
	font: normal 100% "Trebuchet MS", Tahoma, Arial;
	color: #999999;
	/*margin: 10px 0px 5px;*/
}

#sidebar2{
	padding-left: 7px;
	margin-right: 10px;
	float: left;
	width: 100px;
	
}

#sidebar2 h2{
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

#sidebar2 li{
	list-style: none;
}

#sidebar2 a img{
	border: solid 2px #efefef;
}

#sidebar2 ul{
	padding: 0px;
	margin: 0px;
}

#searchform {
	padding: 10px;
}
#searchform #s {
	border:1px solid #333333;
	width: 200px;
	height: 22px;
	/*padding: 2px 5px 0px 5px;*/
	border: 1px solid #333333;
	background: #9a9a9a;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #666;
}

.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #999999;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #999999;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	border-top: 1px solid #000;
	background: #111 url('images/footer-bg.jpg') repeat-x scroll;
	clear: both;
	color: #fff;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #999;
}
#footer .left-col{
	width: 260px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 360px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: /*url(images/footer-right-bg.gif) no-repeat*/;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #c2272d;
	margin: 20px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 960px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;

}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

.embed {
        width:48%;
        float:left;
        padding:0 0 0 10px;
        margin:0 0 20px 0;
}

#retailers li{
        list-style-type: none;
        display: inline;
}

#retailers ul{
        margin: 0px;
        padding: 0px;
        white-space: nowrap;
        line-height: 30px;
}

div.column-sect {
  clear: both;
  display: inline-block;
  overflow: auto;
}

div.post-column {
  display: inline;
  float: left;
  margin-right: 18px;
  text-align: justify;
  width: 45%;
}

