/* @override http://localhost/sam/static/v3/styles/index.css */

/* 
Author: Michael Bragg 
Site: www.sambragg.com
Date: 29-05-2009
*/

 @import url('reset.css');  


* {
	margin: 0;
	padding: 0;
	
}

.indent{
	text-indent: 10px;
}
html {
	background: #111 url(../images/bg.jpg) repeat;
	
}

body {
	color: #eee;
	height: auto;
	font: 100% "Courier New", Courier, mono;
    background: url(../images/header_bg.jpg) repeat-x;
}


p {
	color: white;
	font-size: 10pt;
	list-style-image: none;
}

h1 {
	font-size: 1.1em;
}

h2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #0063ca;
	font-size: 0.8em;
}

h3 {
	font-size: 11pt;
	color: #0063ca;
	font-weight: normal;
	font-style: normal;
}

h4 {
	
	font-weight: normal;
	font-style: normal;
	font-size: 0.95em;
	float: left;
	padding: 6px;
}


a {
	text-decoration: none;
	color: #b3b3b3;
	font-weight: normal;
	font-style: normal;
	height: 21px;
	border-style: solid;
	border-width: 0;
}
a img{
	border-style: none;
	padding: 1px;
}

a:hover {
	color: #0063ca;
	text-decoration: none;
	height: 21px;
}

#wrap {

	margin: 0px auto 0;
	width: 850px;
	}
	
.clear {
	clear: both;
	width: 100%;
	height: 100px;
}

#map {
	color: black;
	font-size: .9em;
	text-align: center;
	margin-bottom: 10px;
}


/* @group Header */
#header {
	height: 60px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-top: 30px;
}

#header h1 {
	color : #000;
	letter-spacing: 2px;
	text-align: left;
	font-size:35px;
	padding-left: 10px;
}


/* @end */

/* @group Navigation */

#navcontainer {
	
	width: 848px;
	height: 35px;
}

/* @group Matt black nav */

.mattblacktabs{
	width: 100%;
	height: 100%;
	
}

.mattblacktabs ul{
	
}

.mattblacktabs li{
	display: inline;
	margin: 0;
}

.mattblacktabs li a{
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: #fff;
	background-color: #111;
	float: left;
	font-size: 10pt;
	padding: 9px 40px 5px;
}

.mattblacktabs li a1{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: #000;
	background: #e6e6e6;

	padding: 5px 40px;
}

.mattblacktabs li a:visited{
	color: #fff;

}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #0063ca;
	color: white;						
}


/* @end */
/* @end */

/* @group containerimages */

#containerimg {
	width: 848px;
	height: 550px;
	/*background-image: url(../images/bg/smaller/sam.jpg);*/
}

#containerimg1 {
	width: 848px;
	height: 550px;
	/*background-image: url(../images/bg/smaller/sam1fade.jpg);*/
}

#containerimg2 {
	width: 848px;
	height: 550px;
	/*background-image: url(../images/bg/smaller/sky.jpg);*/
}

#containerimg3 {
	width: 848px;
	
}

#containerimg4 {
	width: 848px;
	height: 550px;
	/*background-image: url(../images/bg/smaller/crowd.jpg);*/
}

#containerimg5 {
	width: 848px;
	height: 550px;
	/*background-image: url(../images/bg/smaller/grass.jpg);*/
}




/* @end */

/* @group content */



#content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 780px;
	top: 50px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}

#contentnarrow{
	height: auto;
	margin: 0px auto 0;

	position: relative;
	padding: 10px;
	width: 580px;
	top: 50px;
}

/* @group gigs */

#contentoldgigs {
	width: 300px;
	float: left;
	padding-left: 20px;
}

#contentnewgigs {
	width: 300px;
	float: left;
	padding-left: 80px;
}

ul.gigs{

}
li.a-gig {
	padding-bottom: 10px;
}
li.a-gig h1 {
	font-size: .9em;
}




/* @end */

/* @group music */

