/*  
Theme Name: Moonbeach
Version: 1.1.2
Description: Theme Description
Author: AmixStudio
Author URI: http://www.amixstudio.com

*/

/* Default styles */
@import "css/reset.css";

/* Defaults */
a{ color: #009199; text-decoration: none; }
a:hover{ text-decoration: underline; }
body{ font: 12px Tahoma, Geneva, sans-serif;; line-height: 1.5em; color: #4a4a4a; background: #fff url(images/bgr_main.jpg) no-repeat center top; }

h1, h2, h3, h4, h5, h6{ margin: 0; font-family: Tahoma, Geneva, sans-serif;; color: #009199; }
h1{font-size: 33px;} h2{font-size: 26px;} h3{font-size: 20px;} h4{font-size: 18px;} h5{font-size: 14px;} h6{font-size: 12px;}

p{margin: 0;}

input, select, textarea{font-family: Tahoma, Geneva, sans-serif; color: #4a4a4a; font-size: 12px;}
textarea{overflow: auto;}

/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited{ text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{text-decoration: underline;}

/* Wrapper */
.wrapper_container{
	background: url(images/bgr_wrapper.jpg) no-repeat center bottom;
}
.wrapper{
	margin:0 auto;
	width:1000px;
}

/* Header */
#header{
	width:931px;
	height: 301px;
	border: 5px solid #fff;
	margin: 0 0 0 40px;
}
.home #header{
	height: 411px;
}
#header .logo{
	position: absolute;
	z-index: 10;
	margin: 0 0 0 -35px;
}
#logo{
	display: block;
	cursor: pointer;
	width: 507px;
	height: 204px;
	text-indent: -9999em;
	background: url(images/logo.png) no-repeat;
}
#header .links{
	position: absolute;
	z-index: 10;
	margin: 11px 0 0 690px;
}
#header .links a{
	display: block;
	cursor: pointer;
	position: relative;
}
#header .links img{
	display: block;
}
#header_book{
	margin: 0 0 0 37px;
}
#header_weather{
	top: -18px;
}
#header_call_us{
	top: -38px;
}
#header .slider_inner{
	width:931px;
	height: 301px;
	overflow: hidden;
}
#header .slider_inner img{
	width:931px;
	height: 301px;
	display: block;
}
#header .slider{
	width:931px;
	height: 411px;
	overflow: hidden;
}
#header .slider ul{
	width:931px;
	height: 411px;
	overflow: hidden;
}
#header .slider ul li{
	width:931px;
	height: 411px;
	overflow: hidden;
}
#header .slider img{
	width:931px;
	height: 411px;
	display: block;
}
/* Mainmenu */
#mainmenu{
	width: 899px;
	height: 42px;
	margin: 0 0 0 61px;
	position: relative;
	z-index: 10;
}
#mainmenu ul{
	list-style: none;
	margin: 0;
}
#mainmenu li{
	float:left;
	position: relative;
	padding: 0 1px 0 0;
}
#mainmenu a {
	display:block;
	text-decoration:none;
	color:#009aa3;
	font-size: 17px;
	font-weight: bold;
	line-height:40px;
	height: 40px;
	border: 1px solid #cad3d4;
	background: url(images/bgr_mainmenu_a.png) repeat-x;
}
#mainmenu a span{
	padding: 0 23px 0 23px;
}
#mainmenu a span.parent{
	background: url(images/bgr_mainmenu_li_span.gif) no-repeat right center;
	padding: 0 38px 0 14px;
}
#mainmenu li > a:hover, #mainmenu li:hover > a{
	color:#fff;
	background-position: left -40px;
	text-decoration: none;
}
#mainmenu li > a:hover span.parrent, #mainmenu li:hover > a span.parent{
	background: url(images/bgr_mainmenu_li_span_hover.gif) no-repeat right center;
}
#mainmenu ul ul {
	display:none;
	position:absolute;
	top:42px;
	left:1px;
	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: 157px;
	z-index: 99999;
}
#mainmenu ul ul li {
	min-width: 157px;	
}
#mainmenu ul ul ul {
	left:100%;
	top:0;
}
#mainmenu ul ul a {
	background: url(images/bgr_mainmenu_li_a.png) repeat-x;
	color: #fff;
	font-size: 13px;
	border: 0;
	width: 157px;
	height: 35px;
	line-height: 33px;
}
#mainmenu ul ul a span{
	background: none;
	padding: 0 0 0 12px;
	width: 145px;
	height: 35px;
	line-height: 33px;
	display: block;
}
#mainmenu ul ul a span.subparent{
	background: url(images/bgr_mainmenu_li_span2.gif) no-repeat right center;
	padding: 0 11px 0 12px;
	width: 134px;
}
#mainmenu li li:hover > a,
#mainmenu ul ul :hover > a {
	background: url(images/bgr_mainmenu_li_a.png) repeat-x left -35px;
}
#mainmenu li li:hover > a span,
#mainmenu ul ul :hover > a span{
	background: none;
}
#mainmenu li li:hover > a span.subparent,
#mainmenu ul ul :hover > a span.subparent{
	background: url(images/bgr_mainmenu_li_span2.gif) no-repeat right center;
}
#mainmenu ul li:hover > ul {
	display:block;
}
#mainmenu ul li.current_page_item > a,
#mainmenu ul li.current-menu-ancestor > a,
#mainmenu ul li.current-menu-item > a,
#mainmenu ul li.current-menu-parent > a {
	color: #fff;
	background-position: left -40px;
}
#mainmenu ul li.current_page_item a span.parent,
#mainmenu ul li.current-menu-ancestor a span.parent,
#mainmenu ul li.current-menu-item a span.parent,
#mainmenu ul li.current-menu-parent a span.parent {
	background: url(images/bgr_mainmenu_li_span_hover.gif) no-repeat right center;
}

