/*
Theme Name: The Hearth New
Theme URI: http://www.thehearth.co.uk/
Description: Custom Wordpress theme built for The Hearth at Horsley.
Version: 1.0
Author: Simon Paul
Author URI: 
Tags: 

*/

html { overflow: -moz-scrollbars-vertical; }

img {
border: 0px none;
} 

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size: 12px;
background: #f9f7e6;
padding: 0px;
margin: 0px;
border: 0px;
}

p {
line-height: 1.3;
margin-top: 0px;
}

a {
color: #CC9900;
text-decoration: underline;
}

a:hover {
color: #FFCC00;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #666666;
margin-top: 20px;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #666666;
}

.event_info h2 {
margin-top: 0px;
margin-bottom: 5px;
}
.event_info h3 {
margin-top: 0px;
margin-bottom: 0px;
}

#wrapper { 
margin: 0 auto;
width: 750px;
}

#header {
width: 750px;
height: 70px;
background-image: url(/images/page/header.jpg);
}

#content_holder { 
width: 750px;
float: left;
background-image:url(/images/page/edges.jpg);
}

#top_left { 
width: 100px;
height: 60px;
float:left;
background-image: url(/images/page/top_left.jpg)
}

#top_right { 
width: 100px;
height: 60px;
float:left;
background-image: url(/images/page/top_right.jpg)
}

#content { 
width: 550px;
float:left;
background-color: #FFFFFF;
}

#nav_holder {
position: relative;
width: 310px;
height: 250px;
left: 210px;
}

#nav_left {
width: 160px;
float: left;
}

#nav_right {
width: 130px;
float: right;
}

#copy_holder {
position: relative;
width: 490px;
left: 30px;
}

#footer {
clear:both;
width: 750px;
height: 70px;
background-image:url(/images/page/footer.jpg)
}

#map {
width: 320px;
height:330px;
text-align: right;
float: left;
}

#address {
width: 170px;
height: 330px;
text-align: right;
float: left;
}

.event_holder {
width: 490px;
float: left;
margin-top: 10px;
margin-bottom: 20px;
}

.event_image {
width: 105px;
height: 100px;
float: left;
margin-right:10px;
}

.event_info {
float: left;
width: 375px;
}

.event_description {
clear: both;
}

.artist_holder {
width: 490px;
float: left;
margin-top: 10px;
margin-bottom: 10px;
}

.artist_top_holder {
width: 490px;
float: left;
}

.artist_image {
height: 100px;
width: 105px;
float: left;
}

.artist_name {
width: 385px;
float: left;
margin-top: 5px;
font-size: 14px;
font-weight: bold;
}

.artist_description {
width: 385px;
float: left;
margin-top: 5px;
font-weight: bold;
}

.artist_link {
width: 385px;
float: left;
margin-top: 5px;
}

.gallery_thumb {
width: 163px;
height: 150px;
float: left;
}

.news_title {
margin-bottom: 4px;
}

.news_date {
font-size: 9px;
margin-bottom: 10px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

.hentry {
padding: 10px 0px;
}