
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */
/*//CSS KEY////////////////////////////////////////////////////////////////////////

1) BASICS
	 1.0) General - CSS Reset
	 1.1) Default HTML Tags (h1, h2 etc)
	 1.2) Site Tools (.float_left, clearfix etc )
	 1.3) Divs Structure (#header, #column1 etc)
	 
2) DIV-AREA-SPECIFIC-CSS
	2.1) Header
	2.2) Column1
	2.3) Column2
	2.4) Column3
	2.5) Footer
	2.6) SideBox

3) NAVIGATION
	3.1) Primary Navigation
	3.2) Secondary Navigation
	
4)	FORMS
	4.1) Basic Form Styles
	4.2) Status boxes
	
5) MODULES
	5.1) News module

6) UNCLASSIFIED 
	(Any styles that you havent classified or are yet to be sorted put here temporarily)

7) CSS RECYCLE BIN
	(Any styles you delete that you might want back)
	
	
////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////// */
/*///////////////////////////////////////////////////////////////////////// */

/*///////////////////////////////////////////////////////////////////////// */
/*#1-BASICS---xxxxxxxxxxxxxxxxxxxxxxxx------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */


/*#1.0-General - Css reset------------------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */
* {         
	padding:0;         
	margin:0;     
}     
.left { 
	float:left; 
}     
.right { 
	float:right; 
}     
.clear { 
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
	display: block;
	width: 0px;
} 

/*#1.1 Default HTML Tags (h1, h2 etc)-------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */     
a img { 
	border:none; 
}

#site {
	background-image: url(../media/siteImages/body-background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF4EE;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#site fieldset {
	margin-right: 15px;
	margin-left: 15px;
	display: block;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 475px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#site fieldset p {
	margin-left: 0px;
}



/*#1.2-site-tools---------------------------------------------------------*/
/*/////////////////////////////////////////////////////////////////////// */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.map {
	padding: 2px;
	border: 2px solid #55B764;
	margin-bottom: 15px;
}

.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}  

.thumb-right {
	float: right;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	display: block;
	margin-bottom: 5px;
	border:0;
}

.thumb-left {
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	display: block;
	margin-bottom: 5px;
}

.thumb-below {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	clear: both;
	display: block;
	margin-bottom: 5px;
}



/*1.3) Divs Structure (#header, #column1 etc)------------------------------ */
/*///////////////////////////////////////////////////////////////////////// */  
	 

#site #header {
	height: 153px;
	background-image: url(../media/siteImages/header-detail.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#site #container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#site #content {
	background-image: url(../media/siteImages/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding-bottom: 15px;
	background-color: #FFFEFC;
}

#site .heading1 {
	display: block;
	height: 70px;
	width: 560px;
	padding-bottom: 8px;
	text-indent: -9000px;
	background-image: url(../media/siteImages/heading-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#site h2.heading1 {
	color: #fff;
	border: none!important;
	padding:4px!important;
}

#site .heading_wrapper h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 2em;
}
#site .heading_wrapper {
	height: 50px;
	padding-top: 28px;
	padding-left: 15px;
	display: none;
}

#site #column-1 {
	float: left;
	width: 560px;
}

#site #column-2 {
	float: left;
	width: 250px;
}

#site #footer-container {
	width: 100%;
	clear: both;
	background-image: url(../media/siteImages/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #607B5C;
	height: 150px;
}
#site #footer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../media/siteImages/footer-detail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	height: 130px;
	text-align: center;
}

#site #TopRightBox2 {
	display: none;
}

#site #WeatherBox {
	display: none;
}


/*///////////////////////////////////////////////////////////////////////// */  
/*2) DIV-AREA-SPECIFIC-CSS------------------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */  


/*2.1) Header-------------------------------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */

#site #header p {
	color: #462321;
	line-height: 1.5em;
}
#site #header a {
	color: #462321;
}
#site #header a:hover {
	color: #895F49;
}
#site #header strong {
	font-weight: bold;
	color: #7B4A2A;
}
#site #logo {
	height: 110px;
}
#site #logo .right {
	text-align: right;
}


