/*  
Theme Name: Graysburg Hills
Description: A Clean Showcase WordPress Theme built for Graysburg Hills Golf Course
Version: 1.0
Author: Intellithought
Author URI: http://www.intellithought.com
Tags: clean, art, color-options, custom-background, custom-menu, threaded-comments, fixed-width, cms

TABLE OF CONTENTS

01 - Style Reset
02 - Global 
03 - Layout
04 - Header
05 - Content
06 - Slideshow
07 - Comments
08 - Pagination
09 - Buttons
10 - Sidebar
11 - Widgets
12 - Footer
13 - Custom and override

*/

@font-face {
    font-family: 'MuseoSlab500';
    src: url('museo_slab-webfont.eot');
    src: url('museo_slab-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo_slab-webfont.woff') format('woff'),
         url('museo_slab-webfont.ttf') format('truetype'),
         url('museo_slab-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ---------------------------
01 Style Reset
----------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}

a{
	color:#5b7263;
	text-decoration:underline;
}

a:hover {
	color:#666;
}

ul {
	list-style: none;
}

ul, li {
	margin: 0;
	padding: 0;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

a img { border: none; }


/* ---------------------------
02 Global
----------------------------*/

body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:auto; height:auto;	
	padding: 0;
	margin: 0;
	color: #444;	
}

p {
	line-height:1.4em;
	margin: 0 0 20px 0;	
}

img {
	margin: 0;
}

a, a:hover {
	text-decoration: none;	
	outline: none;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5{
	font-family: 'MuseoSlab500', serif;
	color: #486050;	
	margin: 10px 0;	
	font-weight:normal;
}

h1, h2, h3 {
	font-variant:small-caps;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height:28px;
	margin-top:15px;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 16px;
	line-height: 1.6em;
	color:#777;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.moreLink {
	font-weight: bold;
}

input[type="text"], textarea {
	background-color: #fefefe;
	border: 1px solid #ddd;
	padding: 5px;
}

/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clear {clear:both}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* ---------------------------
03 Layout
----------------------------*/


#container {	
	margin: 0 auto;
	width: 960px;		
	padding: 0;
	background:#fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-moz-box-shadow: 0 0 3px #777;
  	-webkit-box-shadow: 0 0 3px #777;
 	 box-shadow: 0 0 3px #777;
	z-index: 1;
}


#main {
	margin: 0;	
	padding: 0;
}

#content {	
	padding: 0;		
	float: left;
}

#content.full {		
	width: 97%;
	margin: 0 auto !important;
	float: none !important;
	padding-top: 20px;
}

#sidebar {
	width: 270px;
	float: right;
	margin: 20px 30px 20px 0;
	padding: 0;		
}


#copyright {
	margin: 0 auto 60px;
	width: 930px;		
	padding: 15px 15px 0 15px;
	background: #314538 url(images/footer_bg.jpg) repeat-x top center;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0 0 3px #777;
  	-webkit-box-shadow: 0 0 3px #777;
 	 box-shadow: 0 0 3px #777;
}

.oneThird {
	width: 266px;	
}

.posts {
	width:605px;
}

.fullWidth {
	width:920px;
	
}

/* ---------------------------
04 Header
----------------------------*/
#header {	
	margin: 5px auto 20px auto;
	width: 960px;		
	padding:0;
	position:relative;
	min-height:65px;
	color:#fff;
	z-index: 3;
}

#rating {
	width: 200px;
	float:left;
	text-align:center;
	font-size:12px;
	font-style:italic;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#headercontact {
	width: 200px;
	float:right;
	text-align:center;
	font-size:12px;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#headercontact span {
	display:block;
	font-weight:bold;
	color:#7e8e84;
	font-size: 16px;
}

#headercontact span img {
	vertical-align:middle;
}

.headerBarText {
	position:relative;
	top:-5px;
	margin-right:5px;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#888;
	letter-spacing: 1px;
}

#socialNetworks {
	margin:0 0 0 250px;
	text-align:right;
}

