/**
 * Theme Name: Hybrid Custom
 * Theme URI: http://ridgefieldabc.org
 * Description: RABC custom styles.
 * Version: 0.1
 * Author: Deb Teitsworth
 * Author URI: http://wolfworkstudio.com
 * Tags: Add tags here
 * Template: hybrid
 */
 
 /* Get reset CSS */
@import url('../hybrid/library/css/reset.css'); /

* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* tinyMCE fix to show correct bg color */
body.mceContentBody {
  	background: #eeeeee;
}

/* Delete Site Title in Header */
#site-title, #site-description {
        display: none;
}

/* Delete Breadcrumb Display */
.breadcrumb {
        display: none;
}

body {
	background-image:url(http://ridgefieldabc.org/cms/wp-content/uploads/background_gradient.jpg);
	background-repeat: repeat-x;
	color: #212120;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:15px 0 0 0;
	padding: 0;
	border: 0;
	outline:none;
}

#container {
	background-color: #728dbe;
	width:790px;
	margin: 0px auto;
	padding: 0;
	border: 0px solid #f0f0f0;
}

/*--------------- HEADER ----------------------------------------------*/

#header-container {
	background-color: #728dbe;
	width:790px;
	margin: 0px auto;
	padding: 0;
	border: 0px solid #f0f0f0;

}

#header {
  	background-image: url(http://ridgefieldabc.org/cms/wp-content/uploads/header.jpg);
	background-repeat: no-repeat;
	width:750px;
	height: 145px;
	margin:0px auto;
}

/*--------------- NAVIGATION ------------------------------------------- */
#navigation, #navigation ul {
	width: 750px;
        min-height: 30px;
	font-size: 13px; 
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	background-image: url(http://ridgefieldabc.org/cms/wp-content/uploads/nav.jpg);
	background-repeat: no-repeat;
        position: absolute;
        top: 135px;
        padding: 5px 0 0 23px;
}
#navigation a {
	display: block;
	width: 6em;
        color: #ffffff;
        text-decoration: none;
}
#navigation a:hover, a.over {
	background-color: #f7f7f7;
	color: #3f403d;
        width: 5.8em;
	padding: 0 0 0 3px;
	border: 1px dotted #656565;
}
#navigation li {
	float: left;
	width: 6em;
        color: #ffffff;
        padding-left: 7px;
        border-left: 1px dotted #959595;
}
#navigation li ul {
	position: absolute;
        top: 20px;
        z-index: 1000;
	width: 11em;
        background-image: none;
        background-color: #9f322d;
	left: -999em;
        margin-top: 3px;
        padding: 5px 3px;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
}
#navigation li ul a {
        width: 9.3em;
        padding-bottom: 2px;
}
#navigation li ul a:hover {
        width: 9.3em;
}
#navigation li:hover ul, #navigation li.sfhover ul { 
	left: auto;
}

/* #navigation { 
        position: relative;
        top: 120px;
	background-image: url(http://ridgefieldabc.org/cms/wp-content/uploads/nav.jpg);
	background-repeat: no-repeat;
	width: 750px;
	min-height: 30px;
	font-weight: bold;
	list-style: none;
	margin: auto;
	padding: 0;	
}
#navigation ul {
	min-height: 30px;
	font-size: 13px; 
	font-weight: bold;
	list-style: none;
	margin: auto;
	padding: 0 0 0 35px;		
}
#navigation a {
	display: block;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	margin-top: 5px;
	padding: 0 3px;
        border: 1px dotted #9f322d;
}
#navigation a:hover, a.over {
	background-color: #f7f7f7;
	color: #3f403d;
	padding: 0 3px;
	border: 1px dotted #656565;
}
#navigation li { 
	float: left;
	margin: 3px 12px;
	padding: 0;
}
#navigation li ul a {
	width: 9em;
	border: 1px dotted #9F322D;
}
#navigation li ul { 
        background-color: #9F322D;
	position: absolute;
	z-index: 1000;
	width: 9em;
	margin: 0;
	padding: 0 0 2px 0;
	border-top: 1px solid white;
	left: -999em; 
}
#navigation li ul li {
	clear: left; 
	height: 1.6em;
	padding: 0;
}
#navigation li:hover ul, #nav li.sfhover ul { 
	left: auto;
}
#navigation li:hover ul {
	left: auto;
}
#navigation ul li ul li a {
	padding-top: 2px; 
	padding-bottom: 2px;
} /*


/*--------------- CONTENT----------------------------------------------*/


