/*
Theme Name: Jigsaw
Theme URI: http://pod1.com/
Description: Inside Jigsaw blog theme.
Author: Pod1
Version: 1.1
Tags: custom
Template: twentyten
*/


/***** FULL SELECTOR RESET *****/

* { background-repeat:no-repeat; }

/***** TAG RESET *****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del , dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	}

/***** ADDITIONAL RESETS *****/

ol, ul { list-style: none; }
del { text-decoration: line-through; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; } 
img { border: 0; }
/* Fix for PNG alpha channel display in IE6 */
*html img {
  behavior: url("/wp-content/themes/jigsaw/pngbehavior.htc");
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/********************************************************************************/
/***** MARKUP STYLES ***********************************************************/
/******************************************************************************/

/** For max height properties **/
html, body {
	height: 100%;
	color: #3c3631;
	}
body {
	font: normal 75% Arial, Verdana, Helvetica, sans-serif;
	background-color: #F4F5F0;
	}
a:link, a:visited {text-decoration: none;color: #3c3631; text-decoration: underline;}
a:hover, a:focus, a:active { text-decoration: underline; }

#footer a:link, #footer a:visited,
.small_links a:link, .small_links a:visited 
{ text-decoration:none; }

.categories a {text-decoration:none;}
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited
{text-decoration:none;}

h1 a:hover, h1 a:focus, h1 a:active,
h2 a:hover, h2 a:focus, h2 a:active,
h3 a:hover, h3 a:focus, h3 a:active
{text-decoration:underline;}

a * {cursor: pointer;}
hr { display: none; }
p { margin-bottom: 10px; }


/********************************************************************************/
/***** HEADER STYLES ***********************************************************/
/******************************************************************************/

h1 {
	margin: 10px 0;
	padding: 0;
	font: normal 2.4em Georgia, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	}
h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font: normal 1.9em Georgia, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 1.4em Georgia, Arial, Helvetica, sans-serif;
	}
h4 {
	margin: 0 0 4px 0;
	padding: 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	}

.clearer {
	overflow: hidden;
	clear: both;
	margin: 0 0 -1px 0;
	height: 1px;
}

/***** WRAPPER STYLES **********************************************************/

#containerWrap {
	background-color: #c6c7c2;
	padding: 1px 2px 2px 1px;
	width: 980px;
	margin: 20px auto 0 auto;
	-webkit-box-shadow: 0 1px 5px #c6c7c2; /* for Chrome + Safari */
    -moz-box-shadow: 0 1px 5px #c6c7c2; /* for Firefox */
    box-shadow: 0 1px 5px #c6c7c2; /* for Opera 10.5, IE9 and future-proofing */
}
#container {
	position: relative;
	font-size: 0.9em;
	width: 980px;
	background-color: #a9a59c;
	z-index: 2;
	overflow:hidden;
	}

/********************************************************************************/
/***** TOP STYLES **************************************************************/
/******************************************************************************/

/***** TOP NAV *****/

.top_nav_wrap {
	float: right;
	width: 720px;
}
#top_nav {
	float: right;
	margin: 10px 20px 10px 0;
}
#top_nav li {
	float: left;
	/* background: url(../images/divider.gif) no-repeat 100% 50%; */
	color: #867f77;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#top_nav li.last {
	background: none;
}
#top_nav li.last a {
	padding: 0 0 0 8px;
}
#top_nav a {
	color: #867f77;
	padding: 0 8px;
	text-decoration: none;
}
#top_nav a span {
	color: #443D37;
	font-weight: bold;
}
#top_nav a:hover,
#top_nav a:focus {
	text-decoration: underline;
}


/***** TOP SEARCH *****/

#searchform {
	padding-left:40px;
	margin: 0 0 10px 0;
	float: left;
}

#searchform input{
	color: #999;
}
#searchform input:focus{
	color: #000;
}
#searchform label{display:none;}

	#searchform .frm_text {
		border:1px solid #fff;
		font:italic 1.1em Georgia, "Times New Roman", Times, serif;
		width:145px;
		float: left;
		margin: 0 3px 0 0;
		}
	#searchform .frm_submit,
	#searchform .frm_submit-active {
		border: 0;
		width: 19px;
		height: 19px;
		background:#fff url('images/arrow_submit.jpg') center center no-repeat;
		text-indent:-999em;
		overflow:hidden;
		float: left; 
		cursor: pointer;
		}