#socialNetworks .headerBarText{
	display:none;
}

#socialNetworks a {
	margin: 0 5px 0 0;
}

#logo {		
	bottom:0;
	left:0;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	color:#000;
	display:block;
	text-align:center;
}



#header h1 {
	font-size: 35px;	
	text-transform: uppercase;
	padding: 10px 0 0 0;
	margin:10px 0 0 0;
}

#header h1 a{	
	color: #fff;	
}

#mainNav {		
	font-size:14px;
	text-align:center;
	background: #314538 url(images/nav_bg.jpg) center repeat-x;
	 -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
	margin-top: 15px;
	display:table;
	width: 795px; height: 38px;
}

#searchcontainer #searchform {
	position:absolute; bottom: 0; right: 0; background:#333 url(images/searchbg.jpg) repeat-x center; width: 165px; text-align:right; -webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0; height:34px; padding-top: 4px;
}

#searchcontainer #searchform #s {
	width: 115px;
}

#searchcontainer #searchform #searchsubmit {
	background: url("images/search.png") no-repeat scroll center center transparent;
    border: medium none;
    box-shadow: none;
    display: inline-block;
    height: 20px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 20px;
}

#mainNav li {
	margin: 0;	
	display: inline-block;
	text-align:center;
	font-family: 'MuseoSlab500', serif;
	text-transform:uppercase;
}

#mainNav li ul li {
	text-align:left;
}

#mainNav li.current,
#mainNav li.current-cat,
#mainNav li.current_page_item,
#mainNav li.current-menu-item,
#mainNav li.current-post-ancestor,
#mainNav li.current_page_parent,
#mainNav li:hover{
	display: inline-block;	
	color: #fff;
	text-decoration: none;	
	position: relative;
	cursor: pointer;
	font-weight: normal;	
}

#mainNav a {
	color: #fff;
	font-weight: normal;
	padding: 12px 10px;
	display: inline-block;	
	cursor: pointer;	
}

#mainNav a:hover,
#header h1 a:hover {
	color:#999;
}


/* ---------------------------
05 Content
----------------------------*/
#pageHead,
#content .post {
	margin: 30px 0 20px 40px;	
}

.post .meta {
	margin: 0;		
	padding: 0;		
	color: #555;
	font-style: italic;
}

#content .post .meta a {	
	color: #555;
	font-weight: bold;
}

#content .post .meta a:hover {	
	color: #2c2c2c;
}

#copyright {
	color:#fff;
}

#copyright p {
	font-size:11px;
}

#copyright a {
	color: #ccc;
	font-weight: bold;
}

#copyright a:hover {
	color:#eee;
}

.contentBox {	
	float: left;
	position: relative;
	margin: 0 6px 6px 6px;		
}

#content a {
	text-decoration: none;
	color: #5b7263;	
}

#content a:hover {
	color: #444;
	text-decoration: none;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #486050;		
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #999;		
}


/*Images------------------*/

#content .postThumb{
	background: #fff;
	padding: 5px;
	border: none;/*1px solid #e4e4e4;*/
	float: left;
	margin: 0 15px 5px 0;	
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin: 5px 24px 5px 0;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin: 5px 0 5px 24px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Lists------------------*/

#content ul {	
	margin-bottom: 25px;
	list-style:disc;
}

#content ul li {	
	margin: 0 0 10px 20px;
	padding: 0;
	line-height: 20px;
}

#content ol li {	
	margin: 0 0 10px 0;	
}

#content ol {	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}

#content .featureSet ul, #content .featureSetTwoColumn ul {
	padding:0;
}

#content .featureSet li {
	margin:10px 0 0 20px;
	padding: 0 0 0 20px;
	height:45px;
	list-style:none;
	background: url(images/icons/star-icon-16.png) no-repeat 0 2px;
}

#content .featureSetTwoColumn li {
	float:left;
	margin:10px 0 0 20px;
	padding: 0 0 0 20px;
	width:210px;
	height:45px;
	list-style:none;
	background: url(images/icons/star-icon-16.png) no-repeat 0 2px;
	}

