/*	
	godales-general.css
	(main css file for GoDales! website)
	last updated: 10 September 2009
	updated by: Stuart Willis
	
	File tested for W3C CSS level 2.1 Validation
	All validates ok.

*/

/* GENERAL STYLING */

*{ 
margin:0; 
padding:0; 
} 

img {
border:none;
}

body {
font-family: Arial, Helvetica, Verdana, Sans-Serif;
color: #004730;
font-size: 0.74em;
line-height: 16px;
background-color: #e0e0e0;
}

.image-right{
margin: 10px;
border: 0;
float: right;
}

.image-left{
margin: 10px;
border: 0;
float: left;
}

a, a:visited {
color:#004730;
text-decoration:none;
}

a:hover {
color:#004730;
text-decoration:underline;
}

#page{ 
width: 960px;
margin: 0 auto;
padding: 0;
background-color: #FFFFFF;
} 
 

 /* HEADER STYLING */

#header {
float:left;
width:100%;
padding:0;
margin:0;
color: #FFFFFF;
background-color: #DD621e;
}



#top {
padding: 5px 20px; 
width: 920px;
font-size: 0.90em;
font-weight: bold;
color: #FFFFFF;
text-align: right;
background-color: #DD621e;
}

#top a, #top a:visited {
color: #FFFFFF;
text-decoration: underline;
}

#top a:hover {
text-decoration:none;
}

.top-facebook-icon{
float:left;
padding: 0 5px;
margin-top:2px;
}

.top-facebook-text{
float:left;
}



.top-textsize {
float:right;

}

#masthead-home{
position:relative;
clear: left;
width:100%;
height:265px;
}

#masthead-inner{
position:relative;
clear: left;
width:100%;
height:375px;
}


/* Tab menu */

#menu ul, #menu li {
	float: left;
}

#menu {
position:absolute;
top:0;
left:0;
width: 500px;
}

#menu ul {
width: 960px;
}

#menu li {
display: block;
width: 85px;
margin-right: 3px;
text-align: center;
font-size: 1.1em;
font-weight: bold;
}

#menu li a {
display: block;
padding-top: 7px;
height: 26px;
color: #FFFFFF;
text-decoration: none;
background: url(godales-menuup.png) left top no-repeat;
}

#menu li a:hover {
background: url(godales-menuover.png) left top no-repeat;
color: #004730;
}

#header-photo {
float:right;
}

/* godales icon */
#godales-icon {
position:absolute;
top:33px;
left:0px;
padding: 20px 10px;
width: 260px;
}

/* Godales quote */
#godales-quote {
position:absolute;
font-weight: bold;
top:150px;
left:280px;
width: 250px;
}

.smallquote {
font-size: 1.2em;
line-height:18px;
}

.largequote {
margin-top:20px;
font-size: 2.5em;
}

.godales-swoop {
position:absolute;
top:178px;
left:0;
}

.page-title {
position:absolute;
top:285px;
left:250px;
}

.page-title h1 {
font-size:3.7em;
font-weight:bold;
}

/*Search function */
#search-site-home {
position:absolute;
top:205px;
left:718px;
padding:10px;
width:204px;
height:24px;
background: url(godales-search.gif) left bottom no-repeat;
}

#search-site-inner {
position:absolute;
top:178px;
left:0px;
width:960px;
height:200px;
padding-left:28px;
background: url(godales-search-inner.gif) left bottom no-repeat;
}

#search-site-home p, #search-site-inner p{
float:left;
}

#search-site-home #search  {
margin:2px 5px 3px 2px;
padding: 3px 4px;
font-size: 0.9em;
width: 140px;
border:0;
}

#search-site-inner #search {
margin:59px 5px 3px 5px;
padding: 3px 4px;
font-size: 0.9em;
width: 140px;
border:0;
}

#search-site-home #send {
color: #FFFFFF;
font-weight: bold;
background: none;
width: 40px;
font-size: 1em;
margin-top: 2px;
margin-left:5px;
border:0;
}

