/*
Theme Name: Blue Lagoon
Theme URI: http://www.purplewebdev.co.uk/
Description: Blue Lagoon Theme for Vacation Property
Version: 1.0
Author: Pete Wan
Author URI: http://www.purplewebdev.co.uk/
*/
/******** Begin Globals ********/

/* Begin http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%; 
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
/* End http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

/* Zero all for debugging ONLY
* 
    {
    margin: 0;
    padding: 0;
    border: 0;
} 
*/

/* Begin http://www.christianmontoya.com/2007/02/01/css-techniques-i-use-all-the-time/ */


/* End http://www.christianmontoya.com/2007/02/01/css-techniques-i-use-all-the-time/ */


/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* Remove blue linked image borders */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

p, ul, ol { 
	margin:0;
	padding:0 0 1.25em 0;
	}

ul, ol { padding:0 0 1.25em 2.5em; }

blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
	}

small { font-size:0.85em; }

img { border:0; }

sup {
	bottom:0.3em;
	position:relative;
	vertical-align:baseline;
	}

sub {
	bottom:-0.2em;
	position:relative;
	vertical-align:baseline;
	}

# acronym, abbr {
	cursor:help;
	border-bottom:1px dashed;
	letter-spacing:1px;
	}

/******** End Globals ********/

/******** Begin Links ********/

a, a:link, a:visited, a:hover {	text-decoration:underline; }
/******** End Links ********/

/******** Begin Forms ********/
#

# form {
	display:inline;
	margin:0;
	padding:0;
	}

input, select, textarea {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

input.text {
    border: 1px solid #999;    
    padding: 3px;
} 

textarea {
	line-height:1.25;
	width:80%;
	}

label {
	cursor:pointer;
	}


input.submitBtn {
    border: none;
    background: url("images/submitbtn.gif") no-repeat top left;
	width: 90px;
	height: 20px;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

input.submitBtn:hover {
    background: url("images/submitbtn-hover.gif") no-repeat top left;
}

/******** End Forms ********/


/******** Begin Tables ********/

table {
	border:0;
    border-collapse: collapse; 	
	border-spacing: 0;
	margin:0 0 1.25em 0;
	padding:0;
	}

table tr td {
	padding:2px;
	}

caption, th, td {
	font-weight: normal;
	text-align: left;
	}

/******** End Tables ********/


/******** Begin Global Classes ********/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }


.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.bullet      { list-style-type: disc; }

.warning		{ color: #FF0000; }

/******** End Global Classes ********/

/******** Begin Typography ********/

h1 {
	font-size: 3.6em;
	}
h1 a {
	display: block;
	}
h1 img {
	display: none;  /* hide for screen. Show for printing in print.css */
	}
	
/******** End Typography ********/

/******** Begin Theme Specific ********/

/******** Begin @group GLOBALS ********/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; 
	background:#333 url("images/bg-body.gif");
	}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}	

h2 {
	color: #94C600; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0 0 8px 0;
	padding: 0;
}	

h3 {
	color: #94C600; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0 2px 0;
	padding: 0;
}	

h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}	

p {
	font-size: 11px;
	margin: 0 0 13px 0;
	padding: 0;
	line-height: 180%;
	}
	
td {
	font-size: 11px;
	}	
th {
	font-size: 11px;
	font-weight: bold;
	}	

input, textarea {border-right: #222222 1px solid; padding-right: 0px; border-top: #222222 1px solid; padding-left: 0px; font-size: 11px; padding-bottom: 0px; border-left: #222222 1px solid; color: #000000; padding-top: 0px; border-bottom: #222222 1px solid}

input.button {
    border: none;
    background: url("images/submitbtn.gif") no-repeat top left;
	width: 90px;
	height: 20px;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

input.button:hover {
    background: url("images/submitbtn-hover.gif") no-repeat top left;
}

a, li {
	color: #fff;
	}

a:link {
	text-decoration: underline;
	}
a:visited {
	color: #eee;
	text-decoration: underline;
	}
a:hover,
a:active {
	color: #94C600;
	text-decoration: underline;
	}
	
	
/*
a:link img.borderSmall,
a:visited img.borderSmall {
	border: 1px solid #ccc;	
	padding: 3px;
	}
	
a:hover img.borderSmall,
a:active img.borderSmall {
	border: 1px solid #94C600;	
	padding: 3px;
	}

img.TnImgBorder {
	border: 1px solid #ccc;	
	padding: 3px;
	}
img.LargeImgBorder {
	border: 1px solid #ccc;	
	padding: 4px;
	}
*/	

/******** End @group GLOBALS ********/

/******** Begin @group LAYOUT ********/
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background:url("images/bg-container.png") top center repeat-y;
	text-align: left;
	}

#content {
	clear: both;
	margin: 0px 30px 0px 30px;
	padding: 10px 0 10px 0;
	background-color: #2D4C78;
	}

/******** Begin Header ********/

#header {
	width: 960px;
	height: 100px;
	background:#fff url("images/bg-header.png") top left no-repeat;
	margin: 0 0 0 20px;
	padding: 0;
}

#header h1 {
	display: block;
	margin: 25px 0 0 0;
	padding: 0;
	text-indent: -9999px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #94C600;
	}