* html #mainmenu ul li.current_page_item a,
* html #mainmenu ul li.current-menu-ancestor a,
* html #mainmenu ul li.current-menu-item a,
* html #mainmenu ul li.current-menu-parent a,
* html #mainmenu ul li a:hover {
	color:#fff;
	background-position: left -40px;
}

/* Body */
#body{
	width:100%;
	overflow:hidden;
	padding: 28px 0 45px 0;
	clear: both;
}
#content{
	float:left;
}
.col_content{
	width:568px;
	padding: 0 0 0 40px;
}
.col_fullwidth{
	float:none;
	width:940px;
	margin: 0 0 0 40px;
}
#sidebar{
	float:right;
}
.col_sidebar{
	width:312px;
	padding: 0 19px 0 0;
}
.maintitle{
	width: 100%;
	padding: 2px 0 16px 0;
	margin: 0 0 15px 0;
	background: url(images/bgr_maintitle.png) repeat-x center bottom;
}
.maintitle p{
	font-weight: bold;
	padding: 5px 0 0 0;
}

/* Post */
.post{
	width:100%;
	margin:0 0 15px 0;
	padding: 0 0 18px 0;
	background: url(images/bgr_maintitle.png) no-repeat center bottom;
	overflow: hidden;
}
.single .post{
	padding: 0 0 8px 0;
}
#content .page{
	margin:0;
	padding: 0;
	background: none;
}
.post .title{
	width:100%;
	padding: 0 0 10px 0;
}
.post .title h2 a:hover{
	text-decoration: none;
}
.postmetadata{
	width:100%;
	overflow:hidden;
	border-top: 1px solid #bfe6e8;
}
.single .postmetadata{
	border-top: 0;
}
.postmetadata p{
	padding: 3px 0 5px 0;
	color: #9f9f9f;
	font-size: 11px;
	line-height: 1.6em;
}
.postmetadata p span{
	margin: 0 10px 0 0;
	padding: 2px 0 2px 0;
}
.postmetadata .date{
	background: url(images/ico_date.gif) no-repeat left center;
	padding: 2px 0 0 20px;
}
.postmetadata .author{
	background: url(images/ico_author.gif) no-repeat left center;
	padding: 2px 0 0 20px;
	color: #009199;
}
.postmetadata .comments{
	background: url(images/ico_comments.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
.post_odd .postmetadata a{
	color: #a52441;
}
.post_odd .postmetadata .author{
	color: #a52441;
}
.post_thumb{
	float: left;
	width: 212px;
}
.post_thumb img{
	width: 202px;
	height: 142px;
	
}
.post_data{
	float: right;
	width: 341px;
}
.entry{
	width:100%;
	overflow:hidden;
	font-size: 13px;
	line-height:1.5em;
}
.entry a{
	text-decoration:underline;
}
.post_odd .entry a, .entry a.red{
	color: #a52441;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 15px 0;
}
.entry p.excerpt{
	margin:0 0 5px 0;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{	margin: 0 0 15px 0; }

.entry ul{ margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul{ margin: 0; }
.entry ul li{	list-style-type: disc; }
.entry ul ul li{ list-style-type: circle; }

.entry ol{ margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal; }
.entry  ol li ol li{ list-style-type: decimal; }

.entry .list_bookmarks{
	padding: 0;
}
.entry .list_bookmarks li.linkcat{
	list-style: none;
}
.entry .list_bookmarks li.linkcat li{
	list-style:disc;
}

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

.entry .alignleft{ float: left; width: auto; margin: 10px 15px 10px 0; }
.entry .alignright{ float: right; width: auto; margin: 10px 0 10px 15px; }
.entry .aligncenter{ text-align: center; }

.entry .wp-caption{ padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; margin: 0 0 15px 0; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text{ margin:0; padding:0; font-size:11px; text-align:center; }
.entry img{
	padding: 4px;
	border: 1px solid #c9cdcd;
	background: #fff;
}
.entry .no_border{
	border: 0;
	background: none;
}
.post_odd .entry img{
	background: #009aa3;
}
.entry .more{
	width:100%;
	overflow:hidden;
	padding: 0;
	margin: 0;
}
.entry .more a{
	cursor: pointer;
	width: 98px;
	height: 26px;
	text-indent: -9999em;
	background: url(images/btn_readmore2.png) no-repeat;
	float: right;
}
.post_odd .entry .more a{
	background: url(images/btn_readmore.png) no-repeat;
}
.post .share{
	width: 100%;
	overflow: hidden;
}
.post .share li{
	float: left;
	padding: 0 8px 0 0;
	vertical-align: middle;
}
.post .share li h3{
	font-size: 22px;
	padding: 2px 0 0 0;
}
.navigation{
	width: 100%;
	overflow: hidden;
	padding: 0 0 35px 0;
}
.navigation a{
	width: 104px;
	height: 26px;
	text-indent: -9999em;
	cursor: pointer;
}
.navigation .alignleft a{
	float: left;
	background: url(images/btn_navigation_prev.png) no-repeat;
}
.navigation .alignright a{
	width: 98px;
	float: right;
	background: url(images/btn_navigation_next.png) no-repeat;
}
.entry .lined{
	padding: 10px 0 14px 0;
	margin: 0 0 11px 0;
	background: url(images/bgr_maintitle.png) no-repeat center bottom;
}
.post .sociable{
	width: 100%;
	overflow: hidden;
}
.post .sociable_tagline{
	float: left;
}
.post .sociable_tagline h3{
	font-size: 22px;
}
.post .entry .sociable ul{
	float: left;
	padding: 2px 0 0 10px!important;
	margin: 0!important;
}
.post .entry .sociable ul li{
	float: left;
	padding: 0 4px 0 0;
	margin: 0;
}

/* Sidebar */
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:1.5em;
	color: #9f9f9f;
}
.sidebar_widgets .widgettitle{
	font-size:26px;
	line-height:1.3em;
	color: #fff;
	width: 293px;
	height: 36px;
	padding: 15px 0 0 16px;
	background: url(images/bgr_widgettitle.png) no-repeat;
}
.sidebar_widgets .widget{
	margin: 0 0 16px 0;
	width:309px;
}
.sidebar_widgets .widget ul{
	background: #ffffff;
	width: 275px;
	border: 1px solid #009aa3;
	padding: 5px 16px 10px 16px;
}
.sidebar_widgets .widget ul li{
	border-bottom: 1px solid #bfe6e8;
	padding: 7px 0 7px 0;
	font-weight: bold;
}
.sidebar_widgets .widget ul li a{
	background: url(images/ico_sidebar.gif) no-repeat left 4px;
	padding: 0 0 0 13px;
}
.sidebar_widgets .widget ul ul{
	margin: 5px 0 0 15px;
	border: 0;
	padding: 0;
	width: auto;
}
.sidebar_widgets .widget ul li ul li{
	border-bottom: 0;
	margin: 0;
}
.sidebar_widgets .widget_blog ol{
	background: #ffffff;
	width: 275px;
	border: 1px solid #009aa3;
	padding: 5px 16px 5px 16px;
}
.sidebar_widgets .widget_blog ol li{
	padding: 5px 0 5px 0;
	width: 100%;
	overflow: hidden;
}
.sidebar_widgets .widget_blog ol li .title{
	font-weight: bold;
}
.sidebar_widgets .widget_blog ol li.post_odd .title a{
	color: #a52441;
}
.sidebar_widgets .widget_blog ol li .excerpt{
	border-bottom: 1px solid #bfe6e8;
	color: #4a4a4a;
}
.sidebar_widgets .widget_blog ol li .excerpt p{
	margin: 0 0 10px 0;
}
.sidebar_widgets .widget_blog .more img{
	float: right;
}

/* Text widget */
.textwidget{
	background: #ffffff;
	width: 275px;
	border: 1px solid #009aa3;
	padding: 5px 16px 10px 16px;
}
.textwidget p{ padding: 5px 0 5px 0; }


/*sidebar_gallery*/
.sidebar_widgets .sidebar_gallery_inner{
	width: 100%;
	overflow: hidden;
	padding: 0 0 6px 0;
	margin: 0;
	background: #009099;
}
.sidebar_widgets .slickr-flickr-gallery{
	padding: 0 0 0 2px;
	margin: 0;
	border: 0;
}
.sidebar_widgets .sidebar_gallery ul{
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	background: #009099;
	overflow: hidden;
}
.sidebar_widgets .sidebar_gallery ul li{
	float: left;
	padding: 0 0 0 3px;
	margin: 0;
	border: 0;
}
.sidebar_widgets .sidebar_gallery ul li a{
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}
.sidebar_widgets .sidebar_gallery ul li img{
	float: left;
	width: 85px;
	height: 85px;
	border: 3px solid #fff;
	padding: 0;
}
.sidebar_widgets .sidebar_gallery p{
	width: 300px;
	overflow: hidden;
	background: #009099;
	padding: 0 9px 10px 0;
}
.sidebar_widgets .sidebar_gallery p a{
	float: right;
	font-weight: bold;
	color: #a52441;
	width: 197px;
	height: 25px;
	line-height: 25px;
	background: url(images/bgr_sidebar_gallery_more.png) no-repeat;
	text-align: center;
}
/*sidebar_book*/
.sidebar_book{
	width: 100%;
	height: 103px;
	overflow: hidden;
	text-align: center;
	background: url(images/bgr_sidebar_book.png) no-repeat;
	color: #fff;
	font-size: 15px;
}
.sidebar_book .book{
	font-size: 26px;
	padding: 15px 0 0 0;
}
.sidebar_book p{
	padding: 3px 0 3px 0;
}

/*sidebar_rss*/
.sidebar_rss{
	width: 100%;
	height: 56px;
	overflow: hidden;
	font-size: 26px;
	background: url(images/bgr_sidebar_rss.png) no-repeat;
	margin: 0 0 12px 0;
}
.sidebar_rss a{
	width: 293px;
	height: 40px;
	color: #fff;
	display: block;
	padding: 16px 0 0 16px;
}
.sidebar_rss a:hover{
	text-decoration: none;
}

/*main_links*/
.main_links{
	width: 100%;
	overflow: hidden;
}
.entry .main_links ul{
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}
.entry .main_links ul li{
	float: left;
	padding: 0 12px 0 0;
	margin: 0;
	list-style: none;
}
.entry .main_links ul li.last{
	padding: 0;
}
.entry .main_links ul li img{
	float: left;
	padding: 0;
	border: 0;
}

/*sidebar_subscribe*/
.sidebar_subscribe{
	width: 309px;
	height: 181px;
	overflow: hidden;
	background: url(images/bgr_sidebar_subscribe.png) no-repeat;
}
.sidebar_widgets .sidebar_subscribe h3{
	background: none;
}
.sidebar_subscribe form{
	width: 274px;
	overflow: hidden;
	padding: 12px 0 0 16px;
}
.sidebar_subscribe .input{
	width: 100%;
	overflow: hidden;
	padding: 0 0 8px 0;
}
.sidebar_subscribe .input label{
	color: #fff;
	float: left;
	width: 61px;
}
.sidebar_subscribe .input input{
	float: left;
	width: 203px;
	padding: 6px 5px 6px 5px;
	border: 0;
	background: #fff;
}
.sidebar_subscribe .submit{
	width: 100%;
	overflow: hidden;
}
.sidebar_subscribe .submit input{
	float: right;
}

/*sidebar_image*/
.sidebar_image{
	width: 301px;
	/* height: 249px; */
	/* background: url(images/bgr_sidebar_image.png) no-repeat; */
	margin: 0 0 16px 0;
	padding: 4px;
	border:1px solid #c9cdcd;
	background-color: #fff;
}
.sidebar_image img{
	width: 301px;
	height: 202px;
	display: block;
}
.sidebar_image p{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 0 0 0;
	color: #4a4a4a;
}
.sidebar_image p a{
	color: #4a4a4a;
}

/*book_now_box*/
.book_now_box{
	width: 568px;
	height: 103px;
	overflow: hidden;
	background: url(images/bgr_book_now_box.png) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}
.entry .book_now_box p{
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.book_now_box a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.book_now_box a:hover{
	text-decoration: underline;
}
.entry .book_now_box .book_title{
	font-size: 40px;
	padding: 20px 0 0 0;
}
.entry .book_now_box .book_descr{
	width: 500px;
	margin: 0 0 0 68px;
}
.entry .book_now_box .book_descr a{
	float: left;
	cursor: pointer;
	background: url(images/bgr_book_descr_a.png) no-repeat;
	text-align: center;
	width: 101px;
	height: 33px;
	line-height: 33px;
}
.entry .book_now_box .book_descr span{
	float: left;
	padding: 5px 0 0 10px;
}

/*sidebar_main_links*/
.sidebar_main_links{
	width: 100%;
	overflow: hidden;
}
.sidebar_main_links ul{
	width: 100%;
	overflow: hidden;
}
.sidebar_main_links li{
	width: 100%;
	overflow: hidden;
	padding: 0 0 17px 0;
}
.sidebar_main_links li img{
	display: block;
}

/*widget_contact_info*/
#widget_contact_info{
	color: #4a4a4a;
}
#widget_contact_info li{
	font-weight: normal;
	color: #4a4a4a;
}
#widget_contact_info li.first, #widget_contact_info li.last{
	border: 0;
}
#widget_contact_info li a{
	background: none;
	padding: 0;
}
#widget_contact_info li .phone{
	background: url(images/ico_phone.gif) no-repeat left 2px;
	padding: 4px 0 4px 30px;
}
#widget_contact_info li .address{
	background: url(images/ico_address.gif) no-repeat left 5px;
	padding: 4px 0 4px 30px;
}
#widget_contact_info li .mail{
	background: url(images/ico_mail.gif) no-repeat left 5px;
	padding: 4px 0 4px 30px;
}
#widget_contact_info li .maps{
	background: url(images/ico_maps.gif) no-repeat left 5px;
	padding: 4px 0 4px 30px;
}
#widget_contact_info li .facebook{
	background: url(images/ico_facebook.gif) no-repeat left 3px;
	padding: 4px 0 4px 30px;
}

