body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/tile.jpg');
	color: #000;
	text-align: center;
	}

#page {
	border: 0;
	text-align: left;
	background: transparent url('images/bg.png') repeat-y top center;
	}

#header {
	background: #FFF url('images/header.png') no-repeat bottom center;
	height: 133px;
	position: relative;
	}

.home #header {
	background: #FFF url('images/header_home.jpg') no-repeat bottom center;
	height: 371px;
	}

#header_flash {
	margin-top: 110px;
}

#header_nav {
	position: absolute;
	left: 17px;
	bottom: 5px;
	width: 250px;
	height: 17px;
	margin:0;
	padding:0;
	}
	
	#header_nav li  {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#header_nav li a {
		display: block;
		height: 17px;
	}
	
	#header_nav li a span {
		display: none;
	}
	
	#header_nav li.twitter a {
		background: url('images/bg_nav_2.gif') no-repeat 0px 0px;
		width: 77px;
	}

	#header_nav li.twitter a:hover {
		background: url('images/bg_nav_2.gif') no-repeat 0px -17px;
	}
	
	#header_nav li.facebook a {
		background: url('images/bg_nav_2.gif') no-repeat -77px 0px;
		width: 104px;
	}

	#header_nav li.facebook a:hover {
		background: url('images/bg_nav_2.gif') no-repeat -77px -17px;
	}
	
	#header_nav li.rss a {
		background: url('images/bg_nav_2.gif') no-repeat -181px 0px;
		width: 42px;
	}

	#header_nav li.rss a:hover {
		background: url('images/bg_nav_2.gif') no-repeat -181px -17px;
	}
	
#header_main_nav {
	position: absolute;
	top:72px;
	left:535px;
	margin: 0;
	padding: 0;
}

#header_main_nav li {
	display: block;
	float: left;
	height: 17px;
}

#header_main_nav li a {
	display: block;
	height: 17px;
}

#header_main_nav li a span {
	display: none;
}

#header_main_nav li.home a {
	background: url('images/bg_nav.gif') no-repeat 0px 0px;
	width: 56px;
}

#header_main_nav li.home a:hover, #header_main_nav li.home a.selected {
	background: url('images/bg_nav.gif') no-repeat 0px -17px;
}

#header_main_nav li.blog a {
	background: url('images/bg_nav.gif') no-repeat -56px 0px;
	width: 55px;
}

#header_main_nav li.blog a:hover, #header_main_nav li.blog a.selected {
	background: url('images/bg_nav.gif') no-repeat -56px -17px;
}

#header_main_nav li.events a {
	background: url('images/bg_nav.gif') no-repeat -111px 0px;
	width: 76px;
}

#header_main_nav li.events a:hover, #header_main_nav li.events a.selected {
	background: url('images/bg_nav.gif') no-repeat -111px -17px;
}

#header_main_nav li.store a {
	background: url('images/bg_nav.gif') no-repeat -187px 0px;
	width: 68px;
}

#header_main_nav li.store a:hover, #header_main_nav li.store a.selected {
	background: url('images/bg_nav.gif') no-repeat -187px -17px;
}

#header_main_nav li.about a {
	background: url('images/bg_nav.gif') no-repeat -255px 0px;
	width: 69px;
}

#header_main_nav li.about a:hover, #header_main_nav li.about a.selected {
	background: url('images/bg_nav.gif') no-repeat -255px -17px;
}

#header_main_nav li.contact a {
	background: url('images/bg_nav.gif') no-repeat -330px 0px;
	width: 85px;
}

#header_main_nav li.contact a:hover, #header_main_nav li.contact a.selected {
	background: url('images/bg_nav.gif') no-repeat -330px -17px;
}

#headerimg 	{
	margin: 0;
	height: 133px;
	width: 949px;
	}

.home #headerimg 	{
	height: 372px;
	}

#headerimg div, #headerimg h1 {
	display: none;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.narrowcolumn .entry {
	width: 96%;
	margin-top:12px;
}

.widecolumn .entry {
	width: 651px;
	margin-top:12px;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.older-entries a span, .newer-entries a span {
	display: none;
}

.older-entries {
	display: block;
	float: right;
	height: 9px;
	width: 119px;
}

.older-entries a {
	background: url('images/nav_older_entries.png') no-repeat;
	display: block;
	height: 9px;
	width: 100%;
}

.older-entries a:hover {
	background: url('images/nav_older_entries.png') no-repeat 0px -9px;
}

.newer-entries {
	display: block;
	float: left;
	height: 9px;
	width: 124px;
	margin-left: 17px;
}

.newer-entries a {
	background: url('images/nav_newer_entries.png') no-repeat;
	display: block;
	height: 9px;
	width: 100%;
}

.newer-entries a:hover {
	background: url('images/nav_newer_entries.png') no-repeat 0px -9px;
}

div.footer_info {
background: url('images/footer_info.png') no-repeat top;
height: 65px;
width: 100%;
position: relative;
margin-top:50px;
}

div.footer_info a#site_by_babekuhl {
position: absolute;
right: 0px;
height: 65px;
width: 250px;
top: 0px;
display: block;
background: url('images/bg_site_by_babekuhl.png') no-repeat top;
}

