/*
Theme Name: Mizutek Web
Description: Theme created for Mizutek, based on Simplybiz. For information contact Michael Johnson at mjohnson21@gmail.com 
Author: Michael Johnson
Version: 1.1
*/


@import url('library/css/reset.css');
@import url('library/css/960.css');




#container,  #sidebar {
	float: right;
	margin-left: 0;
	margin-right: 0;
}
#sidebar {
	float: left;
	margin: 45px 0 0 -11px;
	padding-left: 11px;
}
#container {
	width:618px;
	margin-left: 45px;
}
#sidebar {
	width:272px;

	
}
#footer {
	clear: both;
	width: 100%;
}
/* =Fonts

-------------------------------------------------------------- */

body,  input,  textarea,  .page-title span,  .pingback a.url,  h3#comments-title,  h3#reply-title,  .access .menu,  .access div.menu ul,  #cancel-comment-reply-link,  .form-allowed-tags,  #site-info,  #site-title,  #wp-calendar,  .comment-meta,  .comment-body tr th,  .comment-body thead th,  .entry-content label,  .entry-content tr th,  .entry-content thead th,  .entry-title,  .entry-utility,  #respond label,  .navigation,  .page-title,  .pingback p,  .reply,  .widget-title,  .wp-caption-text,  input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */

.access .menu-header,  div.menu,  #header,  #colophon,  #branding,  #main,  #wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	margin-bottom:20px;
	margin-top: 0;
}
/* =Global Elements

-------------------------------------------------------------- */



/* Main global 'theme' and typographic styles  */

body {
	background:#E0E1E3 url(library/images/bg_header.png) repeat-x top left;
}
body,  input,  textarea {
	color: #555;
	font-size: 16px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}
/* Text elements */

p {
	margin-bottom: 18px;
	font-size:16px;
}
h2 {
	font-size: 36px;
	color: #0168b3;
	text-shadow:#fff 0px 1px 1px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,  ol ol,  ul ol,  ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,  em,  i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,  blockquote em,  blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,  acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,  sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],  textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
a:link {
	color:#4983bd;
}
a:visited {
	color:#4073b0;
}
a:active,  a:hover {
	color: #111;
	text-decoration:underline;
}
/* float element */

.left {
	float:left;
}
.right {
	float:right;
}
/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* Paragraph attention box */

p.note {
	display:block;
	margin:10px;
	padding:10px;
	background:#eff1e1;
	border:1px solid #e2e2e2;
}
p.warning {
	display:block;
	margin:10px;
	padding:10px;
	background:#fffbbc;
	border:1px solid #e6db55;
}
p.download {
	display:block;
	margin:10px;
	padding:10px;
	background:#e7f7d3;
	border:1px solid #66cc33;
}
/* A css 3 button */

.css3_a {
	background: #666 url(library/images/overlay.png) repeat-x;
	display: inline-block;
	width: 250px;
	text-align: center;
	padding: 2px 10px 3px;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
/* Separate boxes */

.separator {

	height:2px;
}
.tp {
	position:absolute;
	top:0;
	left:-20px;
	width:659px;
}
.bm {
	position:absolute;
	bottom:0;
	left:-20px;
	width:659px;
}
/* =Header

-------------------------------------------------------------- */
body.home {
	background: #E0E1E3 url(library/images/bg_home.png) repeat-x top left;
}
body.page {
	background: #F8F9F9 url(library/images/bg_page.png) repeat-x top left;
}


#header {
	position:relative;
	padding: 0 0 0 0;
}
#site-title {
	float:left;
	width:231px;
}
#site-description {
	float:left;
	margin-top:30px;
	padding:5px 10px 5px 20px;
	color:#999;
	font-size:16px;
	font-style:italic;
	text-shadow:#fff 0px 1px 1px;
	background: #e3e5e6 url(library/images/vbar.png) repeat-y top left;
}
#site-ads {
	width:468px;
	height:60px;
	position:absolute;
	top:30px;
	right:0;
}
/* =Menu

-------------------------------------------------------------- */



/* do not edit this part */

