/*
Theme Name: Rowton Hall
Author: NBH Media
*/

html, body {
	margin:0;
	padding:0;
	height: 100%;
	text-align:center;
	background:#ffffff url(images/background_main.jpg) center top repeat-x;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size:14px;
	color:#333333;
}
h2 {
	font-size:14px;
	color:#333333;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
p {
	font-size:12px;
	line-height:1.4;
	color:#666666;
}
#page {
	margin:0px auto;
	text-align:left;
	width:985px;
	padding-top:0px;	
}
/* header start*/
#main_header {
	position: relative;
	width: 985px;
	height:100px;
	padding: 0;
	margin: 0px auto;
}
#header_logo {
/*	background: #fff url('images/header-bg.jpg') no-repeat;*/
	width: 940px;
	height: 92px;
}
#main_header a {
	color:#233;
	padding:0px;
	margin:0;
	text-decoration:none;
}
#main_header a:hover {
	color:#c00;	
}
/* end header */

#top_box {
	background-color:#4E4F51;
	float:right;
	padding:4px;
	margin:0 8px;
	width:250px;
	height:68px;
}
#top_box p {
	color:#FFFFFF;
	text-align:right;
	font-weight:500;
	margin:0;
	padding:3px 6px 3px 0;
}
.booking_button {
	float:right;
	background-color:#999999;
	border: #000000 solid 1px;
	padding:4px 8px 4px 8px;
	margin:4px 8px 4px 8px;
	text-align:center;
	text-decoration:none;
	display:block;
}

.booking_button p {
	font-weight:bold;
	font-size:14px;
	padding:4px;
	color:#000000;	
}

#top_bar {
	background-color:#4E4F51;
	width:965px;
	padding:4px;
	margin:0 0 0 5px;
	overflow: hidden;
}
#top_bar p {
	color:#FFFFFF;
	text-align:left;
	font-weight:500;
	margin:0;
	padding:0;
	float: left;
}

#top_bar .right
{
	float: right;
	margin-right: 4px;
}
/* header end */
/* Begin sidebar */
#sidebar {
	float:left;
	width:200px;
	margin: 8px 10px 0px 5px;
	border: 6px solid #ffffff;
	background: url('images/background_table.jpg') repeat-x #ffffff;
}
#nav {
	margin: 0;
	padding:0;
}

#sidebar h2 {
	color:#800;
	font-weight:normal;
}

#sidebar ul{
	margin: 0px;
	padding:0px 10px 20px 0px;
	float:right;
	width:190px;
}

#sidebar li {
	list-style: none;
	text-align:right;
	
}

#sidebar ul ul li {
	margin-right:20px;
	padding:0px;
	font-weight:bold;

}

#sidebar li a {
	padding: 6px 8px;
	margin:0;
	font-size:14px;
	line-height: 13px;
	text-decoration: none;
	display:block;
	text-decoration:none;
}

#sidebar li a:hover {
	text-decoration:none;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#sidebar .current_page_item li, #sidebar .current_page_parent ul li {	
}

/* sidebar end */
#content {
	margin-left:230px;
	padding-left:0px;
	width:737px;
	overflow:hidden;
}
#content .narrowcolumn {
	margin:0;
	padding:0;	
}
#content .post {
	padding:0px;
	margin-top:5px;
	margin-bottom:20px;
	color:#444;
	float:left;
	width:725px;
	background: url('images/background_table_short.jpg') repeat-x #ffffff;
	border: 5px solid #ffffff;
}

#content h2,#content h3 a{
	font-weight:normal;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:0px;
}
 
#content h2{
  padding-top:0;
}
#content h2 a{
	color:#343434;//03B6C7;
	text-decoration:none;
}
#content h2 a:hover {
	color:#c00;//0FE7F1;
}
#content .entry {
	padding:0px;
	padding:0 12px 0 12px;
 }
 
 #content table {
 font-size:14px
 }
 
#content .entry h2 { 
  	padding-left:0px;
}
 p.postmetadata {
	background:#ddd;
	border:1px solid #eee;
	padding:5px;
	}
