/*
	style2.css
	
	Stylesheet for music-at-gmc.org.uk
	
	defines the special elements in the website
 */
 
 body
 {
	background-image			: url("notes.jpg");
 }

 .outer-box
 {
	background-color			: white;
 }

 .body-content
 {
	background-color			: white;
	 width					: 720px;
	line-height				: 25px;
 }
 
 table .table-content
 {
	 line-height				: 25px;
 }
 
 .content-header
 {
	 background-color			: #efefef;
	 border-bottom				: 1px solid grey;
	 margin-bottom				: 10px;
	padding-left				: 3px;
 }
 
 .content-header h1
 {
	 font-family				: Century Gothic;
	 color					: grey;
	 line-height				: 40px;
	 padding				: 0px;
	 margin					: 0px;
 }
 
 .content-header h4
 {
	font-family				: Century Gothic;
	 color					: #333333;
	 font-size				: 10px;
	 padding				: 4px;
	 margin					: 0px;
 }
 
 p.lsb-element
 {
	border					: 1px solid #e5e5e5;
	border-left				: 0px;
	border-right				: 0px;
	border-top				: 0px;
	line-height				: 15px;
	padding					: 0px;
	margin					: 2px;
	margin-top				: 0px;
 }

.church-logo
{
	height					: 210px;
	b/order					: 1px solid #a5a5a5;
	border-bottom				: 1px solid grey;
	b/order-left				: 1px solid grey;

	
	padding					: 4px;
	margin					: 10px;
}

.concert-table td
{
	padding-bottom				: 8px;
}

.concert-lhs
{
	font-weight				: bold;
	width					: 195px;
}

.concert-lhs-old
{
	font-weight				: bold;
	width					: 195px;
	color					: #aaaaaa;
}

.sponsors-lhs
{
	padding-right				: 24px;
}

.cds-lhs
{
	padding-right				: 10px;
	font-size					: 12px;
	width					: 320px;
}

.cds2-lhs
{
	padding-right				: 10px;
	font-size					: 12px;
	width					: 440px;
}

.cds3-lhs
{
	font-size					: 12px;
	width					: 80px;
	font-weight				: bold;
	color					: red;
}

.artist-table td
{
	padding-bottom				: 15px;
}

.event
{
	border			: 1px solid #e5e5e5; 
	padding			: 2px;
	background-color	: #c5e8ff;
	margin-top		: 8px;
}

.event h2, h3
{
	margin	: 0px;
	padding : 0px;
}

/*
 * formatting for active sub menu links
 */
.subact
{
	background-color: #e5e5e5;
}

/*
 * formatting for sub menu links
 */
.subact a, .sub a
{
	padding-left	: 15px;
}

.concert-2007-left
{
	text-align	: right;
	width		: 120px;
	padding-right	: 20px;
	font-weight	: bold;
}

.concert-2007-left-old
{
	text-align	: right;
	width		: 120px;
	padding-right	: 20px;
	color		: #aaaaaa;
	font-weight	: bold;
}

/*
 * justify text
 */
.gmc-justify
{
	text-align	: justify;
}

.gmc-justify-old
{
	text-align	: justify;
	color	: #aaaaaa;
}

/*
 * apply no formatting to image
 */
.default-image
{
	border		: 0px;
}

.default-line-spacing
{
	line-height	: 25px;
}

.default-bullet, ul .default-bullet li
{
	list-style-type: disc;
}

