/* @override http://friendsofventurariver.org/wp-content/themes/client-sites/venturariver/cl_venturariver.css */

/*
File:		 custom.css
Description:		 Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the 'custom' class, like so: <body class='custom'>. You can use 
the 'custom' class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

		 .custom a, .custom a:visited { color: #090; }	<--- This makes links green
		 .custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the 'custom' class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
		 http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

css: level4
*/

body.custom {
	background: #c6cfde url(images/bkgd-light-gradient.jpg) no-repeat center top;
}

body.custom div#container {
	width: 1020px;
}

body.custom div#container div#page div#content_box {
	display: inline-block;
	color: black !important;
	border-radius: 15px !important;
	background: transparent url(images/white_transparency-50.png) repeat;
}

.custom div#header {
	height: 205px;
	background: transparent url(images/white_transparency-50.png) repeat;

	margin-bottom: 20px;
}

div#custom_menu.custom_menu.level2.level3.level4 {
			background: transparent url(http://venturariver.dwgiving.com/files/2011/07/FOVR-logo-wtext.png) no-repeat 145px 13px;	
			float:left;
			position:absolute;
			top:10px

/*	background: transparent url(http://venturariver.dwgiving.com/files/2011/07/FOVR-logo-wtext.png) no-repeat 145px 13px;	
*/	
}

/* @group sidebars */

.custom div#sidebars li h3 {
	background-color: #03c;
	color: white;
	margin-top: 0;
}

.custom div#sidebars li {
	margin-bottom: 10px;
	list-style-type: none;
	color: black;
	font-size: 12px;
}

.custom div#sidebars {
	padding-top: 80px;
	display: inline-block;
}

.custom div.one div#sidebars ul.sidebar_list {
	padding: 0;
	margin: 0 0 30px;
}

.custom div#sidebars div#sidebar_1.sidebar {
	margin: 0;
	padding: 0;
	width: 270px;
}

/* @end */

/* @group homepage */

.custom div.homepage-hours h2 {
	background: url(images/hours.png) no-repeat left top;
}

.custom div#home_top_message {
	margin: 0px;
	display: inline-block;
	padding: 20px;
	width: 925px;
	border-style: none;
	background-image: none;
	height: 400px;
	background-color: transparent;
	color: black !important;
}

div#right_content.right_content {
	color: black !important;
	display: inline-block;
}

.custom div.homepage-hours {
	display: none;
}

.custom div#homepage-imagewrap {
	height: 350px;
}

.custom ul#contact-info-wrapper {
//	background: url(images/contact.png) no-repeat left top;
	margin-top: 0;
	margin-bottom: 5px;
	width: 200px;
	color: black;
	_position:relative;
	_left:-20px;
	padding-left: 0;
	display: inline-block;
	float: left;
}

.custom #text-12 div.textwidget ul {
	padding-left: 0;
	margin-top: 10px;
	color: black;
}

#location li a {
	color: black;
}

#text-10 div.textwidget ul li a {
	color: black;
}

.custom ul#location-info-wrapper {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	padding-top: 0;
	width: 200px;
	float: left;
}

.custom ul#location {
	background: url(images/location.png) no-repeat left top;
	padding-left: 40px;
	color: black;
	position:relative;
	left:-60px
}

.custom ul#location li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 160px;
	_margin-left:20px;
}

.custom #homepage-menu-wrapper ul.homepage-menus {
	padding-left: 0;
	display: inline-block;
	height: 288px;
	margin-top: 0;
}

.custom div#homepage-menu-wrapper div.textwidget img {
	border: 1px solid white;
}

div#home_center_column {
	color: black !important;
}

div#homepage-menu-wrapper {
	width: 179px;
	color: black;
}

/* @end */

/* @group navigation */

.custom div#header ul#menu-main-navigation.menu {
	width: auto;
	margin-left: 0;
	margin-top: 150px;
	display: inline-block;
	padding-left: 149px;
}

.custom div#header ul.menu li a {
	color: #03c;
}

.custom div#header ul.menu li a:hover {
	background-color: #03c;
	color: white;
}

.custom ul.sub-menu li a:hover {
	color: #03c !important;
	background-color: white !important;
}

.custom div#header ul.menu ul.sub-menu {
	background-color: #03c;
	color: white;
	padding-left: 0;
	margin-left: 1px;
}

.custom div#header ul.menu ul.sub-menu li {
	background-color: #03c;
	color: white;
}

.custom div#header ul.menu ul.sub-menu li a {
	background-color: #03c;
	color: white;
}

.custom div#header ul.menu ul.sub-menu li a:hover {
	background-color: white;
	color: black;
}



/* @end */

/* @group footer */
.custom div#home_bottom_content_row {
	height: auto;
	background: url(images/white_transparency-70.png) repeat;
	border-radius: 15px;
	color: black;
}

.custom div#footer-custom h2 {
	color: black;
}

.custom div#footer-bottom p {
	color: black;
	text-shadow: none;
}

#bottom-line a {
	color: black;
}

.custom #widget_killer_recent_entries-2 ul li a {
	font-size: 14px;
	line-height: 18px;
	color: black;
}

	
.custom #home_bottom_content_row div.homepage-footer-03 ul {
	height: 160px;
}

.custom #home_bottom_content_row div.homepage-footer-03 iframe {
	height: 150px;
	background-color: white;
}

/* @end */

/* @group headlines */

.custom div.headline_area h1 {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0;
	color: #093;
	font-size: 20px;
}

#content div.prev_next.post_nav p a {
	font-size: 14px;
}

.custom h2.entry-title,
.custom h2.entry-title a {
	margin-top: 0;
	margin-bottom: 0;
	color: black !important;
	font-size: 20px !important;
}

#post-1 div.headline_area h2.entry-title a {
	
}

.custom div#content.hfeed,
.custom div.format_text.entry-content,
.custom p.to_comments,
.custom div.format_text.entry-content p a,
.custom div.headline_area h2.entry-title a,
.custom div.format_text.entry-content p.to_comments a span {
	color: black !important;
	font-size: 14px;
}

p.headline_meta {
	margin-top: 0;
	margin-bottom: 0;
	color: #777;
}

.custom #home_center_column h1,
.custom #home_center_column h2 {
	margin-top: 0;
}
.other_page.level2.level3.level4 .left_content ,.other_page.level2.level3.level4 .format_text,.custom div#page div#content_box .one div#content{ 
	width: 650px;
}
.custom .one div#content .post_box{
	margin-left: 30px;
	color: black;
	margin-right: 0;
}
/*---------- Document's Information css --------------------------------------*/


/* @end */

.custom div.homepage-footer-02 ul li#rss-3.widget.widget_rss a {
	color: black;
}

.custom div#header {
	border-radius: 15px;
}

.custom a {
	color: #4232f6;
	text-decoration: underline;
}

.custom a:hover {
	color: green;
	text-decoration: none;
}

div.clearboth {
	clear: both;
	margin-bottom: 11px;
	display: inline-block;
}

.custom form#mc-embedded-subscribe-form.validate,
.custom div#mc_embed_signup {
	background-color: transparent;
}

div#mc_embed_signup {
	
}

#recent-posts-3 ul {
	padding-left: 10px;
}

.custom div#content .post_box {
	color: black;
}