#access {
	background: #000;
	margin: 0 auto;
	width: 960px;
	display:block;
	float:left;
}
#access .menu-header,  div.menu {
	font-size: 13px;
}
#access .menu-header ul,  div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,  div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
													width: 140px;
	z-index: 99999;
}
#access ul ul, #access ul ul li {
	width: 160px  !important;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
													width: 140px;
}
#access li:hover > a,  #access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,  #access ul li.current-menu-ancestor > a,  #access ul li.current-menu-item > a,  #access ul li.current-menu-parent > a {
}
* html #access ul li.current_page_item a,  * html #access ul li.current-menu-ancestor a,  * html #access ul li.current-menu-item a,  * html #access ul li.current-menu-parent a,  * html #access ul li a:hover {
}
/* menu skin - style the nav here */
#access ul.sf-menu 
.current_page_item a {
	color: #64d5ff;
}
#access {
	height:25px;
	margin-bottom:15px;
	background: none;
	width: 500px;
	margin: -110px 0 0 160px;
}
#access ul.sf-menu a {
	font-size:15px;
	font-weight:bold;
	font-family:'Trebuchet MS';
	color:#fff;
	text-shadow: #3f72af 1px 1px 0px;
	text-transform:uppercase;
	line-height:18px;
	padding:5px 15px 10px 15px;
}
#access ul.sf-menu a:hover,  #access ul.sf-menu li:hover a {
	background: none;
	color: #93EFFF;
	text-shadow:#30629f 1px 1px 0px;
}
#access ul.sf-menu a:hover span,  #access ul.sf-menu li:hover a span {
	text-shadow:#30629f 1px 1px 0px;
}
#access ul.sf-menu span {
	font-size:10px;
	font-weight:normal;
	color:#98d4f9;
	text-shadow:#4986c0 1px 1px 0px;
	text-transform:capitalize;
}
#access ul.sf-menu li {
	
}
#access ul ul {
	top:30px;
	left:-1px;
	border-right:1px solid #30629e;
}
#access ul ul li {
	background-image:none !important;
}
#access ul ul a {
	font-size:13px;
	background:#0168b3 !important;
	color: #FFF !important;
	border-bottom:1px solid #017bc8;
	height:auto;
	line-height:1em;
	padding:9px 12px 3px 0;
	font-weight:normal !important;
	text-transform:none !important;
	font-family: Arial, Helvetica, sans-serif;
}
#access ul ul a:hover {
	color: #93EFFF !important;
}
/* =Featured Posts

-------------------------------------------------------------- */

#featured {
	position:relative;
	width:960px;
	margin-left: -20px;

	padding-bottom:25px;
	/*background:url(library/images/shadow.png) no-repeat 50% 100%;*/
}

/* =Content

-------------------------------------------------------------- */

#services {
	background: #fff;
	height: 322px; width: 909px;
	padding: 12px 12px; margin: 0 auto;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 	0px 0px 15px rgba(0, 0, 0, .1);
	box-shadow: 		0px 0px 15px rgba(0, 0, 0, .1);
}
#services img {
	float: left;
}
#buttonwrap {
	float: right;
	width: 263px;
}
#services a {
	display: block;
	height: 155px; width: 263px;
	text-indent: -2000px;
}

.hm_commercial {
	background: url(/_img/home-commercial.jpg) top left no-repeat;
	margin: 0 0 9px 0;
}
.hm_residential {
	background: url(/_img/home-residential.jpg) top left no-repeat;
	margin: 0 0 0 0;
}
#services a:hover {
	background-position:bottom left;
}


