﻿/* SITE COLORS

#0D2F43 Dark Blue
#6DBE45 Lime Green
#58595B Grey Form Background
#333435 Grey Text
#C9CBCC Text Box Background Grey
#18859E Light Blue
#224860 Ticker Background

*/


* 
{
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
 
}


body
{
	background: #16394E url('../images/bkg.jpg') no-repeat center top;
	font-size: 100%;
	color:#333435;
    }

a 
{
   color:#0D2F43;
   font-size: 12px;
   font-weight:bold;
   text-decoration:none;
   cursor:pointer;
}

a:hover 
{
  color:#6DBE45;
  text-decoration:underline;
  cursor:pointer; 
}

/* HACK FOR IE */
img
{
    border-style: none;
   
}


/****************************************
 *          TYPOGRAPHY                  *
 ****************************************
*/


p, h4, #news_text_area {
    font-size: .8em;
    /*color: #333435;*/
    color:#444;
     line-height:1.6em;
    margin-bottom:5px;
    
}
#link_container li p{

display:inline;


}

h1,label
{
font-size:0.85em;
font-weight:bold;
color:#0D2F43;
margin-bottom:10px;
display:block;
}

.amounts label{
display:inline;
padding: 10px;
}


h2,h3
{
font-size:0.83em;
font-weight:bold;
color:#0D2F43;
margin-bottom:10px; 
}
h3{

color:#444;

}
h4{

font-weight:normal;

}

h1.sidebar_h1
{
   width:230px;
   height:32px;
   background-color:#0D2F43;
   display:block;
   text-align:center;
   padding-top:18px;
   margin-bottom:5px;
   color:#FFF;
}


h1.page_title_h1{

color:#0D2F43;
 font-size:1.2em;
 margin-bottom:20px;


}




/*h1.page_title_h1
{
	color:#0D2F43;
	height:26px;
	width:200px;
	padding-left:12px;
	padding-top:12px;
	margin-bottom:20px;
	background-color:#0D2F43;
	background-image: url(../images/title_cap.gif);
	background-repeat: no-repeat;
	background-position: right;    
}*/


blockquote p
{
   
   padding:0 0 20px 0;
    font-style:oblique;
  
    word-spacing:.1em;
    
    text-align:center;
 

}


blockquote p span
{

font-weight:bold;
   font-family:Sans-Serif;
    
}




/****************************************
 *           NAVIGATION                 *
 ****************************************
*/

#nav_wrapper
{
    
 background-image: url('../images/nav_bkg.gif');
    background-repeat: no-repeat;
    width: 796px;
    height: 59px;
    margin:auto;
    padding-top:8px;
    padding-left:155px;
 
}



#donate_btn a
{
    background-image: url('../images/donate_btn_1.gif');
    background-repeat: no-repeat;
    width: 190px;
    height: 82px;
    position: absolute;
    z-index: 2;
    top: 118px;
    right: 8px;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 26px;
    text-align: center;
    padding-left: 5px;
	text-decoration:none;
	
}
#donate_btn a:hover
{
	background-image: url('../images/donate_btn_2.gif');
	text-decoration:none;
}
.donate_name{
font-weight:bold;
color:#6DBE45; text-transform:uppercase;
font-size: 16px;

}



/****************************************
 *          GLOBAL LAYOUT                *
 ****************************************
*/


#container
{ width: 970px;
  margin:auto;
  margin-top:20px;
  position:relative;
  
    
}
#header, #header_admin
{
    background-image: url('../images/header_banner.jpg');
    background-repeat: no-repeat;
    width: 937px;
    height: 126px;
    margin:auto;
}
#header_admin
{
    background-image: url('../admin/images/header_banner_admin.jpg');
  
}




#content_wrapper
{
    position: relative;
    height:100%;
    top: 0px;
    left: 0px;
}  
#content_main
{
    background-color:#0D2F43;
    width: 917px;
    margin: auto;
    background-image: url('../images/gradient_bkg.jpg');
    background-repeat: repeat-x;
   position: relative;
   padding:0px 10px 0px 10px;
}


#shadow
{
    width: 17px;
    height: 100%;
    background-image: url('../images/shadow.png');
    background-repeat: repeat-y;

    position: absolute;
    right:0px;
    
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.error{
background-color:#ff9f9f;
border:solid 1px #cc3333;
margin-bottom:10px;

text-align:center;
padding:5px;
font-weight:bold;
color:#cc3333;
font-size:.8em;

}

.success{
background-color:#B8F5B1;
border:solid 1px #6DBE45;
margin-bottom:10px;
text-align:center;
padding:5px;
font-weight:bold;
color:#6DBE45;
font-size:.8em;

}

#home_table{
margin:10px auto;
text-align:left;
}

