/*  
Theme Name: Frisk design 2008 (3)
Theme URI: http://wordpress.org/
Description: Frisk design 2008
Version: 1.3
Author: Matthew Hill
Author URI: http://www.friskdesign.com/
*/

/*************************************************************************
	Frisk Design 2008
	Developed by Matthew Hill (c) 2008 -- http://www.friskdesign.com/
	MODULE: 	style.css
	PURPOSE:	all rules for site
*************************************************************************/

/*Auto float clearing for compliant browsers
*************************************************************************/
#banner:after,
#main:after,
#main .wrap:after,
#content:after,
.home .panelleft:after,
.home .panelright:after,
#contactme p:after,
#footer .wrap .inner:after,
#offsitelinks:after,
#main .foliowrap .wrap:after,
#sidebar #archive:after,
.comment:after,
#commentform:after,
#navigation:after,
#posttail:after,
.service:after,
.postmeta:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/* General Rules and classes
*************************************************************************/
html {
	font-size:100%;
}
body {
	margin:0 0 -20px 0;
	padding:0;
	color:#FFF;
	background:#145074;
	font: normal 0.80em/1.55em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.floatright {
	float:right;
	text-align:right;
}
.floatleft {
	float:left;
	text-align:left;
}
.alignright {
	clear:both;
	float:right;
	text-align:right;
	margin:0 0 30px 30px;
}
.alignleft {
	clear:both;
	float:left;
	text-align:left;
	margin:0 30px 30px 0;
}
.clear {
	clear:both;
}
.editlink {
}
.center {
	text-align:center;
}
.notop {
	margin-top:0;
}

/* Skip links
*************************************************************************/
#skipto {
}
#skipto a,
#skipto a:visited {
	display:block;
	float:left;
	margin:-1000em 0 0 0;
}
#skipto a:focus,
#skipto a:hover {
	margin:0;
}

/* Layout (sizes / floats / positions of main elements)
*************************************************************************/
#outerwrap {
	background:#145074 url(img/bg-body-reduced.jpg) 50% 130px no-repeat;	
}
#banner {
	height:130px;
	background:#F1FCFE url(img/bg-banner-wide.jpg) 50% 100% no-repeat;		
}
#banner .wrap {
	position:relative;
	width:930px;
	height:130px;	
	margin:0 auto;
}
#main .wrap {
	width:930px;
	padding:80px 0 0 0;
	margin:0 auto;
}
#footer .wrap {
	width:990px;
	margin:0 auto;
}
#content {
	float:left;
	width:600px;
}
#sidebar {
	float:left;
	width:270px;
	margin:0 0 0 60px;
}


/* Typography
*************************************************************************/
p,ul,ol,dl,li,blockquote {
	padding:0;
	margin:0 0 1em;
}
h1,h2,h3 {
	font: bold 1em/normal Corbel,Candara,Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin:1.5em 0 0.5em;
}
h4,h5,h6 {
	font: bold 1em/normal Verdana,Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin:1.5em 0 0.5em;
}
h1 {
	font-size:2.2em;
	margin-top:0;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.4em;
}

a,a:link {
	color:#B3E3FF;
	text-decoration:underline;
/*	font-weight:bold;*/
}
a:visited {
	color:#CCC;
}
a:hover {
	color:#FFF;
}
a.more {
	padding:0 0 0 12px;
	background:url(img/arrow-right.png) left center no-repeat;
}
a.more:hover {
	background:url(img/arrow-right-white.png) left center no-repeat;
}

img {
	border:none;
}
big {
	font-size:1.2em;
	line-height:normal;
}
small {
	font-size:0.8em;
	line-height:normal;
}
ul,ol {
	margin-left:30px;
}
li {
	margin-bottom:6px;
}
code {
	font: normal normal 1em/normal "Courier New","Courier",monospace
}
.lblue {
	color:#B3E3FF;
}