#main {
	overflow: hidden;
	margin:0;
	padding: 0 0 0 0;
	margin: -30px 0 0 0;

}
#content {
	margin: 0 0 0 -38px;
	padding-right: 38px
}
#content,  #content input,  #content textarea {
	color: #555;
	font-size: 16px;
	line-height: 22px;
}
#content p,  #content ul,  #content ol,  #content dd,  #content pre,  #content hr {
	margin-bottom:24px;
}
#content ul ul,  #content ol ol,  #content ul ol,  #content ol ul {
	margin-bottom:0;
}
#content pre,  #content kbd,  #content tt,  #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 15px;
}
#content dt,  #content th {
	color: #000;
}
#content h1,  #content h2,  #content h3,  #content h4,  #content h5,  #content h6 {
	color: #555;
	margin:10px 0 10px 0;
	line-height: 1.2em;
}
#content h2 {
	color: #0168b3;
	margin: -8px 0 10px 0;
}
#content h3 {
	font-size: 21px;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,  #content thead th {
	color: #888;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry, .post {
	margin:0 0 20px 0;
	position:relative;
}
.home .sticky {
}
.single .hentry {
	margin: 0 0 10px 0;
}
.page-title {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,  .page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,  .page-title a:hover {
	color: #FF4B33;
}
.entry-thumbnail {
	padding:3px;
	margin:0 0 10px 0;
	border:1px solid #ebebeb;
}
.entry-thumbnail img {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	display:block;
}
#content .entry-title {
	color:#171615;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	font-family: 'Arial', 'Trebuchet MS';
	text-transform:uppercase;
	text-shadow: #fff 1px 1px 1px;
	display: none;
}
.entry-title a:link,  .entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,  .entry-title a:hover {
	color: #393b3b;
}
.entry-meta {
	font-size:12px;
	color: #aab2b7;
	line-height: 18px;
	padding:8px 0;
	clear: both;
	font-style:italic;
}
.entry-meta a {
	color:#aab2b7;
	text-decoration:none;
}
.entry-meta a:hover {
	color:#868e93;
	text-decoration:underline;
}
.entry-meta abbr,  .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,  .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,  .entry-summary {
	clear: both;
	padding: 0 0 10px 0;
}
.entry-summary img {
	margin-bottom:20px !important;
}
.continue_reading_link {
	margin:0 0 10px 0;
}
.continue_reading_link a {
	color:#fff;
	background-color:#333;
}
.continue_reading_link a:hover {
	background-color:#111;
}
#content .entry-summary p:last-child {
	margin-bottom: 0;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,  .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 15px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,  .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote {
	color:#a1a1a1;
	font-style:normal;
	line-height:1.8em;
	padding:5px 10px 5px 10px;
	border-left:3px solid #dcdcdc;
	margin-bottom:15px;
	margin-left:15px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-sep {
	position:absolute;
	bottom:0;
	left:-20px;
	width:659px;
	height:2px;
	background:url(library/images/hbar.png) repeat-x bottom left;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,  .page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,  .page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	padding: 18px 20px;
	margin-bottom:20px;
	overflow: hidden;
	clear: both;
	line-height: 20px;
	background: #c4cbd0;
	border: 1px solid #edf1f3;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#entry-author-info #author-avatar {
	background: #fff;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px 11px 20px 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 114px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}
.entry-utility {
}
#content .video-player {
	padding: 0;
}
.fullpage {
	background:none !important;
}
.fullwidth_page {
	width:auto !important;
	padding:0 !important;
	margin:0 !important;
}
/* breadcrumb trail */

#breadcrumb {
	font-size:15px;
	padding:15px 20px 20px 20px;
	font-style:italic;
	display: none;
}
#breadcrumb span {
	color: #000;
	font-weight: normal;
}
#breadcrumb a {
	font-weight: normal;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#000;
	text-decoration:underline;
}
.page-title a:link,  .page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,  .page-title a:hover {
	color: #FF4B33;
}
/* post slider */

#post_slider {
	position:relative;
	width:610px;
	height:270px;
	margin:0 auto;
}
/* index panels */

body.page #panels-wrap {
	width: 100%;
	padding-bottom: 100px;
	background-color:#e3e5e6;
	background: #e3e5e6 url(library/images/bg_bottom.png) repeat-x top left;
}
body.home #panels-wrap {
	width: 100%;
	background: none;
}

