/*
File:			custom.css
Description:	Custom styles for RIJHA.org
Author:			Mary Codd
Author URI:		http://www.marycodd.com/
Distributor:	http://AcmeNewMedia.com/
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:center;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
img {border:1px; border-style:solid; border-color:#333;}
a img {border:1px;}
html {height:100%; margin-bottom:1px;}

/* custom.css */
#FlashSwf {margin: 0em 1.5em .5em 0em;}

/* Not using this Twitter button right now
.custom div.tweetbutton { float:right; padding-left: 5px; }
*/
.info { background-color:#fafcfc; }
.borderTop { border-top: 1px solid #eee;}
.append-0 {padding-right:20px;}
#prompt p {color:#ffffff; text-align:center;}
#prompt p a {color:#FF0000;}
#prompt p a:hover {color:#FFCC33;}
/* Container */
#container {
    margin: 0 auto;
    width: 1020px;
}
#page {
	width: 1020px;
	padding: 0em;
	background-color:transparent;
}
#header {
    padding: 5px 3px 5px 3px;
	margin: 10px auto 10px auto;
    width: 1020px;
	border-width: 0 0 0 0em;
	height: 130px;
}
#header #logo {
	/* background-image: url("images/RIJHA-header-3c.png"); */
	font-size: 0.01em;
	height: 150px;
	line-height: 0.01em;
	margin: 0;
	text-indent: -9999px;
	width: 1010px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	/* add the PIE magic -- 
	behavior: url('http://www.rijha.org/PIE.htc'); */
}
#header #tagline {
    font-size: 0.01em;
    line-height: 0.01em;
    margin: 0 0 0 0;
    text-indent: -9999px;
	font-weight: normal;
}
#menu_container {
	background-image: url("images/menu_101.png");
    height: 68px;
    margin: 0 auto;
    background-color: transparent;
	background-repeat: no-repeat;
    /*  margin: 3px auto 13px auto;  */
    padding: 0px 10px;
    width: 1020px;
}
/* .menu {float:left; left:50%; position:relative; width:auto;}
 .menu li {float:left; position:relative; right:50%;}
 .menu a {display: block; float: left;} */
.custom .menu-mainmenu-container {width: 1020px; margin: 0px 0 0 30px; padding: 0px auto; }
#content_box {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	margin: 20px auto 10px;
	background-color: #fdfddd;
    /* background-image: url("images/pattern_052.png");
	background-repeat: repeat; */
    width: 1018px;
	/* add the PIE magic -- 
	behavior: url('http://www.rijha.org/PIE.htc'); */
}
.no_sidebars{
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	margin: 20px auto 10px;
	background-color: #373024;
    background-image: url("images/pattern_052.png");
	background-repeat: repeat; 
    width: 1018px;
	/* add the PIE magic -- 
	behavior: url('http://www.rijha.org/PIE.htc'); */
}
/* typography.css */
body{
	color:#363832;
	background-color: #fff;
	border-top:0px solid #035504;
	/* background-image: url("images/pattern_124.png");
	-pie-background: url("images/pattern_124.png") repeat, linear-gradient(#CCC, #EEE); /*PIE*/
        */
	font-family: Crimson Text, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top:0px;
	}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#333;}
h1 {font-size:1.6em;line-height:1.6;margin-bottom:0.25em;}
h2 {font-size:1.4em;line-height:1.4;margin-bottom:0.25em;}
.headline_area {margin: 0em;}
h3 {font-size:1.3em;line-height:1.3;margin-bottom:0.5em;}
.home_items h3 {margin: 1em 0 0 1em; 
				color: #FFF; 
				font-weight:bold; 
				text-shadow: 5px 5px 3px #000000;
				}