#home_table td{
padding:5px 0 5px 0;
width:310px;
}
#home_table td img{
border: 4px solid #FFF;
}

#home_table td.ba{

font-size:.85em;
font-weight:bold;
color:#FFF;

}



/****************************************
 *           LEFT SIDEBAR               *
 ****************************************
*/

#sidebar_left
{
  width:230px; 
  float:left;
  margin:10px 0px 10px 0px;
  padding:5px 5px 0 5px;
  background-color:#FFF;
  position:relative; 


 
}

#sidebar_left div{

margin-bottom:5px;
}

#sidebar_left p.indent{
text-indent:10px;

}

/****************************************
 *         GLOBAL CONTENT RIGHT         *
 ****************************************
*/


#content_right
{
    width: 665px;
    float: right;
    margin: 15px 0px 20px 0px;
    
}

#content_right_inner
{
    margin-top:15px;
    background-color:#FFF;
    padding:20px;
    height:100%;
  
}

#content_right_inner .indent_p
{ text-indent:10px;
  margin-bottom:15px;
}



/****************************************
 *          FACTS PAGE                  *
 ****************************************
*/

#content_right_inner.facts li
{
	
	font-weight: bold;
	text-indent:0px;
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 30px;
	margin-left:50px;
	
}

#content_right_inner.facts li p
{ font-size:14px;
  line-height:24px;
  color:#565656;
	
}

/****************************************
 *          ABOUT PAGE                 *
 ****************************************
*/

#content_right_inner.about li 
{
    list-style-image: url(../images/bullet.gif);
	
	margin-left:30px;
}


/****************************************
 *          LEADERS PAGE                 *
 ****************************************
*/


#content_right_inner #leaders img
{
	margin-right:20px;
	float:right;
}

#content_right_inner #leaders div
{
	margin-top:20px;
}
/****************************************
 *          LOGIN PAGE                  *
 ****************************************
*/



#login_left
{
   float:left;
   
}


#login_right
{
    float:right; width:375px; height:100%
    
}

/****************************************
 *          NEWS PAGE                   *
 ****************************************
*/




#link_container ul li { 
    list-style-image: url(../images/bullet.gif);
	margin-left:20px;
	margin-bottom:5px;

}

#news_text_area{
height:600px;
width:100%; 
overflow:visible; 
border:none;
border-top:solid 2px #999;
}




/****************************************
 *          CONTACT PAGE                *
 ****************************************
*/


#contact_left
{
   float:left;
  
   
}


#contact_right
{
    float:right; width:375px; height:100%
    
}

/****************************************
 *          FORMS CONTAINERS             *
 ****************************************
*/



#tellafriend_form_container, #login_form_container
{   
    width:205px;

}
#register_form1_container, #donate_by_mail, 
#register_form2_container, #tellafriend_form_container, 
#login_form_container, #billing_form_container, #donate_form_container, #contact_form_container, #admin_news_container, #form_Container
{
    background-position: bottom;
    padding: 10px 10px 105px 15px;
    background-image: url(../images/bkg_gradient.jpg);
    background-repeat: repeat-x;
    border-top:solid 2px #0D2F43;
   
}

#register_form2_container, #billing_form_container, #donate_form_container{

padding: 20px 30px 30px 30px;
height:100%


} 
#form_Container{
padding-bottom:30px;
padding-right:20px;
}


#login_form_container{


    padding-bottom:40px;
}

#donate_by_mail, #tellafriend_form_container,#contact_form_container{

padding-bottom:30px;
}

 #tellafriend_form_container, #sidebar_left #login_form_container
{   
       border:none;

}



/****************************************
 *             FORMS ELEMENTS           *
 ****************************************
*/

label{

margin-top:10px;

} 


input, select, textarea
{
    border-style: solid;
    border-width: 1px;
    border-color:#0D2F43;
    font-size:.8em;
    color:#444;
 
}



select{

 height:20px;
 cursor:pointer;

}

textarea{
width:300px;
height:100px;

}

.checkbox{
border:none;
cursor:pointer;

}


.amounts input.radio{
border:none;
cursor:pointer;
}

#other_textfield{

cursor:text ;
}
.button
{
    background-color: #18859E;
    color: #FFF;
    font-weight: bold;
    border: none;
    height: 25px;
    width: 65px;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
    
   
}
.button:hover
{
    background-color: #6DBE45;
 
   
   
}
/****************************************
 *             PARTNERS                 *
 ****************************************
*/

#partners_table td, #partners_table th{

padding:10px;
text-align:left;

}

 #partners_table th{
   font-size:0.85em;
font-weight:bold;
color:#0D2F43;
border-bottom:solid 2px #ccc;
   
   }

