/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {
}

.housebutton a {
font-size: 100%;
}

.housebutton a:hover {
font-size: 100%;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: #B5983A;

border: 3px #8F682E solid;

width: 150px;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: bold;
text-align: left;
margin-bottom: 2px;
margin-top: 1px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #fff; /*this is where you change the button font color*/

background-color: #2E658F;

border-top: 1px #214A69 solid;

border-left: 1px #214A69 solid;

border-bottom: 1px #3A80B5 solid;

border-right: 1px #3A80B5 solid;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {

color: #B5B5B5; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #214A69;

border-top: 1px #3A80B5 solid;

border-left: 1px #3A80B5 solid;

border-bottom: 1px #214A69 solid;

border-right: 1px #214A69 solid;

}
#header {
margin:0px,0px,0px,0px;
float:left; /*can be changed to right if you prefer*/
width:100%;
/*change to your url*/
background:#DAE0D2 url('https://www.coin-collecting-guide-for-beginners.com/images/bg.gif')
repeat-x bottom;
font-size:93%; /* use either 86% 93% or 100%*/
line-height:normal;
}
#header ul {
margin:0;
padding:0px 0px 0;
list-style:none;
}
#header li {
float:left;
/*change to your url*/
background:url('https://www.coin-collecting-guide-for-beginners.com/images/left_both.gif')
no-repeat left top;
margin:0;
padding:0 0 0 0px;
border-bottom:1px solid #765;
}
#header a {
white-space:nowrap;
float:left; /* if you change the first instance of the float to right,then this must be changed as well*/
display:block;
width:.1em;
/*change to your url*/
background:url('https://www.coin-collecting-guide-for-beginners.com/images/right_both.gif')
no-repeat right top;
padding:4px 5px 15px 9px;
text-decoration:none; /* options are none or underline*/
font-weight:bold; /*use either bold or normal*/
color:#765; /* set the link font color*/
}
#header > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
color:#333;/*sets the color of the links "at rest"*/
}
/* below, is the name of the ids for your pages. They are grouped in pairs. The first of the pair, is the id you will give to the <body> tag of the page. The second one, is the id you will give to the link itself*/
#page-1 #page-1-nav, /*this if for your first page*/
#page-2 #page-2-nav, /*this if for your second page*/
#page-3 #page-3-nav,
#page-4 #page-4-nav /*Important!there is NO comma after the last pair*/
{
background-position:0% -150px;
border-width:0;
}
/* you will need to use the same ids as above*/
#page-1 #page-1-nav a, /*this if for your first page*/
#page-2 #page-2-nav a, /*this if for your second page*/
#page-3 #page-3-nav a,
#page-4 #page-4-nav a /*Important!there is NO comma after the last pair*/
{
background-position:100% -150px;
color:#333;/*sets the color of the "current tab link font*/
padding-bottom:0px;
}
#header li:hover, #header li:hover a {
background-position:0% -150px;
color:#333;
}
#header li:hover a {
background-position:100% -150px;
}


/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/


div.content-box {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 25px;
	border-top: none;
	border-bottom: none;
	/*Border-right: 2px solid #694C21; */
	border-left: 2px solid #694C21;
	}


/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/


div.full-width-box {
   background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #000066;
	
}

div.full-width-box2 {
   background-color: #B5B5B5;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 3px solid #214A69;
	
}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 10px 5px 5px;
	border: 1px solid #000066;
	padding: 15px;
	width: 45%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 45%;
	float: right;
	
}



/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 2px solid #000066;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #000066;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}


/* AddToBookmarks Style Sheet */
.addToContent {
 	text-align: center;
 	padding:3px; 
}
.addTo {
	background-color: #f8f8f8;
	border:1px  #bbbbbb solid; 
	padding:1px; 
	width: 460px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	margin: auto; 
	text-align:center;
}
.addTo img {
	vertical-align: middle;
	padding: 1px 2px 1px 6px;
	cursor:pointer;
}
.addTo {
  	background-color: #fbfbfb;
  	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}
.addtos {
	padding: 1px;
	margin: 0px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.addToAbout{
	display: inline;
	list-style: none; 
	padding:1px; 
	margin:0px;
	font-weight: bold;
	cursor:help;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}
/*  the next 2 styles are only for verticallayouts */
.addToV {
	background-color: #f8f8f8;
	border: 1px  #bbbbbb solid;
	padding: 1px;
	width: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: auto;
	text-align: left;
}

.addToV img {
	vertical-align: middle;
	padding: 1px 2px 1px 3px;
	cursor:pointer;
}

.addToAboutV{
	list-style: none; 
	padding:1px;
	font-weight: bold;
	cursor:help;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
}

A IMG {border:0.1px none #000000;} 