#panels .panel {
	width:280px;
	padding:25px 10px;

}
#panels .first {
	background:none;
}
#panels .phead {
	margin-bottom:0px;
}
#panels .phead img {
	float:left;
	margin-right:12px;
	display: none;
}
#panels .phead span {
	float:left;
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
	line-height:30px;
	margin:0;
	padding:8px 0 5px 0;
	text-shadow:#fff 1px 1px 1px;
	color:#666;
}
#panels .panel p {
	font-size:14px;
	line-height:22px;
}
#panels .panel .learnmore {
	color:#fff;
}
/* portfolio item */

#portfolio_page {
	margin-bottom:10px;
}
#portfolio_page .item {
	display:inline;
	width:280px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	background:#FFF;
	margin-bottom:10px;
	padding:10px;

	overflow:hidden;
	position:relative;
}
#portfolio_page .item .entry-title {
	font-size:15px;
	border-bottom:1px dotted #ccc;
}
#portfolio_page .item img {
	margin:0 !important;
	padding:8px 0 !important;
	border:0 !important;
}
#portfolio_page .item .entry-content {
	font-size:12px;
	margin:0;
	padding:0;
}
/* Attachment pages

-------------------------------------------------------------- */



.entry-content .attachment img {
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* Images

-------------------------------------------------------------- */



#content img {
	margin: 0;
	max-width: 620px;
	border:5px solid #fff;
}
#content .attachment img {
	max-width: 620px;
}
#content .alignleft,  #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:3px 6px 8px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
}
#content .alignright,  #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	box-shadow: -3px 6px 8px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:-3px 6px 8px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -3px 6px 8px 1px rgba(0, 0, 0, 0.3);
}
#content .aligncenter,  #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 8px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}
#content img.alignleft,  #content img.alignright,  #content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #fff;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
	border:0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin:0 auto 10px auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	padding:10px;
	background: #c4cbd0;
	border: 1px solid #edf1f3;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content .gallery img:hover {
	background: #afb6bb;
}
#content .gallery br+br {
	display: none;
}
/* =Navigation

-------------------------------------------------------------- */



.navigation {
	clear:both;
	font-size:  13px;
	line-height: 18px;
	overflow: hidden;
	color: #555;
	text-shadow:#fff 0px 1px 1px;
	padding:5px 8px;
	background-color:#c4cbd0;
	border-bottom:1px solid #b3bbc1;
}
.navigation a:link,  .navigation a:visited {
	color: #555;
	text-decoration: underline;
}
.navigation a:active,  .navigation a:hover {
	color: #000;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	display: none;
	margin: 0 0 10px 0;
}
.paged #nav-above,  .single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 0 0;
}
/* =Pagenavi ( http://wordpress.org/extend/plugins/wp-pagenavi/ )

-------------------------------------------------------------- */

.wp-pagenavi {
	clear:both;
	margin-bottom:20px;
	text-shadow:#fff 1px 1px 1px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 7px;
	text-decoration: none;
	color: #111;
	background: #c4cbd0;
	border: 1px solid #edf1f3;
}
.wp-pagenavi a:visited {
	padding: 5px 7px;
	text-decoration: none;
	color: #413f36;
	background: #c4cbd0;
	border: 1px solid #edf1f3;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background: #c4cbd0;
	border: 1px solid #edf1f3 !important;
	text-shadow:#000 1px 1px 1px;
}
.wp-pagenavi a:active {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	color: #413f36;
	background-color: #b3babf;
}
.wp-pagenavi span.pages {
	padding: 5px 7px;
	color: #111;
	background: #c4cbd0;
	border: 1px solid #edf1f3;
}
.wp-pagenavi span.current {
	padding: 5px 7px;
	font-weight: bold;
	color: #FFF;
	background: #c4cbd0;
	border: 1px solid #edf1f3 !important;
	text-shadow:#000 1px 1px 1px;
}
.wp-pagenavi span.extend {
	padding: 5px 7px;
	color: #FFF;
	background: #c4cbd0;
	border: 1px solid #edf1f3 !important;
}
/* =Comments

-------------------------------------------------------------- */

