/*
Theme Name: InsideOut
Theme URI: http://insideout.com/
Description: InsideOut WordPress theme.
Version: 1.1
Author: Nick La
Author URI: http://ndesign-studio.com/
Tags: 
*/

/* 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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Global */

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #fcf8e8;
	font-family: arial, sans-serif;
	color: #42372d;
	text-align: center;
	font-size: 100%;
}
a {
	color: #2471ac;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
hr {
	background: #ececec;
	color: #ececec;
	border: 0px;
	height: 1px;
	clear: both;
	float: left;
	display: block;
	width: 100%;
	margin: 20px 0px;
}
ul {
	margin-bottom: 18px;
}
ul li {
	background: url('i/bullet_sidebar.png') 0px 11px no-repeat;
	padding: 5px 10px;
	line-height: 1.3em;
}
/* Site Specific */

#container, #header, #body, #footer {
	clear: both;
	width: 972px;
	margin: 0px auto;
	text-align: left;
}
#header, #body, #footer {
	font-size: 0.75em;
	float: left;
}
#header {
	background: #fcf8e8 url('i/bg_header.png') no-repeat;
	height: 171px;
	position: relative;
	z-index: 6;
}
#subnav {
	padding-right: 13px;
	position: relative;
	text-align: right;
	top: 0px;
	font-size: .95em;
}
#subnav a {
	padding: 0 3px;
}
#subnav a, #subnav a:visited {
	color: #666;
}
#subnav a:hover, #subnav a:active {
	color: #000;
}
.socialbuttons {
	font: normal 14px/100% Georgia, "Times New Roman", Times, serif;
	color: #666;
	position: relative;
	margin: 0 15px 0 0;
}
.socialbuttons a {
	position: relative;
	top: 10px;
}
#logo {
	float: left;
	height: 84px;
	width: 334px;
}
#logo .print {
	display: none;
}
#nav {
	text-align: right;
	position: absolute;
	right: 15px;
	top: 45px;
	z-index: 1000;
	line-height: 100%;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	color: #000;
}
#nav li {
	font-family: georgia, serif;
	font-size: 1.3em;
	padding: 5px 0 5px;
	margin-right: 25px;
	position: relative;
	float: left;
	background: none;
}
#nav li.last {
	margin: 0px;
}
#nav li ul {
	background: #fff;
	padding: 0 10px 15px 15px;
	position: absolute;
	top: -9999px;
	left: -1px;
	width: 230px;
	z-index: 1000;
}
#nav li.dropdown {
	background: url('i/icon_dropdown.png') right 14px no-repeat;
	border: 1px solid #fcf8e8;
	border-width: 1px 1px 0px;
	margin-right: 20px;
	padding: 8px 25px 0px 15px;
	line-height: 100%;
	height: 23px;
	position: relative;
	z-index: 1000;
}
#nav li.dropdown:hover, #nav li.over {
	background: #fff url('i/icon_dropdown.png') right 14px no-repeat;
	border: 1px solid #d9d7cd;
	border-bottom: none;
	color: #2471ac;
}
#nav li:hover ul, #nav li.sfHover ul {
	border: 1px solid #d9d7cd;
	clear: both;
	top: 30px;
}
#nav ul li {
	float: none;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
}
#nav li li.head {
	background: #e5eff1;
	color: #666;
	margin-top: 10px;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size: .7em;
}
#nav ul li a {
	color: #333;
	padding: 2px 0 0 5px;
	display: block;
}
#nav ul li a:visited {
	color: #333;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #000;
	text-decoration: underline;
}
#nav li li ul {
	display: none !important;
}
#searchbox {
	clear: both;
	float: left;
	height: 58px;
	padding: 25px 0px 0px 25px;
	width: 309px;
}
#searchbox em {
	color: #fff;
	font-family: georgia, serif;
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
	display: block;
}
#s {
	background: #fff;
	border: 0px;
	border-bottom: 1px solid #8b7544;
	border-top: 1px solid #fff;
	height: 16px;
	margin-right: 10px;
	padding: 3px;
	vertical-align: middle;
	width: 187px;
}
#searchsubmit, .submit {
	background: transparent url('i/bg_searchbutton.png') no-repeat;
	border: 0px;
	color: #000;
	font-family: georgia, serif;
	height: 26px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 83px;
}
.main #s {
	border: 1px solid #ccc;
	padding: 5px;
}
.main #searchsubmit {
	background: transparent url('i/bg_submitbutton.png') no-repeat;
}
#extras {
	float: right;
	position: relative;
	top: 18px;
	width: 627px;
}
#extras li {
	display: inline;
	float: left;
	line-height: 1.2em;
	margin: 0px 25px 0px 65px;
	padding: 0;
	width: 119px;
	background: none;
}
#extras li strong {
	font-family: georgia, serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: block
}
#extras li strong a, #extras li strong a:visited {
	color: #934505;
	text-decoration: none;
}
#extras li strong a:hover {
	text-decoration: none;
}
#extras li a, #extras li a:visited {
	color: #000;
	text-decoration: none;
}
#extras li a:hover, #extras li a:active {
	text-decoration: underline;
}
#body {
	background: #fff url('i/bg_body.png') repeat-y;
	padding-bottom: 32px;
}
#content {
	float: right;
	padding: 32px 25px 0px 0px;
	width: 712px;
}
.main {
	position: relative;
}
.main a, .main a:visited {
	text-decoration: underline;
}
.main a:hover, .main a:active {
	text-decoration: none;
}
.main h1 {
	color: #68a0c7;
	font-family: georgia, serif;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 10px;
}
.col-half h1 {
	color: #68a0c7;
	font-family: georgia, serif;
	font-size: 2.2em;
	line-height: 110%;
	font-weight: normal;
	margin-bottom: 5px;
}
.main h2 {
	color: #68a0c7;
	font-family: georgia, serif;
	font-size: 2.0em;
	font-weight: normal;
	margin: 30px 0px 15px;
}
.main .notopmargin {
	margin-top: 0px;
}
.main h2.strikethrough {
	background: url('i/bg_strikethrough.png') left center repeat-x;
	clear: both;
	color: #898989;
	font-family: georgia, serif;
	font-size: 1.17em;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}
