/*-------------------------------------------------------------  
Theme Name: FRI-2							
Description: WP Theme												
Author: Kip Russell 							
   Updated Mar 2014, Kenny Knapp
   Update: April 2015, Kenny Knapp
		- Added footnote class
		- Reduced p line-height to 20px.
		- Increased paragraph bottom margin to 18px.
   Update: December 2016, Kenny Knapp
		- Easy Table default styles			Update: July 2017, Kenny Knapp		- Cleaned up search styling
---------------------------------------------------------------*/

/*  FOOTNOTE STYLES */
.footnote{
	position: relative; top: -0.5em; font-size: 80%;
}
/********************/


* {margin: 0; padding: 0; }

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	color: #000;
	/* font-size: small;  */
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
    background: #5d5d5d;
}

ul {
    margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
    padding-top: 10px;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 20px;	
}

li {
    margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
    padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;	
}



/* links */
a:link {
	color: #731A07;
	text-decoration: none;
}

a:hover  {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #731A07;
	text-decoration: none;
}

/* basic elements */
p {
	padding: 0;
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 20px;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: none 0;
}

/* basic phrase element styles */
blockquote {
	margin: 0 20px 0 5px;
	padding: 10px 0 10px 45px;
	line-height: 1.5em;
	color: #777;
	background:  url(images/bquote.gif) no-repeat;
}

code {
	color: #666;
	font-family: Monaco, monospace;
	font-size: 120%;
	text-align: left;
}

code strong {
	color: #630;
}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

a abbr {
	border: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

del {
	text-decoration: line-through;
	color: #666;
}

ins {
	text-decoration: none;
	font-style: italic;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif;}

/*------------------------------------------------------------
 * Purchase Options - Right Sidebar
 ------------------------------------------------------------*/
#text-345745211 {
	background-color: #F4F8FB;
	    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
	border-bottom: groove .5px #333333;
	height: 100px;
	padding-right: 5px;
}

#text-345790051 {
	background-color: #F4F8FB;
	    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
	border-bottom: groove .5px #333333;
	height: 100px;
	padding-right: 5px;
}

.textwidget .purchase_articles {
    font-family: "Arial";
	font-weight: bold;
	font-size: 100%;
	background: #F4F8FB;
	padding-right: 0px;
	padding-left: 0px; 
	width: 282px;
	line-height: 16px;
}
.textwidget .purchase_articles a:link, .textwidget .purchase_articles a:visited {
    background-color: #f4f8fb;
	color: #f00;
}

#execphp-347530593,
#samsarin-php-1 {
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	line-height: 1em;
	
}
#execphp-347530593 li,
#samsarin-php-1 li{
	list-style:square;
}

#execphp-347530591
{
	
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.3em;
	
}
.big_ol_open_quote {
	font-size: 36px;
	font-weight: bold;
}

.big_ol_end_quote {
	font-size: 36px;
	font-weight: bold;
	text-align: right;
}
/* layout
---------------------------------------------------------- */
#wrap {
	width: 1030px;
	margin: 0 auto;
    background: #dbe3d6;
}

#faux {
 background: url(faux-2col.png) repeat-y; 
 margin-bottom: 0px;
 overflow: hidden;  /* Paul O Brien Fix for IE www.pmob.co.uk */ 
 width: 100%;
}

#maincol {
	width: 647px;
	margin: 0 295px 0 210px;  
	background: #fff;
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 display: inline;
 position: relative;
	
}

.col-inner {
	padding: 5px 10px; 
}

#leftcol {
	float: left;
	width: 323px;
    background: #eaebec;
	padding-left: 15px;
	padding-right: 10px;
	padding-top:7px;
	padding-bottom: 7px; 
display: inline;
}

#rightcol {
	float: right;
	width: 295px;
	background-color: #ffffff;
    display: inline;
    position: relative;
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 0px;
	
}

.lsidebar {
	margin: 0;
	padding: 0;
	font-size: 95%;
}

.rsidebar {
	margin: 0;
	font-size: 95%;

}

/* header
---------------------------------------------------------- */
#header {
	background:url(http://www.familyresearchinst.org/wp-content/themes/fri2/images/fri_header02.jpg) no-repeat; 
	height: 175px;
}

#lcolheader {
	background: #e0922f; /* orange for Scientific Commitment */
	position:relative;
	float: left;
	width: 323px;
	height: 25px;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 3px;
	margin-right: 0px;
}