h4 {font-size:1.1em;line-height:1.25;margin-bottom:0.5em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:0.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {
	margin:0;
	line-height:1.4em;
	font-size: 1.0em;
}
.format_text  .wp-caption p{
	font-size: 0.75em;
	line-height: 1.3em;
	margin-bottom: 0;
	font-variant: normal;
	font-style: normal;
}
.format_text p { margin: .6em .5em 1.2em;}
div #membership p, div #donation p {margin: 0.3em 0.5em 0;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#035CB6;}
a {
	color:#000;
	text-decoration:underline;
}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:13px 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 0em 0 1.0em;}
ul, ol {margin:0 0.1em 1.0em 0.0em;}
ul {list-style-type:none;}
ul.leadership li{list-style-type:none;}
ol {list-style-type:decimal;}
ol.alpha {list-style:upper-alpha;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table  {background-color: transparent; font-size: 1.0em; font-weight:bold; margin-top:0.0em; margin-bottom:1.4em; text-align:center;}
.links-table td a{ line-height: 0.6em; font-size: 0.6em;  font-weight:normal; margin-top:0.0em; text-align:center;}
th {font-weight:bold;}
thead th {background-color:#c3d9ff;}
th, td, caption {padding:4px 9px 4px 5px;}
tr.even td {background-color:#e5ecf9;}
tfoot {font-style:italic;}
caption {background-color:#eee;}
.small {font-size:.75em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background-color:#ff0;}
.added {background-color:#060;color:#fff;}
.removed {background-color:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.center {text-align:center;}
/*---:[ Header Search Widget ]:---*/
/* positions the search widget on the right hand side of the header */
#SiteSearch .widget_search {
	float: left;
	width: 235px;
	clear:right;}
.custom .search_form p {
	margin-bottom: 0em;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom:15px;
	}
/* formats the search input and button */
.search_form .text_input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;}
.search_form #searchsubmit {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding: 4px;
	background-color: #090;
}
.search_form #searchsubmit:hover {	color:#000; background-color:#FC0;}
/* forms.css */
label {font-size:0.8em; font-weight:normal;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff; border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.0em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;   top: 0.01em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background-color:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background-color:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background-color:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background-color:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background-color:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
/* Thesis styles modified */
div #contact  {
	background-color:#e3eef9;
	padding:.25em 1em 1em 1.5em;
	border-style:solid;
	border-color:#666;
	border-width: 1px;
	margin-bottom: 1em;
	}
	/* --- footer --- */
div #footer_1 {
    float: left;
    width: 1000px;
	padding:10px 10px 10px 10px;
	text-decoration: none;
}
#thesis-search-widget-2 {
	float: left;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0.7em 0.0em 0.7em 1.5em;
	text-align: left;
	width: 300px;
}
#thesis-search-widget-2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight:bold;
	color: #FFF; 
	text-align:left;
	margin-bottom: .5em;
	text-shadow: 3px 3px 0 #000080;
	}
#footer_1 .widget_box {
	border-style: solid;
	border-width: 1px; 
	border-color: #012140;
	padding-top: 0;
}
#footer_1 h3{
	color:#EBB94D;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-variant: small-caps;
    font-weight: 400;
	margin: .0em auto 0.5em auto;
	padding: 0em 0 0 0;
	text-shadow: 3px 3px 0 #000000;
}
#footer_1 p{color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size: .66em; line-height:1.2em; text-decoration: none;}
#footer_1 ul, ol {    margin: 0 1.0em 0em;}
li.widget ul li a, li.widget ul li a:hover{
    margin-bottom: 0.2em;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 1.6em;
}
#footer_1 ul li a, #footer_1 ul li a:hover, {
    text-decoration: none;
	color: #FFFFFF;
}
#footer_1 ul li ul li a, #footer_1 ul li ul li a:hover {
    text-decoration: none;
	color: #FFFFFF;
	border-bottom: 0px;
	text-shadow: 2px 2px 1px #000000;
}
.page_item li a {
    text-decoration: none;
	color: #FFFFFF;
}
#recent-posts-3 {
    float: left;
    font-size: 0.9em;
    line-height: 1.1em;
    padding: 0.7em 0.5em 0.7em 0.9em;
    text-align: left;
    width: 307px;
}
#recent-posts-3 h3 {
	color:#FFF;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-variant: small-caps;
    font-weight: 400;
	margin: .0em auto 0.5em auto;
	padding: 0em 0 0 0;
	text-shadow: 3px 3px 0 #000000;
	text-align:left;
	}
#pages-2 {
    color: #FFFFFF;
    float: left;
    font-size: 0.9em;
    line-height: 1.1em;
    list-style-type: none;
    margin: 0 auto 1.1em;
    padding: 0.7em 0.5em 0.7em 0.9em;
    text-align: left;
    width: 287px;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-variant: small-caps;
    letter-spacing: normal;
    line-height: 20px;
}
#footerPagesList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FC3;
	margin-bottom: .5em;}
#footerCatList h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FC3;
	margin-bottom: .5em;}
div #copyrightNotice  {
/*	background-color:#023D78; */
	background-image: none;
	margin: 0em auto 1em auto;
	border-width:15px;
	padding:10px 20px;
	}
#copyrightNotice p {
	margin: 0em 0 1.5em 0;
	text-align:center;
	color: #FFF;
	font-variant: small-caps;
    letter-spacing: normal;
	line-height: 20px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
	padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000;
    text-transform: none;
	}
