/*
Theme Name:Boathouse Bed and Breakfast
Theme URI: http://www.boathousebb.com/
Description: The default WordPress theme for Boathouse Bed and Breakfast
Version: 1.0
Author: Mannix Marketing
Author URI: http://www.mannixmarketing.com
*/




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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear:both;
}

body {
	background-color:#B0C5D7;
	font-family:Arial, Helvetica, sans-serif;
	}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1 {
	font-size:18px;
	margin-bottom:15px;
	line-height:19px;
	color:#000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body.home h1 {
	color:#fff;
}


h2 {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 18px;
	color: #000;
	font-weight:bold;
}

h3 {
	font-size:15px;
	margin-bottom:6px;
	line-height:17px;
	color:#000;
	font-weight:bold;
}

p {
	margin-bottom:13px;
}

.alignleft {
	float:left;
	border:1px solid #7a7979;
	margin:0 15px 15px 0;
}

.alignright {
	float:right;
	border:1px solid #7a7979;
	margin:0 0 15px 15px;
}

.wp-image-spa {
	margin-bottom:0;
}

#container {
	max-width:940px;
	width:100%;
	margin:10px auto;
	font-size:14px;
	background:#fff;
}


header {
	padding:10px;
}


#logo {
	max-width:447px;
	width:100%;
	float:left;
	margin:0 0 15px 0;
	}
	
	#logo img {
	width:100%;
	}

#topnav {
	float: right;
	max-width: 200px;
	margin: -10px 0 7px 0;
	background: #E3DEAE;
	padding: 6px 10px;
	}
	
#topnav li {
	display:inline;
}

#topnav a {
	text-decoration:none;
	color:#000;
	border-right:1px solid #333;
	padding-right:5px;
	margin-right:5px;
	font-size:12px;
}

#topnav a:hover {
	text-decoration:underline;
}


#phone  {
	float: right;
	max-width: 400px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color:#73331b;
	margin-bottom:5px;
	width:100%;
}

#phone em, #phone a {
	color:#000;
}

#videolink {
	float:right;
	max-width:181px;
	width:100%;
	clear: right;
	margin-bottom:5px;
}

#videolink img {
	width:100%;
}

/* Main Nav -------------------------------------------------------------- */

nav {
	display: block;
	max-width:940px;
	z-index:100;
	position:relative;
	background:#566D8D;
	font-family:Georgia, "Times New Roman", Times, serif;
}

nav ul#menu-main-nav li, div.menu li {
	text-align:center;
	position:relative;
}

nav ul {
	text-align:center;
}

nav a {
	display:inline;
	line-height:19px;
	text-decoration:none;
	color:#E3DEAE;
	font-size:13px;
	text-transform:uppercase;
	/*	border-right:1px solid #a5c4e1;*/
	padding-right:11px;
}

nav li:after {
	content: '::';
	color:#E3DEAE;
}

nav li:last-child:after {
	content: '';
}

nav li.menu-item-440 {
	display:none;
}


nav ul li {
	text-align:center;
	display:inline-block;
	float:none;
	margin-right:11px;
	padding:10px 0;
	position: relative;
	
}

nav ul ul li:after {
	content: '';
}

body .last, nav #menu-item-107 a, #topnav .menu-item-330 a {
	margin-right:0!important;
	padding-right:0!important;
	border-right:0!important;
}

nav ul ul {
	display: none;
	position: absolute;
	top: 38px;
	text-align:left;
	left: 0;
	float: left;
	z-index: 99999;
	background:#415269;
	border: 1px solid black;
	border-bottom:0;
	width:200px;
}

nav ul ul li {
	text-align:left!important;	
	border-bottom: 1px solid black;
	float:none;
	padding:3px 0;
}

nav ul ul li a {
	display:block;
	font-size:12px;
	padding:3px 5px;
	border-right:0;
}

nav ul ul ul {
	left: 100%;
	top: 0;
}


nav ul ul a {
	line-height: 1em;
	padding: 10px;
	height: auto;
	font-size:13px;
	width:190px;
	text-transform: none;
}

nav ul ul li {
}

nav ul ul li:last-child {
	border:0;
}

nav li:hover > a {
	color:#fff;
}

nav ul ul li:hover > a {
	border-bottom:0;
}

nav ul li:hover > ul {
	display: block;
}

nav ul li.current_page_item > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a,
nav ul li.current-menu-parent > a {
	color:#fff;
}

