/*  
Theme Name: 1. Standard Text
Theme URI: http://www.access-bydesign.com
Description: Accesssible standard text for WWPC
Loosely based on WP Theme Professionals by <a href="http://www.wptheme.net/">WP Theme</a>.
Author: Access-bydesign.com
Author URI: Access-bydesign.com

	This theme was loosley based on one that was orgionaly designed and built by WP Theme
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php


/*pretty stuff*/
.subhead {
	margin:0px;
	padding-left: 0px;
	height: 60px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
.subhead  a, subhead  a:visited{
	color: #0A0809;
	text-decoration: none;
}
.subhead  a:hover{
	color: #0A0809;
	text-decoration: none;
}
.subhead  a:active{
	color: #0A0809;
	text-decoration: none;
}
.second-heading {
	color: #099;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #009999;
	letter-spacing: -1px;
	padding-bottom: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
}
.second-heading a, .second-heading a:visited {
	color: #099;
	text-decoration: none;
}
.second-heading a:hover {
	color: #099;
	text-decoration: none;
}
.second-heading a:active {
	color: #099;
	text-decoration: none;
}
.small-heading {
	color: #545a58;
	margin: 10px 0px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
}
.another-heading {
	color: #545a58;
	margin: 10px 0px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.mediumtext{
	font-size:medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.nodisplay{
	display:none;
}
.indent-bothsides{
	margin-left:20%;
	margin-right:25%;
}

.sidesubhead {
	font-family:"Lucida Sans",sans-serif;
	text-transform:lowercase;
	text-align:left;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 1em;
	}
.linespace{
	display:block;
	width:100%;
	height:2em;
	margin:1em;
}
.doubleline{
	display:block;
	width:100%;
	height:3em;
	clear:both;
	margin:1em;
}
/*images*/
img{
	
	border:none;
}
.imageright{
	margin: 1em;
	float: right;
	border: none;
}
.imageleft{
	margin: 1em;
	float: left;
	border: none;
}
.image-centre{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:none;}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.random{
	padding:0.5em;
	margin:0.5em;
	border: groove 3px #666;
	float:right;
}
#ramdomimg{
	margin:0.5em;
	padding: 5px;
	float:right;
	height: 250px;
	width: 340px;
	border: groove 3px #666;
}
/* align*/
.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/*layout*/

html{
	padding:0px;
	margin:0px;
}
body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	color: #2c2c2c;
	margin: 0px;
	padding: 50px 0px 10px 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: small;
}

#page {
	margin: 0px auto;
	width:80%;
	min-width: 750px;
	background: #ffffff;
	border-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999;
}
/* header area */
#header {
	height: 225px;
	border-bottom: 5px solid #009999;
	position: relative;
	background-repeat:repeat-x;
	background-position: bottom left;
	background-color: #FFF;
}
#headerlogo {
	position: relative;
	text-align:center;
	padding-top:1em;
	height: 60px;
}
#headerlogo .description{
	position: absolute;
	left: 305px;
	bottom: 3px;
	color: #0A0809;
	font-size: 16px;
	font-weight: bold;
}
#nav {
	list-style: none;
	position: absolute;
	left: 0px;
	width:100%;
	z-index:200;
	margin-top:8em;
}
#nav li {
	float: left;
	margin-left: 0px;
	background-color: #bfc0b2;
	font-weight: bold;
}
 #nav .current_page_item a:visited{
	color: #050503;
	text-decoration: none;
	font-weight: bold;
}
#nav .page_item a{
	color: #050503;
	text-decoration: none;
	background-color: #DADACE;
	padding: 5px 15px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	border: 1px ridge #CCC;
}
 #nav .current_page_item a,#nav .page_item a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #bfc0b2;
	padding: 5px 15px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
}
/* content  */
#content {
	padding: 10px 10px 25px 13px;
	float: right;
	width: 74%;
	min-width: 480px;
	overflow: hidden;
}