#left_header_span {
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 95%;
}

/* generic formatting */
#lcolheader_pages,
#lcolheader_special-reports,
#lcolheader_fri-hot-links,
#lcolheader_articles,
#lcolheader_public-policy,
#lcolheader_audiovideo,
#lcolheader_pamphlets,
#lcolheader_view-from-the-chair,
#lcolheader_blog
 {
	background: #F2CA31;
	position:relative;
	float: left;
	width: 323px;
	height: 25px;
	color: #000000;
	padding-left: 25px;
	padding-top: 3px;
}
#lcolheader_bookstore {
	background: #8aa6d6;
	background-image: url(images/arrow.gif); 
	background-repeat:no-repeat;
	background-position: 155px 0px;
	position:relative;
	float: left;
	width: 323px;
	height: 25px;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 3px;
}
#lcolheader_about {
	background: #6699CC; /* blue for Mission */
	position:relative;
	float: left;
	width: 323px;
	height: 25px;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 3px;
}
#lcolheader_involved {
	background: #61bdf0;
	background-image: url(images/arrow.gif); 
	background-repeat:no-repeat;
	background-position: 155px 0px;
	position:relative;
	float: left;
	width: 323px;
	height: 25px;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 3px;
}
#lcolheader_newsletter {
	background: #b7d278;
	background-image: url(images/arrow.gif); 
	background-repeat:no-repeat;
	background-position: 155px 0px;
	position:relative;
	float: left;
	width: 323px;
	height: 25px;
	color: #ffffff;
	padding-left: 25px;
	padding-top: 3px;
}

#left_header_span_pages {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 95%;
        text-transform: uppercase;
}

#mcolheader {
    background: #FFFFCC;
	height: 23px; 
	padding-top: 5px;
}
#get_involved_header {
    font-family: Arial, sans-serif;
	font-size: 90%;
	font-style: italic;
	padding-left: 10px;
}
#subscription_panel {
    font-family: Arial, Helvetica;
    font-size: 95%; 
	
}
#get_involved
{
/*	position: relative;
	top: 40px; */
	font-size: 95%;
        margin-left: -15px;
}

#get_involved ul {
}

#get_involved li {
/* margin: 0px; */

}

#get_involved ul li {
/* margin: 0px; */
	line-height: 13px;
	margin-bottom: 5px;
}

#get_involved li a {
font-family: Arial, Helvetica, sans-serif;
 color: #000;
}

#get_involved a:hover, #get_involved.current_page_item a {
	text-decoration:underline;
}
#rcolheader {
    background: #dfe7f2;
    float: right; 
	width: 282px;
    padding-top: 4px;
	height: 24px;
	color: #000;
	padding-left: 13px;
	font-weight:bold;
	background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow01.jpg);
	background-repeat: repeat-y;
	background-position: 0px 9px;
	font-family: "Trebuchet MS"; 
	font-size: 97%;
	
}

#right_header_span {
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 95%;
}

#image_header{
	position: absolute;
	right:10px;
	top:0;
}
	
h1 {
	margin: 0;
	padding: 40px 0 15px 15px;
	font-family: georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 3em;
}

h1 a:link, h1 a:visited, h1 a:hover {
	color: #7f8388;
	text-decoration: none;	
}

.description {
	padding: 0 0 12px 15px;
	color: #191919;
}

/*logo  (edit here if you want to put logo)
---------------------------------------------------------- */
#logo {
	padding: 0;
	margin: 0 0 0 0;
}

#logo span, #logo a {
/*	display: block; */
	width: 0;
	height: 0;
	padding: 0;
}

#logo img {
	border: none;	
}


/* top navigation
---------------------------------------------------------- */
#nav_tip {


}
#nav {
	position: relative; 
	top: 30px;  
	font-size: 85%; 
	width: 205px;
	height: 134px;
	float: left;  
	line-height: 20px;

}

#nav ul {
	list-style-type:none;
}

#nav li {
margin-left: 0;
padding-left: 6px;
}

#nav ul li { 
    margin-left: 5px;
/*    list-style-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/nav_list_bullet.jpg); */
    border-bottom: dotted;
	border-bottom-width: thin;
	border-bottom-color: #1B8B38; 
	background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/nav_list_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px; 
	
}


