/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background: #4d98b0 url(images/background.jpg) repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12pt;
	color: #fff;
	}
	
h1 {
	font-size: 15pt;
	margin: 10px 0 3px;
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	
	}
h3 {font-size: 13pt; font-weight: normal; margin: 10px 0 0;}
h4 {font-size: 12pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* links */

a{
	color:#235361;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 970px;
	margin: 15px auto 5px;
	padding:0;
	overflow: hidden;
	background: url(images/container_bg.jpg) no-repeat 0 250px;
	}
	
/* header */

#header {
  	width: 100%; 
  	height: 187px;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}


#header h2{
	font:normal 10pt georgia, times;
	padding: 0 0 0 18px;
	margin:0;	
	}
	
#branding {
	width: 250px;
	float: left;
	}


/* main menu */


#menu {
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	overflow:hidden;
	float:right;
	width:720px;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	display: inline;
}

#menu ul li a {
	width: 120px;
	margin: 0;
	display:block;
}

#menu ul li a:hover {
}

#menu ul li#who a {
	background: url(images/who.jpg) no-repeat;
	height: 84px;
	margin-top: 80px;
}
#menu ul li#who a:hover { 
	background-position: 0 -84px;
}

#menu ul li#what a {
	background: url(images/what.jpg) no-repeat;
	height: 88px;
	margin-top: 15px;
}
#menu ul li#what a:hover { 
	background-position: 0 -88px;
}

#menu ul li#where a { 
	background: url(images/where.jpg) no-repeat;
	height: 84px;
	margin-top: 80px;
}
#menu ul li#where a:hover { 
	background-position: 0 -84px;
}

#menu ul li#scheduleShop a {
	background: url(images/scheduleShop.jpg) no-repeat;
	height: 87px; 
	margin-top: 15px;
}
#menu ul li#scheduleShop a:hover { 
	background-position: 0 -87px;
}

#menu ul li#contact a {
	background: url(images/contact.jpg) no-repeat;
	height: 84px;
	margin-top: 80px;
}
#menu ul li#contact a:hover { 
	background-position: 0 -84px;
}

#menu ul li#whatsNew a { 
	background: url(images/whats_new.jpg) no-repeat;
	height: 161px;
	margin-top: 0;
}
#menu ul li#whatsNew a:hover { 
	background-position: 0 -161px;
}

/* content */


#content {
/*	background: #4d98b0 url(images/content_bg.jpg) no-repeat; */
	min-height: 400px;
	width:640px;
	float: right;
	margin:15px;
	display: inline;
	}	
	
.bizFriend {
	width: 100%;
	float: left;
}	

.pagePost {
	margin:0;
	padding:0;
	line-height: 14pt;
	}

.post {
	margin: 15px 0;
	padding: 15px;
	line-height: 14pt;
	border: 1px dashed #ffffff;
	}

.pagePost h2{
	background: url(images/page_title_bg.jpg) no-repeat 0 25px;
	font-weight: normal;
	font-size:16pt;
	width: 100%;
	padding: 0 0 15px 10px;
	margin-left: -10px;
	}
		
.post h2{
	background: url(images/page_title_bg.jpg) no-repeat 0 25px;
	font-weight: normal;
	font-size:16pt;
	width: 100%;
	padding: 0 0 15px 10px;
	margin-left: -10px;
	}
	
.entry h2{
	font-size: 14pt;
	padding: 0;
	margin: 15px 5px 5px;
	background: none;
	}

.pagePost h2 a{
	text-decoration: none;
	}
	
.post h2 a{
	text-decoration: none;
	}

.pagePost h2 a:hover{
	text-decoration: none;
	}
	
.post h2 a:hover{
	text-decoration: none;
	}

.pagePost ul {
	margin: 0 0 0 30px;
	}

.post ul {
	margin: 0 0 0 30px;
	}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	display: inline;
	}
	
.alignleft a{float:left; }
.alignright a{float:right; }



/* sidebar */

#sidebar {
	font-family: arial, verdana, tahoma;
	font-size:12pt;
	width:269px;
	float:left;
	margin:15px 15px 15px 5px;
	padding: 0;
	display: inline;
	}

#sidebar h2{
	font:normal 16pt;
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	margin: 0;
	padding: 0;
}