*html #searchform .frm_submit,
*html #searchform .frm_submit-active {
	color: #fff;
	padding-right: 2px;
}

/***** HEADER STYLES ***********************************************************/


#content {
	position: relative; 
	background: transparent url('images/post_bg.jpg') 0 0 repeat-y; 
	overflow:auto;
}
*html #content {
	overflow:hidden;
	float: left;
	width: 980px;
}
#content.hp{
	background: transparent url('images/mainpost_hp.jpg') 0 0 no-repeat;
}


/***** LOGO *****/

#site-title {
	float:left;
	margin: 4px 0 0 2px;
	}
	
.replace {
      position:relative;
      margin:0; padding:0;
}
.replace span{
      position:absolute;
      top:0; left:0;
}
#site-title a, #site-title span {
	  display: block;
      width:218px;
      height:51px;
	  background-image: url('images/logo.png');
      _background-image: url('images/logo.gif');
	  background-repeat: no-repeat;
	  background-position: 0 -51px;
}	
#site-title a:hover, 
#site-title a:focus {
	  background-position: 0 -51px;
}	

	
/********************************************************************************/
/***** HEADER ******************************************************************/
/******************************************************************************/
#content .small_links {
		float:right;
		margin:5px 25px 0 0;
		display: inline;
		}
		#content .small_links span {padding: 0 3px;}
		#content .small_links a {font-weight: bold;color: #938B82;}
		#content .small_links a:hover {color: #000; text-decoration:none;}		

/***** PHONE NUMBER *****/
#content .telephone_upper {
	position:absolute;
	font:bold 1.1em Georgia,"Times New Roman",Times,serif;
	right:25px;
	color:#938B82;
	top:10px;
		}
		
/*** DROP-DOWN NAVIGATION  ***/



#menu-primary, #menu-primary * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu-primary {
	line-height:	1.0;
}
#menu-primary ul {
	position:		absolute;
	top:			-999em;
	width:			34em; /* left offset of submenus need to match (see below) */
}
#menu-primary ul {
	width:			19em; /* left offset of submenus need to match (see below) */
}
#menu-primary ul li {
	width:			100%;
}
#menu-primary li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu-primary li {
	float:			left;
	position:		relative;
}
#menu-primary a {
	display:		block;
	position:		relative;
}
#menu-primary li:hover ul,
#menu-primary li.sfhover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
#menu-primary li:hover ul.last,
#menu-primary li.sfhover ul.last {
	right:			0;
	left: 			auto;
}
ul#menu-primary li:hover li ul,
ul#menu-primary li.sfhover li ul {
	top:			-999em;
}

/* DROP-DOWN NAVIGATION */


.menu-header {
	width: 720px;
	float: left;
	position: relative;
	z-index: 2;
	margin: 0 0 10px 20px;
}
#menu-primary {
	float: left;
	margin: 0;
	padding: 0;
}
#menu-primary li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 3px 0 0;
}
#menu-primary a {
	color: #867f77;
}

#menu-primary li a {
	text-transform:uppercase;
	color:#968D84; 
	display:block;
	padding:10px;
	text-decoration: none;
	font-weight: bold;
}
#menu-primary li.current a{
	text-decoration: underline;
}
#menu-primary li.current li a{
	text-decoration: none;
}
#menu-primary ul li a {
	font-family: Arial, sans-serif;
	text-transform: none;
	color:#867f77; 
	padding:0 0 6px 0;
	font-weight: normal;
}
/*
#menu-primary ul li.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color:#867f77; 
	padding:0 0 12px 0;
	font-weight: bold;
}
*/
#menu-primary li.sfhover a {
	color: #5f574e;
	background:	#efede8;
	-webkit-box-shadow: 0 1px 5px #655f59; /* for Chrome + Safari */
    -moz-box-shadow: 0 1px 5px #655f59; /* for Firefox */
    box-shadow: 0 1px 5px #655f59; /* for Opera 10.5, IE9 and future-proofing */
}
#menu-primary li.sfhover ul li a,
#menu-primary li:hover ul li a {
	color: #5f574e;
	background:	none;
	font-size: 1.1em;
	-webkit-box-shadow: none; /* for Chrome + Safari */
    -moz-box-shadow: none; /* for Firefox */
    box-shadow: none; /* for Opera 10.5, IE9 and future-proofing */
}
#menu-primary li.sfhover ul li a.sale,
#menu-primary li:hover ul li a.sale {
	margin-top: 12px;
	color:#97002b;
}
#menu-primary li.sfhover ul li a:hover {
	color:#443D37;
	text-decoration: underline;
}
	
