/*
Theme Name: ramps
Theme URI: http://rampscampaign.org/
Description: Theme for RAMPS.
Version: 0.4
Author: Whiskers
Author URI: 
Tags: 

	ramps v0.4

*/

/***  COLORS  ***/
/*
 * green border: #76A105
 * brown at top of brown-to-black fade: #713F00
 * green in RAMPS letters: #588100
 * body background: #E7F3EF
 * 
 * */



body {
	background: /*#b5f373*/ /*#9caeba*/ /*#92b567*/ /*#cfcd5f*/ /*#D2D046*/ /*#5f8a31*/#000  /*#383838*//*#a6b593*//*this one #251c17*//*#443322*//*#E3E8E6*//*#D7E8E0*//*#E7F3EF*/;
	font-family: Verdana, Arial, sans-serif;
	width: 970px;
/* 	margin-left: 15px; */
	margin: 5px auto;
}
hr {
/*   color: #0574a1; */
}
#wrapper {
	/*background: /*#575619*//*#BB6B02*//*#d57a03*/ /*#739eb8*//*#d9d891*//*#aa9988*//*#eeddcc*//*#bbaaaa*//*#9DED82*//*#8ABC05*//*#76a105*//*;*/
	padding: 10px 0;
	margin-top: 15px;
	/*border-left: 2px solid #c51e00;*/
}
#wrapper-inner {
  background-color: #fff;
  min-height: 65em;
  overflow: auto;
  padding-bottom: 1em;
  position: relative;
}
.alignleft {
	text-align: left;
	float: left;
	clear: none;
	padding: 5px 5px 5px 0;
}
.aligncenter {
	text-align: center;
	padding: 5px;
}
.alignright {
	text-align: right;
	float: right;
	clear: none;
	padding: 5px 0 5px 5px;
}
img.alignright {
  padding: 0 0 .7em .7em;
}
.floatright {
	float: right;
}
.noborder {
	border: none !important;
}
h2.pagetitle {
	font-size: 1.6em;
	color: #000;
}

#orange_red a:link {
	text-decoration: none;
	color: #BB6B02;
}
#orange_red a:visited {
	text-decoration: none;
	color: #BB6B02;
}
#orange_red a:hover {
	text-decoration: none;
	color: #c51e00;
}
#orange_red a:active {
	text-decoration: none;
	color: #c51e00;
}

#black_red a:link {
	text-decoration: none;
	color: #000;
}
#black_red a:visited {
	text-decoration: none;
	color: #000;
}
#black_red a:hover {
	text-decoration: none;
	color: #c51e00;
}
#black_red a:active {
	text-decoration: none;
	color: #c51e00;
}
#orange_red_hover_underline a:link {
	text-decoration: none;
	color: #BB6B02;
}
#orange_red_hover_underline a:visited {
	text-decoration: none;
	color: #BB6B02;
}
#orange_red_hover_underline a:hover {
	text-decoration: underline;
	color: #c51e00;
}
#orange_red_hover_underline a:active {
	text-decoration: underline;
	color: #c51e00;
}


#headerimg {
/*   border-bottom: dotted 3px #ccc;  */
  background-color: #000;
  position: relative;
}

/** New navbar style **/
#menu-primary-wrapper {
}
#menu-primary {
  background-color: #000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: 53px;
  vertical-align: middle;
}
#secondary_menu {
  background-color: #DDDDDD;
  border-bottom: 2px solid #A8A8A8;
  font-size: 14px;
  height: 2.25em;
  padding-left: 0.5em;
  width: 964px;
}
#sidebar #secondary_menu {
  border-bottom: none;
  height: auto;
  width: 270px;
}
#sidebar .resources-menu {
  padding-left: 0.5em;
}
#menu-primary ul,
#secondary_menu ul {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#sidebar #secondary_menu ul {
  display: block;
}
#menu-primary ul li {
  height: 53px;
  background-color: #000;
  clear: none;
  display: table-cell;
  font-weight: bold;
  list-style-type: none;
}
#menu-primary ul li li {
  display: block;
}
#secondary_menu ul li {
  float: left;
  clear: none;
  list-style-type: none;
}
#sidebar #secondary_menu ul li {
  float: none;
}
#menu-primary li a {
  display: block;
  padding: 1em 0.9em;
}
#secondary_menu li a {
  display: block;
  padding: .5em .6em;
}
#sidebar #secondary_menu li a {
  padding: 0;
}
#menu-primary ul li:hover,
#menu-primary ul :hover > a,
#menu-primary ul li:hover > a {
  background-color: /*#ccc*//*#76A105*//*#AB762C*/#336B00;
  color: /*#5A8FEA*/ #fff !important;
  cursor: pointer;
}
#menu-primary a:link,
#menu-primary a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  /*height: 100%;
  width: 100%;*/
}
#menu-primary a:hover,
#menu-primary a:active {
/*   color: #c51e00; */
  /*height: 100%;
  width: 100%;*/
}
#secondary_menu a:link,
#secondary_menu a:visited {
  color: #145B87;
  text-decoration: none;
}
#secondary_menu a:hover,
#secondary_menu a:active {
  color: #c51e00;
  text-decoration: underline;
}
#menu-primary ul li.current_page_item a:link,
#menu-primary ul li.current_page_item a:visited {
/*   border-bottom: 2px solid #c51e00; */
  color: #c51e00 !important;
}
#menu-primary ul li.current_page_item a:hover,
#menu-primary ul li.current_page_item a:active {
  color: #fff !important;
}

