/* 
Theme Name: Glastonbury HouseSmiths LLC
Theme URI: 
Description: Main Stylesheet
Version: 1.0
Author: Mike Fowler
Author URL: http://www.themikeman.net
Released: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	margin:0;
	text-align:center;
	background:#fff;
	color:#fff;
	text-decoration:none;
	font:small Verdana, Arial, Helvetica, sans-serif;
}

/*********************
**** GLOBAL LAYOUT ***
*********************/

#top {
	min-width:900px;
	background:#FFFFFF;
}

#top-container, #bottom-container {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#header {
	margin-bottom:10px;
}

#nav {
	position:absolute;
	margin-left:756px;
	top:0px;
	width:144px;
	height:148px;
	background-color:#000099;
}

#logo {
	position:relative;
	height:148px;
	width:756px;
}

#logo span {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff url(../images/header-img.jpg) no-repeat 0 0;
}

#mid {
}

#mid-clearer {
	clear:both;
	margin:0;
	height:0;
}

.clearer {
	clear:both;
	margin:0;
	height:0;
}

#bottom {
	min-width:900px;
	margin:0;
}

/*********************
**** GLOBAL STYLES ***
*********************/

h1 {
	margin:0;
	padding:0;
}

h2,h3,h4 {
	margin: 0 0 10px 0;
	padding: 0;
	
}

h2 {
	font:normal 18px Helvetica;
}

h3 {
	font:normal 16px Helvetica;
}

h4 {
	font:normal 12px Helvetica;
}

ol, ul {
	margin: 0 0 0px 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

a:link {
	color:#11243D;
	text-decoration:none;
}

a:visited {
	color:#11243D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#061A34;
}

img {
	border:none;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.absmiddle {
	vertical-align:middle;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

/*********************
******* NAVLIST ******
*********************/

#navlist {
	position:relative;
	height: 148px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navlist a {
	float: left;
	margin: 0;
	padding: 37px 0 0 0;
	overflow: hidden;
	width: 144px;
	height: 0;
}

#navlist-home a {
	background:url(../images/header-nav.jpg) no-repeat 0 0;
}

#navlist-home a:hover {
	background: url(../images/header-nav.jpg) no-repeat 0 -148px;
}

#navlist-news a {
	background:url(../images/header-nav.jpg) no-repeat 0 -37px;
}

#navlist-news a:hover {
	background: url(../images/header-nav.jpg) no-repeat 0 -185px;
}

#navlist-gallery a {
	background:url(../images/header-nav.jpg) no-repeat 0 -74px;
}

#navlist-gallery a:hover {
	background: url(../images/header-nav.jpg) no-repeat 0 -222px;
}

#navlist-contact a {
	background:url(../images/header-nav.jpg) no-repeat 0 -111px;
}

#navlist-contact a:hover {
	background: url(../images/header-nav.jpg) no-repeat 0 -259px;
}


/*********************
******* CONTENT ******
*********************/

#content {
	width:700px;
	float:left;
	margin-right:10px;
	background:#DFECF1 url(../images/sidebar-bg.jpg) top center repeat-x;
	min-height:500px;
}

#content-inner {
	width:700px;
	margin-top:20px;
	padding:5px 5px 10px 5px;

}

.content {
	color:#5D6A85;
}

.hometext {
	font:normal 14px Helvetica;	
}

.post img {
	margin:5px;
	border:3px solid #999999;
}

.post img:hover {
	border:3px solid #666666;
}

.post-title {
	width:80%;
	float:left;
	color:#5D6A85;
	font:normal 18px Helvetica;
	border-bottom:1px solid #ACC6D0;
}

.pagetitle {
	width:98%;
	float:left;
	color:#5D6A85;
	font:normal 18px Helvetica;
	border-bottom:1px solid #ACC6D0;
}

.post-date {
	float:left;
	margin-right:20px;
	padding:15px 10px 15px 10px;
	border:1px dashed #ACC6D0;
	background:#ECF4F7;
	font:large;
}

.post-date:hover {
	border:1px dashed #ACC6D0;
}

.entry {
	width:95%;
	font:0.9em Trebuchet MS,sans-serif;
	margin:0 auto;
}