p.border {
        margin: 25px 0px 10px 0px;
        border-top: 1px solid #959595;
}
.hfeed {
        clear: left
}
#sidebar h2 {
	background-color: transparent;
	color: #252525;
	position: relative;
	font-size: 18px;
	font-style: italic;
	margin-top: 9px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	/*border-bottom: 1px dotted #212120;*/
}
#content-home h2 {
	margin-top: 0;
	margin-bottom: 0px;
	/*border-bottom: 1px dotted #212120;*/
}
h4#documentary {
	margin-bottom: 0px;
}
#sidebar h4 {
	color: #555555;
	width: 265px;
        font-size: 14px;
	font-weight: bold;
        margin-bottom: 5px;
	padding-top: 5px;
}
#sidebar img {
	background-color: transparent;
	border: none;
}
#play-button {
	position: absolute;
	top: 397px;
	margin-left: 10px;
}
#content-home {
	clear: both;
	background-color: transparent;
	width: 315px;
	float: left;
	margin-left: -10px;
	padding: 0 0 15px 0;
	/*border-right: 1px dotted #212120;*/
}
#content-home p {
	color: #9f1b15;
	font-size: 14px;
	margin-top: 0;
	padding-top: 10px;
}
#content-home .home-item {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 10px;
	/*border: 1px dotted #212120;
	border-top: 1px dotted #212120;*/
}
#sidebar {
	background-color: #BEC8D4;
	width:300px;
	float: right;
	margin: -30px 0 0 0;
	padding: 7px 7px 4px 7px;
}
#sidebar p {
}
p.list {
        font-size: 12px;
	margin-left: 35px;
	margin-top: 0px;	
}
.red {
        color: #9f322d;
}
#sidebar a, #sidebar a:visited {
	color: #555555; /*#336699;*/
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	color: blue;
	text-decoration: underline;
}
.side-item {
	background-color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}
.text-middle {
	vertical-align: middle;
}
.content {
  	/* background-image: url(http://ridgefieldabc.org/cms/wp-content/uploads/content.jpg);
	background-repeat: repeat-y;
	width:750px;
	margin:0 auto;
        padding-bottom: 25px; */
}
.entry-content, .entry {  
        margin-top: 3px;
        padding-top: 0
}
.page-62 .entry-content, .page-62 .entry {  
        margin-top: 3px;
        padding-top: 0;
        min-height: 485px;
}
#contact a:link, a:visited {
        color: #336699;
        font-weight: bold;
        text-decoration: underline;
}
#contact a:hover {
        color: #656565;
        font-weight: bold;
        background-image: none;
}
/* fixes links in IE, so they don't follow nav rules */
.content a, .validation a, #footer a {
        float: none;
        display: inline;
        color: blue;
        background-color: transparent;
        font-weight: normal;
        border: 0;
}

