/*    
Theme Name: Music For Christian Worship
Theme URI: http://www.musicforchristianworship.com
Description: A Wordpress theme created by Joseph Hawes. 
Author: Joseph Hawes
Author URI: http://www.josephhawes.co.uk/ 
Version: 1.0  
*/
@import url(self_clear.css);
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 62.5%;
	background-color: #b3d4e8;
}
a {
	color: #0b6093;
}
a img {
	border: none;
}
/* ----- Titles */
h1, h2, h3, #body_contact legend {
	font-family: Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
	color: #0b6093;
}
h1 {}
h2 {}
/* ----- Subtitles */
h3,
#body_contact legend {
	font-size: 1.2em;
	font-weight: bold;
}
#container {
	margin: 10px auto;
	width: 800px;
	background-color: #FFF;
	border: 1px solid #999;
}
#header {
	position: relative;
	height: 58px;
	background: url('images/header_bg.gif') 5px 5px no-repeat;
}
#footer {
	padding: 25px 10px 5px 10px;
	background: url('images/footer_bg.gif') 5px 0 no-repeat;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer ul .left {
	float: left;
}
#footer ul .right {
	float: right;
}
#middle {
	margin: 15px;
	width: 766px;
	font-size: 1.2em;
	color: #404040;
	min-height: 510px;
}
#middle p {
	line-height: 150%
}
/* ----- Home Page */
#body_home #middle {
	padding-top: 450px;
	width: 786px;
	margin: 8px 5px;
	min-height: 0;
	background: url('images/home_main_img.jpg') 0 0 no-repeat;
}
#body_home #middle > p {
	width: 50%;
	padding: 0 10px;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 15px;
	margin: 0;
}
#header #menu {
	position: absolute;
	bottom: 0;
	right: 20px;
	margin: 0;
	padding: 0;
}
#body_home #home-page-player {
	position: absolute;
	left: -10000px;
}
#body_home #no-music {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #FFF;
	text-decoration: underline;
}
#body_home div#home-player-container {
	float: right;
	width: 50%;
	text-align: center;
}
#body_home div#home-player-container p {
	font-weight: bold;
}
#body_home div#home-player-container embed {
	margin-left: 5px;
}
#header #menu li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
	width: 88px;
	font-size: 1.2em;
	text-align: center;
/*	border: 1px solid red;*/
	background: url('images/tab_off.gif') top left no-repeat;
}
#header #menu li,
#header #menu li a {
	color: #404040;
	text-decoration: none;
}
#header #menu li a {
	display: block;
	padding: 3px 0;
	width: 88px;
/*	border: 1px solid red; */
}
#body_links li#menu_links,
#body_home li#menu_home,
#body_about li#menu_about,
#body_compositions li#menu_comp,
#body_contact li#menu_contact {
	background-image: url('images/tab_on.gif');
}
/* ----- About Page */
#body_about #middle #gallery-container {
	float: right;
	margin: 60px 0 0 15px;
}
#body_about #middle #gallery-container #gallery-main-image {
	display: block;
	margin-bottom: 8px;
}
#body_about #middle img.gallery-thumb {
	margin-right: 5px;
	cursor: pointer;
}
#body_about #middle img.gallery-thumb.last {
	margin: 0;
}
/* ----- Links Page */
#body_links #middle ul {
	margin: 20px 0;
	padding-left: 30px;
}
#body_links #middle ul li {
	margin: 5px 0;
}
/* ----- Compositions Page */
#body_compositions table {
	margin: 0 auto;
	width: 600px;
}
#body_compositions table th {
	text-align: left;
}
#body_compositions table th,
#body_compositions table td {
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #DDD;
}
#body_compositions .listen_mp3,
#body_compositions .listen_midi,
#body_compositions .download_pdf {
	text-align: center;
}
#body_compositions table tr.alt {
	background-color: #F3F3F3;
}
#body_compositions #player-container {
	text-align: center;
}
#body_compositions tr.composition-section td {
	padding: 20px 4px 8px 4px !important;
	font-weight: bold;
	font-size: 1.1em;
}
/* ----- Contact Page */
#body_contact fieldset {
	padding: 8px 0;
	border: none;
}
#body_contact .text {
	border: 1px solid #999;
}
#body_contact span.required {
	color: red;
}
#body_contact .button {
	margin-top: 5px;
}
#body_contact .error {
	border: 1px dashed red;
}
#body_contact p.important,
#body_contact p.error {
	color: red;
	border: none;
}
#body_contact p.success {
	color: green;
}
#website_by {
	color: #666;
	text-decoration: none;
}