/* Banner
*************************************************************************/
#closed {
	position:absolute;
	top:45px;
	right:30px;
	height:137px;
	width:137px;
	z-index:101;
}
#banner p {
	display:block;
	position:relative;
	overflow:hidden;
	z-index:100;
	float:left;
	width:346px;
	height:81px;	
	margin:50px 0 0 0;
	padding:0 0 0 30px;
	font-size:4.2em;
	font-style:normal;
	font-weight:bold;
	line-height:1;
	letter-spacing:-0.1em;
	color:#006CA8;
}
#banner p span {
	display:block;
	width:376px;
	height:81px;		
	background:url(img/logo.png) top left no-repeat;
	position:absolute;
	top:0;
	left:0;
	letter-spacing:0.2em;
	z-index:10;
	cursor:pointer;
}
#banner p a,
#banner p a:visited {
	color:#006CA8;
	text-decoration:none;
}
#banner p a:hover {
	color:#30AFDF;
}
#banner p strong {
	font-size:0.4em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;	
}
/****** Top nav ******/
#banner ul {
	position:absolute;
	top:20px;
	right:0;
}
#banner ul li {
	float:left;
	list-style:none;
	margin:0;
	text-transform:uppercase;
}
#banner ul li a,
#banner ul li a:visited {
	color:#006CA8;
	display:block;
	text-decoration:none;
	font: bold 1em/normal Verdana,Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding:0;
	margin:0 0 0 20px;
}
#banner ul li a:hover,
#banner ul li.current_page_item a:hover {
	color:#30AFDF;
	text-decoration:underline;
}
#banner ul li.current_page_item a,
#banner ul li.current_page_item a:visited {
	color:#30AFDF;
}
/****** Contact ******/
#banner #getintouch {
	display:block;
	overflow:hidden;
	position:absolute;
	top:48px;
	right:0;
	width:295px;
	height:64px;
	font-size:1em;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	text-align:right;
	color:#006CA8;
}
#banner #getintouch span {
	display:block;
	width:295px;
	height:64px;
	background:url(img/contact2.png) top right no-repeat;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
#banner #getintouch:hover {
	color:#30AFDF;
}

/* Images
*************************************************************************/
img.large {
	display:block;
	padding:20px;
	margin:0 0 20px 0;
	background:url(img/bg-img-large-alpha.png) no-repeat;
	color:#006CA8;
}
img.small {
	display:block;
	padding:10px;
	margin:0 0 20px 0;	
	background:url(img/bg-img-small-alpha.png) no-repeat;
	color:#006CA8;
}
img.thumb {
	display:block;
	padding:5px;
	margin:0 0 20px 0;	
	background:url(img/bg-img-thumb.png) no-repeat;
	color:#006CA8;
}
img.thumb.alignright {
	margin:-1em 0 1em 20px;
}

/* Homepage
*************************************************************************/
.home .panelleft {
	clear:both;
	float:left;
	width:270px;
}
.home .panelright {
	float:left;
	width:600px;
	margin:10px 0 0 60px;	
}
.home .panelleft big {
	padding:0 0 0 10px;
	font: bold 2.2em/normal Corbel,Candara,Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.home .panelleft img {
	vertical-align:bottom;
}
.home h1 {
	line-height:1.2;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #427A96;
}


/* Slideshow
*************************************************************************/
#slideshow {
	height:400px;
	width:560px;
	padding:20px;
/*	border-bottom:1px dotted #427A96;*/
	background:url(img/bg-img-large-alpha.png) no-repeat;
	margin:0 0 20px 0;
}
#slideshow #imagearea {
	width:560px;
	height:400px;
	color:#006CA8;	
	position:relative;
	overflow:hidden;
}
#slideshow #imagearea img {
	display:block;
	width:560px;
	height:400px;
}
#slideshow #imagearea a {
	position:absolute;
	display:block;
}