* html nav ul li.current_page_item a,
* html nav ul li.current-menu-ancestor a,
* html nav ul li.current-menu-item a,
* html nav ul li.current-menu-parent a,
* html nav ul li a:hover {
	color: #fff;
}

#fullsiteslideshow {
	height:auto;
	overflow:hidden;
	z-index:10;
	
}

#fullsiteslideshow img {
	width:100%;
	max-width:920px;
	height:auto;
}

#mobileimage {
	display:none;
	max-width:480px;
	width:100%;
    }
	
	#mobileimage img {
	width:100%;
	height:auto;
	}

    
#headerphotos {
	width:100%;	
	z-index:10;
}

#featured1 img, #featured2 img   {
	width: 100%;
	height:auto;
	max-height: 189px;	
	z-index:10;
    }

#featured1 {
	float:left;
	width:73%;
	overflow:hidden;
	margin-bottom:15px;
	z-index:10;
	
}

#featured2 {
	margin-left: 1.3%;
	float: left;
	width: 25.7%;
	margin-bottom: 15px;
	z-index:10;
}

#featuredfull {
	margin-bottom:15px;
	max-width:735px;
	width:100%;
	z-index:10;
}

#featuredfull img {
	width:100%;
	height:auto;
}

.page-id-7 #featuredfullmobile {
	
}


#ctawrap {
	background:#E3DEAE;
	padding:10px 0;
	width:100%;
	margin-top: 10px;
}

.cta {
	width: 31.1%;
	float: left;
	padding: 0 1.1%;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

.cta .submitbtn {
	margin-bottom:-10px;
	width:25%;
	margin-left:2%;
	float:right;
	border-radius:6px;
	background:#556C3E;
	color:#F0E5AE;
	border:0;
	text-align:center;
	padding:1%;
	cursor:pointer;
}

.seccta .enteremail {
	width:95%;
	float:none;
	font-size:11px;
}

.seccta .submitbtn {
	width:50%;
	float:right;
	border-radius:6px;
	background:#556C3E;
	color:#F0E5AE;
	border:0;
	text-align:center;
	padding:1%;
	cursor:pointer;
}

.cta .enteremail {
	width:65%;
	float:left;
}

	

.cta h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #44658f;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px #44658f dotted;
}

.cta a {
color: #405b27;
}


body.home #fullcolumn {
	width: 98.5%;
	color: #fff;
	background: #556D8D;
	padding: 35px 2%;
	margin-left: -1.2%;
	margin-top: 10px;
}
body.home #fullcolumn a {
	color:#dbf1f6;
	text-decoration:underline;
}

#contentwrap {
	line-height:21px;
	padding:0 1.2%;

}

#contentwrap a {

}
#headerimage {
	border-top:7px #64B636 solid;
}

#headerimage img {
	height:250px;
}
body.home #widecolumn {
	float:left;
	width:630px;
	padding-right:0;
}

#narrowcolumn {
	width:16.8%;
	float:left;
	padding: 2% 1.1%;
	background:#E3DEAE;
}

#narrowcolumn a {
color:#385478;
}

#narrowcolumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #73331b;
	border-bottom:1px dotted #73331b;
	margin-bottom:15px;
	padding-bottom:5px;
}
.seccta {
	margin-bottom:15px;
	font-size:12px;
	line-height:17px;
}

#widecolumn {
	float:right;
	width:79.9%;
	margin-left:1.1%;
}


#widecolumn a {
	color:#4A5F79;
}



#widecolumn ul {
	list-style:disc;
	margin:0 0 12px 20px;
}

#widecolumn .sd-content ul li {
	margin:0;
}

.roomtitle {
	background:#D1DEE9;
	padding:.5% 2%;
	width:41%;
	font-weight:bold;
	float:left;
	margin-bottom:10px;
}

.viewroomsrates, .booknow, .specials {
	background:#EDEAC9;
	padding:.5% 2%;
	width:14%;
	float:left;
	margin-left:.3%;
	font-size:12px;
	margin-bottom:10px;
}

.viewroomsrates a, .booknow a, .specials a {
	color: #566d8d;
}

.roomcontent img {
	margin:0 10px 10px 0;
}

/*#blog {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	width:705px;
	padding-right:25px;
	vertical-align:top;
}*/

.blognavnext, .blognavprev {
	width:50%;
	float:left;
	margin-top:20px;
}

	.blognavnext {
	text-align:right;
}