#sidebar p {margin:5px; padding:0; float: left;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	padding:0;	
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul ul {
	background: url(images/sidebar_bg.jpg) no-repeat top left;
	margin:14px 0;
	padding: 1px 0 0;
}

#sidebar ul ul li {
	list-style-type: none;
	background: url(images/sidebar_bg.jpg) no-repeat bottom left;
	padding: 0 0 1px 0;
	}
	
#sidebar ul ul li a{
	display: block;
	width: 100%;
	padding: 3px 0 3px 10px;
	text-decoration: none;
	margin-left: 5px;
	}

#sidebar ul ul li a:hover{
	background: url(images/sidebar_bg_over.jpg) repeat-y;
	}

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

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
}

/* submenu */

h2.submenu {
	margin-left: 28px;
	}

ul.submenu{
	background: url(images/sidebar_bg.jpg) no-repeat top left;
	font-family: arial, verdana, tahoma;
	font-size:12pt;
	width:269px;
	float:left;
	margin:5px 15px 15px 15px;
	padding: 1px 0 0;
	}
	
ul.submenu li{
	list-style-type: none;
	background: url(images/sidebar_bg.jpg) no-repeat bottom left;
	padding: 0 0 1px 0;
	}

ul.submenu li a{
	display: block;
	width: 239px;
	padding: 3px 0 3px 10px;
	text-decoration: none;
	margin-left: 5px;
	}

ul.submenu li a:hover{
	background: url(images/sidebar_bg_over.jpg) repeat-y;
	}

ul.submenu ul li{
	list-style-type: none;
	background: url(images/sidebar_bg.jpg) no-repeat top left;
	padding: 1px 0 0;
	}

ul.submenu ul li a{
	font-size: 10pt;
	display: block;
	width: 209px;
	padding: 3px 0 3px 25px;
	text-decoration: none;
	margin-left: 5px;
	list-style-type: circle;
	}

ul.submenu ul li a:hover{
	background: url(images/sidebar_bg_over.jpg) repeat-y;
	}

/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:5px 0;
	}

#searchform input#s{
	margin:0;
	}

	
	
/* misc */

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

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

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	border: 1px dashed #80C1D7;
	padding: 10px;
/*	padding: 10px 0 0 10px; */
	margin: 0 15px 5px 0;
	}
	
.navigation .alignleft {
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}
	
.wp-caption {
   text-align: center;
}

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

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

/* acuity scheduling */
div.entry iframe {
	border: none;
	}
	
div.entry #content {
	float:none;
	margin: 0;
	}
	
div.entry fieldset {
	background: none;
	border: 1px dashed #FFFFFF;
	padding: 10px 15px 0;
	}
	
div.entry form {
	margin: 10px 0;
	}
	
iframe#acuity body {
	background:none;
	color: #fff;
	font-family: verdana,arial,tahoma,sans-serif;
	}

iframe#acuity iframe {
	border: none;
	}

iframe#acuity #content {
	float:none;
	margin: 0;
	}

iframe#acuity h1 {
	font-size: 13pt;
	margin: 10px 0 3px;
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
	}

iframe#acuity form#form fieldset {
	background: none;
	border: 1px dashed #FFFFFF;
	padding: 10px;
	margin-bottom: 0;
	}
	
iframe#acuity form {
	margin: 10px 0;
	}

iframe#acuity a{
	color:#235361;
	text-decoration:none;
	}

iframe#acuity a:hover{text-decoration: underline;}

/* form */

fieldset {
	border: 1px dashed #80C1D7;
}

/* footer */

#footer {
	background: url(images/footer_bg.jpg) no-repeat;
	clear: both;
	width: 100%;
	height: 436px;
	}
	
#footer p{
	padding: 5px 0 0;
	margin: 0; 
	color: #eee; 
	text-align:center;
	}
#footer a{
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer a:hover{
	}
	
#footer #sosumi {
	padding-top: 372px;
	}

#mainPageContent {
	background-image: url(images/frontPageContent_bg.jpg);
	background-repeat: no-repeat;
	height: 640px;
	width: 100%;
	float: left;
}

/* experimental footer */

#experimentalFooter {
	background: url(images/bluesky_footer_experiment.jpg) no-repeat;
	clear: both;
	width: 1186px;
	height: 640px;
	margin: 0 auto;
	}