/* Testimonial
*************************************************************************/
#testimonial {
	float:left;
	width:270px;
	margin:0 60px 0 0;
}
#testimonial blockquote {
	position:relative;
}
#testimonial blockquote span {
	display:block;
	float:left;
	width:31px;
	height:26px;
	margin:0 10px 5px 0;
	background:url(img/icon-quote-left-alpha.png) no-repeat;
}
#testimonial blockquote span.end {
	display:block;
	float:none;
	position:absolute;
	right:0;
	bottom:0.3em;
	width:31px;
	height:26px;
	margin:0 0 0 10px;
	background:url(img/icon-quote-right-alpha.png) no-repeat;
}

/* Contact Me
*************************************************************************/
#contactme {
	float:left;
	width:270px;
}
#contactme img {
	display:block;
	margin:0 10px 0 0;
	float:left;
}
#contactme span {

}
#contactme p {
	float:none;
	clear:both;
}

/* Most viewed
*************************************************************************/
#footer #mostviewed {
	float:left;
	width:270px;
	margin:0;
}

/* Latest Blog Entries
*************************************************************************/
#footer #latestnews {
	float:left;
	width:270px;
	margin:0 60px;
}

/* Latest Testimonial (footer)
*************************************************************************/
#footer #testimonial {
	float:left;
	width:270px;
	margin:0;
}

/* Comments
*************************************************************************/
#footer #latestcomments {
	float:left;
	width:270px;
	margin:0 60px;
}

/* Archive
*************************************************************************/
#footer #archivefeature {
	float:left;
	width:270px;
}
#footer #archivefeature h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#B3E3FF;
	color:#FFF;
}

/* Featured Work
*************************************************************************/
#footer #workfeature {
	float:left;
	width:270px;
	margin:0 60px;
}
#footer #workfeature img {
	display:block;
	margin:0 0 10px 0;
	padding:10px 10px 12px 10px;
	background:url(img/bg-img-small-alpha.png) no-repeat;
}


/* Arrow/No arrow list with rollover BG
*************************************************************************/
.arrowlist,
.noarrowlist,
#latest-comments ul {
	margin-left:0;
	border-top:1px dotted #427A96;
	list-style:none;
}
.arrowlist li,
.noarrowlist li,
#latest-comments li {
	list-style:none;
	margin:0;
	border-bottom:1px dotted #427A96;
}
.arrowlist li:hover,
.noarrowlist li:hover
#latest-comments li:hover {
	background:url(img/bg-bluealpha.png);
}
.arrowlist li a,
.arrowlist li a:visited,
#latest-comments li a,
#latest-comments li a:visited,
.noarrowlist li a,
.noarrowlist li a:visited {
	color:#B3E3FF;
	display:block;
	padding:4px 5px 4px 18px;	
	background:url(img/arrow-right.png) 5px 10px no-repeat;
	text-decoration:none;
	font-weight:normal;
	position:relative;
}
#latest-comments li {
	padding:4px 0;	
}
#latest-comments li a,
#latest-comments li a:visited {
	display:inline;
}
.arrowlist li a:hover,
#latest-comments li a:hover {
	color:#FFF;
	background:url(img/arrow-right-white.png) 5px 10px no-repeat;
}
.noarrowlist li a,
.noarrowlist li a:visited {
	padding:4px 5px;	
	background:none;
}
.noarrowlist li a:hover {
	color:#FFF;
	background:none;
}
.noarrowlist strong {
	color:#FFF;
}
.threecol {
	border:none;
}
.threecol li {
	float:left;
	width:270px;
}
.threecol li.mid {
	margin:0 60px;
}
.threecol li.topline {
	border-top:1px dotted #427A96;	
}

.arrowlist li a span,
.noarrowlist li a span
#latest-comments li a span {
	position:absolute;
	right:5px;
	line-height:1.4em;
}