#nav li a {
	color: #fff;
/*	font-weight: bold; */
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    
}

/*
#nav li.current_page_item a {
	color: #f5ca30; 
	margin: 0px;
}
*/
#nav li a:hover {
	color: #f5ca30; 
	margin: 0px;
}

#nav_tips {
    position: relative;
    top: 16px;
    left: 10px;
    float: left;
    font-size: 85%; 
    width: 490px;
/*    font-weight: bold; */
    color: #f5ca30;
	line-height: 21px;
}
#nav_tip_1 {
	visibility: hidden;
}
#nav_tip_2 {
   visibility: hidden;	
}
#nav_tip_3 {
	visibility: hidden;
}
#nav_tip_4 {
	visibility: hidden;
}
#nav_tip_5 {
	visibility: hidden;
}
#nav_tip_6 {
	visibility: hidden;
}
/* right navigation */
/* ---------------------------------------------------------- */
#rnav {
	position: relative;
	top: 150px;
	left: 0px;
	font-size: 90%; 
    float: right; 
	/*width: 400px; */
	height: 28px;
	color: #ffffff;
	padding-left: 0px;
	font-weight:bold;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	z-index: 99;
	
}

#rnav li {
      list-style:none; 
      /*float:right; */
      line-height:25px; 
      /*padding:0 14px; */

}

#rnav ul li { 
margin: 0px;
padding: 0px 14px;
}

#rnav li a {
	color: #8EA195;
	font-weight: bold;
	margin: 0px;
}

#rnav li a:hover, #rnav li.current_page_item a {
	font-weight: bold;
	color: #f5ca30;
	margin: 0px;
}


/*******************************************************
    Drop-down menus
********************************************************/
#pad {height:140px;}
#menu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; 
            /*height:40px; 
            line-height:40px; 
            background:#333; 
            color:#ccc; */
            text-decoration:none; font-size:11px; font-weight:bold; 
            /*padding:0 30px 0 20px;*/
}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

/*#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#c60;}*/
#menu li:hover {position:relative; z-index:200;}

/*#menu li:hover > a {color:#fff; background:#c60;}
#menu li:hover > a.sub {color:#fff; background-color:#c60;}
*/

#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background: #333 url(down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#840 url(down-arrow.gif) no-repeat right center;;}

/* position the sub-menu */
#menu :hover ul {left:-120px; top:25px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:lime; white-space:nowrap; width:120px; z-index:200; height:0px;}


#menu :hover ul li {margin:0; }
/* width of submenu here */
#menu :hover ul li a {width:500px; padding:0; text-indent:10px; background:#333; color:#ccc; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background:#333 url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#e0922f; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#e0922f; color:#fff;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:120px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#d70; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}
/*******************************************************/
/*******************************************************/

#lcp_catlist
{
/*	position: relative; 
	top: 40px; */
	font-size: 85%; 
}

#lcp_catlist ul {
}

#lcp_catlist li {
/* margin: 0px; */

}

#lcp_catlist ul li { 
/* margin: 0px; */
	list-style-position: inside;
    list-style-type: square;
	line-height: 13px;
	margin-bottom: 5px;
}

#lcp_catlist li a {
	font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

#lcp_catlist a:hover, #lcp_catlist.current_page_item a {
	text-decoration:underline;
}


#mission_content{
/*padding-left: 15px;	
padding-right: 8px; 
padding-top:7px; */
font-family:Arial;
font-weight: normal;
font-size: 95%;
font-weight:normal;
line-height:16px;
text-indent:8px;
}

#mission_content_title{
	font-style:italic;
}

#mission_content p{
	margin-top: 0px;
	margin-bottom:-8px;
}

/* content
---------------------------------------------------------- */
#content {
}

#content-inner {

}
h2.pagetitle {
	margin: 0 0 20px 0;
	padding: 15px  0 5px 5px;
	color: #7f8388;
	font-size: 130%;
	font-family: Arial, Verdana, san-serif;	
	text-align: center;
	border-bottom: 1px dotted #aaa;
}

.post {
	float: left;
	width: 100%;	
	padding: 0 0 10px 0;
}

.post h3 {
	margin: 0;
	padding:  10px 0 7px 0; 
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 130%;
/*	font-weight: bold; */
}

.post h2 {
	font-size: 120%;
	color: #731A07;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding:  10px 0 0;
}