h1 a {
	width: 515px;
	height: 75px;
	background: url("images/logo.png") no-repeat;
	text-indent: -9999px;
	}

#logo {
	float:left;
	width: 515px;
	margin: 0 0 0 10px;
	padding: 0;
}	

#telNo {
	float: right;
	width: 320px;
	margin: 10px 10px 0 0;
}

*html #telNo {
	display: inline;
	}

#navHeader {
	width: 940px;
	height: 28px;
	background:#fff url("images/navbar.png") top left no-repeat;
	margin: 0 0 0 30px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
*html #navHeader {
	display: inline;
	}

#navHeader ul {
	margin: 0;
	padding: 5px 0 0 20px;
	}
	
#navHeader li {
	display: inline;
	color: #fff;
	font-size: 11px;
	padding: 0 15px 0 15px;
	}

#navHeader li a:link,
#navHeader li a:visited {
	color: #efefef;
	text-decoration: none;
	}
#navHeader li a:hover,
#navHeader li a:active {
	color: #fff;
	text-decoration: underline;
	}

/******** End Header ********/

/******** Begin Content ********/
img.photo {
	border: 1px solid #ccc;
	padding: 3px;
	}
	
img.float-left {
	float: left;	
	margin: 0 15px 15px 0;
	}

img.float-right {
	float: right;	
	margin: 0 0 15px 15px;
	}

#indexTwoColumn_SR {
	float: left;
	width: 590px;
	margin: 0;
	padding: 0;
	}	
* html #indexTwoColumn_SR {
	display: inline; /* IE Double margin hack */
}
	
#primaryTopTwoColumn_SR
 	{
	float: left;
	width: 570px;
	margin: 0px 10px 0 10px;
	padding: 10px;
	background-color: #0B224B;
	color: #fff;
	}

* html #primaryTopTwoColumn_SR {
	display: inline; /* IE Double margin hack */
}	
	
#primaryMiddleTwoColumn_SR
 	{
	float: left;
	width: 570px;
	margin: 10px 10px 0 10px;
	padding: 10px;
	background-color: #0B224B;
	color: #fff;
	}

* html #primaryMiddleTwoColumn_SR {
	display: inline; /* IE Double margin hack */
}

#pageOneColumn
 	{
	float: left;
	width: 900px;
	margin: 0 10px 0 10px;
	padding: 10px;
	background-color: #0B224B;
	color: #fff;
	}

* html #pageOneColumn {
	display: inline; /* IE Double margin hack */
}	

/******** End Content ********/


/******** Begin Sidebar ********/
#sidebar {
	float: right;
	width: 320px;
	margin: 0 10px 0 0;
	}
* html #sidebar {
	display: inline; /* IE Double margin hack */
}

#sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	background-color: #2D4C78;
	color:#fff;
	margin:0px 0px 5px 0px;
	padding:5px 10px;
	}

#sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color:#333;
	margin: 3px 0px 0px 0px;
	padding:0px 10px;
	}

#sidebar p {
	margin: 3px 10px 10px 10px;
	color: #fff;
	}
	
#sidebar ul {
	margin: 10px 10px 10px 20px;
	padding: 0;
	}	

#sidebar li {
	list-style-type: disc;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 150%;
	}

#sidebar-gallery {
	width: 300px;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #0B224B;
	}

*html #sidebar-gallery {
	display: inline;
	}
	
#sidebar-gallery img {
	border: 1px solid #ccc;
	padding: 3px;
	float: left;	
	margin: 2px;
	}

#sidebar-top,
#sidebar-middle,
#sidebar-bottom {
	width: 300px;
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;	
	background-color: #0B224B;
	}

* html #sidebar-middle {
	display: inline; /* IE Double margin hack */
}

* html #sidebar-top {
	display: inline; /* IE Double margin hack */
}

* html #sidebar-bottom {
	display: inline; /* IE Double margin hack */
}

/******** End Sidebar ********/

/******** Begin Footer ********/

#footer {
	width: 1000px;
	height: 150px;
	background: url("images/bg-footer.png") bottom left no-repeat;
	margin: 0 0 0 0px;
	padding: 0;
}

/******** End Footer ********/

/******** Begin Credits ********/

#credits {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #999;
	font-size: 10px;
	}
	
/******** End Credits ********/

/******** Begin Tables ********/
table.pricing {
	width: 350px;
	margin: 0 20px 20px 20px;
	padding: 1px;
}	

.pricing td, .pricing th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	margin: 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #0B224B;
	background-color: #2D4C78;
	width: 80px;
	text-align: center;
}

.pricing td.first, .pricing th.first {
	width: 200px;
	text-align: left;
	padding: 2px 2px 2px 10px;
}
/******** End Tables ********/

/******** Begin Misc ********/
.more {
	text-align: right;
	margin: 0 20px 20px 20px;
}

.more a {
	color:#CCC;
	font-size: 11px;
	text-decoration:underline;
	font-weight:bold;
	}

.more a:hover {
	color: #99CC00; 
}
/******** End Misc ********/

/******** End @group LAYOUT ********/

/******** End Theme Specific ********/

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* EOF */