.main h2.strikethrough span {
	background: #fff;
	padding: 0px 10px;
}
.main h2.strikethrough-thick {
	background: url('i/bg_strikethrough_thick.png') left center repeat-x;
	clear: both;
	color: #68a0c7;
	float: left;
	font-family: georgia, serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.main h2.strikethrough-thick span {
	background: #fff;
	padding: 0px 10px;
}
.main h3 {
	color: #68a0c7;
	font-family: georgia, serif;
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 5px;
}
.main p {
	margin-bottom: 18px;
	line-height: 1.5em;
}
.main p.nomargin {
	margin: 0;
}
/* Main Classes */

		.main .clear {
	clear: both;
}
.main .left {
	float: left;
}
.main .right {
	float: right;
}
.main .alignleft {
	float: left;
	margin-right: 25px;
}
.main .alignright {
	float: right;
	margin-left: 25px;
}
.main .col-half {
	width: 346px;
	position: relative;
}
.main .col-quarter {
	width: 166px;
}
.main .col-twothirds {
	float: left;
	width: 446px;
}
.main .col-onethird {
	float: right;
	width: 236px;
}
.main .col-onethird-border {
	border-left: 1px solid #e9e4e4;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 220px;
}
.main .wrap {
	float: left;
}
.main .breadcrumb, .main .topright {
	color: #898989;
	font-size: 0.9em;
	margin-bottom: 5px;
}
.breadcrumb a, .breadcrumb a:visited {
	color: #898989;
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #000;
	text-decoration: underline;
}
.main .wp-pagenavi {
	clear: both;
	color: #898989;
	font-family: georgia, serif;
	font-size: 1.17em;
	text-align: right;
	clear: both;
	border-top: 3px solid #e5eff1;
}
.main .pagination a, .main .pagination a:visited {
	font-weight: bold;
	margin-left: 5px;
	text-decoration: none;
}
.main .leadin, .main .leadin-cat p {
	color: #666666;
	font-family: georgia, serif;
	font-size: 1.3em;
}
.main .title {
	color: #746c65;
	font-family: georgia, serif;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.main .subtitle {
	color: #898989;
	font-size: 0.9em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.main .topright {
	position: absolute;
	right: 0px;
	top: 0px;
}
.main .icon-link, .main .icon-link-r {
	margin: 0px;
	padding-bottom: 2px;
}
.main .icon-link a, .main .icon-link a:visited {
	padding-left: 22px;
	margin-right: 10px;
	padding-bottom: 2px;
	text-decoration: none;
}
.main .icon-link-r a, .main .icon-link-r a:visited {
	height: 16px;
	padding-left: 22px;
	margin-left: 10px;
	padding-bottom: 2px;
	text-decoration: none;
}
.main .submit {
	background: url('i/bg_submitbutton.png') no-repeat;
}
/* Post Exceptions */

		ul.post {
	margin-bottom: 18px;
}
.post li {
	background: url('i/bullet_sidebar.png') 0px 11px no-repeat;
	padding: 5px 10px;
	line-height: 1.3em;
}
/* Home Banner Controls */

		 .home-banner-controls {
	bottom: 20px;
	padding: 5px;
	position: absolute;
	right: 299px;
	z-index: 5;
}
.jcarousel-control {
}
.home-banner-controls a {
	outline: none;
	text-decoration: none;
	padding: 2px 7px;
	margin: 0 0 5px 0;
	border: 1px solid #eee;
	color: #fff;
	background-color: #5bb5c4;
	font-weight: bold;
}
.home-banner-controls a:hover {
	color: #fff;
	background: #528c97;
}
.jcarousel-control .activeSlide {
	background: #fff;
	color: #333;
}
/* Home */

		#home-banner {
	height: 390px;
	margin: 0px 5px;
	position: relative;
	width: 962px;
	overflow: hidden;
}
#home-banner li {
	position: relative;
	background: none;
	height: 390px;
	width: 962px;
	overflow: hidden;
}
#home-banner li img {
	height: 390px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 683px;
}
.home-banner-caption {
	background: #5bb5c4;
	color: #fff;
	height: 340px;
	left: 683px;
	padding: 25px;
	position: absolute;
	top: 0px;
	width: 229px;
}
.home-banner-caption .edit {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 1px 2px;
	font-size: 0.9em;
}
.home-banner-caption h1 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 12px;
}
.home-banner-caption h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 25px 0px 5px;
}
.home-banner-caption p, .home-banner-caption ul {
	font-size: 1.10em;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.home-banner-caption li {
	background: url('i/bullet_home_banner.png') 0px 8px no-repeat;
	padding: 3px 15px;
}
.home-banner-caption a, .home-banner-caption a:visited {
	color: #fff;
}
.home-banner-caption a:hover, .home-banner-caption a:active {
	text-decoration: none;
}
#home-content {
	background: #fff url('i/bg_home_content.png') repeat-x;
	margin: 0px 5px;
	padding: 25px 20px;
	width: 922px;
}
#home-content .alignleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
#home-content .alignright {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
#home-content .col-quarter {
	width: 212px;
}
#home-content h4.strikethrough {
	background: url('i/bg_strikethrough.png') left center repeat-x;
	clear: both;
	color: #898989;
	font-family: georgia, serif;
	font-size: 1.17em;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}