/* Off site links
*************************************************************************/
#footer #offsitelinks.inner {
	padding-bottom:0;
}
#offsitelinks {
	margin:0;
	padding-top:0 !important;	
	list-style:none;
}
#offsitelinks li {
	float:left;
	margin:0;
	padding:0;	
}
#offsitelinks li:hover {
}
#offsitelinks li a,
#offsitelinks li a:visited {
	display:block;
	text-decoration:none;
	font: bold 2em/3em Corbel,Candara,Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif;
	color:#B3E3FF;
}
#offsitelinks li a:hover {
	color:#FFF;
}
#offsitelinks #cv a {
	padding:0 0 0 29px;
	background:url(img/icon-doc-alpha.png) left center no-repeat;
}
#offsitelinks #lastfm a {
	padding:0 0 0 32px;
	margin:0 60px;
	background:url(img/icon-note-alpha.png) left center no-repeat;
}
#offsitelinks #feedrss a {
	padding:0 0 0 38px;
	background:url(img/icon-rss-alpha.png) left center no-repeat;
}

/* Footer
*************************************************************************/
#footer {
	clear:both;
	min-height:700px;
	margin:30px 0 0 0;
	background:url(img/bg-seabed.jpg) center 100% repeat-x;
	font-size:0.90em;
	line-height:1.4em;
}
#footer .wrap {
	min-height:700px;
	width:990px;
	background:url(img/bg-seabed-middle.jpg) 0 100% no-repeat;	
}
#footer .wrap .top,
#footer .wrap .bot {
	clear:both;
	font-size:0;
	line-height:0;
	height:10px;
	width:100%;
	background:url(img/bg-footer-top.png) no-repeat;
}
#footer .wrap .bot {
	background:url(img/bg-footer-bot.png) no-repeat;
}
#footer .wrap .top {
	margin:10px 0 0 0;
}
#footer .wrap .inner {
	padding:20px 30px 10px;
	background:url(img/bg-bluealpha.png);
}
#footer h3 {
	color:#B3E3FF;
	color:#FFF;
	font-size:2.2em;
	margin-top:0;
}
#copyright {
	padding:70px 30px 0;
	text-align:center;
}

/* Folio items
*************************************************************************/
#main .foliowrap {
	clear:both;
/*	width:100%;*/
	background:url(img/bg-wavedivide.png) 50% 0 repeat-x;
}
#main .foliowrap.first {
	width:100%;
	background:none;
}
#main .foliowrap .wrap {
	width:930px;
	margin:0 auto;
	padding:60px 0 0 0;
}
#main .foliowrap.first .wrap {
	margin:20px auto 0;
	padding:30px 0 0 0;	
}
#main .foliowrap .textarea {
	width:300px;
}
#main .foliowrap img.large {
	float:right;
}
#main .foliowrap h2 {
	margin-top:0;
}
#main .foliowrap dt {
	width:70px;
	clear:left;
	float:left;
}
#main .foliowrap dd {
	margin:0 0 0 70px;
	width:220px;
}
#main .singlefolio dt {
	width:70px;
	clear:left;
	float:left;
}
#main .singlefolio dd {
	margin:0 0 0 70px;
	width:480px;
}
#main .singlefolio img {
	margin:0 0 0 0;
}
#main .singlefolio img.thumbfirst,
#main .singlefolio img.thumb {
	float:left;
	width:90px;
	padding:5px;
	margin:0 0 0 15px;
	background:url(img/bg-img-thumb.png) no-repeat;
}
#main .singlefolio img.thumbfirst {
	margin:0;
}
#main .folioThumb {
	float:left;
	display:block;
	margin:0 60px 30px 0;
	width:270px;
}
#main .folioThumb a {
	display:block;
}
#main .three {
	margin:0 0 30px 0;
}
#main .folioThumb img {
	padding:10px 10px 12px 10px;
	background:url(img/bg-img-small-alpha.png) no-repeat;
}