#menu-primary ul li ul {
  position: absolute;
  right: 0;
  text-align: left;
  visibility: hidden;
  width: auto;
}
#menu-primary ul ul li {
  background-color: #383838;
  display: block;
  height: auto;
  line-height: 20px;
  padding: 3px 7px;
}
#menu-primary ul ul li:first-child {
  padding-top: 10px;
}
#menu-primary ul ul li:last-child {
  padding-bottom: 10px;
}
#menu-primary ul ul li:hover,
#menu-primary ul ul li:hover > a {
  background-color: #383838;
  color: #c51e00 !important;
}
#menu-primary ul ul li a {
  padding: 0 .5em;
}
#menu-primary ul li#menu-item-1810:hover > ul,
#menu-primary ul li#menu-item-1821:hover > ul {
  visibility: visible;
}
  

/** END new navbar style **/

#page {
	background: #fffffa;
	overflow: hidden;
	padding: 12px 17px;
	width: 936px;
}

#searchwrapper {
  width:660px; 
  float:left;
}
#searchform {
	margin: 10px auto;
	padding: 5px 10px;	
}
#searchbar {
	max-width: 270px;
	text-align: right;
	padding-bottom:6px;
}
.searchform_indexpage {
	text-align: left;
	float: right;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#archives {
	font-size: 10pt;
	white-space: nowrap;
}
#archives ul {
	padding: 5px 0 0 0;
	margin: 0;
}
#archives li:first-child {
	padding: 0 0 0 5px;
}
#archives li {
	display: inline;
	padding: 0 10px 0 25px;
}
#archives li a {
/* 	float: left; */
	clear: none;
}
.column_hed {
	font-size: 17pt;
	background: /*#d9d891*//*#f2f2d0*/ url('/images/media_bg_middle_dark.png') repeat-y;
	padding: 0px 7px 0 7px;
	/*max-width: 250px;*/
	width: 100%;
	/*float: right;*/
}

/*********  FRONT CONTENT **********/
#recent_posts_hed {
	color: #c51e00;
	font-size: 20pt; 
	line-height: .6; 
	font-weight: bold; 
	padding-bottom: 0;
}
#recent_posts {
	font-size: 10pt; 
	padding-left: 10px; 
	padding-top: 0;
}
#ticker ul {
	list-style: none outside none;
	padding-left: 10px;
	width: 456px;
}
#ticker li {
	border-bottom: 1px dashed #383838;
	overflow: hidden;
/* 	padding-bottom: 10px; */
}
#ticker li:hover {
	background: #cff0fc;
}
#ticker a:link,
#ticker a:visited {
	text-decoration: none;
	color: #145B87;
}
/*#ticker a:visited {
	text-decoration: none;
	color: #c51e00;
}*/
#ticker a:hover, a:active {
	text-decoration: underline;
	color: #c51e00;
}
a.more-link {
  clear: both;
}


/****** Front Page Content ******/
#front_content {
	width: 68%;
}
#front_content h2, #content h2 {
	font-size: 19pt;
}
#content a:link,
#content a:visited {
	text-decoration: none;
	color: #145B87;
}
#content a:hover,
#content a:active {
	text-decoration: none;
	color: /*#d57a03*/#c51e00;
}
#cd_banner_wrapper {
  margin-left: 10px;
  padding: 30px 0;
}
#cd_banner {
	font-size: 10pt;
	padding-right: 20px;
}
#cd_banner form {
	clear: none;
	float: left;
	padding: 0 15px 7px 0;
}

/** Facebook Feed Widget **/
#ticker .fbf_desc {
	max-height: 175px;
	overflow: hidden;
}
#ticker .fbf_desc img {
	max-height: 75px;
	float: left;
	margin: 0 4px 4px 0;
}