#search-site-inner #send {
color: #FFFFFF;
font-weight: bold;
background: none;
width: 40px;
font-size: 1em;
margin-top: 59px;
margin-left:2px;
border:0;
}

/* CONTENT CLASSES */

/* CLASSES FOR TWO COLUMN LAYOUT */

/* column container */

.colmask {
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
}


/* 2 column left menu settings */

.leftmenu {
}


.leftmenu .colright {
float:left;
width:200%;
position:relative;
left:250px;
}


.leftmenu .col1wrap {
float:right;
width:50%;
position:relative;
right:250px;
padding-bottom:1em;
}


.leftmenu .col1 {
margin:0 0 0 250px;
position:relative;
right:100%;
overflow:hidden;
}

.leftmenu .col2 {
float:left;
width:250px;
position:relative;
right:250px;
/*padding-bottom:10px;*/
}


.copy-2cols {
padding: 10px 0px;
clear:both;
display:block;
}



.copy-2cols ul {
padding: 0 20px;
}

.copy-2cols p {
padding: 5px 0px;
line-height: 16px;
}

/* CLASSES FOR THREE COLUMN LAYOUT */

#colmask {
position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
margin-top:-40px;
}

#colmid {
float:left;
width:200%;
position:relative;
left:250px;
}

#colright {
float:left;
width:100%;
position:relative;
left:50%;
margin-left:-475px;
}

#col1wrap {
float:right;
width:50%;
position:relative;
right:100%;
}

#col1pad {
margin:0 35px 0 475px;
overflow:hidden;
}

#col1 {
width:100%;
overflow:hidden;
}

#col2 {
float:left;
width:250px;
position:relative;
margin-left:-50%;
left:225px;
overflow:hidden;
}

#col3 {
float:left;
width:195px;
position:relative;
left:0px;
overflow:hidden;
}

/* LEFT COLUMN (NAV MENU) STYLING */

#left {
width: 135px;
padding: 20px 15px 20px 15px;
}


.left-homelink{
padding:20px 0;
}

.left-home {
width: 230px;  
float:left;
padding-left:20px;
}


#section-navigation {
font-size:1.2em;
width:230px;
}

.lev2-active {
width:205px;
font-weight:bold;
font-style:italic;
color:#ffa800;
background-color:#004730;
padding:2px;
}

.lev2-link{
width:205px;
font-weight:bold;
color:#004730;
padding:2px;
}


.lev2-link a, .lev2-link a:visited {
text-decoration:none;
color:#004730;
}

.lev2-link a:hover{
text-decoration:none;
color:#004730;
background-color: #FFA800;
}

.lev3-link{
width:205px;
font-weight:bold;
color:#004730;
padding:2px;
}

.lev3-active {
width:205px;
font-weight:bold;
font-style:italic;
color:#ffa800;
background-color:#004730;
padding:2px;
}

.lev3-active a, .lev3-active a:visited {
text-decoration:none;
color:#004730;
}

.lev3-active a:hover{
text-decoration:none;
color:#004730;
background-color: #FFA800;
}

.lev3-link a, .lev3-link a:visited {
text-decoration:none;
color:#004730;
}

.lev3-link a:hover{
text-decoration:none;
color:#004730;
background-color: #FFA800;
}

.lev4-active {
width:205px;
font-weight:bold;
color:#ffa800;
background-color:#004730;
padding:2px 2px 2px 7px;
}

.lev4-link{
width:205px;
font-weight:normal;
font-style:italic;
color:#004730;
padding:0px 2px 2px 7px;
}

.lev4-link a, .lev4-link a:visited {
text-decoration:none;
color:#004730;
}

.lev4-link a:hover{
text-decoration:none;
color:#004730;
background-color: #FFA800;
}

.navmenu-facebook {
margin:25px 0;
width: 210px; 
}