/* ---------------------------
 06 - Slideshow
----------------------------*/

#slideshow {
	width: 948px;	
	position: relative;	
	z-index: 2;
	margin: 0;
	padding: 6px;	
}

#slider {
	width: 948px;
	margin: 0;
	position:relative;
}

#slider a{
	display: block;
}

.noContent {
	text-align: center;
	padding: 70px 0 70px 0;
}


/* ---------------------------
07 Comments
----------------------------*/
	
#comments {
	position: relative;
	margin: 30px 0 30px 40px;	
}

#comment {
	
	display:block;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 40px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #cbcbcb;
	margin: 0;
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;	
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
}

.comment h5 {
	font-size: 16px;
	margin: 0 0 0 110px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 110px;	
	display: block;
}

.comment p {	
	margin: 0 0 10px 110px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 110px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#comment-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0 8px;		
	text-align: center;
	text-decoration: none;
}

.newer-comments {
	float: right;
	margin: 0 0 0 10px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 0 0 30px 40px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

/* ---------------------------
08 Pagination
----------------------------*/
	
.pagination {
	width: 525px;
	padding: 20px 0 0 0;	
	clear: both;
	font-weight: bold;
	margin: 0 0 0 40px;
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
	background: #dce6f0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;	
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #edf3f9;	
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}

/* ---------------------------
09 Buttons
----------------------------*/

#content .button,
#sidebar .button,
#footer .button,
#searchsubmit  {
	font-family: Arial, sans-serif;	
	font-size: 12px;
	background: #333 url(images/btn_bkg.png) repeat-x;	
	color: #fff!important;
	display: inline-block;	
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 4px 15px 5px;
	margin: 0 5px 0 0;
	border: 1px solid rgba(0,0,0,.25);	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
		
}

#sidebar .newsletter {
	font-family: 'MuseoSlab500', serif;
	text-decoration:underline;
	font-size: 14px;
	color:#dadada;
	font-weight:normal;
	display:block; line-height: 1.7em;
	
}

#sidebar .newsletter div {
	display:block; float:left; width: 25px; height: 20px; 
	background: transparent url(images/mail.png) center left no-repeat;
	text-indent: -999em; vertical-align:top;
}

.button.small,
#searchsubmit {
	padding: 4px 10px !important;
	font-size: 11px !important;	
}

#content .button:hover,
#sidebar .button:hover,
#footer .button:hover,
#searchsubmit:hover {
	background-color: #555;
}

/* ---------------------------
10 Sidebar
----------------------------*/

#sidebar {
	color: #999;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 15px 0;	
}

.sidebarBox h3 {		
	font-size: 20px;
	background:url(images/widg_bg.jpg) no-repeat center left;
	padding: 13px 5px 15px 15px;
}

#sidebar a {	
	color: #333;		
}

#sidebar a:hover{
	color: #555;
}

#sidebar p a{
	text-decoration: none;
	color: #5b7263;	
}

#sidebar p a:hover {
	color: #3896f5;
	text-decoration: none;
}

.giftcardtxt a{
	font-size:14px;
	color:#92a699 !important;
	font-family: 'MuseoSlab500', serif;
}

.giftcardtxt a:hover{
	color:#999;
}

.giftcardtxt span {
	font-size:18px;
}

/* ---------------------------
11 Widgets
----------------------------*/

#content .widgetBox h3,
#sidebar .widgetBox h3,
#footer .widgetBox h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.miniFeature64, .miniFeature32 {
	padding:20px 0;
}

.miniFeature64 .icon{	
	position: absolute; left: 0px; top: 0px;	
}

#content .miniFeature64 h3,
#sidebar .miniFeature64 h3,
#footer .miniFeature64 h3{
	font-size: 16px;
	line-height: 1.2em;
	margin-left: 80px;
	margin-bottom: 10px;
}

.miniFeature64 p{	
	line-height: 1.4em;
	margin: 0 0 10px 80px;
}

