/*
 *	Claudio Kron v2 CSS
 *
 *  Author: John Arnfield
 *  Last Modified: 05 March 2007
      
										 ---------------------------------
										 |      TABLE OF CONTENTS        |
										 |      =================        |
										 |                               |
										 | 1 = Main Page Layout          |
										 | 2 = Outer Table Styles        |
										 | 3 = Inner Table/Div Styles    |
										 | 4 = Navigation                |
										 | 5 = Misc. Classes             |
										 | 6 = Site Wide Default Changes |
										 | 7 = News                      |
										 | 8 = Gallery                   |
										 | 9 = Header Backgrounds        |
										 |                               |
										 ---------------------------------
*/


/* (1) = Main Page Layout */

html {

}

body {
	background: url("../images/bg-body.gif") repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* (2) = Outer Table Styles */

#mainTable {
	margin: 0px auto;
	width: 820px;	
}

#mainTable .spillLeft {
	width: 20px;
}

#mainTable .spillRight {
	width: 20px;
}

#mainTable .contentCell {
	width: 780px;
}

/* (3) = Inner Table/Div Styles */

#left-home {
	float: left;
	width: 285px;
	text-align: justify;
}

#middle-home {
	padding: 10px;
	float: left;
	width: 10px;

}

#right-home {
	float: left;

}

#right-home #newsBox {
	width: 264px;
	height: 180px;
	background: url('../images/newsbg.gif') bottom left no-repeat;
}

#right-home #newsBox p {
	width: 160px;
}

#mainTable .mainCell {
	background: url('../images/bg-main.gif') left repeat-y;
}

#mainTable #navItem{
	width: 170px;
	height: 375px;
	background: url('../images/features-bg.jpg') top left no-repeat;
	float: left;
}

#navItem img {
	margin: auto;
	position: relative;
}

#phototitle {
	top: -58px;
}

#photoart {
	top: -19px;
}

#albumtitle {
	top: -40px;
}

#mainContent {
	width: 580px;
	float: right;
	padding-right: 15px;
	padding-bottom: 10px;
}

#mainContent p.topParagraph{
	color: #0b7a05;
	font-weight: bold;
}

#footer {
	float: left;
}

/* (4) = Navigation */

#mainNav {
	width: 610px;
	height: 162px;
	float: left;
}

#mainNav2 {
	background: url('../images/bg-nav2.jpg') top left no-repeat;
	width: 610px;
	height: 50px;
	float: left;
}

#mainNav2 img {
	padding-left: 15px;
}

#navLinks {
	width: 580px;
	padding: 0px;
	margin: 0px auto;
	margin-top: 5px;
}

#navLinks li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

#navLinks li ul {
	padding: 0;
	margin: 0;
	display: none;
}

#navLinks li ul li {
	padding: 0;
	margin: 0;
	float: none; 
	list-style: none;
}

/* (5) = Misc. Classes */
.center { text-align: center; }

.inline {
	display: inline;
}

.rImage {
	float: right;
	margin-left: 5px;
}

.rImage img{
	border: 1px solid #000;
}

.fImage {
	float: right;
	margin-left: 5px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.videoEmbed {
	float: left; 
	padding: 4px;
	margin: auto;
	text-align: center;
}

#musicians {
	margin: 0px;
	padding: 4px;
	width: 100%;
}

#musicians td.fcol{
	width: 1%;
}

#musicians img.mugshot {
	display: block;
	border: 1px solid #000000;
	padding: 2px;
	margin-right: 3px;
}	

.fImage img{
	border: 1px solid #000;
	margin: auto;
}

#contactForm {
	margin-left: 20px;
}

#mediaplay td {
	width: 350px;
	height: 380px;
	text-align: center;
	vertical-align: middle;
}

.vTop {
	vertical-align: top;
}

.vBot {
	vertical-align: bottom;
}

.fRight {
	float: right;
}

.fLeft {
	float: left;
}

.margin {
	margin: 5px;
}

.links strong {
	color: #000;
}

.mediaLink {
	float: right;
	width: 300px;
	height: 130px;
}

big {
	font-size: 10pt;
}

/* (6) = Site Wide Default Changes */

img {
	margin: 0;
	display: block;
}

a img {
	border: 0;
}

a {
	color: #329900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	color: #349800;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #1d5900;
}

/* (7) = News */

#claudioNews {
	border-width: 0 2px 0 0;
	border-style: solid;
	border-color: #999;
	float: left;
	width: 49%;
}

#otherNews {
	float: left;
	width: 49%;
}

.newsContent {
	padding-left: 20px;
}

/* (8) = Gallery */

.galleryImage {
	float: left;
	width: 121px;
	margin: 0px 8px 15px 8px;	
}

.galleryImage td {
	border-color: #000;
	border-style: solid;
}

.galleryImage td.topTD {
	border-width: 3px 3px 0px 3px;
}

.galleryImage td.lowTD {
	border-width: 3px 3px 3px 3px;
	text-align: left;
	font-size: 8pt;
	background: url('../images/gallery-bg.gif') repeat-x;
	height: 40px;
	padding-left: 5px;
}

.galleryPreview {
	float: left;
	margin: 0px 8px 15px 8px;	
}

.galleryPreview td {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

/* (9) = Header Backgrounds */

.fphbg {background: url('../images/bg-nav.jpg') top left no-repeat;}
.shhbg {background: url('../images/shows_header.jpg') top left no-repeat;}
.nehbg {background: url('../images/news_header.jpg') top left no-repeat;}
.wshbg {background: url('../images/workshop_header.jpg') top left no-repeat;}
.lihbg {background: url('../images/links_header.jpg') top left no-repeat;}
.hohbg {background: url('../images/homebanner.jpg') top left no-repeat;}



/* VID PLAYER */
#vidPlayer
{
    float: bottom;
    width: 560px;

    height: 315px;
    position: absolute;
    left: 5px;
    bottom: 0px;
}
#fix
{
    position: relative;
}