
/* ------ Section 1 - Global Body, Font and Link Settings ------ */
body {
background-image: url(../image-files/txtrcloth099.jpg);
margin: 0;
padding: 0;
}
body, table, tr, td {
font-family: Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	color: #000;
    font-size: 80%; 
    
}
/* -- General Link Styling -- */

a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 140px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#colmid {
margin: 0 40px 0 140px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#col2 {
float: left;
width: 139px;               /* STEP 2: to set left column at 150, set 1 less than 150 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#col3 {
float: left;
width: 39px;               /* STEP 4: to set right columns at 40, set 1 less than 40 here */
margin-left: -40px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 3px solid #988982;   /* dark sea blue, headlines and borders */
margin: 4px auto;
background-image: url(../image-files/rocknice2.jpg);
}

#Header {
background-image: url(../image-files/headerj2.png);
background-repeat: no-repeat;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/rocknice2.jpg);
background-repeat: repeat-y;
}

#col2 {
background-image: url(../image-files/rocknice2.jpg);
background-repeat: repeat-y;
}

#colmid {
background-color: #fff;
padding: 10px 20px;
}

#col3 {
background-image: url(../image-files/rocknice2.jpg)repeat scroll 0 0;
}

#footer {
        clear:both;
        float:left;
        width:100%;
      background-image: url(../image-files/rocknice2.jpg);
background-repeat: repeat-y;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    
 #col2 {
font-size: 90%;
color: #1d487e;
}

#col3 {
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: f5f5dc;
color: #a66900;
clear: both;
text-align: center;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
margin-bottom: 20px;
}


h1 {
margin-top: 5px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}
h3.c3 {text-align: center; color: #D66B33; }
/*<![CDATA[*/
   
/* -- Navigation Link styles -- */

.Navigation a {
color: #a66900;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #bf9b30;
text-decoration: none;
}

.Navigation a:hover {
background-color: #94A0BA; /*  dusty blue */
color: white;
text-decoration: underline;
}


/* -- Hovermenu NavBar -- */


.hovermenu ul{
font: bold 13px arial;
padding-left: 5px;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 4px 0.5em;
text-decoration: none;
float: left;
color: #bf9b30;
background-color: #f5f5dc;  
border: 5px solid #ebebdf;
border-style: outset;
}

.hovermenu ul li a:hover{
color: white;
background-color: #e8ac33;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 1px auto 1px auto;
background-color: #abc4e3;
width: 660px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #ECE9D8;
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #e6e9ef;
text-decoration: underline;
}

/* -- Horizontal Text NavBar2 -- */

/* ------ Section 5 - Additional Navigation - navigation sub = the ridge boxes I like and Image GAllery------ */

.navigationsub {
width: 100%;
font-family: Verdana, Arial, sans-serif;
background-color: transparent;
}


/* -- Nav Headers -- */

.navigationsub h3 {
padding: 0;
font-size: 110%;
color: #fff;
border-bottom: 1px solid #fff;
margin: 12px 0;
}



/* -- Nav List -- */

.navigationsub ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.navigationsub li {
  /* peach, for button and RSS box backgrounds -- */ 
background-color: #fffa73;  /* peach, for button and RSS box backgrounds -- */
border-width: 3px;
border-style: ridge;
border-color: #8f8fb3;
margin-bottom: 3px;


}


/* -- Navigation Link styles -- */

.navigationsub a {
color: #660000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.navigationsub a:visited {
color: purple;
text-decoration: none;
}

.navigationsub a:hover {
color: white;
background-color: #f5f5dc   /* my beige paralell blue used in center column of anguilla-background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}

/* -- Boxes-- */

.calloutbox 
{
border-width: 5px;
border-style: ridge;
border-top-color: #a66900;
border-right-color: #a66900;
border-bottom-color: #bf9b30;
border-left-color: #bf9b30;
background-image: url(../image-files/rocknice2.jpg);
width: 85%;margin: 18px auto 24px auto;
padding: 4px;
color: black;
}


div.calloutbox p {
margin: 13px;
}
p.calloutbox {
padding: 13px;
}

div.calloutbox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.calloutbox h1, h2, h3, h4, h5, h6 {
padding: 0;
}

/* --
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/fast-gallery.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.-- */


#galleryHolder {width:420px; height:100px; padding-top:455px; position:relative; z-index:100;margin:0 auto;}
#gallery {width:420px; height:90px; overflow:auto; border-width:3px; border-style: ridge; border-color:#a66900;}
#gallery b {display:block;}
#scroller {width:1260px; height:70px;}

#scroller a {float:left; border:0; text-decoration:none; padding:2px; color:#44;}
#scroller a img {border:0;}

#scroller a .containerLarge {position:absolute; left:-9999px; top:-9999px;}
#scroller a.show .containerLarge {position:absolute; left:0; top:0; z-index:-2;}
#scroller a b.caption {position:absolute; left:-9999px; width:420px; height:25px; background:#000; color:#fff; text-decoration:none; text-align:center; font-family:arial, sans-serif; font-size:14px;}
#scroller a.show .caption {left:0; top:430px; z-index:-2;}

.containerLarge {width:420px; height:420px; overflow:hidden; float:left; border-width:3px; border-style: ridge; border-color:#a66900;}
.containerLarge b {display:block;}
.containerLarge .reducedSize {width:840px;}
.containerLarge .reducedSize .high {min-width:420px; height:420px; float:left; background:#1A1A1A; text-align:center;}
.containerLarge .reducedSize .high img {height:416px; padding:2px;}
* html .containerLarge .reducedSize .high {width:416px;} /* hack for IE6 */
.containerLarge .reducedSize .wide {float:left; width:420px; height:420px; background:#1A1A1A; margin-top:-420px;}
.containerLarge .reducedSize .wide img {width:416px; padding:2px;}

.container {width:64px; height:64px; overflow:hidden; float:left; border:1px solid #ddd;}
.container b {display:block;}
.container .reducedSize {width:128px;}
.container .reducedSize .high {min-width:64px; height:64px; float:left; background:#1A1A1A; text-align:center;}
.container .reducedSize .high img {height:60px; padding:2px;}
* html .container .reducedSize .high {width:60px;} /* hack for IE6 */
.container .reducedSize .wide {float:left; width:64px; height:64px; background:#1A1A1A; margin-top:-64px;}
.container .reducedSize .wide img {width:60px; padding:2px;}

#scroller a:hover .containerLarge {left:0; top:0;}
#scroller a:hover .container {border-color:#09c; z-index:100;}
#scroller a.show:hover .containerLarge {z-index:100;}

#scroller a:hover .caption {left:0; top:430px; z-index:100;}

#scroller a:active {outline:0;}
#scroller a:active .containerLarge {position:absolute; left:0; top:0; z-index:-1;}
#scroller a:active .container {border-color:#c90;}
#scroller a:active .caption {left:0; top:430px; z-index:-1;}
#scroller a:focus {outline:0;}
#scroller a:focus .containerLarge {position:absolute; left:0; top:0; z-index:-1; background:#abc;}
#scroller a:focus .container {border-color:#c90;}
#scroller a:focus .caption {left:0; top:430px; z-index:-1;}