/*	2.2) Column1------------------------------------------------------------ */
/*///////////////////////////////////////////////////////////////////////// */

#site #column-1 h1 {
	font-weight: normal;
	color: #462321;
	font-size: 1.5em;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AA763D;
	margin-right: 25px;
	margin-left: 15px;
	display: block;
	text-transform: capitalize;
}
#site #column-1 h1 em {
	color: #AA763D;
	float: right;
	display: block;
	font-size: 0.7em;
	padding-top: 10px;
}

#site #column-1 #contentMain h2 {
	font-weight: normal;
	color: #462321;
	font-size: 1.5em;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AA763D;
	margin-right: 25px;
	margin-left: 15px;
	display: block;
	text-transform: capitalize;
}
#site #column-1 #contentMain h2 em {
	color: #AA763D;
	float: right;
	display: block;
	font-size: 0.7em;
	padding-top: 10px;
}

#site #column-1 h3 {
	font-weight: normal;
	color: #462321;
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-left: 15px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDA975;
}
#site #column-1 p {
	margin-right: 25px;
	margin-bottom: 15px;
	font-size: 0.8em;
	color: #462321;
	line-height: 1.5em;
	margin-left: 15px;
}
#site #column-1 ul {
	margin-left: 30px;
	padding-left: 5px;
	margin-bottom: 15px;
	list-style-type: circle;
	line-height: 1.3em;
}
#site #column-1 li, #site #column-1 li li{
	font-size: 0.8em;
	color: #462321;
}
#site #column-1 ul li a {
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFF4EE;
	margin-bottom: 3px;
}
#site #column-1 ul li a:hover {
	color: #FFFFFF;
	background-color: #462321;
}
#site #column-1 a {
	color: #462321;
}
#site #column-1 a:hover {
	color: #AA763D;
}
#site #column-1 table {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 0.9em;
	color: #462321;
}

#site #column-1 tr {
}
#site #column-1 td {
	font-size: 0.8em;
}

#site #column-1 .biglink {
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFF4EE;
}
#site #column-1 .biglink:hover {
	color: #FFFFFF;
	background-color: #462321;
}


/*	2.3) Column2------------------------------------------------------------ */
/*///////////////////////////////////////////////////////////////////////// */



/*	2.5) Footer------------------------------------------------------------ */
/*///////////////////////////////////////////////////////////////////////// */

#site #footer p {
	margin-right: 25px;
	margin-bottom: 15px;
	font-size: 0.9em;
	color: #FFF4EE;
	line-height: 1.2em;
	margin-left: 15px;
}
#site #footer strong {
	color: #20572F;
	font-style: italic;
	font-weight: normal;
}
#site #footer a {
	color: #FFFFFF;
}
#site #footer a:hover {
}

/*	2.6) SideBox ---------------------------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */

#site .sidebox-container {
	background-image: url(../media/siteImages/sidebox-background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 5px;
}
#site .sidebox-container ul {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #AA763D;
	margin-left: 10px;
}
#site .sidebox-container li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E0DE;
}
#site .sidebox-container p {
	color: #462321;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
#site .sidebox-container a {
	color: #462321;
	text-decoration: none;
	display: block;
	padding: 1px;
	margin-right: 10px;
}
#site .sidebox-container a:hover {
	color: #FFFFFF;
	background-color: #BF8C4F;
}
#site .sidebox-header {
	background-image: url(../media/siteImages/sidebox-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 45px;
	padding-bottom: 3px;
	padding-left: 50px;
	padding-right: 25px;
}
#site .sidebox-header h3 {
	font-weight: normal;
	color: #462321;
	font-size: 1.3em;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA763D;
}
#site .sidebox-footer-1 {
	display: block;
	background-image: url(../media/siteImages/sidebox-footer-1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 75px;
}
#site .sidebox-footer-2 {
	display: block;
	background-image: url(../media/siteImages/sidebox-footer-2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 75px;
}
#site .sidebox-footer-3 {
	display: block;
	background-image: url(../media/siteImages/sidebox-footer-3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 75px;
}
#site .sidebox-footer-4 {
	display: block;
	background-image: url(../media/siteImages/sidebox-footer-4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 75px;
}


