/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body {
	margin : 0 auto;
	padding : 0;
	font : 100%/1.4 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color : #222;
	text-align: center;
	/*background: url(../images/bg/lite-checker.gif);*/
	background-color:#fff;
	/*border-top: 4px solid #0e528c;*/
}
button, input, select, textarea {
	font-family : MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	color : #333;
}
/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
	font-family:  MuseoSlab300, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
h1 {
	font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 3em; /* 96 / 16 */
	line-height : 1em;
}

#logo h1{
	font-size:30px;
	padding:8px 0px 10px 5px;
	color:#222;
	
}

#logo{
	padding:0px;
	margin:0px;	
}
h2 {
	color: #222;
	margin-bottom : .5em;
	margin-top : .5em;
	font-size : 1.75em; /* 40 / 16 */
	line-height : 0.95em;
}
h3 {
	color: #222;
	margin-bottom : 0.3em;
	letter-spacing: -1px;
	font-size : 1.3em; /* 28 / 16 */
	line-height : 1.3;
}
h4 {
	color: #222;
	margin-bottom : 0.5em;
	font-size : 1em; /* 24 / 16  */
	line-height : 1.25;
}
footer h4 {
	color: #ccc;
}
h5 {
	color: #333;
	margin-bottom : 0.75em;
	font-size : 1em; /* 20 / 16 */
}
h6 {
	color: #555;
	font-size : 0.6em; /* 16 / 16  */
}
/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address {
	margin-bottom : 1.3em;
	font-size : 1em; /* 16 / 16 = 1 */
}
p {
	hyphens : auto;
	text-align:justify;
}
p.handwritten {
	font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 1.375em; /* 24 / 16 */
	line-height: 1.8em;
	margin-bottom: 0.3em;
	color: #666;
}
p.center {
	text-align: center;
}
.and {
	font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
	font-size: 1.5em; /* 24 / 16 */
}
.heart {
	font-family: Pictos;
	font-size: 1.5em; /* 24 / 16 */
}
ul, ol {
	margin : 0 0 1.5em 0;
	padding : 0 0 0 24px;
}
li ul, li ol {
	margin : 0;
	font-size : 1em; /* 16 / 16 = 1 */
}
dl, dd {
	margin-bottom : 1.5em;
}
dt {
	font-weight : normal;
}
b, strong {
	font-weight : bold;
}
hr {
	display : block;
	margin : 1em 0;
	padding : 0;
	height : 1px;
	border : 0;
	border-top : 1px solid #ccc;
}
small {
	font-size : 1em; /* 16 / 16 = 1 */
}
sub, sup {
	font-size : 75%;
	line-height : 0;
	position : relative;
	vertical-align : baseline;
}
sup {
	top : -.5em;
}
sub {
	bottom : -.25em;
}
.subtext {
	color: #666;
}
/* LINKS =============================================================================  */

a {
	color : #cc1122;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:visited {
	color : #ee3344;
}
a:focus {
	outline : thin dotted;
	color : rgb(0,0,0);
}
a:hover, a:active {
	outline : 0;
	color : #dd2233;
}
footer a {
	color : #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer a:visited {
	color : #fff;
}
footer a:focus {
	outline : thin dotted;
	color : rgb(0,0,0);
}
footer a:hover, footer a:active {
	outline : 0;
	color : #fff;
}
/* IMAGES ============================================================================= */

/*img {
	border : 0;
	max-width: 100%;
	min-width:50%;
}*/
img.floatleft {
	float: left;
	margin: 0 10px 0 0;
}
img.floatright {
	float: right;
	margin: 0 0 0 10px;
}
/* TABLES ============================================================================= */

table {
	border-collapse : collapse;
	border-spacing : 0;
	margin-bottom : 1.4em;
	width : 100%;
}
th, td, caption {
	padding : .25em 10px .25em 5px;
}
tfoot {
	font-style : italic;
}
caption {
	background-color : transparent;
}
/* FORMS ============================================================================= */