/* Main content - STYLE CONTENT PADDING HERE!! */
.no-widgets .content, .page-template-no-widgets .content {
        width: 690px;
        min-height: 320px;
        padding: 25px 30px 20px 30px;

background-image: url(http://ridgefieldabc.org/cms/wp-content/uploads/content.jpg);
	background-repeat: repeat-y;
	/*width:750px;*/
	margin:0 auto;
        /*padding-bottom: 25px;*/
}
#content-bottom {
  	background-image: url(http://ridgefieldabc.org/cms/wp-content/uploads/content-bottom.jpg);
}


/* Entry title THIS IS WHERE "ABOUT" ETC, ARE STYLED!! */

.page-62 .entry-title, .page-62 page-title, .page-62 attachment-title, .page-62 h2 {
        border-bottom: none;
}        
.entry-title, page-title, attachment-title, h2 {
        color: #353535;
        width: 690px;
        font-family: Palatino Linotype,Book Antiqua3,Palatino6,serif;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #959595;
}
.entry-title a {
        color: #353535;
        float: none;
        width: 690px;
	background-color: transparent;
        font-family: Palatino Linotype,Book Antiqua3,Palatino6,serif;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        border: none;
        margin: 0;
        padding: 0;
}
.donate-global img {
	padding: 0;
	border: 0;
}
.donate-global a {
	float: right;
	margin: -45px 15px 0 0;
	padding: 2px;
	border: none;
}
.donate-global a:hover {
	background-color: #FDDE84;
	float: right;
        height: 22px;
	margin: -45px 15px 0 0;
	padding: 1px;
	border: 1px dotted #cccccc;	
}
h3 {
	font-size: 100%;
        color: #353f7a;
        /*color:#475087;*/
	background-color: transparent;
        font-style: italic;
	font-weight: bold;  
        margin: 0 0 13px 0;
        padding: 0;   
}
h5 {
        color: #9f322d;
        font-size: 80%;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 5px;
        padding-top: 15px;
        padding-left: 5px;
        border-top: 1px solid #959595;
}
h5.noborder {
        border: none;
        margin-top: 0;
        padding-top: 5px;
}
#content h5 a, #content h5 a:visited {
        color: #9f322d;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-top: 5px;
}
#content h5 a:hover {
        color: #9f322d;
        text-decoration: underline;
}
h6 {
	color: #9F322D;
	background-color: #f7f7f7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border: 0;
}	
.archive .entry-title, .search .entry-title {

}
p {
        color: #3f403d;
        font-size: 13px;
        margin: 12px;
        padding: 0px;
}
p.spacer {
        line-height: 1em;
}
blockquote, .content-home blockquote {
	width: 325px;
	font-size: 13px;
        font-weight: bold;
	margin-top: -5px;
        margin-right: 0;
	margin-left: 30px;
	padding-left: 10px;
	border-left: 1px dotted #212120;
}
.bold {
        font-weight: bold;
}
.floatright {
        float: right;
        padding-right: 100px;
}
.next-arrow {
        float: right;
        margin-top: -18px;
        padding-right: 25px;
}
.floatleft {
        float: left;
        padding: 5px 5px 0 0;
}
.center {
        text-align: center;
}
.indent {
        background-color: #f7f5fe;
        margin: 12px 0 18px 20px;
        padding: 10px 15px 0 0;
        border-top: 1px dotted #5D679B;
        border-left: 1px dotted #5D679B;
        border-right: 1px dotted #5D679B;
        border-bottom: 1px dotted #5D679B;
}
.indent-nostyle {
        margin-top: 0;
        padding: 0 0 18px 60px;
}
.vaMiddle {
        vertical-align: middle;
        float: right;
}
.content ul {
        margin-top: 12px;
        margin-bottom: 15px;
        padding-left: 30px;
}
.content li {        
        list-style-type: disc;
        font-size: 13px;
        line-height: 1.4em;
        margin: 0px 12px 0px -5px;
}
.invisible {
        visibility: hidden;
}
#operations-guide {
        font-weight: bold;

}
#operations-guide li, #operations-guide li ol li {
        font-weight: bold;
        list-style-type: decimal;
	line-height: 1.6em;
}
#operations-guide li a:link, #operations-guide li a:visited {
        color: #336699;
        text-decoration: underline;
        font-weight: bold;
}
#operations-guide li a:hover {
        color: #656565;
        background-image: none;
        font-weight: bold;
}
#operations-guide h5 {
	color: #252525;
	font-size: 100%;
	font-style: italic;
}
#operations-guide ol, ul {
        font-weight: bold;
	padding-left: 50px;
}


/*--------------- IMAGES----------------------------------------------*/

img {

	background-color: #f7f7f7;
	padding: 3px;
	border: 1px solid #BCBCBC;
}
.img-floatright {
	float: right;
	background-color: #f7f7f7;
        margin: 4px 4px 7px 7px;
	padding: 3px;
	border: 1px solid #BCBCBC;
}
.img-caption {	
	float: left;
	background-color: #f7f7f7;
	margin-right: 7px;
	margin-left: 15px;
	padding: 3px 3px 3px 0;
	border: 1px solid #BCBCBC;
}
.img-caption img {
margin-top: 0px;
	margin-left: 3px;
	padding: 0;
	border: none;
}
.img-caption p {
	text-align: center;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0;
}
div#slideshow {
	float: right;
	width: 480px;
	margin: 10px auto 0 auto;
	padding: 3px;
	border: none;
}
#slideshow img {
	padding: 0;
	border: none;
}



/*--------------- TABLES ---------------------------------------------*/

