/* ------------------------------------ */
/*  Thought Nozzle-added Setup
/* ------------------------------------ */

* { border: none; border-style: none; outline: none; } /* Added by BW */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ------------------------------------ */

body, td, th {
	font-family:arial,sans-serif;
	font-size:13px;
	line-height:1.4em;
}

* { margin:0; border: 0;}

a, object { outline:none; } /* stop that ugly outline around clicked links / objects */
:focus { -moz-outline-style: none; }  /* redundant with outline:none, but can't hurt */
/* NOTE THAT THESE TWO REPORTEDLY DO NOT WORK IN IE
/* Use onfocus="this.hideFocus=true;" as attribute in A or OBJECT tag for IE, or 
use javascript to blur focus in all, e.g.:
http://codylindley.com/Javascript/223/hiding-the-browsers-focus-borders-should-i-shouldnt-i
*/

a:link {
	color: #5e761b;
	text-decoration:none;
}
a:visited {
	color: #5e761b;
	text-decoration:none;
}
a:hover, a:focus {
	color: #ffffff;
	text-decoration:underline;
}
a:active {
	color: #ffffff;
	text-decoration:none;
}

#footer_div {
	font-size:12px;
	color: #9d8b66;
	text-transform:uppercase;
}

.footer_credit {
	font-size:10px;
	text-transform:none;
	line-height:28px;
}

#footer_div a:link, #footer_div a:visited {
	color: #9d8b66;
	text-decoration: none;
}

#footer_div a:hover, #footer_div a:active, #footer_div a:focus {
	color: #ffffff;
	text-decoration: none;
}

form select {
	color:#eae1d5;
	background-color:#ae895b;
	border:2px solid #ae895b;
	border-top-color:#a48052;
	border-left-color:#a48052;
	border-right-color:#bfa27f;
	border-bottom-color:#bfa27f;
	width:120px;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#inside_outer_div {
	width:861px;
	margin:30px auto 6px auto;
	background-image:url(../images/ctw2-inside-bgpaper-sides.png);
}

#inside_top_div {
	width:861px;
	height:149px;
	background-image:url(../images/ctw2-inside-bgtop.jpg);
}

#inside_content_div {
	width:835px;
	background-image:url(../images/ctw2-inside-bgpaper-twine.jpg);
	margin:0 0 0 10px;
	padding:0 0 40px 0;	
}

#inside_nav_left {
	float:left;
	width:178px;
	height:234px;
	background-image:url(../images/ctw2-inside-bgnavleft4.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#shopping_nav_div {
	margin:60px 0 auto 0;
	width:667px;
	float:right;
	text-align:left;
	font-size:11px;
	line-height:1.1em;
	letter-spacing:-.01em;
}
#shopping_nav_div a:link {
	color: #7f2616;
	text-decoration:none;
}
#shopping_nav_div a:visited {
	color: #7f2616;
	text-decoration:none;
}

#inside_taped_label_content {
	width:638px;
	margin:0 15px 0 178px;
	background-image:url(../images/ctw2-inside-bglabel.jpg);
	background-repeat:repeat-y;	
}

#inside_bumper_sticker {
	width:638px;
	min-height:105px;
	margin:20px 15px 0 178px;
	text-align:left;	
	line-height:2.5em;
}

#inside_bottom_fader {
	height:59px;
	width:861px;
	margin:-59px auto 0;
	background-image:url(../images/ctw2-inside-bgpaper-bottomfader.png);
	background-repeat:no-repeat;	
}

/********************/
/* BLOG PAGE STYLES */
/********************/

.blog_entry {
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:10px;
	border-bottom:2px;
	border-bottom-style:dotted;
	border-bottom-color:#a68c66;
	font-size: 12px;
}

.blog_entry img {
/* 	float:left; */
/* 	margin: 12px 12px 12px 0; */
/* ABOVE ARE ALREADY IN THE FEED */
	border:none;
	-moz-box-shadow: 2px 2px 7px #483215;
	-webkit-box-shadow: 2px 2px 7px #483215;
	box-shadow: 2px 2px 7px #483215;
}

.blog_entry_title {
	font-size: 18px;
	color:#000000;
}
.blog_entry_date {
	font-size: 10px;
	font-style:italic;
	padding-top:10px;
	padding-bottom:13px;	
}
#blog_archived_entries {
	float:right;
	width:150px;
	padding:10px;
	margin:10px;
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
	font-size: 12px;
}
#blog_archived_entries a {
	margin-bottom:5px;
	text-decoration:none;
}

/* BLOG HEADLINE STYLES - for headline feeds on other pages */

#news_item {
	font-size: 14px;
}