.clear {
	clear:both;
}

body.blog #widecolumn, body.single #widecolumn, body.archive #widecolumn {
	margin:10px 1% 0 0 ;
	float:left;
}

body.blog #narrowcolumn, body.single #narrowcolumn, body.archive #narrowcolumn {
	float:right;
}


.blogpost {
	border-bottom:1px dotted #CCC;
	padding-bottom:15px;
	margin-bottom:15px;
}

.blogpost:last-child {
	border-bottom:none;
}

.blogpost h2 {
	margin-bottom:5px;
	font-size:18px;
	line-height:22px;
}

.blogpost p {
	margin:0 0 12px 0;
}

.blogpost a {
	color:#4A5F79;
}

.nav-previous {
	float:left;
	width:45%;
	margin-bottom:15px;
}

.nav-next {
	float:right;
	width:45%;
	margin-bottom:15px;
	text-align:right;
}

.nav-previous a, .nav-next a {
	color:#556D8D;
}

.bloginfo {
	font-size:10px;
	color:#666;
	margin:5px 0;
}

#blogsidebar {
	font-size:12px;
	line-height:17px;
}

#blogsidebar li {
	list-style-type:none;
}

#blogsidebar li ul {
	border-bottom:1px dotted #aca55d;
	padding-bottom:15px;
	margin-bottom:15px;
}

#blogsidebar li ul li {
	list-style-type:disc;
	margin-left:10%;
	padding-left:0px;
	color:#000;
}

#blogsidebar li ul li a {
	color:#000;
	text-decoration:none;
}

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

#blogsidebar h2 {
	color:#73331B;
	margin-bottom:5px;
	font-size:18px;
}

.roomscontent {
	margin:10px 0 20px 0;
}

.recipename, .productname {
	background:#D1DEE9;
	padding:3px 1%;
	width:98%;
	font-weight:bold;
	margin:10px 0;
}

.recipecontent, .productcontent {
	width: 100%;	
}

.recipeimage, .productimage {
	float:right;
	min-width:22%;
	margin-left:2%;
}

.recipeimage img {
	max-width:230px;
	height:auto;	
}

.productimage img {
	max-width:160px;
	height:auto;
}

.itemreviewed {
	display:none;
}

.breadcrumbs {
	margin-bottom:15px;
	font-size:12px;
}

#widecolumn div.sharedaddy .sd-content {
width: 89.125%;
}

#widecolumn div.sharedaddy h3, #content div.sharedaddy h3, #main div.sharedaddy h3, #primary div.sharedaddy h3 {
	width:10%;
}

.review .stars-wrapper {
width: 64px;
height: 11px;
background: url('images/stars.png') no-repeat;
float: left;
}

.review .stars-wrapper .stars-value {
width: 0;
background: url('images/stars-full.png') no-repeat;
height: 11px;
}

.review-rating {
font-size:12px;
margin: -5px 0 0 10px;
float:left;
}

.review-date {
	margin:3px 0 6px 0;
	color:#666;
	font-size:12px;
}

#gform_fields_2 {
	font-size:12px;
}

.gform_wrapper textarea.medium {
  width: 100%;
}

.gform_confirmation_message_1, .gform_confirmation_message_3 {
	background: #98df8c;
	padding: 10px;
	border: 2px solid green;
}

.seccta input.emailfield {
	width:95%;
}



#narrowcolumn #gform_fields_2 li.gf_list_inline ul.gfield_radio li {
	width:100%!important;
}

#widecolumn h2.gsection_title {
	font-size:14px;
}

#widecolumn .gform_wrapper .gsection, #field_3_15, #field_3_17, #field_3_18, #field_3_19, #field_3_24, #field_3_5, #field_3_32, #field_3_33, #field_3_34, #field_3_35 {
	border-bottom:0;
	border-top:2px dotted #CCC;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
}

#widecolumn .gform_wrapper ul {
	margin-left:0;
}



.page-id-9 table  {
	font-size:12px;
}

.page-id-9 table th {
	background:#D1DEE9;
	text-align:left;
	font-weight:bold;
	padding:2%;
}

.page-id-9 table td {
	margin:.5%;
	padding:2%;
}
.page-id-9 table td a {
	font-size:12px;
}

.page-id-9 table tr {
	border-bottom:1px solid #CCC;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#social {
	margin-bottom:10px;
}


footer {
	background:#556D8D;
	color:#fff;
	font-size:12px;
	line-height:17px;
	width:95.9%;
	padding:2.1%;
	border-top:1px solid #fff;
}