form {
	margin : 0;
}
fieldset {
	margin-bottom : 1.5em;
	padding : 0;
	border-width : 0;
}
legend {
*margin-left : -7px;
	padding : 0;
	border-width : 0;
}
label {
	font-weight : normal;
	cursor : pointer;
	display:block;
	margin:10px 0 0 0;
	position:relative;
	top:0;
	left:0;
}
label.inline {
	display:inline;
	margin:0;
}
label span {
	color:#666;
	font-size:0.9em;
}
label span.right {
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
}
label.disabled {
	color:#ccc;
}
button, search, input, select, textarea {
	font-size : 100%;
	margin : 0;
	vertical-align : baseline;
*vertical-align : middle;
}
button, input {
	line-height : normal;
*overflow : visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 0.3em 0.8em;
	margin: 0 0 1em 0;
	cursor : pointer;
	text-shadow:0 1px 0 #fff;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing : border-box;
	width:20px;
	display:block;
	float:left;
	height:20px;
}
input[type="search"] {
	box-sizing : content-box;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
padding : 0;
border : 0;
}
input {
	display:block;
	width:97%;
	margin:0 0 20px 0;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 6px #ccc;
	-webkit-box-shadow:inset 0px 1px 6px #ccc;
	box-shadow:inset 0px 1px 6px #ccc;
}
 input::-webkit-input-placeholder,  input:-moz-placeholder,  .placeholder {
 color:#bbb;
}
 input::-moz-focus-inner {
border:0;
}
input[disabled="disabled"], input.disabled {
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
}
textarea {
	width:97%;
	height:200px;
	margin:0 0 20px 0;
	border:1px solid #ccc;
	padding:5px;
	font-family:inherit;
	font-size:0.9em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0px 0px 6px #ccc;
	-webkit-box-shadow:inset 0px 1px 6px #ccc;
	box-shadow:inset 0px 1px 6px #ccc;
	overflow : auto;
	vertical-align : top;
}

/* Colors for form validity */
input:valid, textarea:valid {
/* Styles */ }
 input:invalid, textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00;
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00;
}
 .no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
background-color : #ccc;
}

button {
	margin:3px 0 0.8em 0px;
	padding: .4em .95em;
	*padding: .2em .9em;
	cursor: pointer;
	border: 1px solid #c3c3c3;
	letter-spacing: 0; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	color: #333;
	
	/* Text shadow */
	text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	
	/* Required for IE width issue */
	width: auto;
	overflow: visible;
	
	/* Rounded corners */
	border-radius: 1.2em;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	
	/* Base background colour */
	background-color: #f2f2f2;
	
	/* Background gradient - transparent to opaque*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(211,211,211,0)), to(rgba(211,211,211,1)) );	background-image: -moz-linear-gradient(top, rgba(211,211,211,0), rgba(211,211,211,1));
	background-image: -o-linear-gradient(rgba(211,211,211,0),rgba(211,211,211,1)); /* Opera11.10+ */
	background-image: -ms-linear-gradient(top, rgba(211,211,211,0) 0%,rgba(211,211,211,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3d3d3', endColorstr='#ffd3d3d3'); /* IE6-9 */
	
	/* Drop shadow and inset highlights */
	-webkit-box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, .3),
		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 1px rgba(0, 0, 0, .1);
	
	-moz-box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .3),
		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 1px rgba(0, 0, 0, .1); 
	
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, .3),
  		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 1px rgba(0, 0, 0, .1);
	}

button::-moz-focus-inner {
	border: none;
	}
	
button:hover {
	/* Background colour lightens up */
	background-color: #fcfcfc;
	
	/* Drop shadow and inset highlights */	
	-webkit-box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, .3),
		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 3px rgba(0, 0, 0, .4);
	
	-moz-box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .3),
		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 3px rgba(0, 0, 0, .4);
	
	box-shadow: 
		inset 0 1px 0 rgba(255, 255, 255, .3),
  		inset 0 -1px 1px rgba(255, 255, 255, .2),
			  0 1px 3px rgba(0, 0, 0, .4);
	}

button:active,
button.active,
button.bookingActive,
button.primaryActive {	
	position: relative;
	top: 1px;
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	
	/* Box shadow and inset highlights */
	-webkit-box-shadow: 
		0 1px 0 rgba(255, 255, 255, 1),
		inset 0 1px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 
		0 1px 0 rgba(255, 255, 255, 1),
		inset 0 1px 5px rgba(0, 0, 0, .5);		
	box-shadow: 
		0 1px 0 rgba(255, 255, 255, 1),
		inset 0 1px 5px rgba(0, 0, 0, .5);
	}

/*  MAIN LAYOUT	============================================================================= */

#skiptomain {
	display: none;
}
#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
	margin:0 auto;
	padding:0 0 20px 0;
	clear:both;
	/*border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;*/
	
}
#headcontainer {
	width: 100%;
	padding:0px;
	margin:0px;
	/*background:url(../images/bg/bg-wood.gif);*/
	/*background:url(../images/bg/blue-bg.gif) bottom repeat-x;*/
}
header {
	clear: both;
	width: 100%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 0px;
	position: relative;
	color: #222;/*text-align: center;*/

	
}
#banner img {
	width:100%;
	height:auto;
}
#banner{
	/*border-top:1px solid #2a2a2a;
	border-bottom:3px solid #222;*/

}
#maincontentcontainer {
	width: 100%;
}
.standardcontainer {
}
.darkcontainer {
	background: rgba(102, 102, 102, 0.05);
}
.lightcontainer {
	background: rgba(255, 255, 255, 0.25);
}
#maincontent, #panels, #content{
	clear: both;
	/*width: 95%; /* 1000px / 1250px */
	font-size: 0.9em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 0 0 1em 0px;
	color: #222;
	line-height: 1.5em;
}