#comments {
	clear: both;
	position:relative;
	margin-top:10px;
	padding:20px 10px 0 10px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,  h3#reply-title {
	color:#444;
	font-size: 22px;
	margin:0;
	font-weight:normal;
	line-height:28px;
	padding:0 0 10px 0;
	text-shadow:#fff 1px 1px 1px;
}
.commentlist {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.commentlist ul.children {
	margin:20px 0 0 20px;
	padding:0 0 0 10px;
	list-style:none;
}
.commentlist ul.children li {
	border-left:3px solid #bde0e6;
}
.commentlist li.comment {
	margin:0;
	padding:10px 10px 20px 10px;
	border-bottom:1px solid #e3e3e3;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body {
	padding-top:10px;
}
#comments .comment-body ul,  #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.comment-avatar {
	float:left;
	padding:3px;
	border:1px solid #e5e5e5;
	display:block;
}
.comment-avatar img {
	display:block;
}
.comment-author {
	display:block;
	padding:6px 0;
	text-transform:uppercase;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
	padding-left:10px;
	text-transform:uppercase;
	float:left;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,  .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-top:18px;
	padding-bottom: 18px;
	border:0;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 18px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 18px;
}
/* Comments form */

#respond_intro p {
	color: #444;
	margin:0 0 15px 0;
	padding:0;
	font-size:22px;
}
#respond_intro p a:hover {
	text-decoration: underline;
}
#cancel-comment-reply-link {
	display:block;
	margin-bottom:15px;
}
.login_alert {
	background: #f5f5f5;
	border: 1px solid #ddd;
}
.login_alert p {
	font-weight: bold;
}
.login_alert p a:hover {
	text-decoration: underline;
}
.comment_moderated {
	font-weight: bold;
}
#commentform label {
	text-shadow:#fff 1px 1px 1px;
}
#commentform textarea {
	width:98%;
}
#commentform input[type=text] {
	width:50%;
	margin-right:10px;
}
#commentform input[type=text], #commentform textarea {
	font-size: 1em;
	color: #444;
	padding:5px;
	background: #c4cbd0;
	border: 1px solid #dee3e7;
	border-right:0;
	border-bottom:0;
}
#commentform input[type=text]:focus, #commentform textarea:focus {
	background: #fff;
	border-color: #777;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#commentform p {
	margin-bottom: 1em;
}
#commentform p a {
	text-decoration: underline;
}
#commentform p a:hover {
	text-decoration: none;
}
#commentform p .required {
	color: #d00;
}
#commentform span.allowed {
	display: block;
	color: #807e70;
	background: #f9f7e4;
	border-style: dotted;
	border-color: #bbb;
}
#commentform span.allowed span {
	display: block;
}
/* Support for the highly-recommended Subscribe to Comments Plugin */

#commentform p.subscribe-to-comments label {
	font-size: 1em;
}
#commentform .form_submit {
	border:0;
	background-color:#222;
	color:#fff;
}
/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
#widget_search .widget-content {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
#widget_search #s { /* This keeps the search inputs in line */
	width:178px;
	padding:8px;
	font-size: 1em;
	color: #444;
	background: #eee;
	border: 1px solid #aaa;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
#widget_search .no_button {
	width:245px !important;
}
#widget_search .search_button {
	padding:8px;
}
#widget_search label {
	display:none;
}
.widget-container {
	width:272px;
	padding:0;
	margin: 0 0 10px 0;
}
.widget-content {
	padding:5px 0px 15px 15px;
	background:url(library/images/hbar.png) repeat-x bottom left;
}
.textwidget {
	padding:5px 0 10px 0;
}
.widget-title {
	color: #222;
	font-weight:normal;
	font-size:22px;
	text-shadow:#FFF 1px 1px 1px;
	padding:12px 15px 12px 15px;
}
.widget-area a:link,  .widget-area a:visited {
	color:#555;
	text-shadow:#fff 1px 1px 1px;
	text-decoration: none;
}
.widget-area a:active,  .widget-area a:hover {
	color:#111;
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}
/* Main sidebars */

#sidebar ul li h3 {
	color: #0168b3;
	line-height: 21px;
	margin-bottom: 12px;
}