.post-title {
	margin:  0;
	padding: 0;
	border-bottom: 1px dotted #aaa;
}

.post-meta {
	position: relative;	
	margin: 0;
	padding: 2px 0 35px 0;
	border-top: 1px dashed #aaa;
}
	
.entry-meta{
	background: #f7f7f7;
	padding: 5px;
	border: 1px solid #d6d6d6;
	margin-top: 30px;
}

.post-cat {
	float: left;
	margin-right: 100px;
	padding-left: 15px;
	background: url(images/icon_cat.gif) no-repeat 0 4px;
}

.post-comments {
	right: 0;
	top: 0;
	position: absolute;
	padding-left: 17px;
	background: url(images/icon_com.gif) no-repeat 0 4px;
}

.tags {
	float:left;
	padding-left: 15px;
	background: url(images/icon_tag.gif) no-repeat 0 5px;
	margin-right: 100px;
}
	
.entry {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 15px 0 0;
}

.entry img {
	margin: 5px 0;
	padding: 4px;
	background: #e9e9e9;
    max-width: 98%;
}

.entry a 
{
    text-decoration: underline;
}

/* page link */
.page-link {
	margin: 15px 0;
	font: 90% verdana, geneva, sans-serif;
	color:#006a8d;
}

.page-link a:link,.page-link a:visited {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #5e5e5e;
	padding: 0.2em;
}
	
.page-link a:hover {
	color: #fff;
	background: #006a8d;
	border: 1px solid #ddd; 
}
	
/* content list style */
#maincol ul, #maincol ol, #maincol dl {
	margin: 0 0 10px 0;
	padding: 0;
}

#maincol ul, #maincol ol {
	margin-left: 10px;
}

#maincol ol {
	padding-left: 20px;
}
	
#maincol ul ol li {
	padding-left: 0;
	background: none;
}
	
#maincol ul {
	list-style: none;
}

#maincol ul li {
	padding: 0 0 5px 15px;
	background: url(images/icon_bullet.gif) no-repeat left 6px;
	font-size:16px;
	line-height: 20px;
}

#maincol dl dt {
	font-weight: bold;
}

#maincol dl dd {
	margin: 0 0 15px 0;
	padding: 0;
}

/* comments area */



h4#comments {
	margin: 0 0 15px;
	padding: 20px 0 0;
	clear: both;
	font-size: 120%;
	font-family: arial, Times, san-serif;
}

h4#respond {

	margin: 0;

	padding: 10px 0 0;

	font-size: 120%;

	font-family: arial, Times, san-serif;

	}

.commentlist {

	margin: 10px 0;

	padding-left: 20px;

	}

.commentlist li{

	padding: 10px;

	}

.commentlist .alt {

	background: #f4f4f4;

	}

.commentlist cite {

	font-weight: bold;

	font-style: normal;

	font-size: 120%;

	}

.commentlist small {

	margin-bottom: 5px;

	display: block;

	font-size: 87%;

	}

#commentform {

	font: 110% Arial, Helvetica, sans-serif;

	}

#commentform p {

	padding: 6px 0;

	margin: 0;

	}

#commentform label {

	padding-left: 5px;

	color: #000;

	font-size: 87%;

	}

#commentform input {

	width: 200px;

	background: #fafafa;

	border: 1px solid #e2e2e2;

	padding: 3px;

	margin-top: 3px;

	color: #000;

	}

#commentform textarea {

	width: 95%;

	height: 120px;

	margin-top: 3px;

	padding: 2px;

	background: #fafafa;

	border: 1px solid #e2e2e2;

	color: #000;

	}

#commentform textarea:focus, #commentform input[type="text"]:focus {

	background: #fff;

	}

#commentform #submit {
	width: 144px;
	height: 28px;
	margin-bottom: 10px;
	color: #191919;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #fafafa url(images/btn_submit.gif) no-repeat;
	border: none;
}


/* alignments */



.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float: left;
	margin: 5px 8px 5px 0;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float: right;
	margin: 2px 0 5px 8px;
}



/* navigation */
.navigation {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 95%;
	padding: 10px 0 50px 0; 
}
	
.navigation a:link, .navigation a:active { 
	color: #505050;
}

.navigation a:hover, .navigation a:visited {
	color: #006a8d;
}

.navigation .alignleft {
	width: 45%;
	text-align: left;
}