.miniFeature32 .icon{	
	position: absolute;
	left: 0px; 	
}

.miniFeature32 h3{
	font-size: 16px;
	padding: 0px 0 0px 45px;		
}

.miniFeature32 p{
	margin: 0px 0 10px 0px;
}

#s {
	width: 180px;
} /* search button, see buttons above */

#sidebar ul, #footer ul, #content .contentBox ul {
	margin: 0;
	padding: 0;	
	border-top: 1px solid #efefef;
	line-height: 1em;
	background: none;	
}

#sidebar ul li, #footer ul li, #content .contentBox ul li {
	padding: 8px 0 9px 0;
	margin: 0;
	border-bottom: 1px solid #efefef;
	line-height: 1em;
	background: none;	
}

#sidebar ul li p, #footer ul li p, .contentBox ul li p {
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2, .contentBox ul h2 {
	font-size: 13px;
	margin: 0 0 0px 0 !important;
	font-weight: normal;
	padding: 0 !important;	
	line-height: 1em!important;
}



#sidebar ul li span, 
#footer ul li span, 
#content .contentBox ul li span {	
	padding: 0;
	margin: 0 !important;
}

#sidebar ul li a, 
#footer ul li a, 
.contentBox ul li a {	
	color: #999;	
}

#sidebar ul li a:hover,
#footer ul li a:hover {
	color: #777;
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul{
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#footer .widget_categories li{
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	background: transparent url(images/list_item_marker.png) 0 4px no-repeat;
	border: none;	
}


/*Recent Posts Widget------------------*/

#content .tia_recent_posts .meta,
#sidebar .tia_recent_posts .meta,
#footer .tia_recent_posts .meta {
	margin: 0 0 7px 0 !important;
	display: block;
	padding: 0;	
}

#content .tia_recent_posts h2 a,
#footer .tia_recent_posts h2 a {
	color: #333;
}

#content .tia_recent_posts h2 a:hover,
#footer .tia_recent_posts h2 a:hover {
	color: #555;
}

#sidebar ul.recentPostsSidebar, #sidebar ul.recentPostsSidebar li {
	border:none;
}
#sidebar ul.recentPostsSidebar li {
	padding:0;
	margin: 5px 0;
	font-size:12px;
}

#sidebar ul.recentPostsSidebar a {
	display:block;
}

#sidebar ul.recentPostsSidebar a,
#sidebar ul.recentPostsSidebar h2 {
	color:#777;
}

#sidebar ul.recentPostsSidebar li:hover {
	opacity:0.4;filter:alpha(opacity=40)
}

#sidebar ul.recentPostsSidebar span, #sidebar ul.recentPostsSidebar h2 {
	float:left;
}

#sidebar ul.recentPostsSidebar img {
	background:#fff;
	padding:5px;
	border:1px solid #e4e4e4;
}

#sidebar ul.recentPostsSidebar h2 {
	float:right;
	width:80%;
}

#sidebar ul.recentPostsSidebar span {
	margin-right:10px;
	border:#dbdad8 solid 2px;
	width:50px;
}

.recentSidebarPost {
	border-bottom: 1px solid #dbdad8;
	padding: 10px 0 10px 0;	
}

.recentSidebarPost h2 {
	font-size: 14px !important;
	margin: 0;
}

.feedLink {
	padding: 0;
	margin: 0 0 15px 0;
}

.feedLink a{
	background: transparent url(images/icons/feed_16.png) 0 0px no-repeat;
	font-weight: bold;
	padding: 0 0 0 25px;
}

#content .feedLink a,
#footer .feedLink a {
	color: #686868;
}

#content .feedLink a:hover,
#footer .feedLink a:hover {
	color: #2c2c2c;
}

.popular-posts .wpp-thumbnail {
	float:left;
	background:#fff;
	margin-right:6px;
	padding:2px;
	border: solid 1px #e4e4e4;
}

#sidebar .popular-posts ul {
	border:none;
}

#sidebar .popular-posts ul li {
	height:30px;
	margin: 0 0 7px 0;
	padding:0;
	border: none;
}