#partners_table td{

    font-size: .8em;
    color:#444;
    
   }

.odd{

background-color:#EEE;
}


/****************************************
 *             FOOTER                   *
 ****************************************
*/

#footer
{ background-color:#0D2F43 ;
  width:916px;
  height:30px;
  padding:20px 10px 0 10px;
  margin:auto;
}


#footer, #footer a
{
 font-size:12px;
    color:#FFF;  
} 

#footer a:hover
{
    color:#6DBE45;
}




#footer ul
{    width: 542px;
     float:left;
     margin-left:10px;
}


#footer li
{
    display: inline;
    list-style:none;
}



#footer span{float:right;}
  
#footer_bottom{ 
    width: 970px;
    height:27px;
     margin: 0 0 0 15px;
     background-image: url('../images/bottom_cap.png');
    background-repeat: no-repeat;
 }

/****************************************
 *             IRENE'S ADDITIONS        *
 ****************************************
*/
.gvTable td
{
	padding: 10px;
}
#buttons
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #dfdfdf;
	border-top: solid 1px #dfdfdf;
	margin-bottom: 10px;
	margin-top: 10px;
}
.lblMessage
{ 
	text-align: center;
	color: Red;
	font-style: italic;
	font-weight: bold;
}
.adminInstructions
{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
.homeFlashDescBox
{
	width: 610px; 
	padding: 5px; 
	background-color: White; 
	text-align: left;
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 15px;
}
#donate_button a
{
    background-image: url('../images/donate_btn.gif');
    background-repeat: no-repeat;
    width: 130px;
    height: 82px;
    position: absolute;
    z-index: 2;
    top: 118px;
    left: 8px;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 26px;
    padding-left: 22px;
	text-decoration:none;	
}
#donate_button a:hover
{
    background-image: url('../images/donate_btn_hover.gif');
	text-decoration:none;
}
#email_signup
{
    background-image: url('../images/donate_btn_1.gif');
    background-repeat: no-repeat;
    width: 180px;
    height: 67px;
    position: absolute;
    z-index: 2;
    top: 118px;
    right: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 15px;
    padding-left: 15px;
	text-decoration:none;
	
}
.dedicationChoices label
{
	font-weight: normal;
	color: #333435;
	display: inline;
	padding: 10px;
	font-size: 16px;
}
/******************************************************************************/
/*                                      SEO                                   */           
/******************************************************************************/
.SEOHeader
{
	font-weight: bold; 
	font-size: 14px; 
	text-align: center; 
	color:#0d3862;
    height: 40px; 
    text-decoration: underline; 
    background-color:#f8f6f3;	 
    border-bottom: solid 1px #0d3862;
}
.SEOTable
{
	border: solid 2px #0d3862;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}
.SEOTitle
{
	width: 100px; 
	padding-left:10px;
}
.SEOInfo
{
	vertical-align: top; 
	padding-left:10px;
}
.SEOSubmit
{
	text-align: right; 
	padding-right: 10px; 
	height: 30px;
}
.SEOLabel
{
	text-align: center;
	color:Maroon;
	vertical-align: top;
}
/******************************************/
/*********** Blog ************************/
/******************************************/

#blogColumn1
{
	float:left;
	width: 230px;
}
#blogColumn1Top
{
	padding-right: 10px;
}
#blogColumn2
{
	float: left;
	width: 690px;
	padding: 0px 0px 0px 10px;
}
#column2BGTop
{
	width: 690px;
	background-image: url(../images/column2BGTop.jpg);
	height: 13px;
	font-size: 0px;
}
#column2BGMiddle
{
	width: 670px;
	background-image: url(../images/column2BGMiddle.jpg);
	background-repeat:repeat-y;
	padding: 5px 10px 25px 10px;
	
}
#column2BGBottom
{
	width: 690px;
	background-image: url(../images/column2BGBottom.gif);
	height: 10px;
	font-size: 0px;
}
#blogContentsC1
{
	float: left;
	width: 465px;
	padding-right: 10px;
}
#blogContentsC2
{	
	background-color: #eeeeee;
	padding: 10px;
}
#blogContentsWholeWidth
{
	
}
.blogName
{
	font-weight: bold;
	border-bottom: dotted 2px silver;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color:#0D2F43;
 
}
.blogName a
{
	color: #0D2F43;
	font-size:1.2em;
	text-decoration: none;
}
.blogTitle
{
	float: left;
}
.blogMenu
{ 
	font-size: 12px; 
	padding-top: 5px;
}
.blogDate
{
	font-weight: bold;
	background-color: #eeeeee;
	padding: 5px;
	margin-bottom: 10px;
	font-size: .8em;
}
.postTitle
{
	font-size: 16px;
	color: #0D2F43;
	font-weight: bold;
	margin-bottom: 10px;
}
.postTitle a
{
	font-size: 16px;
	color: #0D2F43;
	text-decoration: none;
}
.postTitle a:hover
{
	color: #6DBE45;
}
.postText
{
	margin-bottom: 10px;	
	font-size: 12.8px;
	line-height:1.6em;
}
.postText p
{
	font-size: 12.8px;
}
.postText a
{
	color: #18859E;
	text-decoration: none;
	
}
.postText a:hover
{
	text-decoration: underline;
}
.postText ul
{
	margin-left: 20px;
	padding-left: 20px;
	list-style-image: url(../images/bullet.gif);
}
.postText ol
{
	margin-left: 20px;
	padding-left: 20px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 10px;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 5px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 15px;
}
.postFooter a
{
    color: #a8a8a8;
    text-decoration: none;
    font-size: .8em;
}
.postFooter a:hover
{
	color: #6DBE45;
	text-decoration: underline;
}
.sideBarHeader
{
	text-transform: uppercase;
	font-weight: bold;
	color: #eeeeee;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 5px;
	background-color: #0D2F43;
}
.sideBarText
{
	padding-bottom: 10px;
	font-size: .8em;
}
.sideBarText input
{
	font-size: 12.8px;
}
.sideBarText a
{
	color: #0D2F43;
	text-decoration: none;
}
.sideBarText a:hover
{
	color: #6DBE45;
}
.sideBarText ul
{
	list-style-image: url(../images/bullet.gif);
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.meetBloggers
{
	font-weight: bold;
	padding-top: 7px;
	text-transform: uppercase;
}
.addThis
{
	padding-bottom: 10px;
}
.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 4px 0px 4px;
    font-size: .8em;
}
.commentMessage
{
    padding-bottom: 10px;
}
.commentFooter
{
    color: #a8a8a8;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 10px;
}
.commentFooter a
{
	color: #e1771e;
	text-decoration: none;
	font-size: .8em;
}
.commentFooter a:hover
{
	text-decoration: underline;
}
.commentsMessage
{
	font-weight: bold;
	background: #f5f5f5;
	padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.commentsMessage a
{
	color: #b40909;
	text-decoration: none;
}
.commentsMessage a:hover
{
	text-decoration: underline;
}
.mouseOver
{
	cursor: pointer;
}
.forumResults
{
	background-color: #f5f5f5;
	padding: 5px;
	border: solid 1px #cccccc;
}
.commentForm
{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    color: #3f3f40;
    font-size: 12.8px;
    width: 400px;
}
.commentForm input, textarea
{
	font-size: 12.8px;
}
.commentsHeader
{
	color:#b40909; 
	font-weight: bold; 
	padding-bottom: 5px; 
	font-size: 16px;
}
.formLabel
{
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
}
.bloggerProfile a
{
	color: #016aae;
	text-decoration: none;
	
}
.bloggerProfile a:hover
{
	text-decoration: underline;
}
.rssFeed
{
	display: block;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: dotted 1px silver;
	padding-bottom: 5px;
}
.rssFeed img
{
	border: none;
}
.bookMark
{
	padding-top: 7px;
	padding-bottom: 5px;
}
/*////My Account///*/
.forms
{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.boxTitle
{
	text-transform: uppercase;
	font-weight: bold;
	color: #eeeeee;
	font-size: 14px;
	padding: 3px;
	padding-left: 5px;
	background-color: #bbbbbb;
}
.successBold
{
	font-size: 14px; 
	color: #b40909; 
	font-weight: bold;
}
/******************************************************************************/
/*                                BLOG  ADMIN                                */           
/******************************************************************************/
.inputTable
{
	margin-left: auto;
	margin-right: auto;
}
.fieldName
{
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding: 5px 10px 5px 10px;
	color: Black;
	background-color: #e0dfe3;
	font-size: 12px;
}
.inputTD
{
	color: #58595b;
	background-color: #eeeeee;
	padding: 5px 10px 5px 10px;
	width: 350px;
	font-size: .8em;
}
.inputTD input, textarea, select
{
	font-size: 12px;
	
}
.postInfo
{
	padding: 5px; 
	background-color: #eeeeee; 
	border: solid 1px #cccccc; 
	margin-bottom: 15px; 
	margin-top: 5px;
}
.postTitle
{
	font-weight: bold;
}
.gridView
{
	width: 625px;
	font-size: .8em;	
}
.gvHeaderStyle
{
	background-color: #cccccc;
	color: #464545;
	text-align: left;	
}
.gvHeaderStyle a
{
	color: #464545;
}
.gvAlternatingRow
{
	background-color: #e4e4e4;	
}