
/*
************************************************************************
    LKS.ORG.UK    Main CSS (see lksNavigation.css for index page styles)
	
    Author:       Elliot Jay Stocks (http://ElliotJayStocks.com)
    Version:      4th October 2005
************************************************************************
*/


/* Basic elements */
body { background: #fff; margin: 20px 20px 20px 20px; }
body, p, h1, h2 { font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; }
body, p { font-size: 12px; line-height: 14px; color: #036; }
h1, h2 { font-weight: bold; line-height: 16px; color: #000; }
h1 { font-size: 16px; }
h2 { font-size: 14px; margin: 30px 0 0 0; }


/* Links */
a { color: #900; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover	{ text-decoration: none; border-bottom: 1px dotted; padding-bottom: 1px; }
a img { border: none; }


/* Images */
img.photoIndent, .right { float: right; margin: 0 0 15px 10px; }
img.indentLeft, .left { float: left; margin: 20px 10px 15px 0; }


/* Specific text classes */
.concertDetails { margin: 0 0 10px 20px; }
.smallText { font-size: 10px; }



/* Layout */
#sideBar {
	width: 180px;
	margin: 0 0 5px 0;
	padding: 0 20px 0 0;
	text-align: left;
	}

#mainContent {
	float: right;
	width: 440px;
	margin: -15px 5px 5px 5px; /* May need to change this negative margin for IE */
	padding: 0 0 0 15px;
	border-left: 1px dotted #999;
	}


/* Quotes */
.quoteBox {
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
	padding: 0 10px 0 10px;
	margin: 20px 0 20px 0;
	}

.quoteBox img {
	border-right: 1px dotted #999;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	width: 60px;
	float: left;
	}

.quoteBox p {
	padding: 0 0 0 10px;
	font-style: italic;
	color: #666;
	}