/********* end FRONT CONTENT **********/


/********* CONTENT ********************/
#content {
  padding: 0 1em;
  width: /*940px*/660px;
}
#content h3 {
  margin-top: 2em;
}
.pagetitle a:link,
.pagetitle a:visited,
h2.pagetitle a:link,
h2.pagetitle a:visited,
.post h2 a:link,
.post h2 a:visited {
	text-decoration: none;
	color: #000 !important;
}
.pagetitle a:hover,
.pagetitle a:active,
h2.pagetitle a:hover,
h2.pagetitle a:active,
.post h2 a:hover,
.post h2 a:active {
	text-decoration: underline;
	color: #c51e00 !important;
}

.post {
	margin: 0 0 40px;
	padding-right: 1.5em;
	text-align: left;
	font-size: .85em;
}
div.archive .post {
  margin-right: 2em;
}
.post a:link {
	text-decoration: none;
	color: #000;
}
.post a:visited {
	text-decoration: none;
	color: /*#BB6B02*/#000;
}
.post a:hover {
	text-decoration: none;
	color: #c51e00;
}
.post a:active {
	text-decoration: none;
	color: #c51e00;
}

.postmetadata {
	text-align: left;
	padding-top: 5px;
	clear: both;
	font-size: .8em;
	}
.postmetadata a:link {
	text-decoration: none;
	color: #A79185;
}
.postmetadata a:visited {
	text-decoration: none;
	color: #A79185;
}
.postmetadata a:hover {
	text-decoration: underline;
	color: #c51e00;
}
.postmetadata a:active {
	text-decoration: underline;
	color: #c51e00;
}

.entry {
	padding-right: 2em;
}
.entry a:link {
	text-decoration: none;
	color: #BB6B02;
}
.entry a:visited {
	text-decoration: none;
	color: #BB6B02;
}
.entry a:hover {
	text-decoration: none;
	color: #c51e00;
}
.entry a:active {
	text-decoration: none;
	color: #c51e00;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
/* 	content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*    End lists     */



/*    Begin form elements     */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.entry form#uc-product-add-to-cart-form-618,
.entry form#uc-product-add-to-cart-form-617,
.entry form#legal-fund-donate {
  text-align: left;
}

select {
	width: 130px;
	}

/*    End form elements    */

/*    Social Media   */

.post ul#social_media {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post ul#social_media li {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/********* end CONTENT ****************/

/* Begin form elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* end form elements */

/* Begin Comments*/
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist a:link,
.commentlist a:visited {
  color: #145B87
}
.commentlist a:hover,
.commentlist a:active {
  color: #c51e00;
}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {

/* 	border-left: 1px solid #ddd; */
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	width: 680px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/********* SIDEBAR ********************/
#front_sidebar {
  background-color: #ddd;
  float: right;
  width: 280px;
  margin-right: -18px;
/*   margin-top: 32px; */
  padding: 32px 8px;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
#sidebar {
  float: right;
  width: 280px;
  margin-right: -18px;
  margin-top: 32px;
  margin-left: 15px;
  font-size: .9em;
  padding: 32px 8px;
  background-color: #ddd;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
small, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
#sidebar_donate-inner {
  overflow: hidden;
}
#sidebar_donate_hed {
  margin-bottom: 5px;
}
#donate-other {
/*   float: right; */
  font-size: 12px; 
  font-weight: bold;
  margin-bottom: 5px;
  width: 160px;
}
#donate-treesit {
  margin-bottom: 5px;
}
#donate-treesit img {
  width: 280px;
}
#donate-legal {
/*   float: left; */
  clear: none;
  height: 20px;
  margin-bottom: 10px;
}
#donate-page-link {
  float: right; 
  clear: none;
  font-size: 15px;
}
#sidebar_email_list {
  clear: left;
  margin-top: 12px;
}
#social_badges {
  height: 100px;
}
#social_badges #fb_badge {
  float: left;
  clear: none;
  padding-right: 10px;
}
#social_badges #twitter_badge {
  float: left;
  clear: none;
}
#sidebar_visual_archives {
  clear: both;
  margin-top: 30px;
}
#sidebar ul,
#front_sidebar ul {
  /*Make the UL show up w/o bullets*/
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  margin:0px;
}
#sidebar ul li {
  margin-top: 10px;
}
#sidebar ul li:first-child {
  margin-top: 0;
}
#sidebar ul ul li {
  margin-top: 0;
}
#sidebar ul li ul li,
#front_sidebar ul li{
	padding:8px 0px;
	border-top:1px dotted #383838;
}
#sidebar ul li ul li:first-child,
#front_sidebar ul li:first-child {
	border:none;
}
#front_sidebar ul li, 
#front_sidebar ul li ul li {
  font-size: 12px;
}
#sidebar a:link,
#sidebar a:visited,
#front_sidebar a:link,
#front_sidebar a:visited {
	text-decoration: none;
	color: #145B87;
}
#sidebar a:hover,
#sidebar a:active,
#front_sidebar a:hover,
#front_sidebar a:active {
	text-decoration: underline;
	color: #c51e00;
}
#sidebar h3 {
  font-size: 17px;
  margin-bottom: 0;
}
#sidebar h3:first-child,
#front_sidebar h3:first-child {
  margin-top:0px;
  font-size: 17px;
}
#front_sidebar #ce_more {
  background-color: #BFBFEC; 
  padding-left: 7px;
}
#ce_more a:link,
#ce_more a:visited {
  color: #c51e00;
  text-decoration: none;
}
#ce_more a:hover,
#ce_more a:active {
  text-decoration: underline;
}
#front_sidebar .visual {
  background-color: #333;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-top: 2px;
}
#front_sidebar .visual img {
  border: none;
  max-width: 275px;
}
#front_sidebar .visual .caption {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
#front_sidebar .visual .caption a:link,
#front_sidebar .visual .caption a:visited {
  color: #fff;
  text-decoration: underline;
}
#front_sidebar .visual .caption a:hover {
  color: #c48276;
}
#front_sidebar #recent_comments_container {
  background-color: #f2f2f2;
  border: 3px solid #333;
  clear: left;
  margin-top: 10px;
  padding: 5px;
}

