@import url(/core/css/reset.css);
@import url(/core/css/forms.css);


body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: medium;
	font-size: 0.8em;
	color: #EEE;
}

body.wedding-music #content {
	font-family: Garamond, "Palatino Linotype", Palatino, "URW Palladio L", Baskerville, "Bookman Old Style", "Bitstream Charter";
	font-size: 1.4em;
}


body.mceContentBody,
body.mceContentBody a.more {
	color: #333 !important;
}


/**********************************************************
 * General Styles                                         *
 **********************************************************/

p, li, cite {
	margin-bottom: 1em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span {
	line-height: 1.6em;
}

#page {
	font-size: 0.9em;
}



blockquote {
	background-image: url(/graphics/blockquote_background.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 10px 10px 0 70px;
	margin: 2em 0;
	font-style: italic;
	font-size: 0.95em;
}

blockquote em {
	font-style: normal;
}

cite {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	background-color: #333;
	color: White;
	border: none;
	border-top: 1px solid #333;
	height: 1px;
	width: 100%;
	margin: 0.5em 0 1em 0;
	padding: 0;
	float: left;
	clear: both;
}


.center {
	text-align: center;
}


.hidden {
	position: absolute;
	top: -5000px;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.IE6only.hidden {
	display: none;
}

img {
	border: none;
}



#footer {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

/**********************************************************
 * Links                                                  *
 **********************************************************/

a {
	color: #DEC484;
}

a:hover {
	text-decoration: none;
}

a.more {
	color: White;
	font-variant: small-caps;
	text-transform: lowercase;
}

body.function-party-music a, 
body.corporate-event-music a { 
	color: White; 
}

body.wedding-music a {
	color: #BF9036;
}

/**********************************************************
 * Lists                                                  *
 **********************************************************/
dl {
	margin: -1em 0 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

ul {
	list-style-type: square;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

dl.inline dt {
	clear: left;
	padding-top: 1em;
}

dl.inline dd {
	float: left;
	width: 3em;
}

dl.inline dd.block {
	float: none;
	width: auto;
}

dl.details {
	position: relative;
	margin-top: 0;
}

dl.details dt {
	width: 6em;
	position: absolute;
	left: 0;
	margin: 0;
	padding-top: 0em;
}

dl.details dd {
	margin: 0 165px 0 7em; /* If left margin changed, also change dt margin in ie6 css */
	padding-top: 0em;
	line-height: 1.5em;
}


/**********************************************************
 * Headings                                               *
 **********************************************************/

h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h1.sIFR-replaced {
	
}
 
h2 {
	padding-top: 10px; 
	margin: 0;	
	font-weight: bold; 
	font-size: 18px;
	letter-spacing: -0.05em;
	margin: 0.5em 0 0.3em 0;
	line-height: 1.5em;
	padding: 0;
	text-decoration: none;
}

#content h2.sIFR-replaced {
	margin: 1.5em 0 -0.5em 0;
}



h3 {
	font-family: Georgia, serif; 
	font-size: 14px;	
	font-weight: bold; 
	margin: 0.5em 0 0.3em 0;
	padding: 0;
	line-height: 1.5em;
}

.title {
	margin-left:10px; 
	padding:15px 0px 5px 0px;
}


dl.inline dt {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em 0 0.3em 0;
	color: #EEE;
	line-height: 1.3em;
}


/**********************************************************
 * Tables                                                 *
 **********************************************************/
 
table {
	font-size: 0.8em;
	border-collapse: collapse;
	border-bottom: 2px solid #2C3517;
}

tr.disabled {
	color: Gray;
}

td {
	border-top: 1px dotted #778B3B;
	border-bottom: 1px dotted #778B3B;
	padding: 3px;
}

th {
	text-align: left;
	border-top: 2px solid #2C3517;
	border-bottom: 2px solid #2C3517;
	padding: 3px;
}







/**********************************************************
 * Side Boxes & Boxouts                                   *
 **********************************************************/

.left {
	float: left;
	clear: left;
	margin: 5px 10px 10px 0;
}

.right {
	float: right;
	clear: right;
	margin: 5px 0 10px 10px;
}

img.left {
	margin-right: 1em;
	clear: none;
}

img.right {
	margin-left: 1em;
}

div.left {
	padding-right: 15px;
	background-color: White;
}



/**********************************************************
 * Gallery                                                *
 **********************************************************/

ul.image-gallery {
	list-style-type: none;
	margin: 0;
	padding: 0 0 2em 0;
	float: left;
	width: 380px;
}

ul.image-gallery li {
	display: block;
	float: left;
}

ul.image-gallery li a {
	display: block;
	border: 2px solid #EEE;
	background-color: #DDD;
	width: 85px;
	height: 85px;
	margin-right: 6px;
	overflow: hidden;
	text-align: center;
}

ul.image-gallery li a.hover{
	border-color: #88D9FF;
}

ul.image-gallery li span.title,
ul.image-gallery li p.copyright,
ul.image-gallery li div.caption {
	display: none;
}

ul.image-gallery li p.copyright {
	display: none;
}


/**********************************************************
 * Forms                                                  *
 **********************************************************/

.form-container label {
	width: 100px; 
}

.form-container .control {
	margin-bottom: 0.5em;
}

.form-container input,
.form-container textarea,
.form-container select {
	border: 1px solid #333;
	background-color: #CCC;
	color: #333;
	max-width: 255px;
}


.form-container input:focus, 
.form-container input.error:focus, 
.form-container textarea:focus {
	border: 1px solid #CCC;
	background-color: #666;
	color: #CCC;
}

.form-container .button {
	margin-left: 120px;
}



/* Wedding page */
body.wedding-music .form-container input,
body.wedding-music .form-container textarea,
body.wedding-music .form-container select {
	border: 1px solid #5A4419;
	background-color: #FFFFE7;
	color: #5A4419;
	max-width: 255px;
}


body.wedding-music .form-container input:focus, 
body.wedding-music .form-container input.error:focus, 
body.wedding-music .form-container textarea:focus {
	border: 1px solid #5A4419;
	background-color: #F7F7E1;
	color: #5A4419;
}




/**********************************************************
 * News                                                   *
 **********************************************************/

div.news {
	border-top: 1px solid #333;
}

div.headline,
#sidebar div.archive {
	border-bottom: 1px solid #333;
}

div.headline .added {
	font-style: italic;
	text-align: right;
}

#sidebar div.archive {
	float: left;
	width: 100%;
}

#sidebar div.archive ul.months {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	float: left;
	width: 100%;
}

