/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

p.wp-caption-text { font-family: Verdana,sans-serif; }

/* custom color scheme */
body.custom { background: url("/images/background-1.png") repeat-x #F9F8F3; }
.custom .wp-caption { background-color: #6A9020; padding: 4px; color: white;}
.custom #image_box img { background-color: #6A9020; border-color: #6A9020; }
.custom #footer { background-color: #F9F8F3; }
.format_text a:hover, .sidebar a:hover { color: #6A9020; }
.custom #header { border-width: 0; }
/* nav menu colors to match special headline color */
.custom .current-menu-item a, .custom .current-menu-item a:hover {
  color: #FFFFFF; background-color: #6A9020; border-bottom-color: #6A9020; }
/* special headline color scheme */
.custom .custom_page div.headline_area {
  background-color: #6A9020; margin: -2.2em -2.3em 1em -1.1em; padding: 2.2em 2.3em 2.2em 1.1em; }
.custom div.no_sidebars .custom_page div.headline_area { margin-right: -1.1em; padding-right: 1.1em; }
.custom .custom_page div.headline_area h1, .custom .custom_page div.headline_area p,
  .custom .custom_page div.headline_area a { color: #FFFFFF; }
.custom .custom_page div.headline_area a:hover { color: #2361A1; }
/* special Home page color styles */
.custom_home { background: #6A9020; margin: 0px; padding: 15px; color: #FFFFFF; }
.custom_home h1, #post-6 .custom_home h2 { color: #FFFFFF; }
.custom_home a { color: #FFFFFF; }
.custom_home a:hover { color: #2361A1; }

/* adjust margins for side-by-side pictures */
.custom .side-by-side .wp-caption.alignleft { margin-right: 10px; }
.custom .side-by-side .wp-caption.alignright { margin-left: 10px; }

/* Another WP Classifieds Plugin */
.custom .thumbshow { background-color: #6A9020; padding: 4px; border: none; }
#classiwrapper  input { width: auto; }

/* My Calendar plugin */
#jd-calendar input { width: auto; }
#jd-calendar input[type="submit"]:hover { background-color: #D1E6FD; }

/* Remove duplicate image from article */
.post_image { display:none !important; }

/* style the tree-pages current page link to not look like a link */
ul.tree-pages li.current_page_item a, ul.tree-pages li.current_page_item a:hover {
  text-decoration: none; color: #111111; font-weight: bolder; }
/* and undo the above styling for children of the current page */
ul.tree-pages li.current_page_item ul.children a {
  color: #2361A1; font-weight: lighter; text-decoration: underline; }
ul.tree-pages li.current_page_item ul.children a:hover {
  color: #6A9020; font-weight: lighter; text-decoration: none; }

/* styling for the sidebar_navtree text widget */
.custom #sidebar_navtree li { margin-bottom: 2px; }
.custom #sidebar_navtree ul { margin-top: 2px; }
.custom #sidebar_navtree ul.tree-pages li.current_page_item ul.children a { text-decoration: none; }
.custom #sidebar_navtree ul.tree-pages li.current_page_item ul.children a:hover { text-decoration: underline; }

/* styling for the 'show_tree' shortcode */
div.menu-main-nav-menu-container { font-weight: bolder; }
/* styling for the 'page_breadcrumbs' shortcode */
div#crumbs { margin-bottom: 1em; }
#crumbs .current { color: #111111; font-weight: bolder; }
.center { text-align: center; }

/* custom  sitemap */
.custom .sitemap h3 { margin-top: 0; }
.custom .sitemap ul { font-size: .85em; }
.custom .sitemapl { float: left; width: 45%; }
.custom .sitemapr { float: right; width: 55%; }

.custom #custom_box p.caption-text { 
  font-size: 1em; 
  line-height: 1.5em; 
  margin-bottom: 0;
  text-align: center;
  font-family: Verdana,sans-serif;
  font-style: italic;
  color: #FFFFFF;
}

/* custom rotator img -- display: inline (instead of block) to center images that are less than 409px wide */
.custom #multimedia_box { padding: 4px; }
.custom .custom_box { background-color: #6A9020; }
.custom #custom_box img {
  border: none;
  display: inline;
  padding: 0;
  background: none repeat scroll 0 0 #FFFFFF;
}

/* custom pagination styling */
.pagination {
  clear:both;
  padding:20px 0;
  position:relative;
  font-size:12px;
  line-height:14px;
  text-transform: none;
}
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  border-radius: 2px;
  text-decoration:none;
  width:auto;
  color:#FFFFFF;
  background: #2361A1;
}
.pagination a:hover {
  color:#FFFFFF;
  background: #6A9020;
}
.pagination .current {
  padding:6px 9px 5px 9px;
  background: #6A9020;
  color:#FFFFFF;
}
.pagination a.arrow {
  font-family: Verdana,sans-serif;
}

/* section divider for custom home page (use instead of the <hr> tag */
div.section-div {
  clear: both;
  border-width: 0.3em 0 0;
  border-color: #DDDDDD;
  border-style: double;
  margin-bottom: 1em;
}
div.section-div-1 {
  clear: both;
  border-width: 0 0 1px 0;
  border-color: #DDDDDD;
  border-style: solid;
  margin: 0 0 1em 0;
}

/* footer */
#footer { text-align: center; }

/* custom RSS subcribe text widget */
#custom-rss a, #custom-rss a:hover {
    background: url("../lib/images/icon-rss.gif") no-repeat scroll 100% 50% transparent;
    border: medium none;
    padding-right: 16px;
    color: #111111;
}

table.charter-table { border: none; }
table.charter-table td { padding-right: 10px; }

/* Contact Form 7 styling */
#contact-form input { width: 88%; }
input.wpcf7-submit[type="submit"]:hover { background-color: #D1E6FD; }

/* css for the db output pages */
#db-results input { width: auto; }
#db-results input[type="submit"] {
  border-style: outset;
  border-width: 2px;
  border-color: #808080;
  border-radius: 6px;
}
#db-results input[type="submit"]:hover { background-color: #D1E6FD; }
#db-results table.form {
  background-color: #6A9020;
  color: #FFFFFF;
  border-collapse: collapse;
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
}
#db-results table.browse {
  background-color: #DDDDDD;
  border: 2px outset #C8C8C8;
}
#db-results th.browse { background-color: #6A9020; color: #FFFFFF; }
#db-results th.browse a { color: #FFFFFF; }
#db-results th.browse a:hover { color: #2361A1; }
#db-results th.browse, #db-results td.browse, #db-results td.browse_odd, #db-results td.browse_even {
  border: medium none;
  margin: 1px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}
#db-results td.browse, #db-results td.browse_odd { background-color: #FFFFFF; }
#db-results td.browse_even { background-color: #EDF1E4; }