/*table*/
table.formated{
	width: 100%;
	border: 1px solid #c7e7ed;
	background: #fff;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}
table.formated th{
	color: #fff;
	background: #009aa3 url(images/bgr_formated_th.png) repeat-x;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #c7e7ed;
	padding: 10px 0 10px 0;
}
table.formated td{
	border-bottom: 1px solid #c7e7ed;
	padding: 5px 0 5px 10px;
}
table.formated tr.odd td{
	background: #dafcff;
}

/*bottom*/
#bottom{
	width: 941px;
	height: 315px;
	margin: 0 0 0 40px;
	overflow: hidden;
	background:url(images/bgr_bottom.png) no-repeat;
	color: #fff;
}
#bottom a{
	color: #fff;
}
#bottom .fl{
	width: 568px;
	padding: 36px 0 0 32px;
}
#bottom .fr{
	width: 292px;
	padding: 26px 17px 0 0;
}
#bottom .links{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#bottom .links li{
	float: left;
	width: 171px;
	padding: 0 13px 0 0;
}
#bottom .links li.last{
	padding: 0;
}
#bottom .links li img{
	width: 164px;
	height: 94px;
	border: 3px solid #fff;
	display: block;
}
#bottom .links li p{
	padding: 0 0 14px 0;
}
#bottom .links h2{
	text-align: center;
	padding: 0 10px 0 10px;
	color: #fff;
}
#bottom .links h2 a:hover{
	text-decoration: none;
}
#bottom .fl p{
	font-size: 11px;
	text-shadow: 1px -1px 1px  #20636e;
}
#bottom .fr h2{
	border-bottom: 2px solid #fff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #fff;
}
#bottom .testimonial{
	width: 247px;
	padding: 17px 0 0 45px;
	background: url(images/bgr_testimonial.png) no-repeat;
}
#bottom .testimonial p{
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	font-style: italic;
	padding: 0 0 15px 0;
}
#bottom .testimonial cite{
	display: block;
	font-style: normal;
}

