/* @override http://fvbtc.org/storage/css/styles.css */

/* @group Containers */

div#wrapper_inner {
	padding: 25px 50px;
}

/* @end */

body {
	background-image: url("https://www.fvbtc.org/storage/images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #ffd573;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
}

a {
	color: #444;
}

div.blogEntry {
	width: 563px;
	margin: 0 0 20px 0;
}

div#sidebar {
	float: right;
	width: 337px;
}

div#content {
	padding: 30px 50px;
}

#content h1 {
	color: #FFCE5B;
	font-size: 40px;
}

#content p {
	margin: .5em 2em;
	font-size: 14px;
	line-height: 1.2em;
}

div.blogEntry h1 {
	font-size: 20px;
}

div.blogEntry p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	margin-bottom: 10px;
}

div.blogEntry span.postinfo {
	margin: 0 0 5px 0;
	font-size: 10px;
}

div#joh_login {
	padding: 5px 0 0 0;
	font-size: 12px;
	float: right;
	width: 300px;
}

div#joh_login h1 {
	display: inline;
}

div#joh_login a {
	margin: 0 0 0 10px;
	color: #444;
}

div#menu, div#wrapper {
	width: 960px;
	margin: auto;
	background-color: white;
}

div.spacer {
	clear: both;
	height: 1px;
}

div#header {
	background-image: url("https://www.fvbtc.org/storage/images/header_bg.gif");
	background-repeat: no-repeat;
	background-position: top center;
	width: 960px;
	margin: 10px auto 0 auto;
	height: 105px;
}

div#menu {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #6a0f72;
	margin-bottom: -1px;
	color: #fff;
}

#header a img {
	margin-top: 13px;
	margin-left: 14px;
}

#menu ul li a {
	font-size: 11px;
	color: #ebbb73;
	text-decoration: none;
	float: left;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 9%;
	text-align: center;
}

#menu ul li a:hover {
	color: whitesmoke;
}

#menu ul li a.active {
	font-size: 11px;
	text-decoration: none;
	float: left;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 10%;
	text-align: center;
	color: whitesmoke;
	background-color: #862b8e;
}

div#menu ul li {
	display: inline;
}

div#breadcrumb {
	color: whitesmoke;
	background-color: #862b8e;
	font-size: 10px;
	padding: 5px 10px;
}

div#breadcrumb a {
	color: whitesmoke;
	text-decoration: none;
	font-weight: bold;
}

ul#nav_categories ul {
	margin-left: 10px;
}

ul#nav_categories li a {
	color: #444;
	font-size: 12px;
	text-decoration: none;
}

div#wrapper_inner h1 {
	padding-bottom: 2px;
	color: #FFB400;
	font-size: 26px;
	border-bottom: 3px solid #FFF6DF;
	margin: 0 0 .25em 0;
}

.post_info {
	font-size: 11px;
	margin-left: 10px;
}

.blog_entry {
	margin-bottom: 20px;
}

div#wrapper_inner p#vision {
	font-size: 25px;
}

div#wrapper_inner p {
	line-height: 1.4em;
	font-size: 12px;
	margin-bottom: .5em;
}

.right {
	float: right;
	padding: 20px 0 20px 20px;
}

.left {
	float: left;
	padding: 20px 20px 20px 0;
}

/* @group Error */

div.error {
	background-color: #fff3f7;
	margin: 0 0 10px;
	padding: .5em 1em .1em;
	border: 1px solid #ffc3e3;
}

div.error p {
	margin: 0;
	padding: 0;
	color: #f93938;
}



/* @end */

/* @group Alert */

div.alert {
	background-color: #e8ffde;
	margin: 0 0 10px;
	padding: .5em 1em .1em;
	border: 1px solid #00cd1b;
}

div.alert p {
	margin: 0;
	padding: 0;
	color: #007708;
}



/* @end */

/* @group Forms */

.cssform p div.status {
	margin-top: 9px;
}

.cssform textarea {
	display: block;
	width: 100%;
	padding: 5px;
	height: 100px;
	border: 1px solid #aaa;
}

.cssform label {
	display: block;
}

.cssform input {
	border: 1px solid #aaa;
	padding: 5px;
	width: 300px;
}

.cssform input.submit {
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	width: auto;
	height: auto;
}

.cssform input.login {
	width: 150px;
}

.notification {
	background-color: #fff3f7;
	border: 1px solid #ffc3e3 !important;
}


/* @end */

#wrapper_inner ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 15px;
	margin-bottom: 15px;
}

#wrapper_inner a.back_button {
	background-image: url("https://www.fvbtc.org/storage/images/back_arrow.gif");
	background-location: left middle;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
	height: 1.3em;
}

#wrapper_inner li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#profile_sidebar {
	float: left;
}

#profile_content {
	margin-left: 250px;
}

.hidden {
	display: none !important;
}

.bio_pic {
	width: 200px;
	margin-bottom: 20px;
}

#reg_sidebar {
	float: right;
	width: 500px;
	margin-top: 15px;
}

.small {
	font-size: 10px;
	color: #ccc;
}

.big {
	font-size: 16px;
}

.mailing_list {
	background-image: url("https://www.fvbtc.org/storage/images/mailing_list.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px 20px 20px 70px;
	margin: 10px;
}

.mailing_list h3 {
	margin-bottom: 10px;
	font-size: 12px;
}

a.lightbox img {
	margin: 10px 20px 10px 0;
	padding: 10px;
	border:  1px solid #eee;
	background-color: #fbfbfb;
}

div#wrapper_inner h2 {
	padding-bottom: 3px;
	color: purple;
	font-size: 14px;
	border-bottom: 1px solid #FFF6DF;
	margin: 1em 0 .5em 0;
}

div.gallery_admin {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.gallery_admin a {
	text-align: center;
	display: block;
	font-size: 10px;
	color: #444;
	margin-top: 5px;
}

div.gallery_admin img
 {
	display: block;
}

p.participant_fm {
	padding: 0;
	margin: 0 0 0 1.25em;
}

input.paypal_button
{
	margin-top: 10px;
}

#profile_content h1
{
	padding-top: 20px;
}

div.donations
{
	margin: 0 0 20px 0;
	font-size: 12px;
    position: relative;
    overflow: hidden;
    height: 50px;
}

div.donations div.items { 
    width:20000em; 
    position:absolute; 
}





table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #eee;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(/storage/images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/storage/images/tablesorter/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/storage/images/tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #ccc;
}

.family_header
{
	background-color: #fcd664 !important;
}

.family_member
{
	background-color: #fbdf8b !important;
}