.navmenu-facebook-text {
float:left;
margin-top:8px;
font-size:1.2em;
font-weight:bold;
color:#004730;
}

.navmenu-facebook-text a, .navmenu-facebook-text a:visited {
text-decoration:none;
color:#004730;
}

.navmenu-facebook-text a:hover{
text-decoration:none;
color:#004730;
background-color: #FFA800;
}

.navmenu-facebook-icon{
float:left;
margin-right:5px;
}


/* CENTRAL COLUMN (MAIN CONTENT) STYLING */

#breadcrumb, #copy,  {
float: left;
width: 450px;
}

.copy-2cols {
float: left;
width: 700px;
}

#breadcrumb li {
display: inline;
font-size: 0.90em;
text-decoration: underline;
}

#breadcrumb a {
color: #010101;
}

#breadcrumb a:hover {
text-decoration: underline;
background-color:#fff;
}

.currentpage{
text-decoration:none;
color:#7f7e00;
font-weight:bold;
}

#copy {
padding: 10px 0px;
line-height: 18px;
font-size:1.1em;
}

#copy ul {
padding: 0 20px;
}

#copy p {
padding: 5px 0px;
}

#copy h2 {
font-size: 1.5em;
padding: 10px 0 0 0;
font-weight:bold;
}

#copy h2 a, #copy h2 a:visited  {
text-decoration:none;
}

#copy h2 a:hover {
text-decoration:underline;
}

#copy a, #copy a:visited  {
text-decoration:underline;
color:#004730;
}

#copy a:hover {
text-decoration:none;
color:#004730;
}

#copy h3 {
font-size: 1.1em;
padding: 0;
font-weight:bold;
}


.rhc-container {
width: 173px;
border: solid 1px #aaaaaa;
margin: 10px 0 0 0;
padding:10px;
}

.rhc-images img {
margin: 10px 0;
}



.rhc-images-floatleft {
float:left;
}

.rhc-images-floatleft {
margin:5px;
}

.images-container {
width: 685px;
float:left;
}

.home-content p{
margin-top: 100px;
}

.images-container .inspire, .images-container .encourage, .images-container .protect {
float:left;
width: 200px;
color: #FFFFFF;
height: 280px;
}

.images-container .inspire a, .images-container .encourage a, .images-container .protect a, .images-container .inspire a:visited, .images-container .encourage a:visited, .images-container .protect a:visited {
color: #FFFFFF;
text-decoration: underline;
}

.images-container .inspire a:hover, .images-container .encourage a:hover, .images-container .protect a:hover {
text-decoration: none;
}

.images-container p {
padding: 5px 10px;
line-height: 14px;
font-weight: bold;
}

.images-container img {
padding-bottom: 5px;
}

.images-container .heading {
font-size: 30px;	
}

.images-container .inspire {
background-color: #FFA800;
margin-right: 35px;
}

.images-container .encourage {
background-color: #C35517;
margin-right: 35px;
}

.images-container .protect {
background-color: #004730;
}

/* CONTENT - SITEMAP */

#sitemap ul{
list-style-type:none;
padding-left:2em;
margin-right:0;
}

#sitemap li{
list-style-type:none;
padding-top:5px;
padding-bottom:5px;
margin-right:0;

}

#sitemap li.link1, #sitemap li.link2, #sitemap li.link3, #sitemap li.link4, #sitemap li.link5, #sitemap li.link6{
list-style-type:square;
padding-top:5px;
padding-bottom:5px;
color:#8684B0;
}

/*************************PHOTO GALLERY*************************************/

/*************************GENERAL CLASSES***********************************/
#gallery-images {
list-style: none;
padding: 0;
margin: 0;
}

#gallery-images li {
border:solid #004531; /* colour of lines around thumbnail*/
border-width: 1px; /* lines around the thumbnails */
background:#fff; /* colour behind thumbnail image */
padding:5px; /* space around each thumbnail */
position:relative;
margin:5px; /* space between thumbnail holders */
text-align: center;
float: left;
position: relative;
width: 110px;
height: 110px;
}

