html { 
   height: 100%;
   background-color: #ffffff;
}

body {
	border-top: 7px solid #000;
    background-color: #ffffff;
    height: 100%;
    padding: 10px;

	background-repeat: no-repeat;

/* For WebKit (Safari, Google Chrome etc) */

	background: -webkit-gradient(linear, left top, left bottom, from(#9BB3B7),      	
	to(#ffffff));

 /* For Mozilla/Gecko (Firefox etc) */
 	background: -moz-linear-gradient(top, #9BB3B7,  #fff);

 /* For Internet Explorer 5.5 - 7 */
	filter:
	progid:DXImageTransform.Microsoft.gradient(startColorstr=#9BB3B7, 	endColorstr=#FFFFFFFF);

/* For Internet Explorer 8 */
 	-ms-filter: 		
	progid:DXImageTransform.Microsoft.gradient(startColorstr=#9BB3B7,endColor 	
	str=#ffffff);
}

.shadow {
      background-color:#000000;
       margin-left: auto;
       margin-right: auto;
      width: 960px;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
 	box-shadow: 3px 3px 4px #333;
	/* For IE 8 */
	-ms-filter: 
	progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333');
	/* For IE 5.5 - 7 */
 	filter: 
    progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333');
}


a {
	color: #9BB3B7;
	text-decoration: none;
}

a:hover {
     color: #ffffff;
	text-decoration: none;
}

#infowrapper{
 padding:10px 0 5px 0;

}

.content-wrapper {
  margin-left: auto;
   margin-right: auto;
  width: 960px;
}

#wrapperheader {
position: relative; 
width: 940px; 
margin: 0 auto; 
text-align: left
}

#tourwrapper {

}





/* H E A D E R */


#logo {
	 position:absolute; 
	 z-index:1;
     left: 0px; 
     top: 0px;
     display: block;
	 background-image: url(../images/gripsitelogo.png);
	 background-repeat: no-repeat;
	 width:470px;
	 height:172px;	 
}

#logo a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}


/* email list sign up*/
#emaillist{
	position:absolute; 
 	left: 720px; 
 	top: 0px;
	letter-spacing: 0px;

	color: black;
	text-shadow: 1px 1px 1px #3f3f3f;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	
}


#emaillistform{
	position:absolute;
    left:742px;
    top: 20px;
	height: 21px;
	width: 270px;
	padding:0 0 0px 0;

	
}

#emailinput{
	position:absolute;
	z-index:2;
	left:0px;
	top: 0px;
	width: 140px;
    padding: 0px;
    font-size: 12px;
}

.submit {
	position:absolute;
	z-index:1;
	left:150px;
	top: 0px;
	cursor:pointer;
	margin: 0px 0 0 0px;
}




/* nav*/
#navbar{
position:absolute;
z-index:1;
top:125px;
left:208px;
width:502px;
height: 26px;
background-color:#000;
}

#nav li{
list-style:none;
display:inline;
color:#FFFFFF;
}


#nav li a{
color:#FFFFFF;
font-size:17px;
text-decoration:none;
display:block;
float:left;
padding:0px 18px 0px 15px;
}

#nav li a:hover, #service-nav li a:focus{
background-color:#333333;
}

/* social*/
#socialcontainer{
	position:absolute;
	z-index:2;
	top:104px;
	left:840px;
}

a.img {
background:none 
padding: 10px 0 0 0;
}

a:hover.img{
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
border:0px solid #D4BE87;
padding: 0 0 0 0;
}

#followus{
	position:absolute;
	top:-2px;
	left:0px;
	background-repeat: no-repeat;
	letter-spacing: 0px;
	color: black;
	text-shadow: 1px 1px 1px #3f3f3f;
    font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}


/* BUTTON VIEW ALL and read more*/
a.button{
    border:1px solid #333333;
	background:url(../images/button.gif);
	display:block;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-decoration:none;
	width:80px;
}
a:hover.button{
	color:#ffffff;
}

a:hover.readmorebutton{
	color:#ffffff;
}

a.readmorebutton{
    border:1px solid #333333;
	background:url(../images/button.gif);
	display:block;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-decoration:none;
	width:100px;
}


.morecol1{
margin:0 0 0 457px;
}
.morecol2{
margin:0 0 0 297px;
}

.viewall{
	background:url(../images/arrowview.png) no-repeat 65px 3px;
	text-indent:5px;
	display:block;
}

.readmore{
	background:url(../images/arrowview.png) no-repeat 85px 3px;
	text-indent:5px;
	display:block;
}



/*  footer */


#footer{
    text-align:center;
    display:inline;
    background-color:#000000;
	color:#ffffff;
	padding:25px 0 0px 0;
    font-size:9px;
   	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}



#emailicon{
    display:inline;
	float:right;
	margin:-20px 0 0px 0;
	padding:0 0px 0 0;

}

#contact{
    display:inline;
    float:left;
    margin:-15px 0 0px 825px;
    font-size:12px;
	font-weight:bold;
  	color:#9BB3B7;
   	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}

/* reused page content ids */
#pagecontent{
background-color:#000000;
position:absolute;
top:200px;
	}

.list {
list-style: disc url(bullet.gif) inside;
padding:1em;
margin:-20px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;

}	
a:hover.list {
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;

}

/* reused Header rules */

hr {
border-top:1px dashed #9BB3B7;
padding:0px 10px 0 10px;
	}
	
hr.col1 {
	border-top:1px dashed #9BB3B7;
	margin:0px 0px 0 0px;
	padding:0 0 20px 0;
		}
/* featured release column 2  home*/



/* start of more news col 1 row 2*/





.padding-bottom{
padding:0 0 10px;
}


#video{
background-color: #1a1a18;

}




/* tour dates page */

#tourdatespage {
background-color:#000000;
width:100%;
height:100%;
}

/* tour dates page table */
.tour {
background-color: #1a1a18;
border:1px solid #101010;
margin-bottom: 15px;
padding: 5px 0px 5px 0px;
}


.showlist {
border-collapse: collapse; 
color: #9BB3B7;
font-size: 12px;
text-align: left;
width:100%;
}

.showlist th { 
border-bottom: 1px solid #101010;
color:#999999;
font-weight:bold;
padding:3px 8px 3px;
}

.showlist td{ 
border-top: 1px solid #101010;
padding:5px 8px;
color:#FFFFFF;
}

.one {
padding: 0px 10px 0px 5px !important;

text-align:left !important;
}

.tablebandname{
padding: 0px 10px 0px 3px !important;
background-color:#000000;
text-align:left !important;
}


/* news page content*/

img.floatLeft { 
    float: left; 
    margin: 10px; 
}


.entrybox{
	float:left;
	padding:10px 0px 0px 0px;
	background-color:#101010;

}

/* shop by artists*/

#shop_by_artist {
height:30px;
float:left;
position:relative;
margin:-30px 0 0 745px;
}
#shop_by_artist > select, .on_tour table, #dm_status_message {
margin-bottom:10px;
}
#shop_by_artist_container {
display:inline;
width:200px;
}
#shop_by_artist_menu {
font-size:10px;
height:18px;
width:200px;
}