#maincontent, #content{
	width: 95%;
	margin-top:10px;
}

#panels{
	width: 100%;
}


#footercontainer {
	width: 100%;
	/*background:url(../images/bg/bg-wood.gif) bottom left;*/
	background:#222;
}
footer {
	clear: both;
	width: 90%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 12px 0px;
	color: #ededed;
	text-align:center;
}
footer strong {
	font-size: 1.077em; /* 14 / 13 */
	color: #aaa;
}
footer a:link, footer a:visited {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}
strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}
/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);
}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}
.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	display:block;
	width:0; /* Firefox 3.0 damage limitation */
}
.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}
.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}
/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
}
/*  COLUMNS  ============================================================================= */

.twocolumns {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
}
/*  BUTTONS  ============================================================================= */


/* Navigation
------------------------------ */
.button {
   overflow: hidden;
   -webkit-border-radius: 3px; 
   -moz-border-radius: 3px; 
   border-radius: 3px;  
   border-right: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   color: #333;
   background-color: #eee;
   text-decoration: none;
   font-size:1.2em; 
}
.button:hover,
.button:focus {
   background-color: #f0f0f0;
   border-color: #eee;
}

/*  GLOBAL OBJECTS ============================================================================= */

.breaker {
	clear: both;
}
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
/* VENDOR-SPECIFIC ============================================================================= */

html {
	-webkit-overflow-scrolling : touch;
	-webkit-tap-highlight-color : rgb(52,158,219);
	-webkit-text-size-adjust : 100%;
	-ms-text-size-adjust : 100%;
}
.clearfix {
	zoom : 1;
}

::-webkit-selection {
	background : rgb(23,119,175);
	color : rgb(250,250,250);
	text-shadow : none;
}

::-moz-selection {
	background : rgb(23,119,175);
	color : rgb(250,250,250);
	text-shadow : none;
}

::selection {
	background : rgb(23,119,175);
	color : rgb(250,250,250);
	text-shadow : none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance : button;
}

::-webkit-input-placeholder {
	font-size : .875em;
	line-height : 1.4;
}
 input:-moz-placeholder {
	font-size : .875em;
	line-height : 1.4;
}
.ie7 img, .iem7 img {
	-ms-interpolation-mode : bicubic;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing : border-box;
	width:20px;
	display:block;
	float:left;
	height:20px;
}
input[type="search"] {
	-webkit-box-sizing : content-box;
	-moz-box-sizing : content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding : 0;
	border : 0;
}
p {
	/* http://www.w3.org/TR/css3-text/#hyphenation */
	-webkit-hyphens : auto;
	-webkit-hyphenate-character : "\2010";
	-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;
	-moz-hyphens : auto;
}

/*************************Main Layout Settings************************/

/************** General*************/

#maincontent a, #content a{
	text-decoration: underline;
	color:#FF6600;
	font-size:1em;
	letter-spacing:.05em;
}

select{
	font-size:1em;
}

/* Contact , Download , fAQ , Testimonials, guestbook
------------------------------ */
#boxset, .comment{
	width:auto;
	background-color:#ededed;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #CCCCCC;
	padding:10px 10px 5px 10px;
	font-size:0.9em;
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
	text-align:justify;
}

.comment{
	display:none;
	margin-bottom:10px;
	min-height:100px;
	background-color:#fff;
}

.title{
	font-weight:bold;
	padding:0px 0px 6px 0px;
	font-size:1em;	
}

.cat_title{
	font-size:1.2em;
	color: #000;
	margin-bottom:10px;
}

.imgbox{
	width:130px;
	height:130px;
	border:1px solid #ccc;
	padding:3px;	
	float:left;
	margin:0px 10px 5px 0px;
}

.readmore{
		
}

   .date{
		font-size:0.9em; 
		clear:both;  
		line-height:13px;
		margin:5px 0;
   }
   
/* Product
------------------------------*/

.products{
	text-align:center;
	line-height:15px;
	margin-bottom:15px;
}
 
.price{
	font-size:0.8em;
	color:#ff0000;
}

/* Contact
------------------------------ */
label{
	min-width:60px;
	width:60px;
	display:inline-block;	
	
}

#top_nav {
	position:absolute;
	width:auto;
	height:23px;
	bottom:0px;
	right:5px;
	z-index:1000;	
	background: url(../images/bg/arrow-up.png) no-repeat 0 2px;
	text-align:center;
	font-size:0.85em;
	padding:5px 8px 2px 20px;
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;  
}

#top_nav a{
	color:#222;
	text-decoration:none;
}
