/* CSS Document */

/*  
Theme Name: LBRC
Description: : Lyme Bay Rib Charter theme.
Version: 1.0
Author: Tones
Author URI: http://www.webducate.net/

*/

body{
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	text-align: center;
	vertical-align: top;
	background: #444444;
	color: #000000;
	overflow: auto;
}

#shadow {
	background-image: url(images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}

#wrapper {
	width: 1000px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 120px;
	background-color: #FFFFFF;
	background-image: url(images/header_background1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#header h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 180%;
	text-align: center;
}
#header a {
	text-decoration: none;
	color: #666666;
}
#header #searchform {
	float: right;
	padding: 10px;
	padding-right: 20px;
	padding-left: 22px;
	background-image:url(images/search.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header #searchform input {
	font-size: 0.8em;
	color: #444444;
	background-color: #EFE8E2;
}


#menu {
	background-image: url(images/menu_fade_lines.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#menu h2 {
	display: none;
}
#menu ul {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu li {
	display: inline;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Georgia, Sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	background-image: url(images/menu_fade_lines.jpg);
	background-repeat: repeat-x;
	background-position: top;
}




#container {
	background-color: #DCE8F4;
	padding: 20px;
	height: 400px;
	/*background-image: url(images/logo_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;*/
}

#container img.page_image {
	float: left;
	padding-top: 20px;
	padding-left: 30px;
}

#container div.page_image {
	float: left;
	padding-top: 20px;
	padding-left: 30px;
}

#container #content {	
	background-color: #DCE8F4;
	height: 400px;
	width: 400px;
	margin-left: 560px;
	overflow: auto;	
	/*overflow: hidden;*/
	/*width: 380px;*/
}

#container #gallery {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#container #content h2 {
	font-family: Georgia, Sans-serif;
	font-size: 140%;
	padding-bottom: 10px;
	color: #333333;
	font-weight: bold;
}
#container #content h2 a {
	color: #333333;
	text-decoration: none;
}
#container #content h2 a:hover {
	text-decoration: underline;
}
#container #content p {
	margin-top: 18px;
	margin-bottom: 18px;
}
#container #content ul {
	list-style-type: disc;
}
#container #content ul li {
	margin-left: 40px;
	list-style-type: disc;
	margin-bottom: 8px;
}
#container #content ol {
	list-style: decimal;

}
#container #content ol li {
	margin-left: 40px;
	list-style-type: disc;
	margin-bottom: 8px;
}
.post {
	padding-left: 0px;
	padding-right: 6px;
}
.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 20px 0;
	font-size: 90%;
	color: #666666;
}
p.postmetadata a {
	color: #666666;
}
.navigation{
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.navigation a {
	color: #666666;
}

/* Scrollbar & content css */
#scrollbarbox {
	background-color: #888;		
	border: solid 3px #888;
	height: 400px;
	width: 3px;
	float:right;
	display: none;
}				
.scrollbar-vert{
	background-color: #888;
	height: 400px;
	width: 3px;
	
}
.handle-vert{
	height: 38px;
	width: 3px;
	background: url(styles/img/handle.gif) no-repeat;
	background-color: #FFF;
	cursor: pointer;	
}



#footer {
	background-color: #000000;
	background-image: url(images/menu_fade_lines.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	line-height: 18px;
}
#footer p {
	text-align: right;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 80%;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footer_contact_details {
	float: left;
}


/* comments styles */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 10px;
}

.comments-template p {	
	font-size: 90%;
	color: #666666;
}
.comments-template p a {
	color: #666666;
}

.commentmetadata {
	color: #666666;
	font-size: 90%;
	margin-bottom: 10px;
}

.commentmetadata a {
	color: #666666;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template label {
	font-size: 90%;

}

.comments-template input {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	margin-top: 10px;
	
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	margin-top: 10px;
	
}

/* general classes */
.clear_float {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}





/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:980px; 
	height:40px; 
	/*font-size: 1.1em;*/
	position:relative; 
	z-index:100;
	/*border-right:1px solid #000;*/
	background-image: url(images/menu_fade_lines.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Georgia, Sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:980px; 
	w\idth:980px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:100px;
}
/*.menu ul li.narrow ul {
	width:80px;
}*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
	text-align: center;
}
.menu li.narrow {	
	width:70px;
}
.menu li.wide {	
	width:140px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size: 0.9em;
	text-decoration:none; 
	color:#fff; 
	width:100px; 
	height:40px; 
	/*border:1px solid #000; 
	border-width:1px 0 1px 1px; 
	background:#758279; 
	padding-left:10px; */
	line-height:37px;
}
.menu li.narrow a, .menu li.narrow a:visited {
	width:70px;
}
.menu li.wide a, .menu li.wide a:visited {
	width:140px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:100px; 
	w\idth:100px;
}
* html .menu li.narrow a, * html .menu li.narrow a:visited {
	width:70px; 
	w\idth:70px;
}
* html .menu li.wide a, * html .menu li.wide a:visited {
	width:140px; 
	w\idth:140px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #B9CFF4;
	font-size: 0.9em;
	
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #B9CFF4;
	background-image: none;
}
.menu ul ul :hover > a.drop {
	background: #B9CFF4;
	background-image: none;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#B9CFF4;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#B9CFF4;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:40px;
	left:6px; 
	width:120px;
	/*border-top:1px solid #000;*/
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:40px;t\op:40px;
}

/* position the third level flyout menu */
.menu ul ul ul{left:120px; top:-1px; width:120px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-120px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#B9CFF4;
	color:#000; 
	height:auto;
	line-height:1em; 
	padding:5px 10px; 
	width:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-bottom: solid 1px #777777;
	text-align: left;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:120px;w\idth:120px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background:#AAAAAA;
}
.menu :hover > a {
	color:#fff;
	background-image: url(images/menu_fade_lines.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.menu ul ul :hover > a {
	background-image: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

/*
.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
*/