#copyrightNotice a {color: #66CCFF;}
#copyrightNotice a:hover {	color: #FFFF66;}
/*---:[ core layout elements ]:---*/
#header {  clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { 
                /* background-image: url(images/box_015_rgb.png);
		background-repeat: repeat; */
		clear: both;
		padding-top: 0;
		margin: 0;}   
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none; }
#sidebars {
	margin: 1.5em 1.5em 2em .75em;
	background-color: transparent;
	background-repeat: repeat;
	width: 280px;
}
#SiteSearch {
    background-image: url("images/search_038.png");
    height: 27px;
    margin: 0px auto 20px;
    padding: 7px 0 10px;
    width: 233px;
}
.search_form .text_input {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #3E3E3E;
    float: left;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    width: 176px;
}
.search_form #searchsubmit {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: left;
    font-size: 14px;
    height: 27px;
    width: 35px;
}
.custom .search_form p {
    margin: 0;
    padding: 0 0 0 5px;
}
.search_form #searchsubmit:hover, .after_footer_search_form #after_footerSearchSubmit:hover  {	background-color: rgba(255,255,255,0.25); 
}
#thesis-search-widget-2 form.search_form {
    background-image: url("images/search_038.png");
    float: right;
    height: 27px;
    margin: 0px 45px 10px 15px;
    padding: 7px 0 10px;
    width: 233px;
}
/* #thesis-search-widget-2 input .text_input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #3E3E3E;
    float: left;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 15px;
    height: 15px;
    padding: 7px 1px 0 15px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 176px;
} */
#home_setup {
	border-left-style: solid;
	border-left-color:#012140;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color:#012140;
	border-right-width: 1px;
}
.home_items p {color:#EEE;}
.home_items p a {color:#CFF; text-decoration:underline;}
.home_items p a:hover {color:#FF9;}
#sidebar_1, #sidebar_2 {
	/* -moz-border-image:url(images/side-widgets-bg.png) 20 20 20 20 repeat; */ /* Firefox */
	/* -webkit-border-image:url(images/side-widgets-bg.png) 20 20 repeat; */ /* Safari */
	/* -o-border-image:url(images/side-widgets-bg.png) 20 20 repeat; */ /* Opera */
	/* border-image:url(images/side-widgets-bg.png) 20 20 repeat; */
        /*  border-color: #9b5221;  */
    border-color: #e1ba78;
    border-width: 20px;
	border-style:solid;
    clear: left;
    float: left;
    margin: 0.0em 0;
    padding: 0 0 0px 0;
    width: 250px;
	/* background-size: 300% 100%; */
	/* add the PIE magic --  */
	behavior: url('http://www.rijha.org/PIE.php');
	}
.sidebar ul.sidebar_list {
	/* background-image: url("images/box_055_ct.png") ; */
    padding-left: 0;
    padding-right: 0;
	width: 250px;
}
ul.sidebar_list {
    padding-top: 5px;
	margin: 0 0px 0px 0px;
}
.sidebar .menu li a, .sidebar .menu li a:hover {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    letter-spacing: normal;
    padding: 10px 0px 10px 0px;
    text-transform: none;
	height: 20px; 
	line-height: 20px;
	margin-bottom: 0.692em;
    text-decoration: none;
	text-shadow: 2px 2px 1px #000000;
}
#nav_menu-3 {height: 140px;}
div .textwidget {
	background-color: transparent;
	padding: 0px 10px 10px 10px;
	margin: 0 1em 1em;	}
.textwidget h4 {
	font-size: 16px;
    line-height: 16px;
	font-variant: small-caps;
	font-weight: normal;
	color: #FFF;
	text-align:center;
	display: block;
	position: relative;
    margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
    text-shadow: 2px 2px 1px #000000;	
	}
.textwidget p {	
	text-align:center;
	color: #FFF;
	font-variant: small-caps;
    letter-spacing: normal;
	line-height: 20px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
	padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000;
    text-transform: none;
	margin-bottom: 0.692em;
}
#footer-nav{margin-bottom: 0.0em;}
#footer-nav a{ color: #fff;}
#footer-nav a:hover{ color: #035cb6;}
div #upcoming {
	background-color: rgba(68, 68, 68, 0.5);
	background-image: url("images/hearts-stars-dark.jpg");
	padding: 10px 0px 10px 0px;
	}
#sidebar_1 .textwidget img, #sidebar_2 .textwidget img{
	border-width: 1px;
	border-color: #dddddd;
	border-style: solid;}
#sidebar_2 .textwidget img {padding: 10px 30px;
	border-color: #dddddd;
    border-style: solid;
    border-width: 0px;
}	
/* --- footer --- */
#footer {
	text-align: center;
	clear: both;
	min-height: 560px;
	padding:0px 0px 20px 0px;
	background-color: #373024;
    background-image: url("images/pattern_052.png");
    background-repeat: repeat;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
    margin: 20px auto 10px;
    width: 1018px;
	border-width:0;
	/* add the PIE magic -- 
	behavior: url('http://www.rijha.org/PIE.htc'); */
/*	-moz-border-image:url(images/divisor_034sq-grn.png) 18 18 18 18 repeat; /* Firefox */
/*	-webkit-border-image:url(images/divisor_034sq-grn.png) 18 18 repeat; /* Safari */
/*	-o-border-image:url(images/divisor_034sq-grn.png) 18 18 repeat; /* Opera */
/*	border-image:url(images/divisor_034sq-grn.png) 18 18 repeat;  */
}
#footer, #footer a {text-decoration: none;}
.landing #footer {
	border-style: double;
	border-color: #666;
	border-width: 0.3em 1px 1px 1px;
	text-align: center;
	clear: both;
	background-color: #000000;
	min-height: 50px !important;
	max-height: 150px !important;
	width: 958px;
	margin:0 auto;
}
/*---: afterfooter :---*/
#afterfooter {
	text-align: center;
	clear: both;
 	background-image: none;
	min-height: 40px;
	width: 1020px;
	border-width:15px;
	border-color:#09550b;
	padding:0px 0px 0px 0px;
