/*
Theme Name: Theme-1
Theme URI: http://riverstonekaramea.co.nz/
Description: River Stone Karamea Theme-1
Author: Radek
Author URI: http://riverstonekaramea.co.nz/
Version: 1.0
*/
* {
  margin: 0;
  padding: 0;
  /*border: none;*/
}
html {
  	background: url(img/bg.gif);
  	background-repeat: repeat-x;
    background-color: #fff6d7;
}
body {
	color: #000000;
  font: 13px/1.4 "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
article, aside, figure, footer, header, nav, section {
  display: block ;
}
h1, h2, h3, h4 {
  margin: 0 0 12px 0;
  color: #993300;
  font-weight: 200;
}
h2 a, h3 a, h4 a {
  color: #993300;
}
p {
  margin: 0 0 12px 0;
}
a:link {
  color: #996633;
  text-decoration: none;
}
a:hover {
  color: #1d77fe;
}
.flt {
  float: left;
  margin-right: 10px;
}
.frt {
  float: right;
  margin-left: 10px;
}
.clr {
  clear: both;
}
div.clr {
  height: 0;
}
#page-wrap {
  width: 770px;
  margin: 0 auto 10px;
  background: white;
}
header {
  height: 121px;
}
#logo {
  height: 87px;
}
/* ############ Menu ################ */
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Menu
-------------------------------------------------------------- */

#access .menu-main-container {
	background: #c68c52;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-main-container,
div.menu {
	font-size: 12px;
	text-transform: uppercase;
	width: 770px;
}
#access .menu-main-container ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-main-container li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 32px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	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);
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #c68c52;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #996633;
	color: #fff;
}
#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 {
	color: #fff;
    background: #996633; /* test RXP */
}
* 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 {
	color: #fff;
    background: #996633; /* test RXP */
}

#content-wrap {
  border: 1px solid #996633;
}
#main-photo img{
  border-bottom: 1px solid #996633;
}
#main-content {
  padding: 5px 10px 10px 25px;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 23px;
  padding-top: 10px;
}
h3 {
  font-size: 21px;
  padding-top: 10px;
}
.wp-caption {
  background-color: #fff6d7;
  line-height: 18px;
  margin-bottom: 10px;
  max-width: 734px !important;
  padding: 4px 0;
  text-align: center;
  color: #993300;
}
.wp-caption p {
  margin: 0;
}
#attachment_268 {
  margin-top: -98px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 10px;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
}
.accent, .accent a {
  color: #993300;
  font-size: 18px;
}
#main-content ul {
  margin: 0 0 10px 20px;
}
#main-content li {
  margin: 0 0 5px 0;
}
table {
  width: 95%;
  border-collapse:collapse;
  margin-bottom: 12px;
}
caption {
  font-size: 21px;
  color: #993300;
  font-weight: 200;
  text-align: left;
  border-bottom: 2px solid #996633;
  padding: 0 0 5px 20px;
}
tr:hover {
  background: #fff6d7;
}
th, td {
  padding: 5px;
}
td {
  border-bottom: 1px solid #c68c52;
}
.meal-menu td+td {
  text-align: right;
}

blockquote {
  /*width: 400px;*/
  padding: 10px 10px 1px 10px;
  background: #fff6d7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 10px 0 40px;
}
blockquote.review {
  background: none;
  border: 2px solid #c68c52;
  border-radius: 5px;
  margin: 0 10px 0 0;
  padding: 10px 10px 1px;
}
blockquote p {
  color: #996633;
  font: 13px/1.4 Frutiger, Univers, Arial, Helvetica, sans-serif;
}
.credit {
  text-align: right;
  margin-right: 10px;
  font: 13px/1.4 Frutiger, Univers, Arial, Helvetica, sans-serif;
  color: #996633;
}
a.btn {
  display: block;
  width: 100px; /*135px;*/
  /*height: 50px;*/
  padding: 8px 0px 6px 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 21px/1.4 Frutiger, Univers, Arial, Helvetica, sans-serif;
  line-height: 20px;
  /*font-size: 23px;*/
  font-weight: 600;
  color: #fff6d7;
  text-shadow: 1px 1px 1px #000000;
  -moz-text-shadow: 1px 1px 1px #000000;
  -webkit-text-shadow: 1px 1px 1px #000000;
  background-color: #996633; /*#c68c52;*/
  border: 2px solid #c68c52; /*#996633;*/
  border-radius: 490px / 280px; /*40px 40px;*/
  box-shadow: 3px 3px 3px #996633;
  -moz-box-shadow: 3px 3px 3px #996633;
  -webkit-box-shadow: 3px 3px 3px #996633;
}
a.btn:hover {
  background-color: #c68c52; /*#996633;*/
  border: 2px solid #996633; /*#c68c52;*/
}
.pkg {
  width: 175px;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
}
.pkg-last {
  width: 175px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pkg-title {
  display: table-cell;
  height:47px;
  width: 175px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #993300;
}
.pkg-title a {
  color: #993300;
}
footer {
  background: #c68c52;
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
  border: 1px solid #996633;
  border-top: 0;
  font: 11px/1.4 Frutiger, Univers, Arial, Helvetica, sans-serif;
}
footer a:link, footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
img#wpstats{display:none}
.gform_button {
  color: #fff6d7;
  background-color: #996633;
  border: 2px solid #c68c52;
  border-radius: 5px;
}
.gform_button:hover {
  cursor: pointer;
  background-color: #c68c52;
  border: 2px solid #996633;
}
.gform_confirmation_message {
  color: #993300;
  font-size: 150%;
  font-weight: 600;
  text-align:center;
  padding: 1em;

}