#home-content h4.strikethrough span {
	background: #fff;
	padding: 0px 10px;
}
#home-content h2.strikethrough-thick {
	background: url('i/bg_strikethrough_thick.png') left center repeat-x;
	clear: both;
	color: #68a0c7;
	float: left;
	font-family: georgia, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
#home-content h2.strikethrough-thick span {
	background: #fff;
	padding: 0px 10px;
}
#home-left {
	float: left;
	width: 449px;
}
#starthere {
	float: left;
	margin-top: 25px;
}
#starthere li {
	clear: both;
	float: left;
	margin-bottom: 30px;
	widtH: 100%;
	background: none;
	padding: 0;
}
#starthere li img {
	clear: left;
	float: left;
	margin-right: 20px;
	vertical-align: middle;
	width: 140px;
}
#starthere li h3 {
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}
#starthere li p {
	line-height: 1.5em;
}
#seeonly a {
	color: #333333;
}
#seeonly li {
	float: left;
	line-height: 1.2em;
	margin-left: 19px;
	padding: 0px 10px;
	text-align: center;
	width: 117px;
	background: none;
}
#seeonly li.col1 {
	margin: 0px;
}
#seeonly li img {
	margin-bottom: 10px;
	width: 117px;
}
#seeonly li h3 {
	font-weight: normal;
}
#home-right {
	float: right;
	line-height: 1.5em;
	width: 445px;
}
#home-right h2 {
	border-bottom: 3px solid #e5eff1;
	clear: both;
	color: #68a0c7;
	font-family: georgia, serif;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#home-right .specialoffers {
	float: left;
}
#home-right .testimonials {
	float: right;
}
#home-right .specialoffers h2, #home-right .testimonials h2 {
	padding-top: 0px;
}
#home-right .specialoffers img, #home-right .testimonials img {
	margin-bottom: 5px;
	width: 212px;
}
#latest-news {
}
#latest-news li {
	color: #898989;
	padding: 5px 0;
	clear: both;
	background: none;
}
#latest-news li strong {
	width: 85px;
	float: left;
	display: block;
	padding-left: 5px;
	font-weight: normal;
}
#latest-news a {
	color: #42372d;
	float: left;
}
#latest-news a:visited {
	color: #42372d;
}
#featured-items {
	clear: both;
	line-height: 1.5em;
	margin: 0px;
}
#featured-items li {
	float: left;
	margin-left: 20px;
	width: 294px;
	padding: 0;
	background: none;
}
#featured-items li.col1 {
	margin: 0px;
}
#featured-items li h3 {
	font-size: 1.17em;
	font-weight: bold;
}
/* Category */

		.category {
	padding: 20px 0px 10px;
}
.category li {
	float: left;
	margin-bottom: 30px;
	padding: 0;
	background: none;
}
.category .col1 {
	clear: both;
	margin-right: 20px;
}
.category li h3 {
	margin: 0;
	padding: 0 0 5px;
	font: bold 1.17em/110% Arial, Helvetica, sans-serif;
}
.category li h3 a, .category li h3 a:visited {
	color: #2471ac;
}
.category li h3 a:hover, .category li h3 a:active {
	color: #000;
}
.category li .price, #featured-items .price {
	color: #6da9c0;
	font-size: 1.0em;
	padding: 4px 0 0;
	margin: 0;
}
.category li .price img, #featured-items .price img, #product-details .price img {
	vertical-align: middle;
}
.category li p, #featured-items li p {
	margin-top: 8px;
}
.category li img, #featured-items li img {
	vertical-align: middle;
}
.category .product-thumb, #featured-items .product-thumb {
	float: left;
	width: 117px;
}
.category .product-thumb-details {
	float: left;
	width: 117px;
}
.category .product-thumb-details a {
	color: #666;
}
.category .product-thumb-title {
	float: left;
	font-size: 0.9em;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 117px;
}
.category .product-details {
	float: right;
	width: 205px;
}
#featured-items .product-details {
	float: right;
	width: 160px;
}
/* Product Details */

		#product-details {
	float: right;
}
#product-details .price {
	color: #6da9c0;
	font-size: 1.0em;
	padding: 0 0 15px;
	margin: 0;
}
#product-moreinfo {
	margin-top: 30px;
}
#product-moreinfo li {
	float: left;
	font-size: 0.9em;
	padding: 0;
	background: none;
}
#product-moreinfo li p {
	margin-bottom: 12px;
	font-size: 110%;
	line-height: 120%;
	color: #666666;
}
#product-moreinfo .col1 {
	clear: both;
	margin-right: 14px;
}
#product-imgs {
	float: left;
}
.seelargerphoto {
	font-size: 0.9em;
	text-align: right;
}
.seelargerphoto a, .seelargerphoto a:visited {
	background: url('i/icon_magnify.png') 0px 1px no-repeat;
	color: #898989;
	padding-left: 16px;
}
#product-colors {
	float: left;
	margin: 5px 0px 30px;
}
#product-colors li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font-size: 87%;
	color: #999;
	width: 76px;
	background: none;
}
#product-colors a img {
	display: block;
	border: solid 1px #ccc;
	padding: 2px;
	margin-bottom: 2px;
}
#product-colors a:hover img {
	border-color: #666;
}
#product-comp {
}
#product-comp a, #product-comp a:visited {
	color: #666;
}
#product-comp li {
	float: left;
	padding: 0px 25px 0px 0px;
	text-align: center;
	width: 117px;
	background: none;
}
#product-comp li.last {
	padding: 0px;
}
#product-comp li h4 {
	padding-top: 5px;
	font-size: 100%;
	font-weight: normal;
}
#product-comp .price {
	color: #6da9c0;
	font-size: 0.95em;
	padding: 4px 0 0;
	margin: 0;
	line-height: 100%;
}
/* Learning Landing */

		#learning-landing img {
	background: #fff;
	border: 1px solid #dfdddd;
	clear: left;
	float: left;
	margin-right: 20px;
	padding: 2px;
	width: 134px;
}
#learning-landing h2 {
	clear: both;
}
#learning-landing h3 {
	font-family: arial, sans-serif;
	font-size: 1.17em;
	margin: 0px;
}
#learning-landing small {
	color: #959595;
	font-size: 0.9em;
}
#learning-landing ul {
	float: left;
	margin-bottom: 20px;
}
#learning-landing li {
	clear: both;
	float: left;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
