/*
Theme Name: The Crown Inn
Theme URI: http://www.monkfryston.com/
Description: Crown Inn Wordpress theme by James Carrier
Version: 1.0
Author: James Carrier
Author URI: http://www.golfbravo.co.uk/
*/

body, td {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 87.5%;
	margin: 0px;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/bg.png');
	background-repeat: repeat-y;
}

#header {
	height: 248px;
	width: 800px;
	position: relative;
	background-image: url('images/head.png');
}

#header #contactbar, 
#header #menubar {
	height: 30px;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
	color: white;
}

#header #contactbar {
	text-align: right;
}

#header #menubar {
	color: #996150;
	position: relative;
	top: 187px;
}

#footer {
	clear: both;
	color: white;
	font-size: 80%;
	height: 39px;
	line-height: 39px;
	padding: 0px 15px 0px 15px;
	background-image: url('images/foot.png');
}

#footer #gb {
	float: right;
}

#body {
	position: relative;
	margin: 15px;
}

#col {
	position: relative;
	width: 180px;
	text-align: center;
	margin-left: 587px
}

#blogcol {
	position: relative;
	width: 180px;
	text-align: left;
	margin-left: 595px
}

#blogcol ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#blogcol ul li {
	list-style-type: none;
	list-style-image: none;
	}

#blogcol ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#blogcol ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#blogcol ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #blogcol ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0px;
	}

#content {
	float: left;
	width: 570px;
}


#welcome {
	background-image: url('images/clips.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 175px;
}


.featured-news {
	text-align: justify;
	border: 1px solid #666666;
	background-color: white;
	padding: 10px;
	margin-bottom: 15px;
}

/* Hyperlinks */

a {
	color: black;
}

#header a, #footer a {
	color: white;
	text-decoration: none;
}

#header a:hover,
#footer a:hover {
	text-decoration: underline;
}


/* Text */

h1 {
	margin: 16px 0px;
	font-size: 140%;
}

h2 {
	margin: 0px 0px 16px 0px;
}

h2.widgettitle {
	color: white;
	font-size: 100%;
	margin: 0px;
}

h3 {
	margin: 16px 0px;
}

.alt {
	display: none;
}

.sign {
	text-align: right;
}

.italic {
	font-style: italic;
}

.right {
	text-align: right;
}

.smaller {
	font-size: 80%;
}

.flat {
	margin: 0px;
}


/* Blog */

.post {
	text-align: justify;
}

.postmetadata, .postmetadata a {
	color: #7f3924;
}

.post h2 a, .post h3 a {
	color: #7f3924;
}

.navigation {
	margin-bottom: 10px;
	color: #7f3924;
}

.navigation a {
	color: #7f3924;
}

li.widget {
	margin-bottom: 20px;
}

.widget_categories a {
	font-weight: bold;
}

.navigation {
	position: relative;
}

.alignleft {
	text-align: left;
}

.alignright {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}