div.footer_info a#site_by_babekuhl:hover {
background: url('images/bg_site_by_babekuhl.png') no-repeat bottom;
}

div.footer_info a#site_by_babekuhl span {
display: none;
}

#footer {
	background: url('images/bg_footer.png') no-repeat bottom;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2#archives {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	background:url('images/title_archive.png') no-repeat;
	height: 33px;
	margin: 17px 0 0 16px;
	}

h2#archives span {
	display: none;
	}

h2#blog {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	background:url('images/title_blog.png') no-repeat;
	height: 33px;
	margin: 17px 0 0 16px;
	}
h2#blog span {
	display: none;
	}

h2#events {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	background:url('images/title_events.png') no-repeat;
	height: 33px;
	margin: 17px 0 0 16px;
	}
h2#events span {
	display: none;
	}

#sidebar h2#family {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	background:url('images/title_family.png') no-repeat;
	height: 33px;
	margin: 17px 0 0 0px;
	}
h2#family span {
	display: none;
	}

h2#news {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	background:url('images/title_news.png') no-repeat;
	height: 33px;
	margin: 17px 0 0 16px;
	}
h2#news span {
	display: none;
	}

h2#twitter {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	background:url('images/title_twitter.png') no-repeat;
	height: 33px;
	margin: 17px 0 0 16px;
	}
h2#twitter span {
	display: none;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #aaafbb;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #aaafbb;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #aaafbb;
	text-decoration: none;
	}

a:hover {
	color: #868a93;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	padding-left: 17px;
	padding-right: 17px;
	border: none;
	width:949px;
	}

#header {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	width: 949px;
	}

#headerimg {
	margin: 0;
	height: 121px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 690px;
	}

.home .narrowcolumn, .category-events .narrowcolumn, .page-id-30 .narrowcolumn {
	width: 600px
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin:0 0 0 18px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 983px;
	height: 17px;
	margin-bottom: 20px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	color:black;
	font-weight:bold;
	margin:5px 0 0 19px;
	text-transform:uppercase;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


#sidebar ul li a {
color: #000;
}

#sidebar ul li a:hover {
text-decoration: underline;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	position:absolute;
	right:16px;
	top:113px;
	width:144px;
	}

.home #searchform {
	top:350px;
	}

#searchform input {
	width: 115px;
	height: 12px;
	padding: 2px;
	background: url('images/bg_search.png');
	border: 0px;
	}

#searchform input.focus {
	background: url('images/bg_search.png') 0px -16px;
	}

#searchform #searchsubmit {
	text-indent: -200px;
	width: 25px;
	height: 17px;
	background: url('images/bg_search.png') no-repeat -119px 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	}

#searchform #searchsubmit:hover {
	background: url('images/bg_search.png') no-repeat -119px -16px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:right;
	width:259px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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

img.home_thumb {
float: left;
padding-right: 17px;
}

img.home_thumb:hover {
opacity:0.85;
}

.home .post, .category-events .post, .page-id-30 .post {
background: url('images/hr.png') no-repeat bottom right;
margin-top: 19px;
padding-bottom:12px;
position: relative;
}

.home .post a.read_more, .category-events .post a.read_more, .page-id-30 .post a.read_more {
display: block;
color:#A01111;
float:right;
margin-top:12px;
clear:both;
}

.post h2, .post h3 {
text-transform: uppercase;
margin: 0;
color: #111111;
}

.post h2 a, .post h3 a {
color: #111111;
}

.post h2 a:hover, .post h3 a:hover {
color: #A01111;
}

.post small {
color:#A01111;
font-size:12px;
font-weight:bold;
}

.home .narrowcolumn .entry p, .home .widecolumn .entry p, .category-events .narrowcolumn .entry p, .category-events .widecolumn .entry p, .page-id-30 .narrowcolumn .entry p, .page-id-30 .widecolumn .entry p {
margin: 0px;
padding: 0px;
}

.single .post h3, .single .post small, .archive .post h3, .archive .post small {
display: inline;
font-size:16px;
}

.home .narrowcolumn .entry, .category-events .narrowcolumn .entry {
	float:right;
	width:345px;
}

.category-blog .post {
	background:url("images/hr.png") repeat-x scroll right bottom transparent;
	margin:0 0 13px 18px;
	padding-bottom:1px;
}

div.entry p {
	margin-bottom:8px;
	margin-top:6px;
}

