/*  

Theme Name: Your Time Music
Theme URL: www.yourtimemusic.com
Description: 
Version: 1.0
Author: Matt Stevens, Calibrate Ltd // www.mattstevens.co.uk // www.calibratedesign.com

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

#siteHolder {
min-height: 100%;
margin-bottom: -90px;
position: relative;
}

ul#menu {  
	margin:0px; padding:0px; 
	float:right;
	margin-top:20px;
	width:223px;
}
  
ul#menu li {  
	display:inline;
	margin-left:10px;
}

ul#menu span {
	display: none;
	position: absolute;
}

ul#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

ul#menu a:hover {
	background-position: left bottom;
}

ul#menu a:hover span{
	display: block;
}

ul#menu .home {
	width: 96px;
	height: 40px;
	background: url(images/btn_home.jpg) no-repeat;
}


ul#menu .about {
	width: 107px;
	height: 40px;
	background: url(images/btn_about.jpg) no-repeat;
	margin-left:106px;	
}

body {
	padding:0px;
	margin:0px;
	background-color:#ff9000;
	font-family: "trebuchet ms", Helvetica, Arial, sans-serif;
	font-size:13px;
}

.container {
	width:800px;
	margin:0 auto;
}

a:link {
	color:#656565;
	text-decoration:none;
}

a:visited {
	color:#656565;
	text-decoration:none;
}

a:hover {
	color:#656565;
	text-decoration:underline;
}

a:active {
	color:#656565;
	text-decoration:none;
}

img {
	border:0px;
}

img a {
	border:0px;
}

a {
	outline:none;
}

#header {
	height:83px;
	background:url(images/top_bkgrd.jpg);
	width:100%;
}

#main {
	background-color:#ff9000;
	background:url(images/main_bkgrd.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.mainEdge {
	background:url(images/main_bkgrd_tile.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#main {
	height: auto;
}

#footer {
	height:90px;
	background:url(images/bottom_bkgrd.jpg);
	background-position:center;
	background-repeat:repeat-x;	
	position: relative;
	width:100%;
}

.clearfooter {
height: 90px;
clear: both;
}

.footerNav {
	float:left;
	color:#656565;
	padding-top:34px;
	
}

.copyright {
	float:right;
	color:#656565;
	padding-top:34px;
}

.contentHeader {
	height:280px;
	background:url(images/temp_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.blogPost {
	background:#ff8800;
	margin: 0px 0px 30px 0px;
}

.postHeader {
	background-image:url(images/post_header.jpg);
	padding:30px;
	height:52px;
}

.postFooter {
	background-image:url(images/post_footer.jpg);
	padding:0px 30px 0px 30px;
	height:22px;
}

.postHeader h1 {
	text-transform:uppercase;
	margin:0px 0px 0px -2px;
	color:#FFFFFF;
	font-size:36px;
	font-weight:bold;
}

.postHeader h1 a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.postHeader h1 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.postHeader h1 a:hover {
	color:#666666;
	text-decoration:none;
}

.postHeader h1 a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.postHeader h2 {
	margin:0px 0px 30px 0px;
	font-size:16px;
	font-weight:bold;
}

.postContent {
	color:#000000;
	margin:0px 0px 0px 0px;
	background:#ff8800;
	padding:0px 30px 10px 30px;
}

.postContent img {
	margin:15px 0px 0px 0px;
}

#commentNo {
	position:absolute;
	font-size: 16px;
	font-weight:bold;
	background:url(images/commentNo_bkgrd.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:163px;
	height:57px;
	padding:7px 14px 0px 14px;
	margin-top:-10px;
	margin-left:646px;
}

#commentNo a {
	color:#000000;
}

/* comment styling */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}