#epcontent {
	width: 430px;
	height: 250px;
	float: left;

}

table.two-columns {
	margin-left: auto;
	margin-right: auto;
	
}

#artwork {
	height: 250px;
    width: 250px;
    background-color: #111;
	background-image: url(../images/cover1small.jpg);
	display: table-cell;
	float: left;
}

#epheader {
	width: 400px;
	height: 30px;
	background-color: black;
	margin-left: 30px;
	vertical-align: top;
}

table.album{
	
	margin-left: 30px;
	width: 400px;
	margin-top: 25px;
	height: 120px;
	
}

table.album td {
	vertical-align: top;
	height: 30px
}

.tracklist{
	width: 300px; 
	float: left;
	
	
}

.tracklist ul {

}

.tracklist li {
	
	height: 30px;
}

.tracklist li p {
	height: 23px;
	padding-left: 10px;
	padding-top: 7px;
	color: white;
	text-decoration: none;
}

.dark{
	background-color: black;
	color: white;
	text-decoration: none;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
}

.light{
	background-color: #111;
	color: white;
	text-decoration: none;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.light p {
	line-height: 1.8em;
}
.dark p {
	line-height: 1.8em;
}





#orderdiv
 {
	width: 400px;
	height: 30px;
	background-color: black;
	text-align: center;
	margin-left: 30px;
	margin-top: 20px;
	color: white;
	font-size: 10pt;
	line-height: 22pt;

}
#orderdiv a {
	color: white;
}
#orderdiv a:hover {
	color: #0063ca;
}

.playerlist {
    width: 100px;
	
	
}

.playerlist ul{
	
}

.playerlist li{
	width: 100%;
	height: 30px;
	float: right;	
}

#audioplayer_1 {

}
#audioplayer_2 {
	
}
#audioplayer_3{

}
#audioplayer_4 {

}

.downloadlist{
	float: left;
	
}

.downloadlist ul{
	
}

.downloadlist li{
	height: 30px;
	
}

.downloadlist li a img{
	margin-top: 3px;
	margin-right: 5px;
}

/* @group order */

table.address td {
	padding: 1px;
}

table.ordercomplete {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

table.tableorder{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.ordercomplete td{
	padding-right: 10px;
	padding-left: 10px;
}

.donate {
	text-align: center;
}

#contentorder{
	height: auto;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50px;
	padding: 1px;
	text-align: center;
}

.continue {
	text-align: right;
}



/* @end */



/* @end */

/* @group photos */

#contentphotosinner{
	margin: 0px auto 0;

	width: 550px;
	
}



/* @end */

/* @group contact */

#contentcontact{
	height: auto;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 80px;
	padding: 1px;
}

#contentcontact p {
	text-align: center;
}

table.contact td {
	height: 30px;
}

table.contact {
	width: 400px;
}



/* @end */

/* @group links */

.facebook {
	text-align: center;
}

.facebook img{
	margin-top: 20px;
}

.myspace {

height: 80px;
	padding-top: 20px;
	text-align: center;
}

.twitter{
	
	text-align: center;
}

.twitter img{

}
.mailinglist  {
	text-align: center;
	height: 30px;
	margin-top: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.mailinglist a {
	color: white;
	background-color: #111;
	padding: 5px;
	font-size: 11pt;
}

.mailinglist a:visited {
	color: white;
}

.mailinglist a:hover {
	color: white;
	background-color: #0063ca;
}


/* @end */

/* @end */

/* @group Footer */
#footer  {
	width: 848px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted gray;
	padding: 5px;
}

#footer p {
	font-size: 11px;
	color: #c0c0c0;
	text-align: left;
	
}

#copy-info {
	float: left;
}


#siteby p {
	font-size: 11px;
	color: #797979;
	letter-spacing: 1px;
	float: right;
}

#siteby a {
	color: #797979;
}
#siteby a:hover {
	color: #797979;
	text-decoration: underline;
}

/* @end */

