/*
Theme Name:     Twenty Ten Child for Parsons Bay Retreat
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme modified for Parsons Bay Retreat
Author:         Nik van der Giesen
Author URI:     
Template:       twentyten
Version:        0.1.0
*/

@import url(../twentyten/style.css);


/* Body styles */

body, input, textarea, .page-title span, .pingback a.url {
    font-family: Helvetica, Arial, sans-serif;
}
body, input, textarea {
    color: rgb(50,50,50);
    font-size: 13px;
    line-height: 18px;
}
body {
    background: url(images/parsons-bay-retreat-bg.jpg) left top repeat-x rgb(223,222,178);
}
#wrapper {
    background: none repeat scroll 0 0 rgb(252,252,247);
    margin-top: 0;
    padding: 0 20px;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

/* Bookings styles */
#bookings {
	margin: 0 auto;
	width: 980px;
	text-align: right;
	height: 40px;
	padding: 10px 0 0 0;
	color: #666
}
#bookings a:link, #bookings a:visited {
    color: #666;
   	text-decoration: underline;
}
#bookings a:hover, #bookings a:active, #bookings a:focus {
    color: #666;
   	text-decoration: none;
}

/* Link styles */
a:link, a:visited {
	color: rgb(150,146,0);
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: rgb(150,146,0);
	text-decoration: none;
}
a {
   outline: 0;
}

/* Header styles */
#header {
    padding: 20px 0 0;
}
#branding img {
    border-bottom: none;
    border-top: none;
    display: block;
    float: left;
}
#site-description {
	color: rgb(150,146,0);
    clear: right;
    float: right;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    margin: 15px 0 18px;
    width: 240px;
}
#site-title {
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    width: 100%;
}
#logo_img {
	width: 100%;
}

/* Menu styles */
#access {
    background: url(images/parsons-bay-retreat-menu-bg.jpg) left top repeat-x rgb(48,48,48);
    display: block;
    float: left;
    margin: 20px auto 0 auto;
    width: 940px;
}
#access .menu-header, div.menu {
    font-size: 13px;
    margin: 0;
    width: 928px;
}
#access .menu-header li, div.menu li {
    float: left;
    position: relative;
    border-right: 1px solid #666666;
}
#access ul ul li {
  min-width:180px;
  border-right: none;
}
#access li:hover > a, #access ul ul *:hover > a {
	background: none repeat scroll 0 0 rgb(230,136,0);
	color: #FFF;
}
#access a:link, #access a:visited {
    color: #aaa;
    display: block;
    line-height: 38px;
    padding: 0 14px;
    text-decoration: none;
}

/*Content styles */
#main {
    clear: both;
    overflow: hidden;
    padding: 0;
}
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-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text {
    font-family: Helvetica, Arial, sans-serif;
}
#content {
    margin: 0 280px 0 0;
}
#content, #content input, #content textarea {
    color: rgb(50,50,50);
    font-size: 13px;
    line-height: 18px;
}
#content .entry-title {
    color: rgb(230,135,0);
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 6px;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: rgb(150,146,0);
    line-height: 1.5em;
    margin: 0 0 20px;
}
#content h3 {
	font-size: 18px;
	color: rgb(150,146,0);
	margin-bottom: 10px;
}
#content h4 {
	font-size: 15px;
	color: rgb(150,146,0);
	margin-bottom: 10px;
}
#content img {
	background-color: rgb(218,217,166);
	border: none;
	padding: 5px;
	margin: 0 18px 18px 0;
}
#content a:link img, #content a:visited img {
	background-color: rgb(218,217,166);
	border: none;
	padding: 5px;
	margin: 0 18px 18px 0;
}
#content a:hover img, #content a:active img, #content a:focus img {
	background-color: rgb(202,200,108);
	border: none;
	padding: 5px;
	margin: 0 18px 18px 0;
}
hr {
    background-color: #DDDDDD;
    border: 0 none;
    clear: both;
    height: 1px;
    margin-bottom: 18px;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
    margin-bottom: 20px;
}
.entry-content input {
    margin-bottom: 0;
}
ul {
    list-style: square outside none;
    margin: 0 0 10px 1.5em;
}