/* Learning Single */

		.intro {
	background: #eef5f6;
	border: 1px solid #dbe7e9;
	margin-bottom: 30px;
	padding: 15px;
	position: relative;
}
.intro h1 {
	color: #000;
	margin-bottom: 5px;
}
.intro h2 {
	color: #898989;
	font-size: 1.3em;
	margin: 0px;
}
.intro hr {
	background: #dbe7e9;
	color: #dbe7e9;
}
.intro p {
	color: #42372d;
	font-size: 1.3em;
	margin: 0px;
	width: 351px;
}
.intro .share {
	font-size: 1.0em;
	margin-top: 18px;
	font-weight: normal;
}
.intro .share a, .intro .share a:visited {
	text-decoration: underline;
	color: #746c65;
}
.intro .share a:hover, .intro .share a:active {
	color: #000;
	text-decoration: none;
}
.intro .share .delicious {
	background: url('i/icon_delicious_grey.png') 2px 1px no-repeat;
}
.intro .share .stumbleupon {
	background: url('i/icon_stumbleupon_grey.png') 2px 1px no-repeat;
}
.intro .share .digg {
	background: url('i/icon_digg_grey.png') 0px 1px no-repeat;
}
.intro .toc {
	float: right;
	width: 283px;
}
.intro .topright {
	padding-bottom: 5px;
	right: 15px;
	top: 15px;
	width: auto;
}
.intro .topright a, .intro .topright a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.intro .topright a:hover, .intro .topright a:active {
	text-decoration: none;
}
.intro .topright .email {
	background: url('i/icon_email.png') 0px 0px no-repeat;
}
.intro .topright .print {
	background: url('i/icon_print.png') 0px 0px no-repeat;
}
.print {
	background: url('i/icon_print.png') 0px 0px no-repeat;
	padding-left: 20px;
}
/* Contact Landing */

		.icon-link-r .checklist {
	background: url('i/icon_checklist.png') no-repeat;
}
.icon-link-r .catalogue {
	background: url('i/icon_download.png') no-repeat;
}
#location-list {
	float: left;
	margin-bottom: -25px;
}
#location-list li {
	float: left;
	line-height: 1.5em;
	margin-bottom: 25px;
	position: static;
	background: none;
	padding: 0 10px 0 0;
}
#location-list li small {
	color: #7d7d7d;
	font-size: 0.9em;
}
#privacystmt {
	color: #898989;
	font-size: 0.9em;
	padding: 5px 0;
}
#privacystmt .title {
	font-size: 1.3em;
	margin-bottom: 5px;
}
/* Contact Single */

		#location-intro {
	margin-bottom: 25px;
}
#location-details, .cs-details {
	color: #999;
	margin-left: 30px;
}
#location-details .title, .cs-details .title {
	color: #666;
}
#location-details .icon-link {
	margin-bottom: 10px;
}
.icon-link .checklist {
	background: url('i/icon_checklist.png') no-repeat;
}
.icon-link .catalogue {
	background: url('i/icon_download.png') no-repeat;
}
/* News */

		.entry {
	float: left;
	margin-top: 30px;
}
.first {
	margin: 0px;
}
.single {
	margin-top: 15px;
}
.single h1 {
	font-size: 2.0em;
}
.entry small {
	color: #898989;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.entry h2, .entry h1 {
	margin: 5px 0px 10px;
}
.entry .subtitle {
	color: #959595;
	font-size: 1.0em;
	text-transform: none;
}
.entry .excerpt {
	color: #363636;
	font-size: 1.17em;
	margin: 0px;
}
/* Customer Stories Landing */

		.cs-story {
}
.cs-story h1 {
	font-size: 2.0em;
	margin-bottom: 10px;
}
.cs-story h3 {
	font-size: 1.5em;
}
.cs-gallery {
	float: left;
}
.cs-gallery li {
	float: left;
	margin-left: 13px;
	margin-bottom: 13px;
	padding: 0;
	background: none;
}
.cs-gallery .col1 {
	clear: both;
	margin-left: 0px;
}
.cs-gallery li img {
	background: #fff;
	border: 1px solid #dfdddd;
	clear: left;
	float: left;
	padding: 2px;
}
.cs-details blockquote {
	background: url('i/bg_blockquote.png') 0px 0px no-repeat;
	color: #999;
	font-family: georgia, serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.5em;
	padding: 5px 0px 0px 15px;
}
.entry .cs-details blockquote {
	font-size: 1.33em;
}
/* Site Map */

		.sitemap .children {
	margin: 5px 0 0 15px;
}
#sidebar {
	float: left;
	padding: 32px 0px 0px 25px;
	width: 183px;
}
#sidebar h5 {
	background: #e5eff1;
	color: #555555;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 6px 7px;
	text-transform: uppercase;
}
#sidebar ul {
	margin-bottom: 15px;
}
#sidebar li {
	font-family: georgia, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 7px 5px;
	margin: 0;
	background: none;
}
#sidebar li a, #sidebar li a:visited {
	color: #707070;
	text-decoration: none;
}
#sidebar li a:hover, #sidebar li a:active {
	color: #000;
	text-decoration: underline;
}
#sidebar li ul {
	margin: 0px 0px 0px 10px;
	display: none;
}
#sidebar li li {
	background: url('i/bullet_sidebar.png') 0px 7px no-repeat;
	color: #c5c5c5;
	padding: 0 0 0 10px;
}
#sidebar .current-cat ul, #sidebar .current-cat-parent ul {
	display: block;
}
#footer {
	background: url('i/bg_footer.png') no-repeat;
	padding: 10px 0px 20px 4px;
}
#footer p {
	font-size: 0.9em;
	color: #898989;
	line-height: 1.4em;
}
#footer a {
	color: #666;
}
#footer .footer-links {
	text-align: center;
	padding: 30px 0 0;
}
/* faq */
.faq {
	list-style: none;
	padding: 0;
	margin: 0 0 15px;
}
.faq li {
	padding: 0 0 10px;
	margin: 0;
	background: none;
}
.faq h3 {
	font: bold 1.2em/100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 3px;
	cursor: pointer;
	text-decoration: underline;
	color: #333;
}
/* pagenavi */
.wp-pagenavi {
	border-top: 3px solid #e5eff1;
	clear: both;
	color: #898989;
	font-family: georgia, serif;
	font-size: 1.17em;
	padding-top: 5px;
	text-align: right;
}
.wp-pagenavi a {
	font-weight: bold;
	margin-left: 8px;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi a:active {
	color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
	margin-left: 8px;
	color: #000;
}