.navigation .alignright {
	width: 45%;
	text-align: right;
}

/*-- Contact Info --*/
.contact {
color: #333333;
font-size: 80%;
padding-left: 12px;
line-height: 1.1em;
}


/* sidebar
---------------------------------------------------------- */
h2.sidebartitle {
	margin:  0;
	padding: 5px 10px 5px 10px; 
	color: #4b4e43;
	font-size: 100%;
 	font-family: "Trebuchet MS";
	font-weight: bold;
/*	background: #fff url(images/bg_bar.gif) repeat-x 0 0; 
	border-bottom: 3px solid #7f8388; */
}

#rss_icon { 
	position: absolute;
	top:1px;
	right: 5px;
}

#chairview_title {
	color: #721B07;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #F4F8FB;
	margin-left: -10px;
	padding-left: 10px;
	width: 285px;
}
/* sidebar list level 1 */



.lsidebar ul {
	margin: 0;
	padding: 0;
}

.lsidebar ul li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

.lsidebar a:link, .lsidebar a:visited	{
	padding: 0px;
	margin:0;
}

/* sidebar list level 2 */

.lsidebar ul li ul {
	margin: 0;
	padding: 0;
/*	border-bottom: 1px solid #f6f6f6; */
}
.lsidebar ul li ul li {
	margin: 0;
	padding: 0;
	background: #eaebec;
}

.lsidebar ul li ul li a:link, .lsidebar ul li ul li a:visited {
	padding: 5px 0px 5px 10px;
	color: #4b4e43;
	display: block;
	background: #eaebec ;
/*	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #f6f6f6; */
	}

.lsidebar ul li ul li a:hover, .lsidebar ul li ul li a:active {
	color: #006a8d;
	background: #eaebec;

	}

.lsidebar .widget_execphp,
.lsidebar .spw_widget{
	
}
.lsidebar .widget_execphp ul ,
.lsidebar .spw_widget ul {
}

.lsidebar .widget_execphp li,
.lsidebar .spw_widget li {
}

.lsidebar .widget_execphp ul li,
.lsidebar .spw_widget ul li{
	padding-left: 0px;
 	line-height: 13px;
	margin-bottom: 5px;
}

.lsidebar .widget_execphp ul li ul li,
.lsidebar .spw_widget ul li ul li {
	margin: 0;
	padding: 0;
	background: #eaebec;
}
.lsidebar .spw_widget a:link, .lsidebar .spw_widget a:visited,
.lsidebar .widget_execphp a:link, .lsidebar .widget_execphp a:visited
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	font-size: 85%;
	color: #000000;
}

.lsidebar .widget_execphp a:hover, .lsidebar .widget_execphp a:active
.lsidebar .spw_widget a:hover, .lsidebar .spw_widget a:active {
	text-decoration: underline;

	}
	
.widget_rss .rsswidget {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
	color: #044C1A;
}

.rss-date {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
	color: #000;
}

#rss-303208871 ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}
#rss-303208871 a {
	padding-top: 10px;
	padding-bottom: 0px;	
}

	
.widget_rss .sidebartitle {
    font-size: 100%;
	padding-left: 15px;
    color: #000000;
    font-weight: bold;
    font-family: "Trebuchet MS";
/*    background: #AEC2AE; */
    background: #b0c3b0;
    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow02.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
}

.widget_recent_entries .sidebartitle{
	color: #721B07;
    font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 110%;
	background: #F4F8FB;
    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
	width: 275px;
}
/*   
   VIEW FROM CHAIR = 345867741
   FRI Hot Links = 566103381
*/
#cat-posts-345867741, #cat-posts-566103381
{
   background: #F4F8FB;
   background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
   background-repeat: repeat-y;
   background-position: 0px 8px;
   width: 295px;
   padding-top: 15px;

   color: #721B07;
   font-family: "Trebuchet MS";
   font-size: 110%;
}
#cat-posts-345867741 /* VIEW FROM CHAIR */
{
}
#cat-posts-566103381 /* FRI Hot Links */
{
}
#cat-posts-345867741 ul li, #cat-posts-566103381 ul li
{
   background: #F4F8FB;     
   background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
   background-repeat: repeat-y;
   background-position: 0px 8px; 

   list-style-type: circle;
   list-style-position: inside;
   margin-bottom: 5px;
}
#cat-posts-566103381 ul li
{
}
/* end of Category post widgets */