#front_sidebar a.donate-button {
  background-color: #2ba6cb;
  border-color: #2284a1;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  padding: 0.75em 1.5em 0.8125em;
  text-align: center;
  transition: background-color 300ms ease-out 0s;
}
#front_sidebar a.donate-button:hover, #front_sidebar a.donate-button:focus {
  background-color: #2284a1;
  text-decoration: none;
}
/********* end SIDEBAR ****************/



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
/*
hr {
	display: none;
	}*/

a img {
	border: none;
	}

.navigation {
	display: block;
	max-width: 750px;
	}
.navigation.archive {
  margin-bottom: 4em;
}
.navigation a:link, a:visited {
	color: #145B87;
}
.navigation a:hover, a:active {
	color: #c51e00;
}
.navigation.nav-bottom {
  height: 50px;
  margin-top: 15px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text,
.wp-caption .wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/**** begin NEW CALENDAR ****/
.bubble .detail-content {
	max-height: 200px !important;
	overflow: scroll !important;
}
/**** end NEW CALEDNAR ****/



/********* begin OLD CALENDAR ************/

    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
     li.upcoming-events {
	list-style-type: none;
     }

/************* end CALENDAR *******************/



/********* begin FOOTER ***************/
#footer_wrap {
	/*background: *//*#eae9a7*//*#ffffed*//*;*/
/* 	padding: 5px; */
/* 	margin-top: 15px; */
}
#footer {
	background: /*#575619*//*#d9d891*//*#eeddcc*//*#aa9988*/#000;
	font-family: Verdana, Arial, sans-serif;
	padding: 5px 20px;
	text-align: left;
	/*color:*/ /*#eae9a7*//*#000*//*;*/
	font-weight: bold;
	font-size: 8pt;
	clear:both;
	height: 6em;
}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: /*#fff*//*#BB6B02*//*#251C17*/#ccc;
}
#footer a:hover {
	text-decoration: none;
	color: #c51e00;
}
#footer a:active {
	text-decoration: none;
	color: #575619;
}
#footer ul {
  display: inline;
  list-style-type: none;
  padding: 0;
}
#footer ul li {
  display: inline;
  list-style-type: none;
  padding-right: 2.5em;
}
#footer ul#social_media {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer ul#social_media li {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer ul#social_media li .paperblog {
	padding: 0 10px; 
}
/********* end FOOTER **************/

/********* LINKS *******************/
#linkName {
	text-decoration: none;
	font-size: 11pt;
}
#linkDesc {
	text-decoration: none;
	font-size: 9pt;
}
#resouceNav {
	font-size: 9pt;
}

/********* end LINKS ***************/


ul.secondary_menu {
/* background-color: #33261A; */
    list-style-type: none;
    display: inline;
    font-size: 10pt;
    margin: 0;
    padding: 0.5em 0;
}
ul.secondary_menu li {
    display: inline;
    padding: 0 .5em 0 0;
/* 	background-color: #33261A; */
    border-right: 1px solid #000;
}
ul.secondary_menu li:last-child {
    border-right: none;
}