#menu-primary li:hover, #menu-primary li.sfhover,
#menu-primary a:focus, #menu-primary a:hover, #menu-primary a:active {
	outline: 0;
}


#menu-primary ul,
#menu-primary ul div {
	background: #fff;
	overflow: hidden;
	padding: 2em;
	margin: 0;
	_float: left;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #dfdedb;
	border-bottom: 1px solid #dfdedb;
}
/*
#menu-primary li ul.last div {
	_float: right;
}
#menu-primary li ul.last div div {
	_float: left;
}
#menu-primary ul div.left,
#menu-primary ul div.right {
	width: 13em;
	padding: 0 1em 0 0;
	margin-right: 2em;
	float: left;
	background: url(../images/topnav/dd-divider.gif) repeat-y 98% 0;
}
#menu-primary ul div.right {
	width: 13em;
	background: none;
	padding: 0;
	margin-right: 0;
}
*/

#menu-primary li.sfhover ul {
	-webkit-box-shadow: 0px 3px 5px #655f59; /* for Chrome + Safari */
    -moz-box-shadow: 0px 3px 5px #655f59; /* for Firefox */
    box-shadow: 0px 3px 5px #655f59; /* for Opera 10.5, IE9 and future-proofing */
}	



#content .bg{ background: transparent url('images/mainpost.jpg') 0 0 no-repeat; float:left;}

#news{
	background: transparent url('images/post_bottom.jpg') bottom left no-repeat; 
	float:left;  
	min-height:735px; 
	position:relative;
}
*html #news{
	height:735px; 
}
*html .home #news{
	height:450px; 
}
#news.hp{background: transparent url('images/post_hp.jpg') bottom left no-repeat; min-height: 450px;} 
#news.hp .center {
	padding:30px 24px 0 20px;
}
		
#news a#backhome-link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #3e3b38;
	position: absolute;
	top: 10px;
	right: 0;
	text-decoration:none;
}
#news a#backhome-link:hover {
	text-decoration:underline;
}


	
#carousel {position: relative; height: 357px; background: transparent url('images/carousel.jpg') 0 0 no-repeat; padding:20px 0 0 40px; }

#info {position: relative; height: 318px; background: transparent url('images/info.jpg') 0 0 no-repeat; padding-left:30px; }

.entry-meta {
	margin-bottom: 8px;
}

.social_links {
	clear: both;
	float: right;
	margin: 10px 0 0 0;
	position: relative;
	right: -40px;
}



/***** FOOTER STYLES ***********************************************************/

#footer {
	width: 980px;
	margin: 0 auto;
	height: 60px;
	font-size: 0.9em;
	color: #3C3631;
	z-index: 1;
	clear: left;
	}
	#footer a {color: #3C3631;}
	#footer .left {
		position: relative;
		left: 0;
		margin: 10px 0 0 0;
		padding: 0;
		float: left;
		width: 800px;
	}
	#footer .left ul li {
		display: inline;
	}
		#footer div.left a {
		margin-right: 5px; 
		padding-right: 5px;
		/* background: url(../images/dd-divider.gif) repeat-y 100% 0; */
		display: block;
		float: left;
		font-size: 86%;
	}
		#footer div.left a.last {
		margin-right: 0;
		padding-right: 0;
		background: none;
	}
	#footer p.left {
		clear: left;
		float: none;
		position: relative;
		top: 6px;
		font-size: 94%;
		margin: 0;
	}
	#footer p.left a {
		padding-left: 15px;
		background: url(../images/dd-divider.gif) repeat-y 5px 0;
		color: #867f77;
		display: inline;
		float: none;
		text-transform: none;
	}
	#footer .left span {display: none;}
	
	#footer .right {
		position: relative;
		float: right;
		right: 0;
		margin: 0;
		padding: 10px 0 0 0;
		text-transform: uppercase;
		font-size: 86%;
		width: 133px;
	}
	#footer .right span {
		display: inline-block;
		padding-right: 6px;
		float: left;
	}
	#footer .right a {
			width: 23px;
			height: 23px;
			display: block;
			float: right;
			overflow: hidden;
			text-indent: -1000em;
			position: relative;
			top: -5px;
	}

/*** main content ****/

#news{
	position:relative;
	
}
#news .entry .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