/* --- mailing list form --- */
.phplist label{
	font-size: 10px;
}

.phplist input {
	font-size: 10px;
}



/* --- DONATION TEXT WIDGET -- */
#text-345406941 {
background: #F4F8FB;
	
    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 

}

/* --- MAKE A DIFFERENCE TEXT WIDGET -- */
#text-350737371 {
background: #F4F8FB;
	
    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
	padding: 10px 10px 10px 10px;
	font-size: 95%;
}
#text-350737371 ul {
	padding: 5px 0 10px 10px;
	font-size: 1em;
	line-height: 1em;
font-family: Arial,Helvetica,sans-serif;
}
#text-350737371 li {
	padding: 5px 0 10px 0px;
	font-size: .9em;
	line-height: 1.1em;
	font-family: Arial,Helvetica,sans-serif;
}

#text-551427441 {
background: #F4F8FB;
	
    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
	padding: 10px 10px 10px 10px;
		font-size: 1em;
	line-height: 1em;
font-family: Arial,Helvetica,sans-serif;
}


.subscribe {
  font-weight: bold;
  color: #000000;
  background: #F4F8FB;
  font-size: 1.0em;
  text-decoration: underline;
}
/*-- About Page Middle Column Header -- */
#about_fri {
	font-size: 1em;
	font-style: italic;
	padding-left: 20px;
}

/* -- Research Text Widget --*/
#text-350762081 {
background: #F4F8FB;
	
    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
	padding: 10px 10px 10px 10px;
	font-size: 95%;
}
#text-350762081 ul {
	padding: 5px 0 10px 10px;
	font-size: 1.2em;
	line-height: 1em;
	font-family: verdana, sans-serif;
}
#text-350762081 li {
	padding: 5px 0 10px 0px;
	font-size: .9em;
	line-height: 1.1em;
	font-family: verdana, sans-serif;
}

#cat-posts-345867741 ul, #cat-posts-566103381 ul
{
	background: #F4F8FB;
	
    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
}

#cat-posts-345867741 a, #cat-posts-566103381 a
{
	background: #F4F8FB;
	border: none;
	padding: 4px 0 4px 0;
}

#cat-posts-345867741 a:link, #cat-posts-345867741 a:visited, #cat-posts-566103381 a:link, #cat-posts-566103381 a:visited
{
	background: #F4F8FB;
	padding: 0;
	width: 270px;
}


.widget .cat_posts ul li ul li a:link, .widget .cat_posts ul li ul li a:visited {
	background-color: #000;
	
}

.widget .cat_posts a:link, .widget .cat_posts a:visited {
	background-color: #000;
	
}

.rsidebar .cat_posts ul {
	background-color: #000;
	
}

/* END VIEW FROM CHAIR */
.widget_recent_entries a{
	font-size: 100%;
	font-weight: bold;

}

.rsidebar .widget_recent_entries ul{
	background: #F4F8FB; 
	padding-bottom: 20px;
    background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
}

.ridebar .widget_recent_entries ul li {
}

.ridebar .widget_recent_entries ul li ul{
}

.ridebar .widget_recent_entries ul li ul li{
}
.rsidebar .widget_recent_entries a:link, .rsidebar .widget_recent_entries a:visited	{
	padding: 0px;
	margin:0;
	background: #F4F8FB;
	border-bottom: none;
	border-top: none;
	color: #000000;
}
.rsidebar .widget_recent_entries a:hover, .rsidebar .widget_recent_entries a:active	{
	padding: 0px;
	margin:0;
	background: #F4F8FB;
	border-bottom: none;
	border-top: none;
	color: #721B07;
	text-decoration: underline;
	
}

h2.widget_rss {
	color: #000000;
}
a.rsswidget {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #2A6338;
}

.rsidebar ul {
	margin: 0;
	padding: 0;
	background: #dbe3d6;
	
}

.rsidebar ul li {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: #dbe3d6;
	
}

.rsidebar a:link, .rsidebar a:visited	{
	padding: 0px;
	margin:0;
	/*background: #dbe3d6;*/
}

/* sidebar list level 2 */