/* Sidebar
*************************************************************************/
#sidebar {
	font-size:0.90em;
}
#subscribeRSS {
	width:270px;
	height:40px;
	display:block;
	position:relative;
	margin:0 0 30px 0;
}
#subscribeRSS span {
	display:block;
	width:270px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	background:url(img/button-rss-alpha.png) no-repeat;
	cursor:pointer;
}
#sidebar h3 {
	font-size:1.8em;
	margin:0 0 5px 0;
}
#sidebar #latestnews-side,
#sidebar #archive,
#sidebar #search,
#sidebar #latestcomments,
#sidebar #links,
#sidebar #mybloglog {
	margin:30px 0 0 0;
}
#sidebar #archive #archiveForm {
	padding:5px 0 0;
	border-top:1px dotted #427A96;
}
#sidebar #archive #categoriesForm {
	padding:10px 0 5px;
	border-bottom:1px dotted #427A96;
}
#sidebar #archive label,
#sidebar #categories label {
/*	width:0px;*/
}
#sidebar #categories .arrowlist li {
}
#sidebar #search form {
	padding:5px 0;
	border-top:1px dotted #427A96;
	border-bottom:1px dotted #427A96;	
}
#mattpic {
	display:block;
	margin:0 0 30px 0;
}

/* Blog posts
*************************************************************************/
.post {
	margin:0 0 30px 0;
}
.post a.more {
	background-position:0px 5px;
}
.single h1 {
	margin-bottom:0;
}
.post h1 a {
	color:#FFF;
	text-decoration:none;
}
.post h1 a:hover {
	text-decoration:underline;
}
.entry {
	text-align:left;
}
.entry blockquote {
	margin:20px;
	padding:15px;
	/* background:url(img/icon-quote-left-alpha.png) 0 5px no-repeat; */
/*	border-left:5px solid #427A96;*/
	background:#165A81;
}
.post ul {
	
}
.post ul li {
	list-style-position:outside;
}
.postmeta {
	padding:5px 0;
	margin:0;
	font-size:0.85em;
	border-bottom:1px dotted #427A96;	
/*	background:url(img/bg-bluealpha.png);	*/
}
.postmeta p {
	margin:0;
	text-align:left;
}
.postmeta a {
	text-decoration:none;
}
.postmeta a:hover {
	text-decoration:underline;
}
.datetime {
	margin:0 0 1.5em 0;
	font-size:0.8em;
}
/* Blog comments 
*************************************************************************/
#comments {
	clear:both;
	margin:30px 0 0 0;
}
.comment {
	padding:20px 20px 0;
/*	margin:0 0 2px 0;*/
	min-height:100px;
	border-top:1px dotted #427A96;
	background:url(img/bg-bluealpha.png);	
}
.commenttext {
	z-index:10;
	clear:both;
	float:left;
	margin:0;
	padding:20px 0;
}
.commenttext a {
	max-width:560px;	
}
.commenter {
	font-size:0.90em;
}
.commenter a {
	text-decoration:none;
	max-width:560px;
}
.commenter a:hover {
	text-decoration:underline;
}
.commenter p {
	margin:0;
}
.commenter img {
	float:left;
	display:block;
	width:40px;
	height:40px;
	padding:5px;
	margin:3px 10px 0 0;
	background:url(img/bg-img-gravatar-alpha.png) no-repeat;
}
.permlink {
	padding:0 20px 0 0;
	background:url(img/icon-anchor-alpha.png) right center no-repeat;
	font-size:0.90em;
	text-decoration:none;
}
#respond {
	clear:both;
	margin:30px 0 0 0;
}	
.commentername {
	font-size:1.5em;
	padding:7px 0 0 0;
}
.author {
	background:none;
	background:#165A81;
}
.author .commenttext {

}
.author a,.author a:visited {
/*	color:#006CA8;*/
}
.comment blockquote {
	margin:20px;
	padding:10px;
	border-left:5px solid #427A96;
	background:#165A81;
}