/* Widget styles */
#primary, #secondary, #third {
    background: url(images/parsons-bay-retreat-primary-bg.jpg) left top repeat-x rgb(230,136,0);
    float: right;
    overflow: hidden;
    padding: 14px 14px 0 14px;
    width: 210px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(css/border-radius.htc);
    border-radius: 5px;
	border: 1px solid rgb(230,136,0);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#primary p, #secondary p, #third p {
	margin-bottom: 16px;
}
#secondary {
	background: url(images/parsons-bay-retreat-secondary-bg.jpg) left top repeat-x rgb(218,217,166);
	border: 1px solid rgb(213,211,153);
}
#secondary, #third {
	clear: right;
}
#third {
	background: #FFF;
	border: 1px solid rgb(218,217,166);
}
.widget-title {
  	color:rgb(63,63,66);
  	font-weight:normal;
 	margin-bottom: 13px;
}
.widget-container {
    margin: 0 0 2px;
}
.widget-area ul {
	margin-bottom: 5px;
}
.widget-area a:link, .widget-area a:visited {
    text-decoration: underline;
}
.widget-area a:hover {
    text-decoration: none;
}
#primary .widget-title {
	color: #FFF;
	text-shadow:1px 1px 0 rgb(177,109,0);
}
#secondary .widget-title {
	color: #323232;
	text-shadow:1px 1px 0 rgb(180,180,120);
}
#secondary button {
	margin-top: 10px;
}
#third .widget-title {
	text-shadow:1px 1px 0 rgb(220,220,220);
}
#primary .widget_text p{
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}
#primary h2 {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	text-shadow:1px 1px 0 rgb(177,109,0);
}
#primary .widget_text a:link, #primary .widget_text a:visited {
	font-weight: normal;
	color: #fff;
}
#primary .widget_text a:hover, #primary .widget_text a:active, #primary .widget_text a:focus {
	text-decoration: none;
}
.widget_ltw_testimonials p{
	font-size: 15px;
	line-height: 22px;
	color: rgb(150,146,0);
}
.widget_ltw_testimonials cite{
	font-size: 13px;
	line-height: 16px;
	color: rgb(160,157,25);
	margin-bottom: 20px;
	margin-left: 20px;
}
.widget_newsletter input[type="text"] {
	border: 1px solid #aaaaaa; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px; 
	-ms-border-radius: 3px; 
    behavior: url(css/border-radius.htc);
    border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal; 
	padding: 3px 4px; 
	width: 180px; 
	margin: 0;
}
/* Newsletter styles */
.newsletter p{
	font-weight: normal;
}
.newsletter tr td{
	padding-left: 10px;
	border: none;
	font-weight: normal;
}
.newsletter input[type="text"] {
	width: 200px;
}
/* Table styles */
#content table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
}
#content tr td {
    border-top: none;
    padding: 8px 8px 8px 0;
    text-align: left;
}
/* Form styles */
input[type="text"], textarea {
    border: 1px solid #aaaaaa; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px; 
	-ms-border-radius: 3px; 
    behavior: url(css/border-radius.htc);
    border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal; 
	padding: 3px 4px; 
	width: 180px; 
	margin: 0;
}
textarea {
    resize: none;
}
/* Contact form styles */
.wpcf7-form p{
	margin-bottom: 0;
}
.wpcf7-form input{
    margin-bottom: 0;
    margin-right: 10px;
}
.wpcf7-form textarea {
	width: 666px;
	height: 150px;
}
span.missing-required input, span.missing-required textarea{
	-moz-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  	box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid rgb(234,91,12) !important;
	background: none repeat scroll 0 0 #F9F9F9;
}
div.wpcf7 img.ajax-loader {
	background-color: #FCFCF7;
	margin: 0;
	padding: 0;
}
div.wpcf7 img {
	background-color: #FCFCF7;
	margin: 0;
	padding: 0;
}
.ajax-loader img {
	background-color: #FCFCF7;
	margin: 0;
	padding: 0;
}
/* Footer styles */
#colophon {
    border-top: 2px solid rgb(171,168,51);
    margin-top: 10px;
    overflow: hidden;
    padding: 18px 0;
}
#colophon h3 {
    color: rgb(150,146,0);
}
/* Booking widget */
#calroot { 
	margin-top: -1px; 
	width: 198px; 
	padding: 2px; 
	background-color: white; 
	font-size: 11px; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px; 
	-ms-border-radius: 4px; 
    behavior: url(css/border-radius.htc);
    border-radius: 4px;
	border: 1px solid #aaaaaa;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#calhead { 
	padding: 2px 0; 
	height: 22px; 
}
#caltitle { 
	font-size: 14px; 
	font-weight: normal;
	color: rgb(150,146,0); 
	float: left; 
	text-align: center; 
	width: 155px; 
	line-height: 20px; 
	text-shadow: 0 1px 0 #dddddd; 
}
#calnext, #calprev { 
	display: block; 
	width: 20px; 
	height: 20px; 
	background: transparent url(images/prev.gif) no-repeat scroll center center; 
	float: left; 
	cursor: pointer; 
}
#calnext { 
	background-image: url(images/next.gif); 
	float: right; 
}
#calprev.caldisabled, #calnext.caldisabled { 
	visibility: hidden;
}
#caltitle select { 
	font-size: 10px;
}
#caldays { 
	height: 14px; 
	border-bottom: 1px solid #dddddd; 
}
#caldays span { 
	display: block; 
	float: left; 
	width: 28px; 
	text-align: center; 
}
#calweeks { 
	background-color: white; 
	margin-top: 4px; 
}
.calweek { 
	clear: left; 
	height: 22px; 
}
.calweek a { 
	display: block; 
	float: left; 
	width: 27px; 
	height: 20px; 
	text-decoration: none; 
	font-size: 11px; 
	margin-left: 1px; 
	text-align: center; 
	line-height: 20px; 
	color: #666666; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}
.calweek a:hover { 
	background-color: #dddddd; 
}
.calfocus { 
	background-color: #dddddd; 
}
a.calsun { 
	color: red; 
}
a.caloff { 
	color: #cccccc; 
}
a.caloff:hover { 
	background-color: #f5f5fa; 
}
a.caldisabled { 
	background-color: #efefef !important; 
	color: #cccccc !important; 
	cursor: default; 
}
#calcurrent { 
	background-color: rgb(170,170,50);  
	color: white; 
}
#caltoday { 
	background-color: #ababab; 
	color: white; 
}
.booknow iframe { 
	margin: 15px 5px; 
}
.booknow .wrapper { 
	margin: 15px; 
}
.booknow form { 
	margin: 15px; 
}
.booknow form select { 
	width: 160px; 
}
.booknow form fieldset { 
	margin-bottom: 15px; 
}
.booknow form fieldset li { 
	margin-bottom: 15px; 
}
.booknow form h3 { 
	margin-bottom: 25px; 
}
.date, input[type=date] { 
	color: rgb(150,146,0); 
	border: 1px solid #aaaaaa; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px; 
	-ms-border-radius: 3px; 
    behavior: url(css/border-radius.htc);
    border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal; 
	padding: 3px 4px; 
	width: 180px; 
	margin: 5px 0 7px;
	background: white url(images/cal_button.png) no-repeat right -1px;
	cursor:pointer;
}
/* Events styles */
#tec-content h3 {
	font-size: 18px;
	color: rgb(150,146,0);
	margin-bottom: 10px;
}
#tec-content p {
	color: rgb(50,50,50);
    font-size: 13px;
    line-height: 18px;
}
#tec-content {
    color: rgb(50,50,50);
    font-size: 13px;
    line-height: 18px;
}

/** wildeye 170819 FIXES  **/
/* slider resp*/
#masthead #cimy_div_id {width: 100% !important; max-width: 940px; height: auto !important;}
#masthead #cimy_div_id img {
	max-width: 940px;
	width: 100% !important;
	}
#masthead #cimy_div_id img:first-child {position: relative !important;}
/* booking header resp */
#bookings {
	max-width: 940px;
	width: 100%;}
/* booking button content */
#content .content_button {float: right;}
#content .content_button a:link img, #content .content_button a:hover img {background-color: transparent; margin: 0;}