#news .center .post {
	width:450px;
}

#news .left,
#news .center,
#news .right{
	float:left;
	position:relative;
}

#news .left{ 
	width:238px; 
	float:left;
}
*html #news .left{ 
	left: 0;
}

#news .left .latest{
	position:relative;
	top:5px;
	left:45px;
	
}
#news .left .mail{
	position:absolute;
	top:115px;
	left:0;
	height:275px;
	width:238px;
	background: transparent url('images/newsletter_bg.gif') 0 0 no-repeat;
}
#news .left .mail p{
	width:140px; 
	font: italic bold 1em Georgia, Arial, Helvetica, sans-serif;
	margin:130px 0 0 20px;
	}

a.btn_newsletter {
	width:165px; 
	height:46px; 
	background:transparent url('images/btn_signup.gif') 0 0; 
	text-indent:-9999em; 
	display:block; 
	overflow:hidden;
	margin:5px 0 0 16px;
}
a.btn_newsletter:hover{
	background-position: 0 46px;
}

#news .center{ width:460px; padding:30px 24px 100px 20px;}

*html #news .center{ height: 200px;}

#news .entry {margin:0; padding:0; font-size: 110%; line-height: 1.3em;}

#news .entry strong{font-size:1.2em;}


#news .right { 
	width:238px;
}
*html #news .right { 
	right: 0;
}

#news .right h3 {
	font:normal 1.6em Georgia, "Times New Roman", Times, serif;
}

#primary .categories {
	padding:10px 20px 0 40px;
}
#primary .categories .categories {
	padding:0;
}

#primary .categories li{
	padding:5px 0 5px 0;
}

#primary .categories li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	background: transparent url('images/nav_arrow.gif') 0 2px no-repeat;
	font-size:1.2em;
	padding-left:15px;
	margin-left:10px;
	text-decoration: none;
}

#primary .categories li a:hover,
#primary .categories li a:focus,
#primary .categories li a:visited {
	text-decoration: none;
}

#primary ul {
	list-style: none;
}

#primary  .widget_text {
	margin: 0 0 10px 0;
	padding:20px 10px 0 35px;
}

#secondary .widget_text {
	float: left;
	height:232px;
	width:212px;
	background: transparent url('images/competition.gif') 0 0 no-repeat;
	margin: 12px 0 0 0;
	padding: 0 0 0 26px;
}
#secondary .widget_text .widget-title {
	height:33px;
	padding:10px 0 0 0;
	margin:36px 0 0 0;
	width:122px; 
	overflow: hidden;
	text-indent: -9999em;
	font: normal bold 1.4em Arial, Helvetica, sans-serif;
	font-size:1.6em;
	_background: transparent url('images/followus.png') 0 0 no-repeat;
	background: transparent url('images/followus.gif') 0 0 no-repeat;
}


#secondary .widget_text .textwidget a.signupnow {
	width:129px; 
	height:35px; 
	background:transparent url('images/btn_voucher.gif') 0 0; 
	text-indent:-9999em; 
	display:block; 
	overflow:hidden;
	float:right;
	margin-right:10px;
	}

#secondary .widget_text .facebook {
	width: 75px;
	height: 75px;
	background: transparent url('images/facebook_icon.png') 0 0 no-repeat;
	_background: transparent url('images/facebook_icon.gif') 0 0 no-repeat;
	margin: 0 6px 0 18px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	float: left;
}
#secondary .widget_text .twitter {
	width: 75px;
	height: 75px;
	background: transparent url('images/twitter_icon.png') 0 0 no-repeat;
	_background: transparent url('images/twitter_icon.gif') 0 0 no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	float: left;
}
#secondary .widget_text .textwidget a:hover{
	background-position: 0 -75px;
}

#news .right .visit-store-stamparea {
	float: left;
	width: 127px;
	height: 124px;
	padding: 0;
	margin: 20px 0 0 66px;
}

#news .right .visit-store-stamp {
	width: 127px;
	height: 124px;
	display: block;
	overflow: hidden;
	margin: 0;
	background: transparent url(images/visit-store-stamp.gif) no-repeat 0 0;
	text-indent: -10000em;
}
#news .right .visit-store-stamp:hover {
	background-position: 0 -124px;
}

/*****CAROUSEL*******/
h2.title{ 
	background:transparent url('images/asterisk.gif') 0 0 no-repeat;
	padding:10px 0 0 40px;
	height:37px;
	font: normal 1.8em Georgia,"Times New Roman",Times,serif;
	text-transform:none;
	}