#main .widget-area ul {
	margin:0;
	padding:0;
	list-style:none;
}
#main .widget-content ul {
	margin:0 0 5px 5px;
}
#main .widget-content ul li {
	margin:0;
	padding:6px 6px 6px 18px;
	background:url(library/images/list-bg.png) no-repeat 0 9px;
}
#main .widget-content ul li a {
	text-decoration:none;
}
#main .widget-content ul li a:hover {
	text-decoration:underline;
}
#main .widget-content ul ul {
	border: none;
	padding: 0;
	margin:0;
}
#main .widget-content ul ul li {
	border-bottom:0;
	margin:0 0 0 18px;
	padding-left:0;
	padding-bottom:0;
	list-style-type:square;
	background-image:none;
}
#main .widget-content ul ul ul li {
	margin-left:18px;
}
#main .widget-content ul ul li a {
	background:none;
	padding:0 !important;
	margin:0 !important;
}
#main .widget-content ul ul li a:hover {
	background:none;
}
/* Newspress subscription widget */

#site_social_subscription .widget-content {
}
#site_social_subscription .subscription_link img {
	float:left;
	margin-right:10px;
}
#site_social_subscription .subscription_link span {
	display:block;
	padding-top:12px;
}
#site_social_subscription .subscription_link span a {
	font-size:24px;
	font-weight:normal;
	color:#111;
}

#callus {
	text-align: center;
	position: absolute;
	padding: 10px;
	height: 70px;
	width: 237px;
	background-image: url(/_img/callus.png);
	background-repeat: no-repeat;
	top: 0;
	right: 40px;
	color: #FFF;
	font-size: 16px;
}
#callus span {
	display: block;
	margin-bottom: 5px;
}
#callus #phone {
	margin: 14px 0 10px 0;
	font-size: 32px
}
#callus #email {
	font-size: 16px
}
#callus a {
	color: #fff;
}

/* =Footer

-------------------------------------------------------------- */

.mizu-footer {
	border-top: #B5B5B5 1px dotted;
	margin-top: 15px;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 12px
}

#footer {	
}
#colophon {
}
#site-generator {
	padding:8px 5px;
	text-indent: 0;
}
#site-generator span {
	display:block;
	padding:5px 0;
	text-align:center;
}
#site-generator span.sp2 {
	color:#999;
	font-size:12px;
}
#site-generator a {
	color:#525252;
}
#site-generator span.sp2 a {
	color:#999;
}
/* =Extras

-------------------------------------------------------------- */

.area11 {
	text-align:center;
	margin-top:100px;
	color:#111;
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#fff 1px 1px 1px;
}
/* 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;
}
/* Clear Floated Elements

-------------------------------------------------------------- */



/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


#tagline {
	position: relative;
	display: block;
	height: 10px;
	top: -45px;
	left: 172px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 46px;
	text-shadow:  #999 1px 1px 1px;
	color: #007bc2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu-sidenav-com, #menu-sidenav-res {
	margin-top: -0;
	list-style-image: none;
	list-style: none;
}
#menu-sidenav-com li, #menu-sidenav-res li {
	text-align: right;
	padding-bottom: 4px;
	text-shadow: none;
}
#menu-sidenav-com li a, #menu-sidenav-res li a {
	text-shadow: none;
	color:#4983BD;
}
.first {
	list-style: none;
	margin: 0 0  9px 0;
}

.res-list {
	display: block;
	width: 305px;
	float: left;
	list-style: none;
	margin: 0;
}
.com-list { list-style: none;
	margin: 0;}



/* =Print Style

-------------------------------------------------------------- */



@media print {
body {
	background:none !important;
}
#wrapper {
	float: none !important;
	clear: both !important;
	display: block !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 
}
#site-title,  #site-description {
	float: none;
	margin: 0;
	padding:0;
	line-height: 1.4em;
}
#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 {
	width: 100%;
	margin: 0;
}
#content,  .one-column #content {
	width: 100%;
	margin: 24pt 0 0;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info,  #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display:none
}
#site-generator a {
	padding: 0;
	margin: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display:inline;
}
.home .sticky {
	border: none;
}
}