.rsidebar ul li ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dbe3d6;  
/*	background: #dbe3d6; */
	background-image: url(http://www.familyresearchinst.org/wp-content/themes/fri/images/shadow03.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px; 
}
.rsidebar ul li ul li {
    margin-left: 15px;
    margin-right: 8px;
	padding: 0;
    background: #dbe3d6;
    font-family: "Trebuchet MS";
    font-size: 85%;
}

.rsidebar ul li ul li a:link, .rsidebar ul li ul li a:visited {
	padding: 10px 0px 10px 0px;
	color: #4b4e43;
	display: block;
    background: #dbe3d6;
/*	border-bottom: 1px solid #d2d2d2; */
	border-top: 1px solid #dbe3d6; 
	}

.rsidebar ul li ul li a:hover, .rsidebar ul li ul li a:active {
	color: #000;
    background: #dbe3d6;
	text-decoration: underline;
}

/* tags */
#tag_cloud a	{ 

	padding: 5px ;
	
	font-family: verdana,georgia,arial;
	
	font-weight:bold;
}

#tags {

/*	background: #f4f4f4; */
	
	margin: 0;
	
	padding: 15px;
	
	
}
	
#tags a {

	font-family: verdana, georgia, arial;

	padding: 15px 5px;

	font-weight:bold;
	
}	
	
#tags a:hover, #tags a:visited { 

	color: #000;
}

/* sidebar list level 3 */
.lsidebar ul li ul li ul li a:link, .lsidebar ul li ul li ul li a:visited {
	padding-left: 40px;
}

.lsidebar ul li ul li ul li a:hover, .lsidebar ul li ul li ul li a:active {
	padding-left: 40px;
}

/* recent post & comments */
.lsidebar ul li#recent-comments a {
	padding: 0;
	display: inline;
	background: #000000; 
	border: none;
}

.lsidebar ul li#recent-comments ul li {
	padding: 2px 5px 2px 10px;
	display: block;
	line-height: 1.5em;
	background: #000000; 
	color: #006a8d;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #f6f6f6;
}

.lsidebar ul li#recent-comments ul li a:link {
	color: #4b4e43;
		background: #000000; 
}

.lsidebar ul li#recent-comments ul li a:hover {
	color: #006a8d;
		background: #000000; 
}

/* widget list child */
.lsidebar ul.children {
	margin: 0;
	padding: 2px 0;
}

.lsidebar ul.children li {
	padding-left: 12px;
	background: url(images/icon_bullet_sbchild.gif) no-repeat 0 8px;
}

.rsidebar ul li ul li ul li a:link, .rsidebar ul li ul li ul li a:visited {
	padding-left: 40px;
}

.rsidebar ul li ul li ul li a:hover, .rsidebar ul li ul li ul li a:active {
	padding-left: 40px;
}

/* recent post & comments */
.rsidebar ul li#recent-comments a {
	padding: 0;
	display: inline;
	background: none;
	border: none;
}

.rsidebar ul li#recent-comments ul li {
	padding: 2px 5px 2px 10px;
	display: block;
	line-height: 1.5em;
	/* background: #e7e7e7; */
	color: #006a8d;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #f6f6f6;
}

.rsidebar ul li#recent-comments ul li a:link {
	color: #4b4e43;
}

.rsidebar ul li#recent-comments ul li a:hover {
	color: #006a8d;
}



/* widget list child */
.rsidebar ul.children {
	margin: 0;
	padding: 2px 0;
}

.rsidebar ul.children li {
	padding-left: 12px;
	background: url(images/icon_bullet_sbchild.gif) no-repeat 0 8px;
}

/* calendar widget */
#calendar_wrap {
	color:#7f8388;
	padding: 5px 10px;
}

#wp-calendar caption {
	margin-bottom: 5px;
	color: #7f8388;
}

#wp-calendar td a {
	color: #7f8388;
}

#wp-calendar td#today {
	background: #7f8388;
	color: #fff;
}

#leftcol #wp-calendar td {
	margin: 0;
	padding: 0 3px;
}

#rightcol #wp-calendar td {
	margin: 0;
	padding: 0 9px;
}

#wp-calendar thead {
	background: #7f8388;
	color: #fff;
}

/* text widget */
.textwidget {
	padding: 0 10px;
}

/* except the header of the Scientific Commitment text widget
   that was added to the about page. K Knapp Mar 2014 */
#text-313845471 #lcolheader {
	margin-left: -25px;
}


/* search form */


#searchdiv{
	float: right;
	position: relative;
	top: -30px;
}