footer a {
	color: #dbf1f6;
	text-decoration:underline;
	padding-right:4px;
}

footer a:hover {
	text-decoration:underline;
}

#footernav {
	margin-bottom:25px;
}

footer li {
	float:left;
	margin-right:4px;
	font-size:11px;
}

footer li:after {
	content: '::';
	color:#fff;
}

footer .country {
	display:none;
}

footer li:last-child:after {
	content: '';
}

footer .footerinfo {
	margin-bottom:15px;
}




table {
	width:100%;
	margin-bottom:15px;
}

tr {
	border-bottom: dotted 1px #CAB799;
}

tr:last-child {
	border-bottom:0;
}

td {
	padding:5px;
}

td strong {
	font-size:13px;
	color:#5b5b5b;
}



#footerleft {
	width:66%;
	margin-right:3%;
	float:left;
}

.fb-like-box {
	background:#fff;
	margin-bottom:20px;
	width:100%;
	padding: 0 0 6px 0;
}

.fbtop {
	background:#ECEEF5;
	color:#000;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	padding:2px 1%;
	font-weight:bold;
	width:98%;
}

#footerright {
	width:271px;
	float:left;
	margin-top:47px
}

.avatar {
	float:left;
	width:96px;
	margin:0 15px 15px 0;
}


@media only screen and (max-width: 960px) {

#footerright, #footerleft {
	width:100%;
	float:none;
}

#footerright {
	margin-top:15px
}
}

@media only screen and (max-width: 768px) {
	
	
#logo {
	margin:0 auto;
	max-width:447px;
	float:none;
}


nav .responsiveMenuSelect {
	padding: 10px;
	font-size: 18px;
	background:#566D8D;
	/*color:#E3DEAE;*/
	border:0;
}

footernav .responsiveMenuSelect {
	padding: 10px;
	font-size: 18px;
	background:#fff;
	/*color:#E3DEAE;*/
	border:0;
}

#topnav, #videolink {
display:none;
}

nav li.menu-item-440 {
	display:block;
}

#phone  {
	float: none;
	width: 98%;
	text-align:center;
	margin:0 auto 10px auto;
	clear: both;
}

.roomtitle {
width: 96%;
margin-bottom:2px;
}

.viewroomsrates, .booknow, .specials {
width: 29%;
}

.roomsphoto {
	margin-bottom:10px;
}

.page-id-7 .roomsphoto img {
	width:23%;
	margin-right:.25%;
	height:auto;
}

.roomsphoto img {
	width:48%;
	margin-right:.5%;
	height:auto;
}

.productcontent, .productimage,  {
	width:49%;
	margin-right:1%;
}


#narrowcolumn {
	width:24%;
}

#widecolumn {
	width:71%;
}

.recipecontent {
	width:100%;
}

#featured1 {
	width:100%;
	
}

#featured2, .recipeimage {
	display:none;
}

.seccta input.submitbtn {
	width:50%;
}

.seccta img, .seccta input {
	width:100%;
}



}
@media only screen and (max-width: 480px) {
	
	h1 {
		line-height:24px;
	}
	
	
.cta, .seccta {
	font-size:15px;
	line-height:23px;
}

#contentwrap {
	line-height:24px;
}

#container {
	font-size:16px;
}
	
#phone {
	font-size:14px;
	width:100%;
	text-align:center;
}
img.wp-image-493 {
	width:100%;
	float:none;
	margin:0 0 10px 0;
	height:auto;
}

#mobileimage {
	display:block;
}

#fullsiteslideshow, .breadcrumbs, .page-id-7 #featuredfull {
	display:none;
}
	
.responsiveSelectContainer {
	margin-top:15px;
}

nav .responsiveMenuSelect {
	padding: 16px;
	font-size: 18px;
	/*color:#E3DEAE;*/
	border:0;
}


footer .responsiveMenuSelect {
	padding: 16px;
	font-size: 18px;
	/*color:#556D8D;*/
	border:0;
}



#videolink {
	display:none;
}

#narrowcolumn {
	width:96%;
	float:none;
	padding:10px 2%;
}

#ctawrap .cta {
	float:none;
	width:92%;
	padding:1% 4%;
}

#narrowcolumn .seccta {
	padding:0 2%;
}

#narrowcolumn .seccta input {
	width:100%;
	float:none;
	height:25px;
	margin-bottom:15px;
}

