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

/* ---------------------------------------------------------------------------------------- */
/* 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:.5em;
	color:#768bb6;
	font-weight:lighter;
	line-height:1em;
}

.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:106px;
	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 8px 0 8px;
}

#navbar .menu-item-202 .divider
{
	display:none;
}

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

/* ---------------------------------------------------------------------------------------- */
/* Post area
/* ---------------------------------------------------------------------------------------- */
.post {
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px dashed #aaa;
}

.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;
}

div.excerpt p
{
    margin:0;
}

.alignleft
{
    float:left;
    margin:10px 20px 10px 0;
}

img.alignleft, .director-photo img
{
    padding:5px;
    background:#fff;
}

.director-photo
{
    font-size:11px;
    line-height:13px;
}

.director-photo .caption
{
    padding:5px 5px 0;
}

.alignright
{
	float:right;
	margin:0 0 10px 20px;
}


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

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

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

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

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

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

.aside h3
{
    font-size:12px;
    font-variant:small-caps;
}

.aside #text-4.widget_text,
.aside #text-6.widget_text
{
    font-style:italic;
    color:#666;
    padding:10px;
    border:1px dashed #ccc;
    background:#ffe9a8;
    line-height:1.3em;
}


.aside .widget_text h3
{
    font-style:normal;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:5px;
    color:#3D3D3D;
}

.widget_categories .cat-item-9
{
    display:none;
}

.widget.blogposts
{
    background:#fff;
    padding:5px 10px;
    font-size:12px;
}

.widget.blogposts li
{
    margin:5px 0;
}

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

#comments h4
{
    border-bottom:1px solid #768BB6;
    color:#768BB6;
    padding-bottom:5px;
    margin-bottom:5px;
}

ul#commentlist
{
    margin:0 0 20px 0;
    padding:0;
}

ul#commentlist>li
{
    list-style:none;
    border-bottom:1px dashed #768BB6;
    padding:20px 20px 10px;
    background:#ffe8a3;
    margin-bottom:5px;
}

/* ---------------------------------------------------------------------------------------- */
/* 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 0 20px 55px;
	padding:15px 15px 5px 15px;
	text-align:left;
}
#whatsNew h2
{
	color:#D0D6E3;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}
#whatsNew h3
{
        display:none;
	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;
}


/* ---------------------------------------------------------------------------------------- */
/* Blog Insert
/* ---------------------------------------------------------------------------------------- */
#blog-insert
{
    margin-bottom:15px;
    background:#ffe9a8;
    padding:20px 20px;
}

#blog-insert ul
{
    margin:0;
}

#blog-insert ul li
{
    list-style:none;
}

#blog-insert ul li
{
    font-style:italic;
}

#blog-insert ul li h3
{
    font-size:14px;
    font-style:normal;
    text-transform:uppercase;
}

/* ---------------------------------------------------------------------------------------- */
/* Galleries
/* ---------------------------------------------------------------------------------------- */

div.slideshowlink
{
	display:none;
}

.ngg-galleryoverview
{
	clear:left !important;
}

.ngg-gallery-thumbnail img
{
	border: 1px solid #ddd !important;
}

.ngg-gallery-thumbnail img:hover
{
	background:#768BB6 !important;
}

p.wp-caption-text
{
	font-size:10px;
	font-style:italic;
}