/*	-moz-border-image:url(images/divisor_034sq-grn.png) 18 18 18 18 repeat; /* Firefox */
/*	-webkit-border-image:url(images/divisor_034sq-grn.png) 18 18 repeat; /* Safari */
/*	-o-border-image:url(images/divisor_034sq-grn.png) 18 18 repeat; /* Opera */
/*	border-image:url(images/divisor_034sq-grn.png) 18 18 repeat; */
}
#afterfooter, #afterfooter a {text-decoration: none;}
#text-2{
    margin-bottom: 0;
    width: 1020px;
	list-style: none outside none;
}
#text-3{
	float:left;
	color: #FFFFFF;
    font-size: 0.9em;
    line-height: 1.1em;
    list-style-type: none;
    margin: 0 auto 1.1em;
    padding: 0.7em 1.5em 0.7em 0.9em;
    text-align: left;
    width: 300px;
}
#footerContact p{
	text-align:left;
    font-size: 1.0em;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-variant: small-caps;
    letter-spacing: normal;
	margin: 0 0 0.2em 0;
	text-decoration: none;
	line-height: 1.6em;

}

/*---:[ global elements ]:---*/
a, a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border-style: solid; border-width: 1px; border-color: #333;}
#torah a img { border: none;}
blockquote {
	border-left: 1px solid #ddd;
	color: #036;
}
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background-color: #eee; }
pre { background-color: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }
/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background-color: #fff; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background-color: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
.sidebar .text_input { width: 95%; }
input.form_submit {
	font-weight: bold;
	color: #333;
	background: url('lib/images/submit-bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	cursor: pointer;
	width: auto !important;
	overflow: visible;}
#commentform input.form_submit { border-width: 3px; }
input.form_submit:hover { color: #090; }
/*---:[ universal image classes ]:---*/
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
.links-table img.aligncenter{margin: 0 auto 0 auto;}
img.alignnone, img.block { display: block; clear: both; }
img.frame {
	background: #eee;
	border-style: solid;
	border-color: #666;}
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
/*---:[ image captioning ]:---*/
.wp-caption { border-style: solid; border-color: #bbb; background-color: #fff; text-align: center; font-style: italic; }
	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; }
	.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.wp-caption.alignnone { clear: both; }
/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; }
.headline_area h1 {
	font-size: 2.5em;
	line-height: 1.8em;
	font-family: Crimson Text, "Times New Roman", Times, serif;
	font-weight: 400;
	color: #023D78;
	text-shadow: 2px 2px 2px #888;
	margin: 0em 0em 0em 0.25em;
    padding: 0em;
}
.headline_area h2, .headline_area h2 a {
    font-size: 1.8em;
    line-height: 1.8em;
	color: #023D78;
    font-family: Crimson Text, "Times New Roman", Times, serif;
    line-height: 1.364em;
    text-shadow: 2px 2px 2px #888;
	margin: 0 0 0.5em 0.5em;
	}
h2.entry-title a {
    font-size: 1.0em;
    line-height: 1.4em;
	color: #023D78;
    font-family: Crimson Text, "Times New Roman", Times, serif;
    line-height: 1.364em;
    text-shadow: 2px 2px 2px #888;
	}
#archive_intro h1 {
    font-size: 1.8em;
    line-height: 1.0em;
	font-variant: small-caps;
	font-weight:bold;
}
.format_text h2 {
    font-size: 1.286em;
	font-weight: normal;
	color:#023D78;
    line-height: 1.6em;
    margin: .6em .5em 0.611em;
}
.format_text h3 {
    font-size: 1em;
	font-weight: normal;
	color:#023D78;
    line-height: 1.222em;
    margin: .6em 0 0.611em;
}
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 {
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	font-size: 1.6em;
	line-height: 1em;
	letter-spacing: normal;
	color: #023D78;
	font-weight: 600;
	font-variant: small-caps;
	margin: 0 0 .5em 0;
	text-shadow: 2px 2px 1px #999999;
	padding: 0 0 0 .5em;
}
/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.8em;}
	.headline_meta span, .headline_meta abbr {
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-family: Georgia, "Times New Roman", Times, serif;}
	.headline_meta a { border-bottom: 1px solid #eee; }
/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu {
	font-size: 18px ;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	height:68px;
	color: #ffe8c0;
	font-weight:400;
	font-variant: normal;
	letter-spacing: normal;
	margin: 0 0 0 0;
}
.menu a{font-size: 100% ;}
	.menu li { position: relative; float: left; }
	.menu .tab tab-home current a:focus,
	.menu .tab tab-home current a:hover,
	.menu .tab tab-home current a:active{  background: url("images/ico-home-trans.png") no-repeat center -16px;}
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li { clear: both; }
		.menu a { display: block; text-transform: none; letter-spacing: normal; /* text-shadow:0 1px 0 #004080; */ text-shadow: 2px 2px 2px #000000;}
	.menu table { position: absolute; left: 0; border-collapse: collapse; }
		.menu table table { top: 0 !important; }
		.menu ul ul { position: absolute; top: 0; }
	.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
	.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }
/*---:[ nav menu styles ]:---*/
.menu-mainmenu-container ul {margin: 0px auto; }
.menu, .menu a, .menu li ul {
	border-style: none;
	margin-top: 0em;
	border-width: 0 0 0 0em;
	}
	.menu a {
		background-color: transparent;
		color:#ffffff !important;
		display:block;
		font-weight:normal;
    	line-height: 44px;
    	padding: 24px 13px 0;
		position:relative;
		text-decoration:none;
		z-index:100;}
	.menu-item-1114 a {padding:24px 13px 0;}
.menu ul ul, .menu *:hover ul *:hover ul {left: 12.5em;}	
.menu .current > a, .menu .current-cat > a, .menu .current-menu-item > a {cursor: text;	}
.menu ul, .menu ul li { width: 200px; margin: 0 0 0 0px; padding: 0 0 0 0;}
.menu ul a { border-left-width: 0.0em; width: 200px; }
	.menu .rss a:hover { text-decoration: none; } 
.menu .rss { float: right; margin-right: 34px; border: none;}
.menu .rss a, .menu .rss a:hover {
	padding-right: 10px;
	background-image: url(../lib/images/rss-20x20.png);
	background-repeat: no-repeat;
	border: none;
	}
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a {
/*	background-color: transparent;
	height: 18px;
    line-height: 44px;
    margin: 0;
    padding: 24px 13px 0px;
	color: #FFE8C0;
*/
		background-color: transparent;
		color:#ffffff !important;
		display:block;
		font-weight:normal;
    	line-height: 44px;
    	padding: 24px 13px 0;
		position:relative;
		text-decoration:none;
		z-index:100;}
.menu .current a { 
/*  background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
	color: #FFE8C0;
 	line-height: 22px;
    margin: 0;
    padding: 11px 13px;  */
	text-decoration:underline;
	background-color:transparent;
    color: #FFE8C0;
    line-height: 42px;
    margin: 0;
    padding: 24px 13px 2px;
}	
.menu .current-cat a { 
/*  background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
	color: #FFE8C0;
 	line-height: 22px;
    margin: 0;
    padding: 11px 13px;  */
	text-decoration:underline;
	background-color:transparent;
    color: #FFE8C0;
    line-height: 42px;
    margin: 0;
    padding: 24px 13px 2px;
}	
.menu .current-menu-item a, .menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a  { 
	background: transparent;
	text-decoration:underline;
    color: #FFE8C0;
    line-height: 42px;
    margin: 0;
    padding: 24px 13px 2px;
	border-bottom-color: #DDDDDD;
}	
.menu .current a:hover, .menu .current-cat a:hover, .menu .current-menu-item a:hover {
	/*  line-height: 44px; */
	text-decoration:underline;
	background-color:transparent;
    color: #FFE8C0;
    line-height: 42px;
    margin: 0;
    padding: 24px 13px 2px;
}
.menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
	background: none repeat scroll 0 0 rgba(20, 20, 20, 0.9);
	color: #FFE8C0;
    line-height: 22px;
    margin: 0;
    padding: 11px 13px;
    width: 175px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	/* add the PIE magic -- 
	behavior: url('http://www.rijha.org/PIE.htc'); */
}
.menu a:hover {
	text-decoration:underline;
    background: transparent;
    color: #FFE8C0;
    line-height: 44px;
    margin: 0;
    padding: 24px 13px 0px;
	}
 .menu .current ul a:hover{
	text-decoration:underline;
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
    color: #FFE8C0;
    line-height: 22px;
    margin: 0;
    padding: 24px 13px 2px;
	}