#sidebar div.archive ul.months li {
	margin: 0 6px 0 0;
	padding: 0;
	display: block;
	float: left;
}

/**********************************************************
 * North East Map                                         *
 **********************************************************/

ul.nemap {
	width: 240px;
	height: 343px;
	position: relative;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(/graphics/nemap.png);
	background-position: left top;
	background-repeat: no-repeat;
}

ul.nemap li {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	color: #E6FFEB;
	font-size: 0.7em;
	font-weight: bold;
	font-variant: small-caps;
}

ul.nemap li ul {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
}

ul.nemap li ul li {
	position: absolute;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-variant: normal;
}

ul.nemap li.northumberland { top: 135px; left: 15px; }
ul.nemap li.morpeth { top: 0px; left: 55px; }
ul.nemap li.alnwick { top: -55px; left: 70px; }
ul.nemap li.berwick { top: -135px; left: 60px; }
ul.nemap li.rothbury { top: -35px; left: 30px; }
ul.nemap li.ashington { top: -10px; left: 110px; }
ul.nemap li.cramlington { top: 15px; left: 50px; }
ul.nemap li.blyth { top: 6px; left: 130px; }
ul.nemap li.hexham { top: 50px; left: 30px; }

ul.nemap li.tyne-wear { top: 200px; left: 120px; }
ul.nemap li.newcastle { top: -40px; left: 5px; }
ul.nemap li.gateshead { top: -25px; left: 15px; }
ul.nemap li.sunderland { top: 0px; left: 15px; }

ul.nemap li.county-durham { top: 260px; left: 55px; }
ul.nemap li.durham { top: -35px; left: 30px; }
ul.nemap li.darlington { top: 15px; left: 15px; }

ul.nemap li.teesside { top: 280px; left: 170px; }
ul.nemap li.middlesbrough { top: -30px; left: -20px; }
ul.nemap li.stockton { top: -18px; left: -55px; }

ul.nemap li.yorkshire { top: 320px; left: 50px; }
ul.nemap li.northallerton { top: -30px; left: 45px; }
ul.nemap li.york { top: -8px; left: 120px; }



/**********************************************************
 * Sidebar Boxes                                          *
 **********************************************************/

#sidebar div.functions-box,
#sidebar div.corporate-box,
#sidebar div.weddings-box {
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
}

#sidebar div.functions-box div.inner,
#sidebar div.corporate-box div.inner,
#sidebar div.weddings-box div.inner {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 10px 1px 10px;
}

#sidebar div.functions-box h2,
#sidebar div.corporate-box h2,
#sidebar div.weddings-box h2 {
	display: none;
}


#sidebar div.functions-box {
	background-image: url(/graphics/functions/sidebar-box-bottom.png);
	padding-bottom: 9px;
	color: #F8E9F8;
}

#sidebar div.functions-box div.inner {
	background-image: url(/graphics/functions/sidebar-box-top.png);
	padding-top: 40px;
}


#sidebar div.corporate-box {
	background-image: url(/graphics/corporate/sidebar-box-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	color: #E1F0FF;
}

#sidebar div.corporate-box div.inner {
	background-image: url(/graphics/corporate/sidebar-box-top.png);
	background-position: left top;
	background-repeat: no-repeat;
}


#sidebar div.weddings-box {
	background-image: url(/graphics/weddings/sidebar-box-top.png);
	background-position: left top;
	padding-top: 37px;
	color: #FFFFE7;
}

#sidebar div.weddings-box div.inner {
	background-image: url(/graphics/weddings/sidebar-box-bottom.png);
	background-position: left bottom;
	padding-bottom: 20px;
}


/**********************************************************
 * Bands                                                  *
 **********************************************************/

ul.bands {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #DDD8CF;
}

ul.bands li {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 0.8em;
	border-bottom: 1px solid #DDD8CF;
}

ul.bands li h3,
ul.bands li div.summary {
	margin: 0 0 0 90px;
}

ul.bands img.thumb {
	float: left;
	margin: 0 10px 10px 0;
}

ul.bands a.more {
	float: right;
	margin-top: -1em;
}



