/************************************
Reset the styles
************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/**********************************************
style the links
***********************************************/
a:link    {color: #000000; text-decoration: ;}
a:visited {color: #000000; text-decoration: underline;}
a:hover   {color: #FF0000; text-decoration: underline;}
/* hover effect for Buttons above the search bar */
#logIn         { background:url('http://www.vprecords.com/content/logIn_btn.jpg'); display:block;}
#logIn:visited { background:url('http://www.vprecords.com/content/logIn_btn.jpg'); display:block;}
#logIn:hover   { background:url('http://www.vprecords.com/content/logInOver_btn.jpg'); display:block;}
#logIn:active  { background:url('http://www.vprecords.com/content/logInOver_btn.jpg'); display:block;}

#signUp			{ background:url('http://www.vprecords.com/content/signUp_btn.jpg'); display:block;}
#signUp:visited { background:url('http://www.vprecords.com/content/signUp_btn.jpg'); display:block;}
#signUp:hover   { background:url('http://www.vprecords.com/content/signUpOver_btn.jpg'); display:block;}
#signUp:active  { background:url('http://www.vprecords.com/content/signUpOver_btn.jpg'); display:block;}
/**********************************************
body
***********************************************/
body {
	  line-height: 1.5em;
		font-size: 0.75em;       /* 11px */
		/************** background of the whole page goes here ************/
    background:url('http://www.vprecords.com/content/gs_bg.jpg') black no-repeat center top;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
/**********************************************
container-div wraps up the whole site
***********************************************/
#container{
    width: 900px;
	background-color: #FFD ;
    margin-left:  auto ; /* centers container */
    margin-right: auto ; /* centers container */
}
/**********************************************
header
***********************************************/
#header{
    height: 200px;
		/********* header background goes here, dimensions are 200px x 900px ********/
    background:url('http://www.vprecords.com/content/gs_newtopbanner_2010.jpg');
}
#logInSignUpSearch{
		height: 115px;
		padding: 10px 0 0 500px;
}
#logIn{
		width: 73px; height:25px;
		margin-left: 0px;
	    float: left;
}
#signUp{
		width: 73px; height:25px;
		margin-left: 10px;
    	float: left;
}
#search{
		width: 225px;
    	margin-top: 5px;
		margin-left: 0px;
		float: right;
}
#radio{
		width: 137px; height: 55px;
		float: right;
		margin-top: 10px;
}
#gssites{
	width: 300px; height: 45px;
	float: left;
	margin-left: 160px;
}
/**********************************************
Navigation / Menu Bar
***********************************************/
#menuBar{
		/*margin-top: 0px;*/
    height: 39px;
	width: 899px;
	clear: both;
	margin-left: 0 auto;
	background-color: #000;
}
#gsblognavBar{
		/*margin-top: 0px;*/
    clear: both;
	height: 39px;
	width: 900px;
	margin-left: 0 auto;
	background-color: #000;
}
/**********************************************
Footer
***********************************************/
#footer{
    height: 10px;
    margin-top: 0px;          
	clear: both;
	background-color: black;
  	vertical-align: middle;
}
#linksBar{
		height:40px;
}
#footer p{
		font-size: 11px;
		margin-top: 0px;  
}
p.gscredits {
		color: red;
		text-align: center;
}
