/*This veg-nav.css is for veg site.
/*this stylesheet is for your 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: #ffffff;

border: 1px: 
color: #c0cba8;
width: 150px;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 1px;

text-align: center;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold or normal as you prefer.*/

.housebutton {

font-weight: bold;
text-align: center;
margin-bottom: 2px;
margin-top: 2px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice thetop/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: 5px;

text-decoration: none;

display: block;

color: #c35219; /*this is where you change the button font color-it is orange-brown*/

background-color: #fff;

border-top: 1px #99cc99;

border-left: 1px #99cc99;

border-bottom: 1px #99cc99;

border-right: 1px #99cc99;

}



/*this is for top and/or bottom -horizontal-nav*//* This is for background green image for hor navbar */ 

#nav ul { 
float: center; 
list-style: none; 
/* background-image: 
url('http://www.vegetarian-cooking-recipes-tips.com/image-files/veg-hor-navbar-bg-green-50x30.jpg');
background-repeat: repeat;
background: #c0cba8; this sets the background color of the nav, light green.*/ 
width: 100%; 
padding: 0; margin: 0 0 0 0px; 

height: 0px; 
display: inline; 
text-transform: uppercase; /*delete this entire line if you DONT want uppercase*/ 
text-decoration: none; 
} 
#nav ul li { 
display: inline; 
margin: 0; padding: 0; 
} 
#nav ul li a { 
display: block; 
float: left; 
width: auto; 
margin: 0; 
padding: 0 10px; /*this is the gap between the text, and the border*/ 
border-top: 0px ; 
border-right: 1px solid #889820; /*this gives a green border, change as required*/ 
border-left: 0px ; /*this gives no border, change as required*/ 
border-bottom: 0px ; 
color: #006600; /* text color*/ 
font: 11px/12px Arial, Geneva, sans-serif; 
text-transform: uppercase; 
text-decoration: none; 
letter-spacing: 1px; 
} 

#nav ul li a:hover, 
#nav ul li a:active { 
color: #fff; 
background-color: #c0cba8; 
font: bold; 12px/30px Arial, Geneva, sans-serif;
}

/*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: #000; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #c0cba8;

font-weight: normal;

text-decoration: underline;

border-top: 1px #9C9E7B solid;

border-left: 1px #9C9E7B solid;

border-bottom: 1px #9C9E7B solid;

border-right: 1px #9C9E7B solid;


}
h2 { text-align: left; font-family: Arial, Verdana, sans-serif; font-size: 14px: color: #990000}

