
/* Reset all */
* {margin:0;padding:0;border:none;}

/* Set defaults */

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #222 url(../i/bodyBck.gif) 0 0 repeat-x;
	text-align: center;
	}

h1 {font-size:1.4em;}
h2 {font-size:1.3em;}
h3,h4,h5,h6 {font-size:1.2em;}
h1,h2,h3,h4,h5,h6 { text-align: left; }

a,a:visited {color: /*#d45832*/ #000; text-decoration: none;}
a:hover,a:hover:visited {color: #ff8b00; text-decoration: underline;}



/* Main blocks Structure */
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	width: 780px;
	}

#header {
	position: relative;
	width:780px;
	display: block;
	background-color: #000;
	float:left;
	}

#logo {display: block;position: relative; width: 200px;height: 55px;
	background: #000;
	margin: 10px 0 7px 7px; }

.content {
	position: relative;
	display: block;
	float: left;
	width: 780px;
	background: #fff url(../i/contentBck.gif) 0 0 repeat-x;
	}

.primary {
	display: inline;
	float: left;
	width: 500px;
	padding: 50px 10px 10px 20px;
	line-height:1.7em;
	}

.cto {
	width: 740px !important;
	}
.home .primary {width:740px;clear:both;}
	
.secondary {
	position: relative;
	width: 220px;
	_width:210px;
	margin: 80px 0 20px 560px;
	font-size: 1.2em;
	}
	
ul.menu {
	bottom: 0;
	left: 0 !important;
	right: 0 !important;
	width: 756px;
	text-align: left;
	clear:both;
	background: #000;
	}


	
	
/*- Main Menu in Header */

ul.menu li {
	display: inline;
	text-align: center;
	font-size: 1.2em;
	}
ul.menu,
ul.menu li a,
ul.menu li a:visited {
	padding: 5px 12px 6px;
	color: #777;
	text-decoration:none;
	}
ul.menu li a:hover {
	color: #ccc;
	text-decoration:underline;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #999 !important;
	background: #222;
	border-bottom: 2px solid #ff8b00;
	}
	

ul.menu li.admintab {
	position: absolute;
	right: 0px;
	font-size: 1em;
	_padding: 5px 15px 6px; /* IE hack */
	}




/*- Headings */

.pagetitle { /* Used on static pages and archives */
	text-align: left;
	margin: 0 0 15px;
	}

h1 {font-weight: normal;}
h1, h1 a, h1 a:hover, h1 a:visited {text-decoration: none;
	color: #333;}
h1 a:hover {text-decoration: underline;}

.itemtext h2 {
	font-weight: normal;
	display: inline;
	color:#222;
	font-size:1.2em;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.2;
	font-weight: normal;
	display: inline;
	}


.itemhead {
	/*margin-top: 10px;*/
	}
.itemtext { margin-top: 20px; }
.itemtext a {text-decoration:underline;}

.itemtext h3 { /* For use on Pages */
	display: block;
	padding: 15px 0 0;
	}

.itemtext h4 { /* For use on Pages */
	display: block;
	padding: 15px 0 0;
	}

.secondary div {
	margin: 20px 0 0;
	}

.secondary div div div {
    margin: 0;
    }


.secondary span a {
	margin-left: 10px;
	}
.secondary a {color:#000;}

.secondary ul li ul li {
	margin: 2px 0 2px -5px;
	padding:5px;
	width: 190px;
	}
	
.secondary ul li.current_page_item,
.secondary ul li.current_page_item,
.secondary ul li ul li.current_page_item,
.secondary ul li ul li.current_page_item {
	background: #eee;
	width: 190px;
	margin: 2px 0 2px -5px;
	padding:5px;
	}

.editlink img {
	width: 16px;
	height: 16px;
	border: none !important;
	margin: 4px 0 0 !important;
	position: absolute;
	right: 0;
	}



/*- Primary Contents */

.primary .item {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	}

.primary .item .itemtext {
	text-align: left;
	color: #444;
	font-size:1.2em;
	}

.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
/* .primary .item .itemtext div, */
.primary .item .itemtext blockquote {
	margin: 13px 0;
	}

.primary .aside .itemtext p,
.primary .aside .itemtext ul,
.primary .aside .itemtext ol,
.primary .aside .itemtext div,
.primary .aside .itemtext blockquote {
	margin: 5px 0;
	}

.permalink .primary .aside .itemtext p,
.permalink .primary .aside .itemtext ul,
.permalink .primary .aside .itemtext ol,
.permalink .primary .aside .itemtext div,
.permalink .primary .aside .itemtext blockquote {
	margin: 13px 0;
	}












input[type=text], textarea {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}


#footer {
	text-align: center;
	}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}


/*- Links */



/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}



.primary img {
	margin-left: -5px;
	padding: 4px;
	border: 1px solid #ccc;
	}