#narrowcolumn .seccta img {
	max-width:150px;
	width:100%;
	text-align:center;
}



#narrowcolumn .seccta input.submitbtn {
	width:20%;
	float:right;
	height:auto;
}

#blogsidebar li ul li {
	margin-left:5%;
}

body.blog #widecolumn, body.single #widecolumn, body.archive #widecolumn {
	padding: 0 2% 0 2%;
	width: 96%;
}

#widecolumn {
	float:none;
	padding: 0 2% 0 2%;
	width: 96%;
	margin:0;
}

.page-id-30 #widecolumn img {
	display:none;
}

.blogpost {
	max-width:480px;
	width:100%;
}

footer {
	font-size:14px;
	line-height:22px;
}




/* Blog 

.blogpost {
	margin-bottom:30px;
	padding-bottom:40px;
	border-bottom:1px solid #e8e8e8;
	}
	
	.blogpost h2, .blogpost h1 {
	font-size:29px;
	color:#000;
	line-height:28px;
	margin-bottom:8px;
	font-family: "pt-sans-narrow",sans-serif;
	font-weight:normal;
	}

	.blogpost h2 a {
		text-decoration:none;
		color:#000;
	}
	
	.blogpost h2 a:hover {
		text-decoration:underline;
	}
	
	.blogpost:last-child {
		margin-bottom:0;
		border-bottom:0;
	}
		

	#widecolumn .readcomments {
		float:left;
		width:160px;
		margin-bottom:25px;
	}
	
	.postinfo {
	font-size:12px;
	text-align:right;
	float:right;
	width:425px;
}
	
#blognavwrap {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #424242;
}
	
.nav-previous {
	width:300px;
	float:left;
}	
.nav-next {
	width:300px;
	float:right;
	text-align:right;
}
	
#widecolumn .postinfodate {
	font-size:12px;
	line-height:20px;
	margin:0 0 12px 0;
	color:#64a550;
}

#widecolumn .postinfodate a {
	color:#64a550;
}

#blogsidebar h2 {
	margin-bottom:20px;
	color:#64a550;
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-family: "pt-sans-narrow",sans-serif;
}

#blogsidebar li ul li {
	margin-bottom:6px;
	padding-bottom:6px;
	background-image:url(images/dash.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 7px;
	border-bottom:1px dotted #CCC;
}

#blogsidebar li ul li:last-child {
	border:0;
}

#blogsidebar li {
	list-style:none;
}

#blogsidebar li ul {
	margin-bottom:25px;
	border-bottom:0;
	list-style:none;
}

#blogsidebar li a {
	text-decoration:none;
}

#narrowcolumn .sidebarblogpost {
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:1px dotted #CCC;
}

#narrowcolumn .sidebarblogpost p {
	margin-bottom:6px;
}

#narrowcolumn .sidebarblogpost h3 {
	font-size:20px;
	line-height:21px;	
}

#narrowcolumn .sidebarblogpost h3 a {
	color:#014A8E;
}

#narrowcolumn .sidebarblogpost a {
	text-decoration:none;	
}

#narrowcolumn .sidebarblogpost a:hover {
	text-decoration:underline;	
}

#narrowcolumn .eventdetails a {
	color:#014A8E;
	font-size:11px;
	float:right;
	}

h3#comments, #respond h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#respond h3 {
	margin-top:7px;
}

/* =Comments
-------------------------------------------------------------- 
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#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;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form 
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	width:100%;
}
#respond p {
	margin: 0 0 10px 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 10px 0 0;
	width: 25%;
	float:left;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
color: #000;
font-size: 18px;
margin-bottom: 10px;
text-align:center;
}
#wp-calendar a {text-decoration:none;}
#wp-calendar thead th {text-align: center;}
#wp-calendar tfoot td {height: 25px; vertical-align: bottom; }
#wp-calendar tbody td {text-align: center; width: 14%; height: 25px; background:#e0e0e0; border:1px solid #fff; color:#afafaf; vertical-align:middle; }
#wp-calendar tbody td a {display: block; color:#014A8E; font-weight:bold;}
#wp-calendar tbody td a:hover {background: #8FC87E; color:#fff; padding:2px 0;}
#wp-calendar tbody td.pad {	background:#fff;}
#wp-calendar #today  {background: #c8c8c8; color:#fff;}

#footertranslate {
	width:300px;
	margin:0 auto 20px auto;
}