#content li{
	list-style-image:url(img/page-arrow.gif);
	list-style-position:outside;
}
#content2{
	padding: 10px 10px 25px 13px;
	float: left;
	width:100%;
	min-width: 480px;
	overflow: hidden;
	text-align: center;
}
/*post styling*/
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	color: #099;
	float:right;
	background: url(img/date-big.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 3px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #099;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-cat {
	background: url(img/tag.gif) no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #099;
}
.post-comments {
	background: url(img/comments.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(img/date.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #099;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
/*entry styling*/
.entry {
	float:left;
	width:80%;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #099;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(img/page-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(img/page-right.gif) no-repeat right center;
}

/* comments - if used   */
#comments, #respond {
	border-bottom: 1px solid #A40F29;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #FAE6E6;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #0D0A09;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #099;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#FFFAFA;
	border: 1px solid #A40F29;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#FFFAFA;
	border: 1px solid #A40F29;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #A40F29 ;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border:1px solid #CF97A1;	
        float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: left;
	padding: 10px 0px 25px 13px;
	width:20%;
	color: #5b5b5b;
	overflow: hidden;
    background: #FFFAFA;

}
/*sidebar title  */
.sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #099;
	border-bottom: 1px solid #CF97A1;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.widget widget_text {
	list-style-type:none;
}
#sidebar li{
	color: #333;
	list-style-type:none;
}

#sidebar .lwfcl_level-0_fixed {
	background: url(img/tag.gif) no-repeat !important;
	padding-left: 20px !important;
}
#sidebar .lwfcl_level-0_expandable{
	background: url(img/tag.gif) no-repeat !important;
	padding-left: 20px !important;
}
#sidebar a:link{
	/*color: #474d49;*/
	text-decoration: none;
}
#sidebar a:visited{
	/*color: #474d49;*/
	text-decoration: none;
}
#sidebar a:hover{
	color: #099;
	text-decoration: underline;
}
#sidebar a:active{
	color: #099;
	text-decoration: underline;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #000;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0px;
	margin: 0px;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #CF97A1;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*links */
ul.list-links li{
	background: url(img/blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*meta */
ul.list-meta li{
	background: url(img/meta.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*rss */
ul.list-rss li{
	background: url(img/rss.jpg) no-repeat !important;
	padding-left: 16px !important;
}
/*category bar */
ul.list-cat li, li.bar_categories li{
	background: url(img/tag.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*recent bar  */
ul.list-rec li, li.bar_comments ul li {
	background: url(img/recent.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives bar */
ul.list-archives li, li.bar_archives li{
	background: url(img/archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages bar */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background: url(img/page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages bar */
ul.list-page li ul li, li.bar_pages li ul li{
	background: url(img/page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*calendar bar  */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}

/*search form */


#searchform label{
	display:none;
}
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 125px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #099;
	background-color: #FFFAFA;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background-color:#099;
	border: 1px solid #060;
	width: 67px;
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	vertical-align: middle;
	
}

/* page close */
#close {
	clear: both;
	background: #ffffff;
	color: #ffffff;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
}

/* fbar */
#fbar {
	width:70%;
	min-width: 750px;
	color: #000000;
	height: 130px;
	font-size: small;
	line-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-bottom:75px;;
}
#fbar a, #credit a:visited {
    margin-top: 8px;
	color: #000000;
                }
#fbar ul{
	margin-top:3em;
}

/*general*/

a:link {
	color: #099;
	text-decoration: none;
}
a:visited {
	color: #099;
	text-decoration: none;
}
a:hover {
	color: #680610;
	text-decoration: underline;
}
a:active{
	color: #680610;
	text-decoration: underline;
}
h1 {
	margin:0px;
	padding-left: 0px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #069;
}
.breadcrumb{
	color: #036;
	font-size: small;
}
.breadcrumb a{
	color: #036;
	font-size: small;
	text-decoration: underline;
}
/*h2 {
	color: #A40F29;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #A40F29;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #A40F29;
	text-decoration: none;
}
h2 a:hover {
	color: #54030B;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #545a58;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #545a58;
	margin: 10px 0px 5px;
}*/
.topaccess{
	display:none;
}

form {
	margin:0px;
	padding:0px;
}
blockquote{
	margin-left:15%;
	margin-right:15%;
	text-align:justify;
	font-style: italic;
	color: #666666;
	line-height: 1.5em;
}
.quotemark{
	font-size: x-large;
	color:#099;
	font-weight:bold;
}
.linklove{
	display:none;
}
/*suckerfish*/

#suckerfishnav {
	font-size: small;
	font-family:verdana,sans-serif;
	width:100%;
	color:#CCC;
	z-index:200;
}

#suckerfishnav {
	list-style:none;
	line-height:35px;
	padding:0;
	margin:0;
	width:100%;
	color:#999999;
	z-index:200;
	background-color: #bfc0b2;
}

#suckerfishnav ul {
float:left;
list-style:none;
line-height:35px;
padding:0;
margin:0;
width:100%;
color:#999999;
z-index:200;
}


#suckerfishnav a {
display:block;
color:#999999;
text-decoration:none;
padding:0px 10px;
z-index:200;
}

#suckerfishnav li {
float:left;
padding:0;
color:#999999;
z-index:200;
}

	

#suckerfishnav ul {/* second level */
z-index:10;
position:absolute;
left:-999em;
height:auto;
width:160px;
margin:0;
line-height:1.5;
background-color:#1e1d1b; 
color:#999999;

z-index:200;
}

		


