/* Interior Page Style */


/* Layout */

#footer{
	clear: both;
	float: left;
	width: 740px;
	margin: 0;
	padding: 0;
	background: url(images/body-gradient.png) repeat-y top center;
}

#footer p{
	margin: 0;
	padding: 0;
}

ul#footer-list{
	margin: 0;
	padding-bottom: 2em;
	border-top: 1px solid #b5a5a5;;
	}

#container{
	width: 840px;
	margin: 0 auto;
}

#inner-wrap{
	float: left;
	margin: 176px auto 0 auto;
	padding: 2em 50px 0 50px;
	line-height: 1.4em;
	background: url(images/body-gradient.png) repeat-y top center;
}

#interior-main{
	float: left;
	width: 460px;
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
}

.interior-sidebar{
	float: left;
	width: 230px;
	margin: 1em 0 0 30px;
	padding: 10px 10px 20px 10px;
	background: url(images/sidebar.png) repeat-y top center;
}

.interior-section{
	float: right;
	width: 230px;
}


/* Page Styles */

/* Links */

#interior-main a:link, #interior-main a:visited{
         text-decoration: underline;
        color: #6f210f;	
}

#interior-main a:hover, #interior-main a:focus, #interior-main a:active {
        color: #36460e;
}


/* Images */

.post img.rotate-image{
	float: right;
	margin: 0 0 10px 10px;
}

body.interior img{
	padding: 5px;
	background: #d6d1b2;
	border-right: 1px solid #a1906d;
	border-bottom: 1px solid #848065;
}

body.interior img.noborder{
        background: #fff;
        border: none;
}

/* Main Content */

#interior-main h2{
	padding-bottom: 0.3em;
line-height: 1.2em;
	font-weight: normal;
	font-family: Optima, Georgia, serif;
	border-bottom: 3px double #ccc;
}

#interior-main ul{
	margin: 0;
	padding: 0;
}

#interior-main ul li{
	list-style-type: square;
}


/* Sidebar */

.interior-sidebar ul{
	width: 230px;
	margin: 25px 0 0 -40px;
}

.interior-sidebar ul ul{
	width: 230px;
	
}

.interior-sidebar ul li {
	padding: 0.5em 0;
	text-align: right;
	font: normal 1em Helvetica, Arial, sans-serif;
	border-top: 1px solid #c9c5c5;
}

.interior-sidebar ul li a{
	line-height: 1.2em;
        text-decoration: none;
	color: #222;
}

.interior-sidebar ul li a:hover{
        text-decoration: underline;
	color: #853906;
}


.interior-sidebar ul li.current_page_item a{
	color: #853906;
}

.interior-section h3{
	text-align: right;
	font: normal 1.3em Optima, Georgia, serif;
}

.interior-section h3 a{
	width: 100%;
	margin: 0 0 0.4em 0;
	padding: 0 0 0.1em 0;
	text-decoration: none;
	color: #36460e;
	border-bottom: 1px solid #ddd;
}

.interior-section h3 a:hover{
	color: #6f210f;	
}

.interior-section p{
	margin: 0.5em;
	line-height: 1.3em;
	color: #777;
}

.interior-section a{
	clear: both;
	float: right;
	text-decoration: none;
	color: #222;
}

.interior-section a:hover{
	text-decoration: underline;
	color: #6f210f;
}

.interior-section img{
	float: right;
	margin: 0.5em 0 10px 10px;
}



/* Map */

#map{
	width: 450px;
}


/* Tables */

/*
=Start table structure
*/
#Summary, #Caption {
	width: 28em;
}

.tableStyle {
	clear: both;
	width: 90%;
	margin: 1em 0 1em 5%;
	border: solid #666;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
}

.tableStyle th, .tableStyle td {
text-align: center;
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
}
/*
=End table structure
*/

/*
=Start grey colour scheme
*/
.greyScheme, .greyScheme th, .greyScheme td {
	border-color: #999;
}

.greyScheme .even {
	background-color: #f1f6e2;
}

.greyScheme th, .greyScheme thead td {
	background-color: #B1B1B1;
}

.greyScheme th.firstColumn {
	background-color: #eee;
}
/*
=End grey colour scheme
*/


/* Blog Posts */

.post{
	margin-bottom: 60px;
clear: both;
}

.post h2{
       padding: 2px 0 0 25px;
       background: url(images/strawberry-icon.gif) no-repeat top left;
}

.post h2 a, .post h2 a:visited{
	color: #36460e;
}

.post strong{
        font: normal 1.2em Georgia, serif;
        color: #36460e;
}
div.bedbug-features{
        float: left;
        clear: both;
        margin-bottom: 20px;
}




/* Watermarks on individual page posts */

#post-229{
	background: url(images/safety-watermark.jpg) no-repeat 0 500px;
}

#post-240{
	background: url(images/clapper-watermark.jpg) no-repeat 0 175px;
}

#post-63{
	background: url(images/surf-watermark.jpg) no-repeat 0 350px;
}

#post-226{

	background: url(images/gift-watermark.jpg) no-repeat 0 345px;
}

#post-254{

	background: url(images/combo_watermark.jpg) no-repeat 0 390px;
}

#post-603{

	background: url(images/strawberry-watermark.gif) no-repeat 0 0;
}


/* Gift Page Icons */


div#interior-main ul#gifts{
        margin: 0;
}


div#interior-main ul#gifts li{
        list-style: none;
        padding: 5px 0 0 30px;
}

li.scoot-icon{
        background: url(images/scoot-icon.jpg) no-repeat top left;
}

li.camper-icon{
        background: url(images/camper-icon.jpg) no-repeat top left;
}

li.bedbug-icon{
        background: url(images/bedbug-icon.jpg) no-repeat top left;
}

li.strawb-icon{
        background: url(images/strawb-icon.jpg) no-repeat top left;
}

li.gift-icon{
        background: url(images/gift-icon.jpg) no-repeat top left;
}





/* From Kubrick */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
        color: #36460e;
	background-color: #f3f3f3;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 5px 5px;
	margin: 0;
}
/* End captions */
