@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


@font-face {
    font-family: 'columbian-stroke';
    src:url('css/fonts/columbian-stroke.ttf.woff') format('woff'),
        url('css/fonts/columbian-stroke.ttf.svg#columbian-stroke') format('svg'),
        url('css/fonts/columbian-stroke.ttf.eot'),
        url('css/fonts/columbian-stroke.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Splendid-66';
    src:url('css/fonts/Splendid-66.ttf.woff') format('woff'),
        url('css/fonts/Splendid-66.ttf.svg#Splendid-66') format('svg'),
        url('css/fonts/Splendid-66.ttf.eot'),
        url('css/fonts/Splendid-66.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

img.framed {
	border: 20px solid #ccb089;
	border-image-source: url(images/wooden_frame.jpg);
	border-image-slice: 50 65;	
	
	}

.sig {
font-family: 'Homemade Apple', cursive;
	}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.gridContainer2 {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

#div1 {
}
.fullwidth {
	text-align: left;
	color: #5F5F5F;
}
.fullwidthbannertop {
}
.menuContainer {
}
.slider {
}
.mainContent {
}
.footer {
}
.logocenter {
}
.ewid {
}
.oneof3 {
width: 100%;
clear: both;
margin-left: 0;
}
.rightimage {
	margin-bottom: 2%;
	background-image: url(images/wood.jpg);
}
.rightbb {
}
.bboards {
}
.bboards2 {
}
.contact1 {
}
.centre {
	text-align: center;
}
.photos1 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

.gridContainer2{
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.fullwidth {
	text-align: left;
	color: #5F5F5F;
}
.fullwidthbannertop {
}
.menuContainer {
}
.slider {
}
.mainContent {
}
.footer {
}
.logocenter {
}
.ewid {
}
.oneof3 {
width: 100%;
clear: both;
margin-left: 0;
}
.rightimage {
	text-align: center;
	margin-bottom: 2%;
	background-image: url(images/wood.jpg);
}
.rightbb {
}
.bboards {
}
.bboards2 {
}
.contact1 {
}
.centre {
	text-align: center;
}
.photos1 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.gridContainer2 {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#div1 {
}
.fullwidth {
	text-align: justify;
	color: #5F5F5F;
}
.fullwidthbannertop {
	background-image: url(images/background-2530318.jpg);
	background-size: cover;
}
.menuContainer {
	background-color: #888361;
	background-image: url(images/menubg.jpg);
    padding-top: 4px;

}
.slider {
}
.mainContent {
}
.footer {
}
.logocenter {
	text-align: center;
	width: 39%;
	
	clear: none;
	float: left;
	bottom: 0;
	margin-bottom: 0.3%;
}
.ewid {
	width: 80%;
}
.oneof3 {
width: 23.7288%;
margin-left: 1.6949%;
clear: none;
}
.rightimage {
	width: 32%;
	float: right;
	border: thin dashed #2A2024;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 1%;
	background-image: url(images/wood.jpg);
	margin-top: 2%;
}
.rightbb {
	width: 22%;
	float: right;
	clear: none;
	margin-top: 1%;
}
.bboards {
	padding-top: 18px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 22px;
}
.bboards2 {
	padding-bottom: 8px;
	text-align: center;
}
.contact1 {
}
.centre {
	text-align: center;
	color: #5F5F5F;
}
.photos1 {
	width: 33%;
	float: right;
	margin-left: 2%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
