/*
Theme Name: The Wentworth Inn
Theme URI: http://www.thewentworth.com
Description: custom theme
Version: 1.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
Tags: 
*/

* { margin:0;padding:0; }
.clear { clear:both; }
.hidden { display:none; }
body {
	text-align:center;
	background:#FFD98F;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
}
a { color:#1E5B3A; }
a:hover { color:#c00; }

h2 {
	padding-bottom: 12px;
}

#page {
	width: 960px;
	margin:10px auto 20px;
	text-align:left;
	background: #fff url('images/rounded-bottom.jpg') bottom center no-repeat;
	padding-bottom:10px;
}
#headerimg {
	background: #FFF3D9 url('images/rounded-top.jpg') top center no-repeat;
	height:140px;
	overflow:hidden;
	text-align:left;
}
#headerimg h1 {
	padding-top:30px;
	height:100%;
	text-indent:-1500px;
	background: transparent url('images/logo.gif') 40px 0px no-repeat;
}
#headerspace {
	width:400px;
	float:right;
	background:#fff;
	padding:10px;
	margin:20px;
}
#headerspace ul {
	list-style:none;
}
#headerspace h2 {
	font-size:16px;
	text-align:center;
	color:#1E5B3A;
}


#content {
	float:left;
	padding:20px;
}
.widecolumn {
	width:930px;
}
.narrowcolumn {
	width:710px;
}

#sidebar {
	float:left;
	width:190px;
	border-left: 1px solid #1E5B3A;
	padding:0 0 20px  9px;
	font-size:11px;
}
#sidebar h2 {
	margin:0 0 10px 0;
	padding:0;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin:10px 0 0 0;
	padding:0;
}
#sidebar ul li li{
	margin: 0;
	padding:0;
}

#sidebar ul ul {
	padding: 0 0 0 10px;
}

.postmetadata, .post{
	clear:both;
}
.postmetadata {
	border-top: 1px dashed #000;
	border-bottom: 1px solid #000;
	margin: 10px 0 20px;
	padding: 3px;
	font-size:10px;
}
.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
}
.commentlist li {
	border: 1px solid #000;
	padding:20px;
	margin:0 0 20px 0;
}


#footer {
	background:#FFD98F;
	width: 960px;
	margin:0 auto 20px;
	text-align:center;
}
#footer p {
	font-size:12px;
}
#menu_bottom {
	list-style:none;
	font-size:11px;
	text-align:center;
}
#menu_bottom li { 
	display:inline;
	padding: 2px 5px;
}
#menu_bottom a {
	background: none;
	color:#1E5B3A;
}
/* --------------------------------------------------------------------------------------- */

ul#menu {
	list-style:none;
	margin:0;
	padding:0 0 0 50px;
	text-align:left;
	background:#1E5B3A;
	font-size:11px;
	height:26px;
}
ul#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	background:#1E5B3A;
	font-size:11px;
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	border: 1px solid #000;
	z-index:1000;
}

#menu a, #menu span {
	display:block;
	padding:4px 15px 4px 3px;
	height:18px;
	color:#fff;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
	background:#cc0000;
}
#menu span:hover {
	background:#cc0000;
}

.dropdown {
	background: #1E5B3A url('images/arrow_down.jpg') 98% 50% no-repeat;
}
.dropright {
	background: #1E5B3A url('images/arrow_right.jpg') 99% 50% no-repeat;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width:160px;
	text-align:right;
}

#menu li#welcome { width: 90px; border-right: 1px solid #fff; }
#menu li#accom { width: 135px; border-right: 1px solid #fff; }
#menu li#mtgs { width: 170px; border-right: 1px solid #fff; }
#menu li#weddings { width: 90px; border-right: 1px solid #fff; }
#menu li#specials { width: 150px; border-right: 1px solid #fff; }
#menu li#dining { width: 90px; }



	#menu li#welcome ul ul, #menu li#welcome ul ul li { width: 225px; }
#menu li#accom ul, #menu li#accom ul li { width: 185px; }
#menu li#mtgs ul, #menu li#mtgs ul li{ width: 180px; }
#menu li#specials ul, #menu li#specials ul li { width: 185px; }
#menu li#dining ul , #menu li#dining ul li{ width: 95px; }
	#menu li#dining ul ul , #menu li#dining ul ul li{ width: 165px; }


#menu ul li ul { /* third-level lists */
	display: none;
	position: absolute;
	top: 0;
	border: 1px solid #000;
	z-index:1000;
}
#menu li ul li {
	text-align:left;
}
#menu li#welcome ul ul { left: 155px; }
#menu li#accom ul ul { left: 170px; }
#menu li#mtgs ul ul { left: 170px; }
#menu li#specials ul ul { left: 170px; }
#menu li#weddings ul ul { left: 155px; }
#menu li#dining ul ul { left: 90px; }


#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	top: 26px;
	left: auto;
	left:0;
}

#menu li:hover ul,
#menu li.over ul { /* show second level lists */
	display: block;
}
#menu li:hover ul ul,
#menu li.over ul ul { /* show second level lists */
	display: none;
}
#menu ul li:hover ul,
#menu ul li.over ul { /* and show third level... */
	display: block;
}

/* --------------------------------------------------------------------------------------- */
/* 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 */



/* 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 */

