/*
Theme Name: Hogans Inn
Theme URI: http://hogansinn.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Troy Ricci
Author URI: http://solodesign.ca/
*/

/* --------- 1. defaults  --------- */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #010101;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	color: #6f3d1c;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*  --------- 2. structure  --------- */

#wrapper {
}
#centre {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-image: url('images/masthead1.jpg');
	background-repeat: no-repeat;
	height: 377px;
	position: relative;
}
#logo {
	height: 245px;
	width: 310px;
	float: left;
}
#logo h1 a {
	display: block;
	height: 245px;
	width: 310px;
	text-indent: -6000px;
}
#welcome {
	float: right;
	margin-top: 80px;
	margin-right: 20px;
}
* html #welcome {
	margin-right:10px;
}
#content {
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;
}
#main {
	width: 530px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 20px;
	background-image: url('images/main_bg.gif');
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 30px;
}
* html #main {
	margin-left:10px;
}
#sidebar {
	float: left;
	width: 296px;
	padding-left: 20px;
}
#footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	height: 69px;
	margin-bottom: 10px;
}
#sub_footer a {color:#6f3d1c;}
#sub_footer {
	background-image: url('images/sub_footer.jpg');
	background-repeat: repeat-x;
	height: 399px;
}
#sub_footer p {
	width:920px;
	margin:0 auto;
	padding-top:25px;
}
.separator {
	clear: both;
	height: 0;
}
.featured_box {
	width:525px;
	float:left;
}
.featured_box p {
	margin-bottom:10px;
	
}
.featured_box h4 a {
	text-decoration: none;
	color: #6F3D1C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom:1px dotted;
	text-transform:uppercase;
	}
.divider {
	height:2px;
	width:525px;
	margin-bottom:15px;
	border-bottom:1px dotted #b79b72;
	clear:both;
}
.readmore  {
	font-style: italic;
	text-decoration: none;
	float: right;
	color: #6F3D1C;
	margin-right:2px;
	border-bottom:1px dotted #6F3D1C;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;	
}
.date_box {
	background-image: url('images/date_bg.gif');
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	height: 40px;
	width: 48px;
	padding-top:5px;
	text-transform: uppercase;
	font-size:12px;
	float:left;
	margin:0 10px 10px 0;
}
.date_box span {
	font-size:18px;
}
/* ---------- 3. links and navigation ---------- */

a {
}
a:hover {
}
#navigation {
	background-image: url('images/nav_bg.gif');
	background-repeat: no-repeat;
	height: 64px;
}
#navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6f3d1c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#navigation a:hover {
	background-image: url('images/hover.gif');
	background-repeat: no-repeat;
	background-position: center 0px;
}
#navigation ul {
	margin-left: 60px;
}
#navigation li {
	float: left;
	display: block;
	margin-right: 10px;
}
#main h2 {
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	background-image: url('images/h2_bg.gif');
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
}
#main a {
	color: #6F3D1C;
}
#sidebar h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
p {
	line-height: 1.4em;
	font-size: 12px;
	margin-bottom: 15px;
}
ul {
	list-style-type: none;
}
/* ---------- 5. images ---------- */

a img {
	border: 0;
}
.right_img {
	float: right;
	background-image: url('images/img_bg.gif');
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 51px;
	padding-left: 5px;
	background-position: center bottom;
	margin-left: 15px;
}
.featured_box img {
	padding:4px;
	background-color:#847453;
	border-right:1px solid #664a11;
	border-bottom:1px solid #664a11;
}
/* ---------- 6. hacks ---------- */

body { /* IE 5 centring bug fix */
	text-align: center;
}
#wrapper {
	text-align: left;
}

/* Wordpress Default Settings */

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* 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 */



/* Begin Form Elements */
#searchform {
	background-image: url('images/search_bg.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 310px;
	margin-left:-14px;
	margin-bottom:25px;
	}

#sidebar #searchform #s {
	width: 215px;
	padding: 2px;
	color:#6d6b6b;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border:none;
	margin:10px 23px 0px 15px;
	border:1px solid #ffffff;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background-image: none;
	border:none;
	background-color:#CFD2AB;
	padding:5px;
	color:#6f3d1c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
*:first-child+ html #sidebar #searchsubmit {margin-left:-3px; margin-top:4px; }
#sidebar .menus {
	width: 289px;
	height: 217px;
	background-image: url(images/menus.jpg);
	background-repeat:no-repeat;
	padding-top: 73px;
	text-align:center;
	background-position: 5px top;
	margin-left:-4px;
	margin-bottom:15px;
}
.chef {margin:0px 0px 15px 7px;}
#sidebar .menus a {
	text-decoration: none;
	font-style: italic;
	color: #473D3C;
	font-size: 18px;
	}
#sidebar .menus a:hover {
	text-decoration:underline;
}
#sidebar .menus li { margin-bottom:15px;}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