#gallery-images a:hover {
float: none;
}

#gallery-images a {
width: 110px;
height: 110px;
display: table-cell;
text-align: center; 
vertical-align: middle;
background: #fff;
}

#gallery-images a img {
vertical-align: middle;
text-align: center;
}

#gallery-images a span.gallery-pop {
position:absolute;
left:-9999px;
}

#gallery-images a:hover span.gallery-pop {
top:5px;
left: 0;
width: 120px;
text-align: center;
background:#FFF;
color:#004531;
padding:5px 0px 5px 0px;
font-size:80%;
border:1px solid #004531;
border-width:0 0 3px 0; 
}

/*************************PHOTO GALLERY*************************************/

/*************************GENERAL CLASSES***********************************/
#gallery-images {
list-style: none;
padding: 0;
margin: 0;
}

#gallery-images li {
border:solid #004531; /* colour of lines around thumbnail*/
border-width: 1px; /* lines around the thumbnails */
background:#fff; /* colour behind thumbnail image */
padding:5px; /* space around each thumbnail */
position:relative;
margin:5px; /* space between thumbnail holders */
text-align: center;
float: left;
position: relative;
width: 110px;
height: 110px;
}

#gallery-images a:hover {
float: none;
}

#gallery-images a {
width: 110px;
height: 110px;
display: table-cell;
text-align: center; 
vertical-align: middle;
background: #fff;
}

#gallery-images a img {
vertical-align: middle;
text-align: center;
}

#gallery-images a span.gallery-pop {
position:absolute;
left:-9999px;
}

#gallery-images a:hover span.gallery-pop {
top:5px;
left: 0;
width: 120px;
text-align: center;
background:#FFF;
color:#004531;
padding:5px 0px 5px 0px;
font-size:80%;
border:1px solid #004531;
border-width:0 0 3px 0; 
}



/**********************************Thumbnail Viewer*************************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .galleryfooterbar{ /*Footer DIV of thumbbox that contains "close" link */
font-size: 0.9em;
letter-spacing:2px;
line-height: 1.3em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
font-size: 1.2em;
color: white;
text-align: center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
font-size:1.2em;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/*************************END GALLERY***********************/

/**************PICASSA POPULATED PHOTO GALLERY**********************/


/* Picasa gallery common styling */

a {color:#000;}
a:hover {text-decoration:underline;}
a:visited {color:#000;}

/* Picassa gallery images styling */

.picassa-photo {
padding:0px; 
color:#004731;
background:#fff; 
width:750px; 
/*height:1000px; */
text-align:left;
margin-left:0px;
margin-bottom:25px;
}

.picassa-photo ul {
list-style:none;
padding:0; 
margin:0; 
width:750px; 
background:#fff; 
position:relative; 
/*height:500px;*/
}

.picassa-photo ul li {
display:inline; 
width:100px; 
height:130px; 
float:left; 
margin:8px 8px 8px 0;
text-align:center;
border:solid #000; /* colour of lines around thumbnail*/
border-width: 1px; /* lines around the thumbnails */
background:#fff; /* colour behind thumbnail image */
padding:8px; /* space around each thumbnail */
color: #004731;
}

.picassa-photo ul li a {
display:block; 
width:100px; 
height:100px; 
cursor:default; 
padding:0;
margin:0;
text-decoration:none;
line-height:1.4;
font-size:0.8em;
}

.picassa-photo ul li a img {
display:block; 
width:100px; 
height:100px; 
text-align:center;
}

.picassa-photo ul li a:hover {
white-space:normal;
position:relative;
}

.picassa-photo ul li a.hor {
padding: 0;
margin:0;
}

.picassa-photo ul li a.vert {
padding: 0;
margin:0;
}

/*
.picassa-photo ul li a.vert:hover img {position:absolute; left:0px; top:0px; width:100px; height:100px; border-color:#fc0;}
.picassa-photo ul li a.hor:hover img {position:absolute; left:0px; top:0px; width:100px; height:100px; border-color:#fc0;}

.picassa-photo ul li a:active, .photo ul li a:focus {position:static; outline:0;}

.picassa-photo ul li a:focus.vert img, .photo ul li a:active.vert img {background-color:#000; position:absolute; left:260px; top:0; width:240px; height:320px; border:1px solid #fc0; padding:5px 45px;}
.picassa-photo ul li a:focus.hor img, .photo ul li a:active.hor img {background-color:#000; position:absolute; left:260px; top:0; width:320px; height:240px; border:1px solid #fc0; padding:45px 5px;}
.picassa-photo ul li a:focus b, .photo ul li a:active b {display:block; position:absolute; width:204px; height:150px; border:1px solid #666; top:165px; left:0; color:#ddd; font-weight:normal; padding:6px;}
*/

.picasa-linktext{
font-size:1.4em;
font-style:bold;
margin:2em 1em 1em 2em;

}


/*END**********PICASSA POPULATED PHOTO GALLERY******************END*/

/* ***************** Classes for links and file types **************** */

/* Adobe pdf files */
a.pdf {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_pdf.gif) center left no-repeat;
}

/* Microsoft Excel files */
a.excel {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_excel.gif) center left no-repeat;
}

