/*
Theme Name: Hillside Trust
Theme URI: http://www.websterinteractive.com
Description: Hillside Trust custom theme.
Version: 1.0
Author: Joe Webster
*/

/* ---------------------------------------------------------------------------------------- */
/* Redefine global HTML tags
/* ---------------------------------------------------------------------------------------- */
* { margin:0; padding:0; }

body {
	background:url(images/mockup_bg.gif) top repeat-x #ffeeba;
	font-size:76%;
	line-height:1.6em;
	color:#3d3d3d;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	margin-bottom:1em;
}

h1 {
	font-size:3em;
	margin-bottom:.3em;
}

h2 {
	font-size:3em;
	margin-bottom:.2em;
	color:#768bb6;
	font-weight:lighter;
}

.underline {
	padding-bottom:5px;
	border-bottom:1px solid #768BB6;
}

h3 {
	font-size:1.7em ;
	font-weight:normal;
	margin-bottom:.3em;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
}

h5 {
	font-size:1em;
	font-weight:bold;
}

ul, ol {
	margin-left:30px;
}

li {
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#7588AE;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

/* ---------------------------------------------------------------------------------------- */
/* Container area, wraps around the entire page
/* ---------------------------------------------------------------------------------------- */
#container {
	/* Set width to a percentage to make this a variable-width layout */
	width:776px;
	position:relative;
	margin:auto;
	display:block;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
}

/* ---------------------------------------------------------------------------------------- */
/* Masthead area
/* ---------------------------------------------------------------------------------------- */
#header {
	background:url(images/masthead_1.jpg) #768bb6 top center no-repeat;
	width:776px;
	overflow:hidden;
	height:342px;
}
#header h1 {
	margin:0;
	padding:0;
}
#header h1 span {
	display:none;
}
#header #caption {
	height:126px;
	font-size:.8em;
	color:#c6d5ef;
	text-align:right;
	padding-right:20px;
	padding-top:50px;
}

/* ---------------------------------------------------------------------------------------- */
/* Navbar area
/* ---------------------------------------------------------------------------------------- */
#navbar
{
	background:#8a9e48;
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:5px 40px 6px 40px;
	text-align:left;
	font-size:.9em;
}

#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active
{
	color:#FFFFFF;
}
#navbar a:hover
{
	color:#E4F794;
}

#navbar ul
{
	list-style-type:none;
}

#navbar li
{
	display:inline;
}

#navbar .divider
{
	margin:0 10px 0 10px;
}

/* ---------------------------------------------------------------------------------------- */
/* Content area
/* ---------------------------------------------------------------------------------------- */
#content {
	display:block;
	padding:40px 230px 25px 65px;
}

/* ---------------------------------------------------------------------------------------- */
/* Post area
/* ---------------------------------------------------------------------------------------- */
.post {
}

.post h3 {
	/* titles for articles in the loop */
}

.post .meta {
	/* author and date info for articles in the loop */
	font-size:.8em;
	line-height:1.2em;
}

.post .content {
	/* text of the post */
}

.post .edit {
	/* the 'edit this post' link */
	font-size:.8em;
}

.post .commentLink {
	/* link to comments */
}
.post img {
	border:1px solid #7588AE;
}
.post a img:hover {
	border-color:#FFFFFF;
}

/* ---------------------------------------------------------------------------------------- */
/* Sidebar area
/* ---------------------------------------------------------------------------------------- */
#menu {
	text-align:left;
	width:135px;
	margin:70px 0 25px 0;
	padding:0 25px 0 25px;
	font-size:.9em;
	line-height:1.3em;
	border-left:#768bb6 solid 1px;
}

#menu ul {
	/* outer menu */
	list-style-type:none;
	margin:0;
	font-variant:small-caps;
}

#menu li {
	/* outer menu item */
	margin-bottom:10px;
}

#menu ul ul {
	/* inner menu lists */
	font-variant:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#menu ul ul li {
	/* inner menu items */
	margin-bottom:.25em;
	font-weight:normal;
}

.menuHome
{
	/* override margin settings in #menu */
	margin-top:0 !important;
	margin-left:112px !important;
}

/* ---------------------------------------------------------------------------------------- */
/* Comments area in full post view
/* ---------------------------------------------------------------------------------------- */
#comments {
	/* wrapper around entire comments zone */
}
#comment {
	/* text box for typing a comment */
	width:450px;
	height:100px;
}

/* ---------------------------------------------------------------------------------------- */
/* Footer area
/* ---------------------------------------------------------------------------------------- */
#footer {
	background:url(images/footer_bg.gif) repeat-y;
	padding:15px 230px 10px 65px;
	display:block;
	clear:both;
	color:#FFFFFF;
	font-size:.8em;
	border-top:1px solid #FFFFFF;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
	color:#ffe8a4;
}

/* ---------------------------------------------------------------------------------------- */
/* RightFloat
/* ---------------------------------------------------------------------------------------- */
.rightFloat
{
	float:right;
	text-align:right;
	display:inline;
	
}

/* ---------------------------------------------------------------------------------------- */
/* What's New area
/* ---------------------------------------------------------------------------------------- */
#whatsNew
{
	background:#96B2E1;
	border:1px solid #6277A3;
	width:205px;
	margin:40px 50px 20px 10px;
	padding:15px 15px 5px 15px;
	text-align:left;
}
#whatsNew h2
{
	color:#D0D6E3;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}
#whatsNew h3
{
	font-size:1.2em;
	font-weight:bold;
	padding:0;
	margin:0;
}
#whatsNew a, #whatsNew a:link, #whatsNew a:visited, #whatsNew a:active
{
	color:#FFFFFF;
}
#whatsNew a:hover
{
	color:#D0D6E3;
}

/* ---------------------------------------------------------------------------------------- */
/* Gallery Table
/* ---------------------------------------------------------------------------------------- */
table.gallery td img
{
	display:block;
}

table.gallery td
{
	padding-bottom:2em;
}