.menu .current-cat ul a:hover {
	text-decoration:underline;
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
    color: #FFE8C0;
    line-height: 22px;
    margin: 0;
    padding: 24px 13px 2px;
	}
.menu .current-parent a:hover   { 
		color: #111111; 
		/* background-color: transparent;  */
    	background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
    	height: 18px;
    	line-height: 44px;
    	margin: 0;
    	padding: 10px 13px 10px;
		}
.menu .current-menu-item ul a:hover {
		background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
	    line-height: 22px;
    	margin: 0;
    	padding: 11px 13px;
    	width: 175px;	
		display: block;
		position: relative;
		}
 .menu .current-menu-ancestor a:hover {
	/* text-decoration:underline;  */
	background-color:transparent;
    /* color: #FFE8C0;
    line-height: 42px;
    margin: 0;
    padding: 24px 13px 2px;  */
}  
.sub-menu {	
		background: none repeat scroll 0 0 rgba(20, 20, 20, 0.0);
	 	width: 200px; 
		left: -19.5px; 
		top: 65px;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px; 
		/* add the PIE magic -- 
		behavior: url('http://www.rijha.org/PIE.htc'); */
		}
.sub-menu a{
	background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    width: 155px;
    z-index: 100;
 	width: 200px;
    color: #FFE8C0;
	/* add the PIE magic -- 
	behavior: url('http://www.rijha.org/PIE.htc'); */
	}	
