/*   
Theme Name: Leeds Music Festival
Theme URI: www.leedsmusicfestival.com
Description: Default template for the Leeds Music Festival website
Author: Dave Sugden
Author URI: davelms.co.uk
*/
html {
    background: #fff;
	color:#666;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
em {
font-style: italic; 
}
a {
	text-decoration:none;
	border-bottom: #666;
    border-width: 0 0 1px 0;
    border-style: none none dotted none;
	text-transform:capitalize;
	color:#06F;
}
a:visited {
	color:#06F;
}
a:hover {
	color:#06F;
}
p, .entrytext {
	margin:10px 0;
}
li {
	margin-top:5px;
	list-style:circle inside;
}
#theloop li {
	margin-left:20px;
}
#hd {
    background-image: url('images/header.png');
    background-repeat: no-repeat;
		width:750px;
    height:255px;
}
#header {
    background-image: url('images/content.png');
    background-repeat: repeat-y;
	padding:10px 45px;
	font-size:123.1%;
	color:#666;
	width:660px;
}
#header a {
	text-transform:lowercase;
	border:0;
}
#bd {
    background-image: url('images/content.png');
    background-repeat: repeat-y;
	width:750px;
	padding:0;
}
#ft {
    background-image: url('images/content.png');
    background-repeat: repeat-y;
	width:750px;
	padding:0;
}
#footer {
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
	width:750px;
    height:21px;
	padding:0;
}
#feed {
	float:right;
	text-align:right;
	margin:20px 40px;
	width:300px;
}
#feed img {
	vertical-align:bottom;
}
#feed a {
	border:0;
}
img:link {
	border:0;
}
#theloop, #copyright {
	margin:0;
	padding:10px 25px 10px 45px;
}
.yui-t5 #theloop {
	padding-right:5px;
}
#sidebar {
	margin:0;
	padding:10px 25px 10px 5px;
}
#sidebar h2 {
	color:#333;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
#sidebar p, #sidebar li {
	font-size:85%;
	line-height:1.4;
}
#sidebar h2:first-child {
	margin-top:0;
}
#theloop .alt {
	margin:20px 0;
}
#theloop .alt:first-child {
	margin-top:0;
}
h2.archivelist { 
	font-weight:bold;
	font-size:100%;
	margin-bottom:20px;
	border:1px solid #000;
	padding:5px;
	background-color:#efefef;
}
#theloop h2 a {
	color:#333;
	border-bottom:0;
}
#theloop h2 a:hover {
	color:#06F;
}
#theloop .metadata {
	text-align:right;
	font-size:85%;
}
.post-metadata, .comment-meta {
	text-align:left;
	font-size:85%;
}
#theloop p, .entrytext, .entrytext li {
	color:#333;
}
#title {
	display:none;
}
.entry, .post, #comments {
	padding:0 30px 0 0;
}
.entrytext p, .entrytext li {
	font-size:116%;
}
.entry h1, .post h1, #comments h2 {
	font-weight:bold;
	background-color:#fff;
	font-size:146.5%;
	border:0;
	padding:0 0 10px 0;
}
#comments h3 {
	font-weight:bold;
	font-size:131%;
	padding:0 0 10px 0;
}
strong {
	font-weight:bold;
}
.nounderline {
	border-bottom:0;
}
#comments li {
	list-style:none;
	margin:10px 0;
	padding:20px;	
}
#comments li.even {
	border:1px solid #666;
	background-color:#EFEFEF;
}
#comments li.alt {
	border:1px solid #666;
	background-color:#FFF;
}
#comments li.comment-author-admin {
	border:1px solid #666;
	background-color:#FFE6CC;	
}
#comments li.comment-author-admin .fn {
	font-weight:bold;
}
.comment img.avatar {
	float:right;
	display:inline-block;
	margin:0 0 20px 20px;
	width:75px;
	height:75px;
}
.comment-author {
	font-size:108%;
	padding:5px 0;
}
.bannerad {
	padding:10px 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}	
.alignleft {
	float: left
}
textarea, input[type=text] {
	border:1px solid #666;
}
textarea {
	width:500px;
}