p.postmetadata a{
	color:#800;
	text-decoration:none;
	border-bottom:1px dashed #ccc;
}
p.postmetadata a:hover {
	border-bottom:none;
}
a.post-edit-link {
	padding-left:16px;
}
a[title~=Comment] {
	padding-left:16px;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a img {
	border:none;
}

div.comment_part {
	margin-left:10px;
	padding-left:15px;
 }
h3#comments {
	padding:18px 48px 18px 0px;
}
ol.commentlist li {
	background:#eee;
	border-top:1px solid #ddd;
	border-left:5px solid #ddd;
	padding:10px;
}
ol.commentlist li.alt {
	background:#ebebeb;
	border-top:1px solid #ddd;
	border-left:5px solid #ddd;
	padding:10px;
}
ol.commentlist img.avatar {
	border:2px solid #ccc;
	width:32px;
	height:32px;
	display:block;
}
cite.comment_author {
	color:#c00;
	text-transform:capitalize;
	font-style: normal;
}
em.awaiting_moderation {
	color:#c00;
	display:block;
	background:#ccc;
	padding:3px;
	border:1px solid orange;
	margin:0px;
}
small.commentmetadata,small.commentmetadata a {
	color:#666;
	background:#eee;
	padding:3px;	
}
#commentform input[type="text"] {
	background:#ddd;
	border:1px solid #eee;
	color:#444;
	padding:3px;
}
#commentform textarea {
	background:#ddd;
	border:1px solid #eee;
	color:#444;
	padding:3px;
	overflow:auto;
	width:500px;
	height:350px;	
}

#commentform input[type="submit"] {
	background:#ddd;
	padding:6px;
	border:1px solid #eee;
	color:#444;
	cursor:pointer;
}
#commentform input[type="submit"]:hover {
	background:#eee;
	padding:6px;
	border:1px solid #fff;
	color:#666;
	cursor:pointer;
}
hr {
	display:none;
}

#footer {
	clear:both;
	background:#ffffff;
	padding:0px;
	text-align:center;
	height:0px;
}
#footer p {
	padding:0px;
	
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration:none;
}
.note,.warning,.caution,.highlight {
	background:#FFFFCC;
	padding:5px;
	font-size:14px;
	color:#666;
	border:1px solid #CCCC99;
	border-width:1px 0px;
}

a.download {
	background:#777;
	padding:5px;
	color:#ddd;
	border:1px solid #977;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* End Images */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* Begin Calendar */


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 240px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	font-weight:normal;
	color:#800;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
}


/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*Single posts Navigation*/

div.single_navigation {
	font-size:18px;
	
}
div.single_navigation table {
	width:650px;
	margin-top:20px;
	padding:5px;
	border-bottom:1px solid #eee;
}

div.single_navigation table a {
	color:#666;
}
div.single_navigation table a:hover {
	color:#c00;
}
td.single_alignleft,td.single_alignright {
	width:325px;
}
td.single_alignright {
	text-align:right;
	border-left:1px solid #ddd;
}
td.single_alignleft a {
	padding:24px;	
}
td.single_alignright a {
	padding:24px;
}

/*single posts navigation end*/

div.navigation>div.alignleft a {
	padding:24px;
}
div.navigation>div.alignright a {
	padding:24px;
}

/*gallery begin*/
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:200px;	
}
#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
	margin:-10px;
}
	
#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background-color:#890421; 
	color:#ffffff; 
	height:60px; 
	width:100%; 
	position:absolute;
	bottom:0;
}
	
#gallery .caption .content {
	margin:5px;
	font-size:16px;
	}	
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#ffffff;
	font-weight:bold;
}
/*gallery end*/

/* front page start */
  #content .entry2 {
	padding:0px;
	padding-left:0px;
 }
#row1 { 
	width 748px;
	clear: both;
}
.box { 
	width: 180px;
	float:left;
	margin:0px;
	padding:0px;
	clear:none;
}
img.box { 
	padding:0px;
	margin:0px;
}
#nav_bar {
	border: 6px solid #ffffff;
	width:725px;
	margin:0;
}
#nav_bar p {
	font-size: 10px;
}
#nav_table {
	background: #ffffff url('images/background_table_short.jpg') repeat-x;
}
#nav_bar a {
	text-decoration: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

/* front page end */
/* Wine Table */
#wine {
	width: 700px;
	padding: 0;
	margin: 0 auto;
	margin-bottom:0px;
}

#wine tr td {
	font-weight:normal;
	font-size:12px;
	letter-spacing: 2px;
	background-image:none;
	padding: 10px;
}

.wrapclear
{
	overflow: hidden;
}

.smallvoucher
{
	width: 150px;
	float: left;
	background: #ffffff url('images/minivoucher.gif') no-repeat top left;
	padding: 5px;
	text-align: center;
	margin-left: 10px;
	min-height: 151px;
}

.voucher {
width:700px;
height:245px;
background: #ffffff url('images/blank-voucher.jpg') no-repeat top right;
padding:5px;
overflow:hidden;
}


.voucher h1 {
font-weight:normal;
}

.voucher img {
float:left;
padding:4px;
}

.voucher p {
padding:1px;
margin:0;
}

.voucher ul li {
font-size:12px;
}

.voucher select  {
float: inherit;
}

.voucher input  {
float: inherit;
margin-bottom:-8px;
}

.translate_block
{
	font-size: 0.1em;
}

.displaynone
{
	display: none;
}