/* this is the style sheet for www.krecs.com */

/* body 
_____________________________________________*/
body {
	background-image: url(http://www.krecs.com/graphics/essential/kbglines.gif);
	background-color: #BBFFDD;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Myriad, Verdana, Ariel, sans;}

/* link classes
_____________________________________________*/
a:link {
	color: #666699; 
	text-decoration: none;
	}
a:visited {
	color: #333333;
	}
a:hover {
	color: #777777;
	}


/*  navbar style
_____________________________________________*/
	
img.backbar{
	top: 0px;
	left: 0px;
	z-index: 1;
	}

div.navbar {
	font-size: 80%;
	font-weight: 200;
	position: absolute;
	left: 100px;
	top: 0px;
	height: 20px;
	width: 500px;
	margin-top: 18px;
	z-index: -5;
	}
p.shopping_cart {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	}
p.press {
	position: absolute;
	left: 120px;
	top: 0px;
	width: 50px;
	}
p.artist {
	position: absolute;
	left: 230px;
	top: 0px;
	}
p.bulletin {
	position: absolute;
	left: 320px;
	top: 0px;
	width: 30px;
	}
p.info {
	position: absolute;
	left: 435px;
	top: 0px;
	}
p.shows {
	position: absolute;
	left: 520px;
	top: 0px;
	width: 50px;
	}
	


/*  left half of the screen 
___________________________________________*/
	
div.left {
	position: absolute;
	left: 3px;
	top: 150px;
	margin-left: 40px;
	width: 250px;
	z-index: 5;
	}
h1.section_title {
	position: absolute;
	font-size: 55px;
	z-index: 10;
	margin-bottom: -30px;
	}	
p.section_subtitle {
	position: absolute;
	font-size: 60%;
	margin-left: 60px;
	z-index: 10;
	}
p.section_nav {
	position: absolute;
	margin-top: 150px;
	font-size: 80%;
	text-align: center;
	z-index: 25;
	}
p.artist_nav {
	position: absolute;
	margin-left: 40px;
	margin-top: 200px;
	font-size: 80%;
	text-align: center;
	z-index: 25;
	}
img.artistimg {
	position: absolute;
	left: 50px;
	top: 220px;
	height: 120px;
	width: 220px;
	z-index: 27;
	}
img.albumimg {
	position: absolute;
	left: 80 px;
	top: 220 px;
	z-index: 27;
	}
	
/* this is the content aka right side formatting 
_________________________________________________*/


div.right {
	position: absolute;
	left: 350px;
	top: 150px;
	margin: 0;
	font-size: 80%;
	z-index: 30;
	width: 320px;
	font-size: 60%;
	}
h2.page_title {
	position: absolute;
	top: 100px;
	left: 349px;
	width: 400px;
	text-align: center;
	font-size: 150%;
	}
h2.c_title {
	text-align: center;
	font-size: 120%;
	}
ul.none {
	list-style-type: none;
	margin-left: -20px;
	font-size: 70%;
	}
p.c_center {
	text-align: center;
	font-size: 70%;
	}	
table.artistshows {
	font-size: 50%;
	text-align: center;
	}
table.discotable{
	width: 350px;
	}
img.discoimg {
	border: 0;
	float: left;
	padding-right: 10px;
	
	}
div.fullscreen {
	position: absolute;
	left: 0px;
	right: 700px;
	top: 60px;
	bottom: 500px;
	font-size: 80%}
img.bigpicture {
	position: absolute;
	image-align: center;
	}


	