#suckerfishnav li ul ul {
	color:#999999;
	z-index:200;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}	

#suckerfishnav li li a {
padding:5px 10px 5px 10px;
width:140px;
font-size:small;
color:#999999;
z-index:200;
}

#suckerfishnav li li a:hover {
	color:#000;
	z-index:200;
}

#suckerfishnav li li {
width:160px;
font-family:helvetica,sans-serif;
color:#999999;

z-index:200;
}

#suckerfishnav li li:hover {

	color:#CCC;
	z-index:200;
}

	

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	color:#009999;; /*selected text colour */
	z-index:200;
}

#suckerfishnav li:hover a
{
color:#009999
}

#suckerfishnav li.sfhover a {
color:#009999;

}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color:#009999;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background-color:#1e1d1b;
color:#999999;
z-index:200;
}

#suckerfishnav li:hover
{
	background-color:#1e1d1b;
	
	color:#FFFFFF;
	z-index:200;
}

#suckerfishnav li.sfhover {
	color:#FFFFFF;
	
	background-color:#1e1d1b;
	z-index:200;
}
/*textoptions*/
#textoptions{
	font-size: x-small;
	color: #000000;
	display: list-item;
	list-style-position: outside;
	list-style-type: none;
	white-space: nowrap;
	padding-bottom: 1em;
	text-align: right;
}
#textoptions ul{
	display:inline;
	color: #000000;
}
#textoptions li{
	display:inline;
	color: #000000;
padding-right: 1em;
}

/*booking calander*/
#calendar table {
	border: 1px solid #BBB;
	margin: 1em;
	padding: 1px;
	float: left;
	display: inline;
	background-color: #FFFFFF;
	width:30%;
}

#calendar td, #calendar th {
	padding: 1px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
}

#calendar td.booked {
	background-color: #099;
	color: #FFC;
	font-weight: bold;
}

#calendar table caption {
 font-weight: bold;
}

/*tables*/
/************************************************
*                                               *
* This CSS file contains EXAMPLE styles for the *
*   plugin WP-Table Reloaded by Tobias Bäthge!  *
*                                               * 
*  To use them, just copy them in to the box in *
*   the "Plugin Options" screen or add them to  *
*           your theme's "style.css".           *
*                                               *
*                   Thank you!                  *
*                                               *
************************************************/

/* Global CSS definitions for WP-Table Reloaded
inspired by "blue" theme of TableSorter 2.0 Plugin */

/* on how to change column widths, see below */

/* general table styles */
table.wp-table-reloaded {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}


/**************************************/
/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px:


table.wp-table-reloaded-id-5 .column-3
{
	width: 25px;
}

*/


/* Styles for the sorting (if Tablesorter is enabled) */
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}


/* Style for the Table Name (in <h2>-Tag) (if printed above the table) */
h2.wp-table-reloaded-table-name {
	font-size: 16px;	
}

/* Style for the Table Description (if printed under the table) */
span.wp-table-reloaded-table-description {
	font-size: 10px;	
}

