body {
	background: #997E77;
	color: #CC7A64;
	text-align: justify;
	font-size: 99%;
}

.custom #container {
	width: 961px;
}

.custom #page {
	background: none;
	padding: 0;
}

.custom ul.menu {
	display: none;
}

/*** Header Area ***/

.custom #header {
	background: url('images/header.gif') center;
	margin: 0;
	padding: 0;
	height: 92px;
}

.custom img.blogtitle {
	width: 330px;
	height: 90px;
	margin: 0 0 0 125px;
}

.custom div.rotatingimage {
	width: 150px;
	height: 150px;
	margin: -90px 0 0 0;
}

/*** Main Content ***/

.custom #content_box {
	background: url('images/linenbg.gif');
	padding: 20px 0 0 0;
}

.custom #content {
	background: #fff;
	margin: 0 0 0 25px;
	width: 550px;
	min-height: 1200px;
}

/*** Post Area ***/

.custom .post_box, .custom .teasers_box {
	padding: 0 10px 0 0;
	border: none;
	margin: 36px 0 0 10px;
	border: none;
}

.custom p.headline_meta {
	margin-bottom: 0;
	float: right;
	font-size: 80%;
	text-transform: uppercase;
	margin: 1.2em 0 0 0;
	display: none;
}

.custom h1, h2, h2 a{
	color: #ff96b3;
}

.custom .headline_area h2.entry-title {
	float: left;
}

.custom abbr.published {
	color: #ff96b3;
	cursor: default;
}

.custom div.mydate {
	float: right;
	color: #ff96b3;
	font-size: 80%;
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
	padding: 0 0 0 10px;
}

.custom div.myeditlink {
	float: right;
}

.custom img.dateicon {
	float: left;
	margin-top: -10px;
}

.custom img.frame {
	background: #fff;
	border-color: #ff96b3;
}

.custom .format_text {
	font-size: 1em;
}

.custom .format_text p {
	padding: 12px 0 0 0;
}

.custom .format_text .to_comments span.bracket {
	color: #ff96b3;
}

.custom #archive_info {
	margin: 25px 0 0 0;
}

.custom div.hr-sewing {
	background: url('http://www.knittlebits.com/wp-content/themes/thesis/custom/images/hr-thread.png') no-repeat;
	margin: 2px;
	height: 30px;
}

div.hr-sewing hr {
  display: none;
}

/*** Teasers Area ***/

.custom div.teasers_box {
	width: 530px;
	font-size: 80%;
}

.custom div.teaser {
	width: 250px;
}

.custom a.post-edit-link {
	color: #9ccc64;
}

.custom .headline_meta, .custom .teaser_author, .custom .teaser_date, .custom .teaser .edit_post, .custom .teaser_comments, .custom .teaser_category, {
color:#CC7A64;
}

.custom a.post-edit-link:hover {
	text-decoration: underline;
}

.custom .format_text h2, .custom .format_text h3,.custom .format_text h4, .custom .format_text h5, .custom .format_text h6 {
	color: #ff96b3;
}

.prev_next p {
	font-size: 90%;
}

/*** Adsense Area ***/

.custom .adsense {
	border: 3px solid #FF96B3;
	background: #FFFFFF none repeat scroll;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 313px;
	padding: 10px;
}

.custom .adsense h3 {
	color: #FF96B3;
	font-size: 1em;
	line-height: 1.429em;
	margin-bottom: 0.714em;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: left;
}

.custom .ads {
		text-align: center;
}