/* .sub-menu a:hover{
	background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 22px;
    position: absolute;
    top: 0px;
    width: 155px;
    z-index: 100;
 	width: 200px;
    color: #FFE8C0;
	padding: 10px 13px 10px;
	}	*/
ul.submenu{
	background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 22px;
    position: absolute;
    top: 0px;
    width: 155px;
    z-index: 100;
 	width: 200px;
    color: #FFE8C0;
	padding: 10px 13px 10px;
	/* add the PIE magic -- 
	behavior: url('http://www.rijha.org/PIE.htc'); */
	}	
 ul.sub-menu li a, ul.sub-menu li .current-menu-item a{ 
 	background: none repeat scroll 0 0 rgb(20, 20, 20) !important;
	background: none repeat scroll 0 0 rgba(20, 20, 20, 0.9) !important;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 22px !important;
    position: absolute;
    top: 0px;
    width: 155px;
    z-index: 100;
 	width: 200px;
    color: #FFE8C0;
	padding: 10px 13px 10px !important;
	display: block;
	position: relative;
	/* add the PIE magic -- 
	behavior: url('http://www.rijha.org/PIE.htc'); */
}	
.menu .submenu .current > a { color: #004080 !important; }.submenu .current a, .submenu .current-cat a, .submenu .current-menu-item a { 
	height: 20px; 
	line-height:20px;
	padding:10px 10px 10px 14px;
	margin: 0px 0 0px 0; 
	color: #111111; 
}	
.submenu .current a:hover, .submenu .current-cat a:hover, .submenu .current-menu-item a:hover {	color: #111111;}
.submenu .current-parent a:hover, .submenu .current-menu-item ul a:hover, .submenu .current-menu-ancestor a:hover { color: #111111; background-color: #9775DD; }
/*---:[ #header styles ]:---*/
#logo { font-weight: bold; }
#tagline { font-weight: normal; }
/*---:[ content styles ]:---*/
.format_text a { text-decoration: underline; }
.format_text a:hover { text-decoration: none; }
.format_text p.note { background-color: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background-color: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }
.format_text ul { font-size: 1.0em; line-height: 1.6em; list-style: disc; }
	#start  ul { margin: 0 0 1.0em 3.571em; }
.format_text dt { font-weight: bold; }
	/*---:[ pullquotes ]:---*/
	.format_text blockquote.right, .format_text blockquote.left { border: none; }
	.format_text blockquote.right { float: right; }
	.format_text blockquote.left { float: left; }
		.format_text blockquote.right p, .format_text blockquote.left p { margin: 0; }
	/*---:[ end pullquotes ]:---*/
.format_text .ad { float: right; clear: right; }
.format_text .ad_left { float: left; clear: left; }
/*---:[ after-post elements ]:---*/
.format_text .to_comments {
	 color: #666;
	 clear: both;
	 font size: 0.6em;
	 line-height: 1.2em;
	 margin-bottom: 1.2em;}
	.format_text .to_comments span { color: #111; line-height: 1em; font-size: 1em;}
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text .to_comments a { color: #666; text-decoration: none; }
	.format_text .to_comments a:hover { color: #111; text-decoration: underline; }
/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.post_tags { color: #666; }
	.post_tags a { text-decoration: none; }
	.post_tags a:hover { text-decoration: underline; }
/*---:[ feature box ]:---*/
#feature_box { background-color: #eee; border-style: solid; border-color: #ddd; }
/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .edit_post { letter-spacing: 1px; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }
a.more-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.571em;
	text-decoration:none;
	font-style: italic;
}
a.more-link:hover  {text-decoration:underline;}

/*---:[ archive information block ]:---*/

#archive_intro { border-style: solid; border-color: #ddd; 
	 background-image: url("images/box_015_rgb.png");
	 background-repeat:repeat;
}
/*---:[ navigation links ]:---*/
.prev_next { text-transform: uppercase; letter-spacing: 2px; color: #666; border-style: solid; border-color: #ddd; clear: both; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
	.prev_next a:hover { text-decoration: underline; }
	.post_nav a { text-transform: none; letter-spacing: normal; font-size: 1.1em; line-height: 1.571em;}
#comment_nav_2 { border-style: solid; border-color: #ddd; }
/*---:[ multimedia box ]:---*/
.image_box { background: none repeat scroll 0 0 #023d78;}
.image_box, .custom_box { border-style: solid; border-color: #012140; border-width: 0 0 0.1em;}
	#image_box img { background-color: #fff; border-style: solid; border-color: #bbb; }
#image_box img.two_by_three {
    height: 390px;
    width: 260px;
}
#multimedia_box {
	padding: 8px;
    margin-bottom: 1.2em;
}
/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: none; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 250px;
				margin-bottom: 0px; 
    			font-size: 1em;
    			line-height: 1em;
    			margin-bottom: 1.0em;
				}
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
li.widget ul li {margin-bottom: 0;}			
#ngg-sidebar-widget-2 img {margin: 0 0 0 1.0em;}
/*---:[ widget box styles ]:---*/
		li.widget .widget_box {
			border-radius: 8px 8px 8px 8px;
			-moz-border-radius: 8px 8px 8px 8px;
			-webkit-border-radius: 8px 8px 8px 8px; 
			background-color: transparent;
			border-style: solid;
			border-color: #004080;
			border-width: 1px;
			/* add the PIE magic -- 
			behavior: url('http://www.rijha.org/PIE.htc'); */
}
		div .tagcloud {
			border-radius: 8px 8px 8px 8px;
			-moz-border-radius: 8px 8px 8px 8px;
			-webkit-border-radius: 8px 8px 8px 8px; 
			background: #eef3e1;
			border-style: solid;
			border-color: #363832;
			padding: 0.692em; 
			border-width: 0.077em;
			/* add the PIE magic -- 
			behavior: url('http://www.rijha.org/PIE.htc');  */
}
/*---:[ subscriptions widget ]:---*/
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('lib/images/icon-rss.gif') 0 50% no-repeat; }
		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('lib/images/icon-email.gif') 0 50% no-repeat; 
		}
/*---:[ google custom search ]:---*/
		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #090; }
/*---:[ calendar widget ]:---*/
		#calendar_wrap {width: 240px; padding: 0;}
			#calendar_wrap a {font-weight: bold;color: #390; background-color:#FFF;}
			#calendar_wrap a:hover { color: #000; background-color:#FFF; text-decoration: none; }
			table#wp-calendar { width: 220px; border-collapse: collapse; margin-bottom: 0em;}
table#wp-calendar caption {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background-color: #fff;
}
table#wp-calendar thead {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	background-color: #FFC;
}
table#wp-calendar tbody {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	background-color: #FFC;
}
table#wp-calendar tfoot {
	background-color: #fff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