/* Microsoft Word files */
.word {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_word.gif) center left no-repeat;
}

/* Microsoft Powerpoint files */
a.publisher {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_pps.gif) center left no-repeat;
}

/* JPG Image files */
a.jpeg {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_image.gif) center left no-repeat;
}*/

/* MP3 audio files */
a.mp3 {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_audio.gif) center left no-repeat;
}

/* Memory Map mmo files */
a.memorymap {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_mmo.gif) center left no-repeat;
}

/* Tracklogs gpx files */
a.gpxmap {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_gpx.gif) center left no-repeat;
}


/* Text files */
a.txt {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_txt.gif) center left no-repeat;
}

/* External Links */
a[href ^="http:"], .extlink {
display:inline-block;
padding:2px 0px 2px 15px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_elink.png) center left no-repeat;
}

/* Email */
a[href ^="mailto:"], .mailtolink {
display:inline-block;
padding:2px 0px 2px 20px;
line-height:18px;
min-height:18px;
overflow:visible;
background:transparent url(i_mailto.gif) center left no-repeat;
}


/* Removal of icons from various classes */
.rhc-images a, #contact-details a, #footer-nav a, #top a, .navmenu-facebook a {
	background-image: none;
	padding: 0;
}




/* FOOTER CLASSES */

#footer-home, #footer-inner {
clear: both;
width: 920px;
color: #FFFFFF;
font-size: 12px;
}


#footer-home {
padding: 240px 20px 50px 20px;
background: url(godales-footer-home.jpg) left top no-repeat #dc621e;
height: 170px;
}

#footer-inner {
padding: 120px 20px 50px 20px;
background: url(godales-footer-inner.jpg) left top no-repeat #dc621e;
height: 170px;
}

#footer-nav {
float: left;
}

#footer-nav p, #footer-nav ul {
padding: 5px 0px;
}

#footer-nav {
width: 525px;
font-weight: bold;
}

#footer-nav li  {
display: inline;
}

#footer-home a, #footer-inner a {
color: #FFFFFF;
text-decoration: none;
}

#footer-home a:hover, #footer-inner a:hover {
text-decoration: underline;
}

/* Contact Details */

#contact-details {
float: right;
width: 300px;
color: #FFFFFF;
line-height: 13px;
font-size: 11px;
font-weight: bold;
}

#contact-details li {
display: inline;
}

#contact-details p {
padding: 5px 0px 5px 42px;
}

#contact-details a {
text-decoration: underline;
}

#contact-details a:hover {
text-decoration: none;
}