/* Categories and Tag Widgets */

#sidebar .widget_categories ul li,
#sidebar .widget_tag_cloud a
{
	display: inline-block;
	font-size:12px !important;
	margin: 0 auto;
	width: 95px;
	border:0px;
	margin: 5px 0;
	padding: 0;
	zoom: 1;
	*display:inline;
}

#sidebar .widget_categories a {
	display:block;
	color:#333;
}

#sidebar .widget_categories a:hover,
.widget_tag_cloud a:hover {
	color:#555;
}

/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 100%;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {	
	padding-top: 10px;
	color: #888888;
}

table#wp-calendar td a{
	font-weight: bold;
	color: #686868;
}

table#wp-calendar td a:hover{
	font-weight: bold;
	color: #2c2c2c;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}




/*Twitter Widget--------------------*/

#twitter_div{
	margin: 0 0 10px 0;
}

#twitter_div li{
	line-height: 1.4em !important;	
}

#twitter_div li a{
	font-weight: bold;
}

.twitterLink a{
	background: transparent url(images/icons/twitter_16.png) 0 0px no-repeat;	
	padding: 0 0 0 25px;
	font-weight: bold;
}



/* ---------------------------
12 Footer
----------------------------*/

#footer .main{
	width: 960px;		
	clear: both;
	padding: 0;	
	margin: 0;
}

#footer .oneThird {
	width:266px;
}

.footerBox{
	margin: 40px 0 40px 40px;
	float: left;
	position: relative;
	min-width:266px;
	max-width:870px;
}

#footer h1, #footer h2, #footer h3, #footer h4{
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

#footer a {	
	color: #06c;
}

#footer a:hover{
	color: #595959;
}

.footerBox p{			
	padding: 0;
}

#footer a {
	color:#999;
}
#footer p, 
#footer li, 
#footer h1, 
#footer h2, 
#footer h3, 
#footer h4, 
#footer h5, 
#footer h6 {
	color:#486050;
}

.footerBox p img{			
	border-color: #d6d6d6;
}

#footer .secondary {
	margin: 0 40px;
	color: #656565;	
}

#footer .secondary a {
	color: #555;	
}

#footer .secondary a:hover {
	color: #999;
	text-decoration: none;	
}

#footer .secondary .copyright {
	float: left;
}

#footer .secondary .credit {
	float: right;
}

#ai1ec-container ul li {
	margin:0;
}


/* ---------------------------
13 Custom and Override CSS
----------------------------*/

/* Background */
body.black {	
	background: #788180 url(images/graysburg_body_bg.jpg) no-repeat top center;	
}

body.gray {	
	background: #1d1d1d url(images/bg-gray-main.jpg) top center no-repeat;	
}

body.gray #container {
	-moz-box-shadow: 0 0 15px 2px #111;
	-webkit-box-shadow: 0 0 15px 2px #111;
	box-shadow: 0 0 15px 2px #111;
}

body.white {	
	background: #fff url(images/bg-white-main.jpg) top center repeat-y;	
}

body.white #container {
	-moz-box-shadow: 0 0 10px 2px #ccc;
	-webkit-box-shadow: 0 0 10px 2px #ccc;
	box-shadow: 0 0 10px 2px #e5e1db;
}

body.white #header h1 a, body.white #mainNav a  {
	color:#857c6c;
}

body.white #header h1 a:hover, body.white #mainNav a:hover  {
	color:#c2baac;
}


body.white #copyright {
	color:#c2baac;
}

body.white #copyright a {
	color: #c2baac;
	font-weight: bold;
}

body.white #copyright a:hover {
	color:#a59d8e;
}


.widget_tia_facebook iframe {
	height: 78px !important; border-bottom: 1px #999 solid !important;
}

#gogadget_weather_widget {
	width: 200px;
	
}

#gogadget_weather_widget img {
	float:left !important; padding-right: 15px !important;
}

#gogadget_weather_widget p, #gogadget_weather_widget td {
	text-align:left !important;
}