.clearfix {
	clear: both;
}

.home #sidebar, .category-events #sidebar, .page-id-30 #sidebar {
width: 324px;
overflow: hidden;
}

div.tweets_top {
width: 303px;
height: 13px;
background:url('images/bg_tweets_top.png');
margin:0;
}


div.tweets_main {
width: 303px;
background:url('images/bg_tweets_main.png');
margin:0;
height:230px;
}

div.tweets_main p {
background:transparent url(images/bg_tweet.png) repeat scroll 0 0;
height:45px;
margin:0 4px;
padding-left:40px;
padding-top:15px;
width:253px;
}

div.tweets_bottom {
width: 303px;
height: 13px;
background:url('images/bg_tweets_bottom.png');
margin:0;
}

ul#header_nav {
list-style: none;
}

ul#header_nav li {
display: block;
float: left;
font-size: 11px;
}

ul#header_nav li a {
color: #FFF;
}

/* mailing list widget */

#text-3 {
	background: url('images/bg_join_mailing_list_div.png') no-repeat;
	width: 298px;
	height: 46px;
	position: relative;
	margin-top:15px;
	list-style: none;
}

#text-3 h2 {
	display: none;
}

#text-3 input {
	border: 0;
	position: absolute;
	padding: 0;
	margin: 0;
}

#text-3 .your-email input {
	background:transparent url(images/bg_join_mailing_list.png) no-repeat scroll 0 0;
	height:12px;
	left:151px;
	padding:2px;
	position:absolute;
	top:16px;
	width:116px;
}

#text-3 .your-email input.focus {
	background: url('images/bg_join_mailing_list.png') no-repeat 0px -16px;
}

#text-3 .btn_submit input {
	background:transparent url(images/bg_join_mailing_list.png) no-repeat scroll -120px 0;
	height:16px;
	left:271px;
	overflow:hidden;
	position:absolute;
	text-indent:-200px;
	top:16px;
	width:27px;
	cursor: pointer;
}

#text-3 .btn_submit input:hover {
	background: url('images/bg_join_mailing_list.png') no-repeat -120px -16px;
}

/* mailing list widget for narrow sidebar */

div.narrow #text-3 {
	background:transparent url(images/bg_join_mailing_list_div.png) no-repeat scroll -59px 0;
	margin-left:15px;
	width:228px;
}

div.narrow #text-3 .your-email input {
	left: 94px;
	width: 102px;
}

div.narrow #text-3 .btn_submit input {
	left:200px;
}

/* end mailing list widget */

#text-4 {
	background: url('images/bg_enquiries_form.png') no-repeat;
	width: 303px;
	height: 299px;
	position: relative;
	margin-top:15px;
	list-style: none;
}

#text-4 h2 {
	display: none;
}

#text-4 input, #text-4 textarea {
	border: 0;
	position: absolute;
	padding: 0;
	margin: 0;
}

#text-4 .btn_submit input {
	background:transparent url('images/bg_btn_submit.png') no-repeat scroll 0px 0;
	overflow:hidden;
	position:absolute;
	text-indent:-200px;
	left:209px;
	top:260px;
	cursor: pointer;
	width:112px;
	height:18px;
	padding:2px;
}

#text-4 .btn_submit input:hover {
	background: url('images/bg_btn_submit.png') no-repeat 0px -18px;
}

#text-4 div.enquiry textarea {
	left:80px;
	top:124px;
	height:120px;
	width:195px;
	padding:2px;
}

#text-4 div.email input {
	height:18px;
	left:80px;
	padding:2px;
	top:97px;
	width:195px;
}

#text-4 div.name input {
	left:80px;
	top:68px;
	width:195px;
	height:18px;
	padding:2px;
}

/* contact page */

h2#contact_us {
	background:url('images/title_contact_us.png') no-repeat;
	width: 578px;
	height: 19px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 14px;
}

h2#contact_us span {
	display: none;
}

.store_listing {
	width: 580px;
	margin-left: 20px;
	background: url('images/hr.png') no-repeat bottom left;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.store_listing img {
	float: left;
	margin-right: 20px;
}

.store_listing p {
	margin: 0;
}

.store_listing h3 {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}

.store_listing h4 {
	color: #990000;
	font-size: 13px;
	margin: 0;
	margin-top: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

/* about page heading */

.page-id-2 .post h2 {
	background:url('images/title_about.png') no-repeat;
	width: 651px;
	height: 19px;
	margin-bottom: 20px;
	margin-top:19px;
}

.page-id-2 .post h2 span {
	display: none;
}

/* store page */

.page-id-177 .post h2 {
	background:url('images/title_store.png') no-repeat;
	width: 578px;
	height: 26px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 14px;
}

.page-id-177 .post h2 span {
	display: none;
}

.page-id-177 #sidebar {
	margin-top: 18px;
}