/*///////////////////////////////////////////////////////////////////////// */  
/*3) NAVIGATION------------------------------------------------------------ */
/*///////////////////////////////////////////////////////////////////////// */

/*	3.1) Primary Navigation------------------------------------------------ */
/*///////////////////////////////////////////////////////////////////////// */

#site #navigation {
	height: 43px;
}

#site #navigation ul {
	list-style-type: none;
}

#site #navigation li {
	display: block;
	float: left;
}

#site #navigation a {
	text-align: center;
	display: block;
	float: left;
	width: 113px;
	padding-top: 15px;
	font-size: 0.8em;
	font-weight: normal;
	color: #BF8C4F;
	text-decoration: none;
	background-image: url(../media/siteImages/navigation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#site #navigation ul li a {
	height:28px;	
}

#site #navigation a:hover {
	color: #462222;
	background-position: center -43px;
	cursor: hand;
}

#site #navigation .focused {
	color: #462222;
	background-position: center -43px;
}

#site #navigation .level1 a {
	background-color: #FFF4EE;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDAC6;
	height:28px;
}

#site #navigation .level2 a {
	background-color: #F3E7DB; /*#DFD8D0;*/
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF4EE;/*#FFDAC6;*/
	width: auto;
	padding: 10px 5px 0 5px;
	font-size:11px;
	height:22px;
}

#site #navigation .level3 a {
	background-color: #F3E7DB; /*#DFD8D0;*/
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF4EE;/*#FFDAC6;*/
	width: auto;
	padding: 15px 5px 0 5px;
}

/*	3.2) Secondary Navigation---------------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */

#site #subnav {
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#site #subnav ul {
	list-style-type: none;
}
#site #subnav li {
	float: left;
}
#site #subnav a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
}
#site #subnav a:hover {
	text-decoration: underline;
}

/*///////////////////////////////////////////////////////////////////////// */
/*4)	FORMS-------------------------------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */
	
	
/*	4.1) Basic Form Styles------------------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */
	
#site .formTxtBox {
	width: 65%;
	height: 20px;
	background-color: #FFFFFF;
	padding: 2px;
	margin-right: 5px;
	margin-top: 2px;
	background-image: url(../media/siteImages/formfield-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 2px solid #DBBC99;
	margin-bottom: 15px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
}

#site .formTxtBox:hover{
	border: 2px solid #AA763D;
}

#site .formTxtBoxMulti {
	width: 65%;
	height: 150px;
	background-image: url(../media/siteImages/formfield-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px solid #DBBC99;
	background-color: #FEFEFE;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	float: right;
}

#site .formTxtBoxMulti:hover {
	border: 2px solid #AA763D;
}

#site #form label {
	display: block;
	font-weight: normal;
	margin-bottom: 19px;
	margin-left: 0px;
	font-size: 0.8em;
	color: #462321;
	/*line-height: 2.2em;*/
	margin-top: 2px;
	float: left;
	width: 95px;
	text-align: right;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 2px;
	border:0px solid red;
	height: 20px;
}

#site #form {
	width:99%;
	margin:0;
	padding:0;
	position: relative;
}

#site #form fieldset {
	margin:0;
	padding: 0;

}

#site #form fieldset .form_statusbox_success {
	border: 3px solid #AA763D;
	margin: 0 40px 0 40px;
	padding: 0 20px 0 20px;
	height: 50px;
	line-height: 50px;
	background-color: #ECD872;
}

#site #form .ShowFormButton {
	margin: 0 40px 0 40px;
	font-size: 0.7em;
}

#site .formButton {
	color: #FFFFFF;
	width: 65%;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: 34px;
	background-image: url(../media/siteImages/formbutton-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #AA763D;
	border: 1px solid #462321;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin-left: 122px;
	margin-right: 10px;
	float: right;
}