/* Comment Form
*************************************************************************/
#commentform label {
	float:none;
	clear:none;
	display:block;	
	width:auto;
	font-size:0.90em;
	margin:0 0 3px 0;
}
#commentform input {
	float:none;
	width:200px;
	margin:0 0 5px 0;
	background:#FFF url(img/bg-field-210.png) no-repeat;	
}
#commentform textarea {
	float:none;
	margin:0;
}
#commentform .left {
	float:left;
	width:200px;
	margin:0 30px 0 0;
}
#commentform .right {
	position:relative;
	float:right;	
	width:360px;
}
#commentform #submit {
	position:absolute;
	bottom:0;
	left:-236px;
	width:210px;
	height:40px;
	line-height:36px;
	background:url(img/button.png) no-repeat;
}

/* TRackbacs & related posts
*************************************************************************/
#posttail {
	margin:60px 0 0 0;
	padding:20px 0 0 0;
	clear:both;
	border-top:1px dotted #427A96;
}
#trackbacks {
	width:600px;
	margin:0;
	width:100%;
}
#relatedposts {
	float:left;
	width:270px;
}
#trackbacks .arrowlist,
#relatedposts .arrowlist {
	font-size:0.90em;	
}

/* Next / Previous
*************************************************************************/
#navigation {
	margin:30px 0 0 0;
	padding:20px 0 0 0;
	clear:both;
	border-top:1px dotted #427A96;	
}
#navigation h3 {
	margin-top:0;
}
#navigation.short {
	margin-right:0;
}
#navigation .left {
	width:50%;
	float:left;
}
#navigation .right {
	width:50%;
	float:right;
	text-align:right;
}
#navigation .left a {
	padding:0 0 0 15px;
	background:url(img/arrow-left.png) 0 6px no-repeat;
}
#navigation .left a:hover {
	color:#FFF;
	background:url(img/arrow-left-white.png) 0 6px no-repeat;
}
#navigation .right a {
	padding:0 15px 0 0;
	background:url(img/arrow-right.png) 100% 6px no-repeat;
}
#navigation .right a:hover {
	color:#FFF;
	background:url(img/arrow-right-white.png) 100% 6px no-repeat;
}

/* Forms
*************************************************************************/
form {
	padding:0;
	margin:0;
}
legend {
	display:none;
}
fieldset {
	padding:0;
	border:none;
}
label {
	color:#B3E3FF;
	float:left;
	width:80px;
}
input,
textarea,
select {
	background:#FFF url(img/bg-field-210.png) no-repeat;
	color:#145074;
	border:none;
	height:17px;
	padding:2px 5px;
	margin:0 5px 0 0;
	font: normal 1em/normal Verdana,"Lucida Sans Unicode","Lucida Sans",Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;	
	float:left;
}
textarea {
	width:350px;
	height:186px;
	background:#FFF url(img/bg-field-textarea.png) no-repeat;		
}
select {
	height:19px;
	width:135px;
	padding:0 0 0 5px;
	font: normal 0.95em/normal Verdana,"Lucida Sans Unicode","Lucida Sans",Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;		
	background:#FFF url(img/bg-field-140.png) no-repeat;	
}
.w140{
	width:130px;
	background:#FFF url(img/bg-field-140.png) no-repeat;	
}
.w210{
	width:200px;
	background:#FFF url(img/bg-field-210.png) no-repeat;		
}
.w220{
	width:210px;
	background:#FFF url(img/bg-field-220.png) no-repeat;
}
.w360 {
	width:350px;
	background:#FFF url(img/bg-field-360.png) no-repeat;
}
button.buttongo {
	background:url(img/button-go-blank.png) no-repeat;
	color:#006CA8;
	font: bold 1.3em/1 Candara,Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif;
	width:43px;
	height:21px;
	padding:0;
	border:none;
	text-transform:uppercase;	
}
button {
	color:#006CA8;
	font: bold 1.3em/1 Candara,Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif;
	width:210px;
	height:40px;
	padding:0;
	border:none;
	background:url(img/button.png) no-repeat;
	text-align:center;
}