.posterImage {
	text-align: center;
	border: none;
	background-color: #000;
	clear: both;
	}

.posterImage img {
	margin: 17px auto 0;
	}
	

.center {
	text-align: center !important;
	}

.alignright,.alignRight {
	float: right;
	}
	
.alignleft,.alignLeft {
	float: left;
	}
.column {width:250px;display:block;margin-bottom: 20px;float: left;
	/*background:url(/i/columnBck.gif) 0 0 no-repeat;*/
	}

img.center, img[align="right"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

.favorite img {
	padding: 0;
	border: none;
	}

small {
	font-size: 1em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 1.2em 'Courier New', Courier, monospace;
	}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('images/quote.png') 5% no-repeat;
	border: none;
	}

hr {
	display: none;
	}




/*- Begin Lists */
.itemtext ol, .itemtext ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.itemtext ol li, .itemtext ul li {
	margin: 0 0 3px;
	padding: 0;
	}

.secondary ul, .secondary ol {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ul {
	_margin-left: 0px; /* IE Fix */
	}

.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}

/*- Search Form and Livesearch */

.sb-search {
	margin-top: 20px;
	}

.sb-search h2 {
	display: none;
	}

input[type=text], textarea {
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
	}



#LSResult {
	margin: 0;
	width: 100.1%;
	z-index: 100;
	position: absolute;
	background: #eee url('images/livesearchbg.jpg') center repeat-y;
	border-bottom: 1px solid #eee; 
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;	}

#LSResult:hover #LSHighlight {
	background: none;
	border: none;
	padding: 5px 2px;
	}

#LSHighlight small, #LSHighlight small span a {
	color: #999;
	}

.LSRow {
	padding: 5px 10px;
	}

.LSRow span a, .LSRow span a:visited {
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
	}


/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */


/*-
	Brian's Latest Comments
	http://meidell.dk/archives/2004/09/12/brians-latest-comments/
*/

.secondary div.sb-comments ul li span a, div.sb-comments ul li small a {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}

.secondary div.sb-comments ul li {
	margin-bottom: 6px;
	}

.activityentry {
	font-size: 1.1em;
	}

div.sb-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}

.sb-flickr img
{
	border: 0px;
	padding: 5px;
}

/*-
	WordPress: Touched
	http://twilightuniverse.com/2005/03/wordpress-touched/
	
	No support for Touched 0.6 in the rest of K2.
	Seems a bit flaky just now. Waiting for new version.
*/

#poststuff fieldset {
	border: none;
	}

#poststuff #title, #poststuff #excerpt, #poststuff #tags {
	width: 470px;
	}
	
#poststuff #title {
	font-size: 2em;
	}


/*
	Ultimate Tag Warrior
	K2 removes UTW's default tags for more default control.
*/

.localtags, .technoratitags {
	display: none;
	}


/*
	Contact Form
*/

.contactform {
	width: 100%; 
	position: relative;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
	}

/* Peace and forgiveness */
/* Learn more about the other K2: http://en.wikipedia.org/wiki/K2 */



table.prices,
table.booking {
	position: relative;
  border: solid 1px #CCC;
  width: 100%;
  }

table.prices {
  background-color: #F0F8FF;
  text-align: center;
  }

table.prices th {
  font-weight: bold;
  background-color: #FFF;
  padding: .4em 0;
  }

table.booking th {
  border-top: solid 1px #EEE;
  font-weight: bold;
  text-align: left;
  padding: .4em 0 .4em 1em;
  }

table.prices td,
table.booking td {
  padding: .4em 0;
  border-top: solid 1px #EEE;
  white-space: nowrap;
  }
table.booking td {
  text-align: left;
  }

table.prices td.name {
  padding-left: 1em;
  text-align: left;
  font-weight: bold;
  }

table.prices td.white,
table.booking td.white,
table.prices th.white,
table.booking th.white {
  background-color: #FFF !important;
  }
.nobrdr {
	border: none !important;
	}
	
	
	
.bold { font-weight: bold; }





div.gallery a {
	float: left;
	width: 125px;
	height: 125px;
	padding: auto;
	vertical-align: middle;
}

div.gallery a img{
}

table.menuSample {border-top:solid 2px #ccc;}
table.menuSample th, table.menuSample td {padding: 5px 5px 4px;border-bottom:solid 1px #ddd;text-align:left;}
table.menuSample th {color:#2277dd;border-top:solid 2px #ccc;}
table.menuSample th.gabbroAddress {color:#fff;background:#9bcc00;text-align:center;padding:5px;}














/*- Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}
	
	
	
#globalSearch {
	position: absolute;
	top: 30px;
	text-align: right;
	right:10px;
	}
	
form#searchform {margin: 0;padding: 0;
	}
	
	
	
/* AWARDS */
div.awards {
	position:absolute;
	float:right;
	top:150px;
	right: 20px;
	}
div.awards img {
	border: 2px solid #777;
	}