#site #column-1 #form span {
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: -12px;
	font-size: 0.8em;
	color: #462321;
	line-height: 1em;
	margin-top: 5px;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 2px;

}


/*///////////////////////////////////////////////////////////////////////// */
/*6) UNCLASSIFIED---------------------------------------------------------- */
/*///////////////////////////////////////////////////////////////////////// */


#site #home .home, #site #walks .walks, #site #short .short, #site #about .about, #site #testimonials .testimonials, #site #booking .booking, #site #contact .contact {
	color: #462222;
	background-position: center -43px;
}

#site  .h1Class {
	font-weight: normal;
	color: #462321;
	font-size: 1.5em;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AA763D;
	margin-right: 25px;
	margin-left: 15px;
	display: block;
	text-transform: capitalize;
}

#site  .h1Class em {
	color: #AA763D;
	float: right;
	display: block;
	font-size: 0.7em;
	padding-top: 10px;
}

#site #column-1 .addPanel label {
	margin: 5px;
	font-weight: normal;
}

#site #column-2 .addPanel label {
	margin: 5px;
	font-size: smaller;
}

#site #column-2 .addPanel {
	position: absolute;
	z-index: 5;
	width: 250px;
}

#site #column-2 .editInlinePanelOuter{
	position: absolute;
	z-index: 999;
	width: 220px;
}



#site #column-1 .addPanel label {
	margin: 5px;
}

#site #column-1 .addPanel {
	position: absolute;
	z-index: 5;
	width: 540px;
}


#site #column-1 .editInlinePanel_footer {
	z-index: 999;
	position: relative;
	background-color: #ccc;
}

#site #column-1 .editInlinePanelOuter{
	position: relative;
	z-index: 999;
}

#site #loggedSite .walk_difficulty {
	position: absolute;
}

#site #gallery-image-container {
	display: block;
	/*height: 400px;
	width: 560px;*/
	height: 376px;
	width: 535px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 13px;
	background-image: url(../media/siteImages/pageimage-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	border: 1px slid red!important;
}

#myGallery {
	width: 535px;
	height: 376px;
	z-index:5;
	overflow: hidden;
}

#site #gallery-image-container .pane {
	height: 376px;
	width: 535px;
	display: block;
	border: 1px solid blue;
}

#site #static-image-container {
	display: block;
	height: 376px;
	width: 535px;
	background-image: url(../media/siteImages/pageimage-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 13px;
}

#site .quote-left {
	float: left;
	width: 250px;
	font-size: 1.3em;
	margin: 5px;
	font-style: italic;
	color: #462321;
	background-image: url(../media/siteImages/quote-start.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#site .thumb_right {
	float: right;
	clear: right;
	border: 1px solid #DDA975;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #FFFFFF;
}

#site .walk_difficulty {
	float: left;
	clear: left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 0px solid red;
	position: relative;
}

#site #gallery-thumb-container {
	display: block;
	height: 300px;
	background-image: url(../media/siteImages/column2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 80px;
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 80px;
}
#site #buttons {
	display: block;
	padding-top: 10px;
}
#site .switch_1 {
	display: block;
	height: 45px;
	width: 90px;
	float: left;
	list-style-type: none;
	background-image: url(../media/siteImages/switcher_images.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-left: 10px;
	color: #FFFFFF;
}
#site .switch_2 {
	display: block;
	height: 45px;
	width: 90px;
	float: left;
	list-style-type: none;
	background-image: url(../media/siteImages/switcher_map.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-left: 10px;
	color: #FFFFFF;
}
#site #gallery-thumb-container p {
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#site #gallery-thumb-container a {
	color: #FFFFFF;
}
#site #gallery-thumb-container a:hover {
	color: #BC8147;
}
#site #gallery-thumb-container h3 {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: normal;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-top: 15px;
}

#skiptocontent	{
	position:absolute;
	z-index:500;
	width:87px;
	height:84px;
	background-image:url(../media/siteImages/skip.gif);
	background-repeat:no-repeat;
	display: block;
	}
	
#skiptocontent:hover	{
	background-position: 0px -84px;
	}