table#wp-calendar th {
	width: 14%;
	background-color: #bfdca6;
	border-bottom: 1px solid #333;
	text-align: center;
}
table#wp-calendar td {
	width: 14%;
	background-color: #f5e8ba;
	color: #330;
	text-align: center;
}
table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; background-color: #fff;}
		table#wp-calendar td#next { text-align: right; }
		table#wp-calendar td#prev { text-align: left; }
		table#wp-calendar tfoot td{background-color: #fff;}
/*---:[ comment form styles ]:---*/
#respond { margin-bottom: 0em; }
/*---:[ comment styles ]:---*/
#comments {
	 background-image: url("images/box_015_rgb.png");
	 background-repeat:repeat;
    margin-top: 0em;
    margin-right: 0em;
	margin-bottom:0;
	margin-left: 0;
}
	.comments_intro p { color: #666; }
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #111; line-height: 1em; font-size: 1em;}
		.comments_intro span.bracket { color: #ccc; }
dl#comment_list { border-top: 1px dotted #bbb; }
		dl#comment_list dt a:hover { text-decoration: underline; }
		dl#comment_list dt .comment_author {
				font-weight: bold;
				font-size: 1.2em;
		   		line-height: 1.375em;
			    padding-right: 0.688em;}
			.avatar img { float: right; }
			.comment_time, .edit_comment { color: #888; }
				.comment_time { white-space: nowrap; }
				.comment_time a, .edit_comment a { color: #888; }
				.comment_time a:hover, .edit_comment a:hover { color: #888; }
				dl#comment_list dt span {
				    font-size: 1.0em;
				    line-height: 1.833em;
					}
		.comment_num { float: right; }
			dl#comment_list .comment_num a { font-weight: bold; color: #aaa; }
			dl#comment_list .comment_num a:hover { color: #fff; background-color: #aaa; text-decoration: none; }
	dl#comment_list .bypostauthor { background-color: #000; }
	dl#comment_list dd { border-bottom: 1px dotted #bbb; }
		dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	dl#comment_list dl { border-top: 0; }
		dl#comment_list dl dt, dl#comment_list dl dd { background-color: none; }
		dl#comment_list dl dd { border-bottom: 0; }
		dl#comment_list dl .bypostauthor { background-color: none; }
		dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #ddd; }
		dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }
		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #bbb; }
		a.comment_link:hover { color: #111; border-bottom-color: #111; }
/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
#trackback_list { border-top: 1px dotted #bbb; }
		#trackback_list a { color: #111; }
		#trackback_list a:hover { color: #111; text-decoration: underline; }
	#trackback_list span { color: #888; }
	.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }
/*---:[ comment form styles ]:---*/
	#respond_intro p {color: #303; margin-bottom: 1em; font-size: 1.2em; line-height: 1.294em;}
	#respond_intro p a { font-weight: bold; }
	#respond_intro p a:hover { text-decoration: underline; }
	#cancel-comment-reply-link { text-transform: uppercase; letter-spacing: 1px; color: #fff; background-color: #d00; border-style: solid; border-color: #ac0000; border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { background-color: #f5f5f5; border: 1px solid #ddd; }
	.login_alert p { font-weight: bold; margin-bottom: .5em; font-size: 1.1em; line-height: 1.571em; }
	.login_alert p a:hover { text-decoration: underline; }
.comment_moderated { font-weight: bold; }
#commentform { border-top: 1px dotted #bbb; }
	#commentform p { margin-bottom: .5em; font-size: 1.1em; line-height: 1.571em;}
		#commentform p a { text-decoration: underline; }
		#commentform p a:hover { text-decoration: none; }
		#commentform p .required { color: #d00; }
	#commentform span.allowed { display: block; color: #807e70; background-color: #f9f7e4; border-style: dotted; border-color: #bbb; }
		#commentform span.allowed span { display: block; }
/* Support for the highly-recommended Subscribe to Comments Plugin */
		#commentform p.subscribe-to-comments label { font-size: 1em; }
/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* other floats */
.left {float:left;margin:0.0em 1.5em 1.0em 0;padding:0;}
.right {float:right;margin:0.0em 1.5em 1.0em 0;padding:0;}
/*--[ Social Media Icons Above Blog Posts ]--*/
/* share buttons */
#social_buttons {
	clear:both;
	margin-bottom:1.5em;
}
.custom_share_button_box {
	display:block;
	float:right;
	width:110px;
}
.facebook_button.custom_share_button_box {width:150px;}
.google_one_button.custom_share_button_box {width:90px;}
/* -- Social Media Sharing Icons --- */
.custom #fixed-social-icons { background-color:transparent; width:35px; position:fixed; top:25px; right:10px; margin-top: 1.25em; }
 .custom #fixed-social-icons a { display:block; height:35px; width:35px; }
  .custom #fixed-social-icons a.social-twitter { background: url('images/twitter35.png') 0 0 no-repeat; }
  .custom #fixed-social-icons a.social-rss { background: url('images/rss-feed35.png') 0 0 no-repeat; }
  .custom #fixed-social-icons a.social-facebook { background: url('images/facebook35.png') 0 0 no-repeat; }
/* -- end Social Media Sharing Icons --- */
.custom #content {
/*	background-color: #transparent; */
	clear: left;
	float: left;
	margin: 1.5em .75em 2em 1.5em;
	padding: 0em;
	width: 620px;
        /* -moz-border-image:url(images/contentbox-bg-borders.png) 20 15 15 15 repeat; */ /* Firefox */
	/* -webkit-border-image:url(images/contentbox-bg-borders.png) 20 15 15 15 repeat; */ /* Safari */
	/* -o-border-image:url(images/contentbox-bg-borders.png) 20 20 15 20 repeat; */ /* Opera */
	/* border-image:url(images/contentbox-bg-borders.png) 20 15 15 15 repeat; */
        /* border-color: #09550B; */
	border-color: #6b6964;
    border-width: 20px 15px 15px 15px;
	border-style:solid;
		/* add the PIE magic -- */
		behavior: url('http://www.rijha.org/PIE.php'); 
}
.custom .no_sidebars .post_box {
    margin: 0 0;
}
.custom .no_sidebars #content {
    clear: left;
    float: left;
	margin: 1.5em .75em 2em 1.5em;
	padding: 0em;
    width: 940px;
	-moz-border-image:url(images/contentbox-bg-borders.png) 20 15 15 15 repeat; /* Firefox */
	-webkit-border-image:url(images/contentbox-bg-borders.png) 20 15 15 15 repeat; /* Safari */
	-o-border-image:url(images/contentbox-bg-borders.png) 20 15 15 15 repeat; /* Opera */
	border-image:url(images/contentbox-bg-borders.png) 20 15 15 15 repeat;	
    border-color: #09550B;
    border-width: 20px 15px 15px 15px;
	border-style:solid;

}
/* .landing #header { background-image: none; } */
/* .landing .page { padding: 0 2.2 2.2 2.2em; margin: 0px auto !important;} */
/* .landing #header, .landing .headline_area, .landing #footer { text-align: center; } */
/* --- flickr-gallery --- */
#gallery-1 .wp-caption-text {
	color:#363832;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height: 1.2em;
	padding:0 .5em 0 .5em;
	}
/* --- Google Plus 1 button --- */
.my-plus-one {width: 100px; float: left;}
/* --- Membership Table --- */
.custom #membership tr, .custom #donation tr {line-height: 1em;}
.custom #membership td.textRight, .custom #donation td.textRight  {text-align:right;}
.custom #membership td.textLeft, .custom #donation td.textLeft  {text-align:left;}
.rijha-logo img {margin: 0 1.571em 1.571em 0.6em; float:left;}
.contact-submit input{
     width: 100px;
     height: 30px;
     background-color: #66FF33;
     font-size: 13px;
     color: #363832;
     border: 1px solid #363832;
     border-radius: 5px;
}