/* Footer */
#footer{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: 11px;
}
#footer p{
	color:#9f9f9f;
}

/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	display: inline;
}
img.alignleft{
	display: inline;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond h2{
	padding: 0 0 12px 0;
	background: url(images/bgr_maintitle.png) no-repeat center bottom;
}
.cancel-comment-reply{
	font-size:12px;
	padding: 5px 0 0 0;
}
.cancel-comment-reply a{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:12px;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
	padding: 0 0 12px 0;
}
#commentform p a, #commentform p a{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#commentform p label small{
	color: #9f9f9f;
}
#commentform input{
	width: 200px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
}
#commentform input[type=text]:focus{
	border:1px solid #a6ecf0;
}

#commentform{
	margin: 5px 0 0 0;
}
#commentform textarea{
	width: 555px;
	height: 78px;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-size:12px;
	margin:5px 0 0 0;
	color:#666;
}
#commentform textarea:focus{
	border:1px solid #a6ecf0;
}
#commentform #submit{
	background: url(images/btn_post_a_comment.png) no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
	text-transform: capitalize;
	display: block;
	cursor: pointer;
	float: right;
	width: 124px;
	height: 30px;
}

/* Comments*/
#comments{
	width: 100%;
	height: 46px;
	font-size: 15px;
	background: url(images/bgr_comments_title.png) no-repeat;
}
#comments a{
	font-size: 12px;
	text-decoration: underline;
}
#comments a:hover{
	text-decoration: none;
}
#comments p{
	padding: 15px 0 0 20px;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li{
	padding: 15px;
	list-style: none;
	border:1px solid #c7e7ed;
	border-top: 0;
	background:#fff;

}
.commentlist .alt{
	background:#dafcff;
}
.commentlist li ul{ 
	border-top:1px solid #c7e7ed;
	margin: 10px 0 0 10px;
}
.commentlist p{
	margin: 5px 5px 10px 0;
	font-size:12px;
	line-height:1.5em;
}
.commentlist .children{ padding: 0; }
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:12px;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:13px;
	line-height:1.3em;
	color: #9f9f9f;
}
.commentmetadata a{
	color: #9f9f9f;
}
.commentlist .reply{
	text-align:right;
}
.commentlist .reply a{
	font-size:12px;
	line-height:1.3em;
}
.commentlist .alt .reply a{
	color: #a52441;
}
.comment-author{
	font-size:13px;
	margin:0 0 5px 0;
	color: #009aa3;
	font-weight: bold;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Various Tags & Classes */
acronym, abbr, span.caps{
	cursor: help;
}
acronym, abbr{
	border-bottom: 1px dashed #dfcfba;
}
blockquote{
	margin: 15px 0 10px 0;
	padding:15px 15px 5px 46px;
	font-style: italic;
	background: url(images/bgr_blockq.png) no-repeat;
}
blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
hr{
color:#BCE8EB;
background-color: #1CA4AC;
height: 2px;
}
.nopost, .nocomments{
	text-align:center;
}
.spacer{
	width:100%;
	height: 35px; 
}

/* Pagenation */
.pagenation{
	width:100%;
	overflow:hidden;
}
.single .pagenation{
}
.pagenation a{
}
/*wp-pagenavi*/
.wp-pagenavi {
	float: right;
}
.wp-pagenavi a, .wp-pagenavi span.current{
	text-decoration: none;
	color: #009aa3;
	border: 1px solid #badedb;
	background: url(images/bgr_wp_navi.gif) repeat-x;
	line-height: 20px;
	padding: 0 5px 0 5px!important;
	margin: 0 2px 0 2px!important;
	float: left;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #fff;
	border: 1px solid #009aa3!important;
	background: #00828a!important;
}
.wp-pagenavi span.pages{
	margin: 0 10px 0 0;
	float: left;
}

/*gform_wrapper*/
#body .gform_wrapper{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}
#body .gform_wrapper .validation_error{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
	color: red;
}
#body .gform_wrapper .validation_message{
	width: 356px;
	overflow: hidden;
	padding: 12px 0 0 160px;
	color: red;
	clear: both;
}
#body .gform_wrapper .instruction{
	padding: 0;
	margin: 0;
	left: -5px;
	position: relative;
}
#body .gform_wrapper ul{
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#body .gform_wrapper ul li{
	padding: 0;
	margin: 0;
	background: none;
}
#body .gform_wrapper ul li span, #body .gform_wrapper ul li div, #body .gform_wrapper ul li label{
	padding: 0;
	margin: 0;
}
#body .gform_wrapper ul .gfield{
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px 0;
}
#body .gform_wrapper .gfield_label{
	float: left;
	width: 148px;
	padding: 5px 12px 0 0;
	text-align: right;
	font-weight: normal;
}
#body .gform_wrapper .gfield_label span{
	color: red;
}
#body .gform_wrapper .ginput_container{
	float: left;
	width: 380px;
}
#body .gform_wrapper .ginput_input .ginput_container{
	width: 374px;
	height: 28px;
	background: url(images/bgr_ginput_container.gif) no-repeat;
	padding: 3px 0 0 6px;
}
/*#body .gform_wrapper .ginput_input .ginput_container:hover{
	background: url(images/bgr_ginput_container_focus.gif) no-repeat;
}*/
#body .gform_wrapper .ginput_input .ginput_container input, #body .gform_wrapper .ginput_input2 .ginput_left input, #body .gform_wrapper .ginput_input2 .ginput_right input, #body .gform_wrapper .ginput_textarea .ginput_container textarea, #body .gform_wrapper .ginput_input_date input{
	width: 362px;
	padding: 2px;
	font-size: 13px;
	background: #fff;
	border: 0;
}
#body .gform_wrapper li, .gform_wrapper form li, #body .gform_wrapper form ul li { list-style-type:none!important; background-image:none!important}
#body .gform_wrapper .ginput_input_date .ginput_container{
	width: 200px;
	height: 28px;
	background: url(images/bgr_ginput_container_small.gif) no-repeat;
	padding: 3px 0 0 6px;
	float: left;
}
#body .gform_wrapper .ginput_input2 .ginput_left{
	width: 174px;
	height: 28px;
	background: url(images/bgr_ginput_container_small.gif) no-repeat;
	padding: 3px 0 0 6px;
	float: left;
}
#body .gform_wrapper .ginput_input2 .ginput_right{
	width: 174px;
	height: 28px;
	background: url(images/bgr_ginput_container_small.gif) no-repeat;
	padding: 3px 0 0 6px;
	float: right;
}
#body .gform_wrapper .ginput_input2 .ginput_left input, #body .gform_wrapper .ginput_input2 .ginput_right input, #body .gform_wrapper .ginput_input_date input{
	width: 168px;
}
#body .gform_wrapper .ginput_input_date input{
	float: left;
}
#body .gform_wrapper .ginput_input_date img{
	float: left;
	padding: 0;
	border: 0;
	margin: 2px 0 0 0;
}
#body .gform_wrapper .ginput_input2 .ginput_left label, #body .gform_wrapper .ginput_input2 .ginput_right label{
	display: none;
}
#body .gform_wrapper .ginput_textarea .ginput_container{
	width: 374px;
	height: 127px;
	background: url(images/bgr_ginput_container_textarea.gif) no-repeat;
	padding: 3px 0 0 6px;
}
#body .gform_wrapper .ginput_textarea .ginput_container textarea{
	height: 120px;
	overflow: auto;
}
#body .gform_wrapper .ginput_checkbox .gfield_label{
	display: none;
}
#body .gform_wrapper .ginput_checkbox .gfield_checkbox{
	width: 100%;
	overflow: hidden;
}
#body .gform_wrapper .ginput_checkbox .gfield_checkbox label{
	float: left;
	width: 148px;
	padding: 0 12px 0 0;
	text-align: right;
}
#body .gform_wrapper .ginput_checkbox .gfield_checkbox small{
	font-size: 10px;
	display: block;
}
#body .gform_wrapper .gform_footer .button{
	background: url(images/btn_submit.gif) no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
	text-transform: capitalize;
	display: block;
	width: 74px;
	height: 30px;
	margin: 0 0 0 162px;
	cursor: pointer;
}
#body .gform_wrapper .gfield_description{
	clear: both;
	position: relative;
	left: 167px;
}