.postmetadata {
	display:none;
}

#post-comments {
	width:90%;
	margin:0 auto;
	padding:20px;
	background:#ECF4F7;
	border:1px dashed #ACC6D0;
}

#post-comments:hover {
	border:1px dashed #86979E;
}

textarea#comment, input#submit {
	color:#888888;
}

textarea#comment {
	width:100%;
}

textarea#comment, #commentform input, select {
	padding:3px;
	border:1px solid #aaa; 
	font:0.9em Trebuchet MS,sans-serif;
	color:#888;
	background:#ffffff url(../images/forms/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}

textarea#comment:hover, #commentform input:hover, select:hover {
	border: 1px solid #FFCC00;
	background:#ffffff url(../images/forms/field-bg-bottom.gif) repeat-x bottom left; 
}

textarea#comment:focus, #commentform input:focus, select:hover { 
	color:#666;
	background:#ffffff url(../images/forms/field-bg-bottom.gif) repeat-x bottom left; 
}

input#submit { 
	width:100px;  
	padding:2px; 
	margin: 0 0 0 100px;
	font-size:0.8em;
	background:url(../images/forms/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

.commentlist {
	list-style:none;
}

.commentlist li:hover {
	background:#CCD9DF;
}

.commentmetadata {
	margin:0 0 20px 0;
}

#comment-text {
	padding-top:5px;
}

.more-link {
	float:left;
	margin:10px 0 10px 0;
	padding:5px;
	background:#ECF4F7;
	border:1px dashed #999999;
	text-decoration:none;
	text-indent:0;
}

.more-link:hover {
	background:#C5DEE7;
	text-decoration:none;
}

.more-link a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

.more-link a:hover {
	text-decoration:none;
	color:#000000;
}

.more-link a:visited {
	color:#000000;
	text-decoration:none;
}

.entry p {
	text-indent:2em;
}

.post {
	margin-bottom:30px;
}

div.navigation {
	width:90%;
	clear:both;
	min-height:20px;
	margin:0 auto;
	margin-bottom:10px;
	padding:10px 20px;
	background:#ECF4F7;
	border:1px dashed #ACC6D0;
}

/*********************
******* SIDEBAR ******
*********************/

#sidebar {
	width:180px;
	float:left;
	background:#DFECF1 url(../images/sidebar-bg.jpg) top center repeat-x;
	margin-bottom:0;
	padding-bottom:0;
}

.sidebar-module {
	clear:both;
	margin:10px 0 10px 0;
	padding:2%;
	width:96%;
	background:#ECF4F7;
	border:1px dashed #ACC6D0;
}

.sidebar-module:hover {
	border:1px dashed #86979E;
}

.sidebar-module h3 {
	color:#000000;
	border-bottom:1px solid #333333;
}

.sidebar-module select {
	width:100%;
}

#sidebar-contents {
	padding:5px;
}

#sidebar-bottom {
	height:22px;
	background:#FFF url(../images/sidebar-bg-bottom.jpg) bottom center repeat-x;
	width:100%;
}

#search .form-input {
	margin: 0 0 0 0;
	width: 90px;
	padding: 2px 3px;
	background:#C9E2EC;
	border:1px solid #333333;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.form-input:focus {
	border: 1px dotted #999999;
}

.search-submit {
	width: 50px;
	padding: 1px;
	background: #C9E2EC;
	border-top: 1px solid #666;
	border-left: 1px solid #555;
	border-bottom: 1px solid #333;
	border-right: 1px solid #444;
	color: #4C7B8E;
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}

.sidebar {
	color:#5D6A85;
}

.sidebar-links {
	list-style:none;
	text-indent:1em;
}

.sidebar-links-section:hover {
	background:#C5DAE2;
}




/*********************
******* FOOTER *******
*********************/

#footer {
	width:890px;
	margin:20px auto;
	padding:5px;
	clear:both;
	background:#DFECF1;
	min-height:20px;
	line-height:1.5em;
}

#footer p {
	font:normal 14px Helvetica;
}

.footer-copyright {
	float:left;
	width:50%;
	text-align:left;
}

.footer-links {
	float:right;
	text-align:right;
	width:50%;
}

.footer {
	color:#5D6A85;
}