#searchform {

	margin:0px 10px 0 0;

	padding: 0;

	/*background: url(images/searchform-bg.gif) no-repeat right bottom;*/

	height: 40px;

	width: 280px;

	}

#searchform #s{

	background: #fff url(images/search_loop.gif) no-repeat 98% 50%;

	height: 20px;

	width: 217px;

	margin: 3px 3px 0 30px;

	padding: 3px 7px 2px 8px;

	color: #bcbcbc;

	border:none;

	}

#searchform input {

	width: 14px;

	height: 12px;

	font: bold 12px Arial, Helvetica, sans-serif;

	color: #ffffff;

	vertical-align: middle;

	border: none;	

	margin: 6px 0 0 0;

	}
	
	
	
/* extra
---------------------------------------------------------- */



h2.extratitle {

	margin: 5px 0;
	
	padding: 30px 0 0 15px;
	
	color: #fff;
	
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	
	letter-spacing: -2px;
	}
	
h2.rpost {

	text-indent:-10000px;
	
	background: url(images/recent-post.gif) no-repeat 0 5px;
	
	margin: 0 0 10px 10px;
	
	
	}
	
h2.rcom {

	text-indent:-10000px;

	background: url(images/recent-comment.gif) no-repeat 0 5px;
	
	margin: 0 0 10px 10px;
	
	}
	
h2.about{

	text-indent:-10000px;
	
	background: url(images/about.gif) no-repeat 0 5px;
	
	margin: 0 0 10px 10px;
	
	}
	
	
#extra {

	margin:0;
	
	padding: 35px 10px 5px 30px;
	
	color: #fff;
	
	font-size: 90%;
	
	background: #787777 url(images/bg_extra.gif) repeat-x 0 0;
	
	border-top: 1px solid #a1a1a1;

	}
	
#extra ul {

	margin: 0;
	
	padding: 0 0 20px 0;
	
	list-style: none;
	
	}
#extra ul li.extra {

	float: left;
	
	position: relative;
	
		}
		
#extra ul li.one {

	width: 190px;
	
	margin: 0 50px 0 20px;
	
	}
#extra ul li.two {

	width: 285px;
	
	margin-right: 20px;

	}


#extra ul li ul li {

	margin: 0;
	
	padding: 0 0 5px 15px;
	
	background: url(images/icon_bullet_extra.gif) no-repeat 0 7px;
	
	border: none;
	
	}
	
#extra ul li a:link {

	color: #fff;
	
}
	
#extra ul li a:hover, #extra ul li a:visited {

	color: #cfcfcf;
	
}
	
#extra ul li ul.list-recentpost a:link {

	color: #fff;
}

#extra ul li ul.list-recentpost a:hover, #extra ul li ul.list-recentpost a:visited {

	color: #cfcfcf;
}
	
.feedlink_post { /* rss button */

	position: absolute;
	
	right: 50px;
	
	top: 0;
	
	border: none;
	
	}
.feedlink_comment { /* rss button */

	position: absolute;
	
	right: 0;
	
	top: 0;
	
	border: none;
	
	}

/* footer

---------------------------------------------------------- */



#footer {
	margin: 0;
	padding: 0;
	font-size: 90%;
	background: #000 url(images/bg_footer_divider.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 10px;
	color:#fff;
	text-align: center;
}
	
/* self-clearing floats */



#nav ul:after,

#maincol:after,

.navigation:after,

#extra ul:after,

.post-meta:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.more-link
{
	font-weight: bold;
	font-size: 85%;
}
	
#div_CameronsCorner, #div_StirFri{
	margin-left: 15px;
}

/* Easy Table Plugin default styling */
.easy-table caption
{
    text-align: left;
    font-weight: bold;
}
.easy-table
{
    padding: 0;
    margin: 15px 0;
    border-collapse: collapse;
}
.easy-table thead
{
    vertical-align: middle;
}
.easy-table th
{
    border: 1px solid #cccccc;
    padding: 6px 13px;
}
.easy-table tr
{
    border: 1px solid #cccccc;
}
.easy-table tr:nth-child(2n) 
{
    background: #f8f8f8;
}
.easy-table td
{
    border: 1px solid #cccccc;
    padding: 6px 13px;
}

/********************************/

td.section
{
    background-color: #E3E4E4 !important;
}
td.total
{
    background-color: White !important;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}