/*slickr-flickr-gallery*/
.entry .slickr-flickr-gallery{
	padding: 0!important;
	margin: 0!important;
}
.entry .slickr-flickr-gallery ul{
	padding: 0!important;
	margin: 0!important;
}
.entry .slickr-flickr-gallery ul li{
	padding: 0 0 0 3px!important;
	margin: 0!important;
}

/*
------------------------------------
forms.css v1.3.3
Gravity Forms Front End Form Styles
http://www.gravityforms.com

a rocketgenius project
http://www.rocketgenius.com
------------------------------------
*/

/* jQuery UI date picker ---------------------------------------------------------------------------------------*/

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div{ /*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; font-size:100%; list-style:none; font-family:"lucida sans", "lucida grande", lucida ,sans-serif; background:#fff; font-size:1.0em; border:4px solid #C1C1C1; width:15.5em; padding:2.5em .5em .5em .5em;  position:relative}
.ui-datepicker-div, #ui-datepicker-div{ z-index:9999; /*must have*/ display:none}
.ui-datepicker-inline{ float:left; display:block}
.ui-datepicker-control{ display:none}
.ui-datepicker-current{ display:none}
.ui-datepicker-next, .ui-datepicker-prev{position:absolute; left:.5em; top:.5em; background:#eee}
.ui-datepicker-next{ left:14.6em}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover{ background:#dadada}
.ui-datepicker-next a, .ui-datepicker-prev a{ text-indent:-999999px; width:1.3em; height:1.4em; display:block; font-size:1em; background:url(../images/datepicker_arrow_left.gif) 50% 50% no-repeat; border:1px solid #d3d3d3; cursor:pointer}
.ui-datepicker-next a{ background:url(../images/datepicker_arrow_right.gif) 50% 50% no-repeat}
.ui-datepicker-header select{ border:1px solid #d3d3d3;  color:#555;  background:#e6e6e6;  font-size:1em;  line-height:1.4em;  position:absolute;  top:.5em;  margin:0 !important}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover{ background:#dadada}
.ui-datepicker-header select.ui-datepicker-new-month{ width:7em; left:2.2em}
.ui-datepicker-header select.ui-datepicker-new-year{ width:5em; left:9.4em}
table.ui-datepicker{ width:15.5em;  text-align:right}
table.ui-datepicker td a{ padding:.1em; display:block; color:#555; background:#e6e6e6; cursor:pointer; border:1px solid #fff; text-align:center}
table.ui-datepicker td a:hover{ border:1px solid #fff; color:#212121; background:#dadada; text-decoration: none}
table.ui-datepicker td a:active{ border:1px solid #aaa; color:#212121; background:#fff;  text-decoration: none}
table.ui-datepicker .ui-datepicker-title-row td{ padding:.2em 0; text-align:center; font-size:.9em; color:#222; text-transform:uppercase}
table.ui-datepicker .ui-datepicker-title-row td a{ color:#222; padding:.3em 0}
.ui-datepicker-cover{ display:none;  display/**/:block;  position:absolute; z-index:-1; filter:mask(); top:-4px; left:-4px; width:193px; height:200px}
img.ui-datepicker-trigger {position:relative; top:3px; left:4px}