#feature-wrapper {
  border-bottom: 5px solid /*#0574A1*/#854C01;
  margin-bottom: 1em;
  padding-bottom: 2em;
  width: 100%;
}
#feature {
/* 	clear: left;  */
    overflow: hidden;
    padding-bottom: 1em;
    width: 102%;
}
.feature_post ol {
  font-size: 0.79em;
}
.feature_post/*:first-child */{
    border-bottom: 1px solid #854c01;
    margin-bottom: 2em;
    overflow: auto;
}
.feature_post:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#feature h1:first-child {
  margin-top: 0;
}
#feature h2 {
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 1em;
}
#feature p {
    font-size: .85em;
    }
#feature p a:link,
#feature p a:visited {
    color: #145B87;
}
#feature p a:hover,
#feature p a:active {
    color: #c51e00;
    text-decoration: underline;
}
#feature p:last-child a:hover,
#feature p:last-child a:active {
    color: #C51E00;
    text-decoration: underline;
}
#feature h1 a:link,
#feature h1 a:visited {
    color: /*#C51E00*//*#4E44B0*/#000;
    text-decoration: none;
}
#feature a:link,
#feature a:visited {
    color: #145B87;
    text-decoration: none;
}
#feature h1 a:hover,
#feature h1 a:active,
#feature a:hover,
#feature a:active {
    color: /*#BB6B02*/#C51E00;
    text-decoration: underline;
}

#front_left_column {
/* 	border-right: 1px solid #BB6B02; */
    display: inline;
    float: left; 
    clear: none;
    padding-right: 1.6em;
    width: 46%;
}
#front_right_column {
    border-left: 1px solid #854C01;
    display: inline;
    float: left;
    clear: none;
    width: 46%;
    padding-left: 1.4em;
}

#ticker {
    border-top: 1px solid /*#BB6B02*/#854C01;
    float: left;
    clear: none;
    padding-bottom: 2em;
    padding-right: 4%;
    padding-top: 0;
    width: 98%;
    /** Don't set things like width here, 
    /** do that in either #front_left_column 
    /** or #front_right_column. **/
}
#ticker:first-child {
    border-top: none;
}
#ticker h3 {
    margin-top: .25em;
}
#ticker li.categories {
    list-style-type: none;
    border-bottom: none;
    background-color: transparent;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1em;
}
#ticker li.categories ul {
    padding-left: 1.2em;
    padding-right: 2em;
    list-style-type: disc;
    width: 95%;
}
#ticker li.categories ul a:link,
#ticker li.categories ul a:visited {
    color: #BB6B02;
    text-decoration: none;
}
#ticker li.categories ul a:hover,
#ticker li.categories ul a:active {
    color: #C51E00;
    text-decoration: underline;
}
#ticker ul {
    font-size: .85em;
    margin-left: 0;
    padding-left: 1em;
    width: 95%;
}
/*#ticker */ul.recentcomments {
  font-size: 14px;
}
/*#ticker */ul.recentcomments li p {
  font-size: 12px;
}
/*#ticker */ul.recentcomments li.recentcomments {
  padding-bottom: 0;
}
#ticker ul li {
    padding-bottom: 1em;
}
#ticker ul li.cat-item {
    background-color: transparent;
    border-bottom: none;
    font-size: .75em;
    font-weight: normal;
    padding-bottom: 0;
}
#ticker ul li p {
    font-size: .75em;
    padding-left: 1em;
}
#ticker hr {
    width: 108%;
}
#ticker span.feed_more_link {
    font-size: .7em;
}
#ticker span.feed_more_link a:link,
#ticker span.feed_more_link a:visited
{
    color: #4E44B0;
    text-decoration: none;
}
#ticker span.feed_more_link a:hover,
#ticker span.feed_more_link a:active
{
    color: #c51e00;
    text-decoration: underline;
}
#content {
/*     width: 100%; */
    width: 920px;
}
#cd_banner_form {
    float: none;
}





#sidebar p.link_notes {
  font-size: 10pt;
  padding-left: 1em;
  margin-top: 0;
}
#ce_announcements p.link_notes {
  padding-left: 3em;
  font-size: 11px;
  margin-top: 0;
  text-indent: 0;
}



/*  Beetree Comments Form */

div#post-724 form#beetree_comments_form {
  text-align: left;
}
form#beetree_comments_form #message_field {
  margin-top: 10px;
}