.custom .wonderfulads {
	text-align: center;
	width: 282px;
	margin: 0 0 25px 7px;
	padding: 5px 0 5px 15px;
	border: 1px solid #FF96B3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*** Tabber Area ***/ 
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
/*--------------------------------------------------

  REQUIRED to hide the non-active tab content.

  But do not hide them in the print stylesheet!

  --------------------------------------------------*/

.tabberlive .tabbertabhide {
 	display: none;
}

/*--------------------------------------------------

  .tabber = before the tabber interface is set up

  .tabberlive = after the tabber interface is set up

  --------------------------------------------------*/

.tabber {
		display: none;
}

.tabberlive {
 	margin: 0 0 25px 0;
	background: none;
}

/*--------------------------------------------------

  ul.tabbernav = the tab navigation list

  li.tabberactive = the active tab

  --------------------------------------------------*/
ul.tabbernav {
 	margin:0;
 	padding: 3px 0;
	background: none;
	font-size: 15px;
}

ul.tabbernav li {
 	list-style: none;
 	margin: 0;
 	display: inline;
}

ul.tabbernav li a {
 	padding: 3px 0.5em;
	border: 1px solid #997E77;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
 	background: #ff96b3;
 	text-decoration: none;
	color: #FFF;
}

ul.tabbernav li a:hover {
	background: #fff;
	color: #9ccc64;
	text-decoration: none;
}

ul.tabbernav li.tabberactive a {
	background: #fff;
	color: #9ccc64;
	border: 1px solid #997E77;
	border-bottom: 1px solid #fff;
}

/*--------------------------------------------------

  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)

  --------------------------------------------------*/

.tabberlive .tabbertab {
 	padding: 10px 5px 5px 5px;
 	border: 1px solid #997E77;
	-moz-border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
 	border-top:0;
	background: #fff;
	width: 328px;
	overflow: auto;
	min-height: 150px;
	color: #CC7A64;
}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

/*** Actual Tabs ***/

img.icon {
	float: right;
	border: 3px #fff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.about {
	margin: 5px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.custom .tabbertab li {
	margin: 0 0 5px 5px;
	list-style: none;
}

.custom .tabbertab li a {
	font-variant: small-caps;
}

ul.tablistleft {
	margin:5px 0;
	padding:0;
	list-style: none;
	width: 171px;
	float: left;
	display: block;
}

ul.tablistleft li  { 
	font-size: 100%;
	margin: 0 5px 5px 0;  
	padding: 2px 10px 0; 
	list-style:none;
	text-align:left;
}

ul.tablistright {
	margin:5px 0;
	padding:0;
	list-style: none;
	width: 149px;
	float: left;
	display: block;
}

ul.tablistright li  {
	margin:0 5px;
	padding: 2px 10px 0; 
	list-style:none;
	text-align:left;
}

div.sourcetitle {
	font-variant: small-caps;
}

.custom div.sidebarh2 {
	font-size: 1em;
	line-height: 1.429em;
	margin-bottom: 0.714em;
	font-variant: small-caps;
	letter-spacing: 2px;
}

.custom img.searchtext {
	margin: 15px 0 0 8px;
}

#searchform {
	padding: 10px;
}

#searchform .s {
	border: solid #ff96b3 1px;
	background: #fff;
	color: #fff;
	padding: 5px;
	width: 245px;
	float: left;
	margin-top: -5px;
}

.custom .button {
	float: right;
	border: none;
	height: 40px;
	width: 40px;
	margin-top: -12px;
}

.custom img.rss_image {
	float: right;
}

div.emailsub {
	padding: 5px;
	position: absolute;
	margin: 10px 0 0 0;
}

/*** Sidebars ***/

.custom .sidebar {
	color: #CC7A64;
}
.custom #sidebars {
	width: 361px;
}

.custom .sidebar h3 {
	color: #ff96b3;
	text-align: left;
}

.custom #sidebar_1, #sidebar_2 {
	width: 170px;
}

.custom #sidebar_2 {
	margin: 0 0 0 10px;
}

.custom ul.sidebar_list, .sidebar ul.sidebar_list, #sidebar_2 ul.sidebar_list, #sidebar_1 ul.sidebar_list {
	padding-left: 0;
	padding-right: 0;
}

.custom li.sidebar-interior {
	background: #fff;
	border:3px solid #ff96b3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 155px;
	margin: 0 0 10px 0;
}

.custom .sidebar-interior li {
		font-size: 90%;
}

.custom .sidebar-content {
	width: 139px;
	overflow: hidden;
	padding: 8px;
}

.custom a.delicious_title_link {
	color: #ff96b3;
}

.custom div.sidebar-content li.delicious-item {
	padding: 0 0 10px 0;
}

.custom div.sidebar-content li {
	padding: 0 0 5px 0;
}

/*** OPML Links ***/
.custom div.f {
	display: none;
}

/*** Footer ***/

.custom #footer {
	background: url('images/footer.gif');
	height: 209px;
	width: 1016px;
	margin: 0 0 0 -55px;
	padding: 0;
	color: #ff96b3;
}

.custom .myfooter {
	margin: 0;
	padding: 50px 0 0 305px;
	width: 300px;
}

/*** Links ***/

.custom a, .custom h2 a, .custom .headline_meta a, .custom #footer .myfooter a, .custom .format_text .to_comments a, .custom .format_text .to_comments span, .custom .headline_meta a, .custom .teaser_author a, .custom .teaser .edit_post a {
	color:#9ccc64;
	border: none;
}

.custom a:hover, .custom h2 a:hover, .custom .headline_meta a:hover, .custom .myfooter a:hover, .custom .format_text .to_comments a:hover, .custom .headline_meta a:hover, .custom .teaser_author a:hover, .custom .teaser .edit_post a:hover {
	text-decoration: underline;
}