/* My Blog Log
*************************************************************************/
body table#MBL_COMM {
	}
body table#MBL_COMM td {
	padding:5px;
	vertical-align:top;
}
body table#MBL_COMM th.mbl_h {
	text-align:left;
	font: bold 1.8em/normal Corbel,Candara,Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin:0 0 10px 0;	
}
body table#MBL_COMM td.mbl_join_img {
	cursor:pointer;
	width:26px;
	margin:0;
	background-color:#145074;
	}
body table#MBL_COMM td.mbl_join {
	cursor:pointer;
	text-align:left;
	background-color:#145074;
	font-size:80%;
	margin:0;
	}
body table#MBL_COMM td.mbl_join a {
	display:block;
	width:200px;
	overflow:hidden;
	font-weight:normal;
	border:0;
	color:#B3E3FF;
	}
body table#MBL_COMM td.mbl_join a:hover {
	border:0;
	}
body table#MBL_COMM td.mbl_img {
	cursor:pointer;
	width:26px;
	padding:2px 2px;
	margin:0;
	background-color:#145074;
	}
body table#MBL_COMM td.mbl_fo_hidden {
	font-weight:bold;
	line-height:normal;
	font-size:80%;
	text-align:left;
	}
body table#MBL_COMM td.mbl_fo_hidden a,
body table#MBL_COMM td.mbl_fo_hidden a:visited {
	color:#B3E3FF;
	text-decoration:underline;
	}
body table#MBL_COMM td.mbl_fo_hidden a:hover,
body table#MBL_COMM td.mbl_fo_hidden a:hover:visited {
	color:#FFF;
	text-decoration:underline;	
	}	

/* Subscribe to comments
*************************************************************************/
#commentform .subscribe-to-comments {
	padding:15px 0 0 0;
}

#commentform .subscribe-to-comments label {
	width:auto !important;
	padding:0;
	margin:0;
	float:left;
}

#commentform .subscribe-to-comments input {
	padding:0;
	margin:0 5px 0 0;
	border:none !important;
	background:none !important;
	float:left;
}

/* Centering unknown width
*************************************************************************/
.centerall {
	clear:both;
	display: table;
	margin:0 auto;
}
.shrinkwrap {
	display: table-cell;
}

/* Category template
*************************************************************************/
.twocol {
	width:600px;
	float:left;
}
.onecol {
	width:270px;
	margin:0 0 0 60px;
	float:left;
}
.onecol h2 {
	font-size:2.2em;
	margin-top:0;
}
/* Services
*************************************************************************/
#main .service {
	clear:both;
	padding:30px 0 10px;
/*	border-bottom:1px dotted #427A96;*/
}
#main .service h2 {
	margin-top:0;
}
#main .service img {
	clear:both;
	float:right;
	display:block;
	padding:10px 10px 12px 10px;
	margin:0 0 0 30px;	
	background:url(img/bg-img-small-alpha.png) no-repeat;
	color:#006CA8;
}
#getintouchnow {
	margin:30px 0 0 0;
	padding:30px 0 0 0;
	min-height:200px;
	font-size:1.6em;
	line-height:1;
	text-align:center;
}
#getintouchnow span {
	font-size:1.2em;
	font-weight:bold;	
	line-height:1;
}
#getintouchnow img {
	margin:0 15px;
	vertical-align:middle;
}
/* 404
*************************************************************************/
.fourohfour #content {
	padding:20px 0 0 0;
	margin-top:-20px;
	background:url(img/404.png) 410px 0  no-repeat;
}
/* Now booking
*************************************************************************/
#nowbooking {
	float:left;
	margin:-20px 20px 0 0;
}