.viewmore .cat-item a{
	width:215px; 
	height:21px; 
	background:transparent url('images/hot_prods.gif') 0 0; 
	text-indent:-9999em; 
	display:block; 
	overflow:hidden;
	float:right;
	margin:15px 40px 0 0;
	}
.viewmore .cat-item a:hover{
	background-position: 0 21px;
}

/*****BOTTOM INFO*******/
#info h3{padding:0 0 10px 0;}

#info .col{
	padding: 10px 25px 10px 25px;
}

#info .box1,
#info .box2,
#info .box3{
	width:250px;
	float:left;
	display: inline;
	font-size: 96%;
} 

#info h2{
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 1.4em Georgia, Arial, Helvetica, sans-serif;
}

#info .box1 img,
#info .box2 img,
#info .box3 img{
	display:none;
} 
#info .box1 .thumbnail img,
#info .box2 .thumbnail img,
#info .box3 .thumbnail img{
	display:block;
	margin-bottom: 8px;
}

#info .sociable{ display:none;}

#info .box1 {margin:25px 15px 0 5px;}

#info .box2{margin:10px 15px 0 35px;}

#info .box3{margin:20px 20px 10px 45px;}

textarea{width:420px; height:120px; border:1px solid #DAC7B6;}

.alignright{float:right;}

.center .post{padding-bottom:30px;}

h2.pagetitle{padding-bottom:20px;}

h2.archivetitle{padding-bottom:10px;}

.date {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 1.2em Georgia, Arial, Helvetica, sans-serif;
	}
.readmore {
	margin: 5px 0 15px 0;
	padding: 1px 0 3px 12px;
	font: bold 1.2em Georgia, Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	display:block;
	background: transparent url('images/arrow_readmore.gif') 0 2px  no-repeat;
	}
.infomore {
	margin: 5px 0 15px 0;
	padding: 1px 0 3px 12px;
	font: bold 1em Georgia, Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	display:block;
	background: transparent url('images/nav_arrow.gif') 0 2px  no-repeat;
	}

.navigation{
	overflow:hidden;
	width: 510px;
	position: relative;
	left: -35px;
	padding-bottom: 20px;
}
.navigation-top {
	overflow:hidden;
	height:auto;
	width: 530px;
	position: relative;
	left: -50px;
	padding: 10px 0 20px 0;
}
.navigation .alignleft {
	margin: 5px 0 15px 0;
	padding: 12px 0 3px 15px;
	font: bold 1.2em Georgia, Arial, Helvetica, sans-serif; 
	float:left;
}
.navigation .alignleft a {
	margin: 0;
	padding: 0 0 0 14px;
	background: transparent url('images/prev.gif') 0 4px no-repeat;
}
.navigation-top .alignleft {
	margin: 0;
	padding: 5px 0 3px 15px;
}
.navigation .alignright {
	float:right;
}
.navigation .alignright a{
	margin: 5px 0 0 0;
	padding: 12px 88px 3px 0;
	font: bold 1.2em Georgia, Arial, Helvetica, sans-serif; 
	background: transparent url('images/next.gif') 70px 0  no-repeat;
	height:68px;
	display: block;
}
.navigation-top .alignright a{
	padding: 0 14px 3px 0;
	background: transparent url('images/next-arrow.gif') 100% 3px no-repeat;
	height:auto;
}
.navigation .visit-store{
	margin: 17px 0 15px 0;
	padding: 0 14px 3px 0;
	background: transparent url('images/next-arrow.gif') 100% 3px no-repeat;
	font: normal 1.2em Georgia, Arial, Helvetica, sans-serif; 
	clear: both;
	text-decoration: none;
	position: absolute;
	top: 30px;
	right: 62px;
}
.navigation .visit-store:hover{
	text-decoration: underline;
}

#news .entry .navigation strong{font-size:1em;}
#news .entry .navigation .alignright{background-position:70px 0; position:relative; top:0; left:0 }

form input{background-color:#fff; border:1px solid #DAC7B6;}
#commentform #submit{background-color:#DAC7B6; color:#3C3631;}
#commentform #submit:hover{color:#fff;}


.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 850px; /*Width of Carousel Viewer itself*/
height: 250px; /*Height should enough to fit largest content's height*/
margin-left:30px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

}

.ngg-galleryoverview {
	width:380px !important;
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