table#donate {	
	width: 300px;
	color: #3f403d;
	font-size: 13px;
	margin-left: 10px;
	padding:0;
}
table#contact {	
	width: 400px;
	color: #3f403d;
	font-size: 13px;
	margin-left: 10px;
	padding:0;
}
tr {
}
td {
	background-color: #BEC8D4;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px dotted #cccccc;
}
table#alum {
	width: 400px;
	font-size: 13px;
        margin-top: 15px;
        margin-left: 40px;
}
table#alum td {
	color: #9F322D;
	background-color: #f7f7f7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border: 0;
}	
table#alum td.rgtcol {
	font-style: italic;
	font-weight: normal;
}
.page-indent table, h6 {
        margin-left: 40px;
}



/*--------------- FORMs -----------------------------------------------*/

.content form.ddfm {
	 width: 630px; 
	 background-image: url(http://ridgefieldabc.org/cms/wp-content/uploads/background_gradient.jpg);
	 background-repeat: repeat-x;
	 color: #333333;
	 text-transform: uppercase;
	 font-family: Tahoma,Geneva,sans-serif;
	 font-weight: bold;
	 margin: 15px auto 0 auto;
	 padding: 15px 15px 0 15px; 
}
.content form.ddfm p {
        color: #283ca7;
        text-align: center;
	 font-size: 70%;

}
.content form.ddfm p.red {
        color: #9f322d;
        text-align: center;
	 font-size: 70%;

}
.content form.ddfmwrap {
        width: 630px;
	 color: #333333;
	 text-transform: uppercase;
	 font-family: Tahoma,Geneva,sans-serif;
	 font-size: 70%;
	 font-weight: bold;
        margin: 0;
}
#form-success {
	 width: 450px;
        position: absolute;
        z-index: 2000;
        background-color: #eeeeee;
         color: #9f322d;
	 text-transform: uppercase;
	 font-family: Tahoma,Geneva,sans-serif;
	 font-weight: bold;
	 margin: -235px 0 20px 80px;
	 padding: 0 15px 20px 15px;         
        border: 30px solid #9f322d;
}
#form-success p {
        text-align: center;
}
#form-success h6 {
        width: 100px;
        font-size: 14px;
        text-transform: uppercase;
	font-family: Tahoma,Geneva,sans-serif;;
        font-weight: bold;
        text-align: center;
        padding: 3px;
        margin: 0 auto;
        border: 1px solid #252525;
}
.credits {
        display: none;
}

#email-form {
	 width: 400px; 
	 height: 120px;
	 background-color: #ffffff;
	 background-image: url(http://ridgefieldabc.org/images/background_gradient.jpg);
	 background-repeat: repeat-x;
	 color: #333333;
	 text-transform: uppercase;
	 font-family: Tahoma,Geneva,sans-serif;
	 font-size: 80%;
	 font-weight: bold;
	 margin: auto;
	 padding: 25px 0 30px 0;
	 border: 2px solid #728DBE;
}
div.row {
  	clear: both;
  	padding-top: 7px;
}
div.row p {
	font-size: 95%;
}
div.row span.label {
  	float: left;
  	width: 30%;
  	text-align: right;
	margin: 0;
	padding: 0;
}
div.row span.formw {
  	float: right;
  	width: 68%;
  	text-align: left;
	margin: 0;
	padding: 0;
} 
div.spacer {
  clear: both;
}
form.center {
        width: 300px;
        margin: 0 auto;
}

/*--------------- ONLINE STORE -----------------------------------------*/

.store-item {
	margin: 0 auto 25px auto;
        padding-bottom: 10px;
	border-top: 1px dotted #252525;
}
.store-item h5 {
        color: white;
        background-color: #505050;
        padding: 2px 0 2px 15px;
}
.store-item p {
        /*background-color: transparent;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: .5em;
}
.button {
        float: right;
}
#view-cart {
}
form.indent {
        margin: 0;
        padding: 0 0 0 15px;
        border: none;
}


/*--------------- FOOTER----------------------------------------------*/

#footer-container {
        width: 790px;
        background-color: #728dbe;
        margin: 0px auto;
}
#footer { 
  	background-image: url(http://ridgefieldabc.org/cms/wp-content/uploads/content-bottom.jpg);
	background-repeat: no-repeat;
	background-color: #728dbe;
	width:750px;
        height: 93px;
	margin:0px auto;
        padding: 10px 0;    
}
#footer a, #footer a:visited {
        color: #ffffff;
        font-weight: bold;
        text-decoration: underline;
}
#footer a:hover {
        color: #454545;
        text-decoration: underline;
}
#footer p, address {
        color: #ffffff;
        padding: 15px 30px;
}
#footer address {
        font-size: 80%;
        font-weight: bold;
}