/**
* Lancaster Inn Stylesheet
*/

/* General */
* {
	padding: 0;
	margin: 0;
}

body {
	background: #f6f4e4 url('../images/bg.png') top left repeat-x;
	font-family: georgia, "times new roman";
	font-size: 14px;
	color: #444;
}

h2 {
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	font-family: "georgia", "times new roman", serif;
}

h3 {
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	font-family: "georgia", "times new roman", serif;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
}

a, a:visited {
        color: #1c2164;
}

a:hover {
        color: #474e8d;
        outline: none;
}

a img {
	border: 0;
}

ul {
	margin: 0 0 20px 30px;
	line-height: 1.5em;
	list-style: square;
}

br.clear {
	display:block;
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Layout */
#wrap {
	width: 960px;
	margin: 0 auto;
}

#top {
	height: 10px;
	background: #f6f4e4;
}

#banner {
	height: 155px;
}


#header {
	/*background: url('../images/inverted_tab.png') top left no-repeat;*/
	margin: 0 0 0 10px;
	float: left;
	/*height: 100px;*/
}

#main {
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	background: #f6f4e4;
}

#topline {
	height: 5px;
	background: #6b6854;
}

#highlight {
	color: #f6f4e4;
	margin: 20px;
	background: #6b6854;
	padding: 10px;
}

#highlight h2 {
	color: #f6f4e4;
	padding-bottom: 10px;
	border-bottom: none;
}

#primary {
	float: left;
	width: 475px;
	border-right: 1px solid #6b6854;
}

#secondary {
	float: right;
	width: 475px;
}

#footer {
	clear: both;
}

#footer p {
	border-top: 1px solid #6b6854;
	padding-top: 10px;
}

#footer p.right {
	margin-top: -35px;
	padding: 0;
	border: none;
	float: right;
}

.pad {
	padding: 20px;
}

/* Navigation */
#nav {
	float: right;
	margin-top: -40px;
	width: 960px;
}
#nav ul {
	margin-top:-3px;
	padding: 20px 10px 0;
	list-style:none;
float: right;
}

#nav ul li {
	float:left;
	display:inline;
	background:url("../images/inactive_tab_right.png") no-repeat right top;
	margin:0 0 0 30px;
	padding: 0;
	height: 46px;
}

#nav ul li a {
	float:left;
	display:block;
	position:relative;
	left:-20px;
	margin-right:-20px;
	background:url("../images/inactive_tab_left.png") no-repeat left top;
	padding: 5px 20px 5px 20px;
	height: 36px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}

#nav ul li.current, #nav ul li:hover {
	background:url("../images/tab_right.png") no-repeat right top;
}

#nav ul li a.current, #nav ul li a:hover {
	background:url("../images/tab_left.png") no-repeat left top;
}
  
#nav ul li span {
	display: block;
	padding-top: 10px;
}

/* Side Bar */
strong.openingtimes {
	display: block;
	width: 45px;
	float: left;
}

/* Side Navigation */
#sidenav ul {
	list-style: square;
	margin: 0 0 0 15px;
}

#sidenav ul li a, #sidenav ul li a:visited {
	color: #fff;
}

#sidenav ul li a:hover {
	color: gray;
}

#sidenav h2 {
	color: #fff;
	margin: 0 0 10px 0;
	border-bottom: 1px #fff solid;
	font-size: 1.1em;
	padding-top: 10px;
}

#sidenav h2.sidetop {
	padding: 0;
}

/* Home Template */
#primary h2, #secondary h2 {
	border: none;
	margin-top: -20px;
}

#menu {
    text-decoration: none;
    font-size: 2em;
    margin: 40px auto;
    display: block;
    text-align: center;
    width: 300px;
}


/* Two Col Template */
#firstcol {
	width: 630px;
	float: left;
	margin: 10px 10px 0 0;
}

#secondcol {
	font-size: 0.9em;
	margin: 10px 0 0 0;
	width: 300px;
	float: left;
	background: #6b6854;
	color: white;
}

/* Contact Form */
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area fieldset {
	border: none;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid navy;
}

#contact-area input.button {
	width: 150px;
	margin-left: 165px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
}

/* Ditto for Events */
.event_summary {
	padding: 0;
	width: 570px;
}

#secondary .event_summary {
	width: auto;
}

.event_summary hr {
	border: 0;
	color: #000;
	background: #000;
	height: 1px;
	width: 200px;
	margin-left: 180px;
}

#secondary .event_summary hr {
	border: 0;
	color: #000;
	background: #000;
	height: 1px;
	width: 200px;
	margin-left: 120px;
	margin-bottom: 10px;
}

.pagination_info {
	margin-top: 10px;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #6b6854;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #6b6854;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

