@charset "utf-8";
/*
Theme Name: Helping Hand
Theme URI: http://artexstudios.com/
Description: Custom layout created for AndTheySucceed.org by <a href="http://artexstudios.com/">Artex Studios LLC</a>.
Version: 1.3
Author: James Gober
Author URI: http://jamesgober.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Helpting Hand v1.3
	 http://artexstudios.com/
	 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Body Styles */
body{
 cursor: default;
 background-color: rgb(183,175,145);
 background-image: url(./images/background.png);
 background-repeat: repeat-x;
 background-position: top left;
 margin: 0px;
 padding: 0px;
}

#main{
 width: 785px;
 margin: 0 auto;
 padding: 0;
 margin-top: 6px;
 background-image: url(./images/body.png);
 background-repeat: repeat-y;
 background-position: top left;
}


#top{
 width: 785px;
 height: 3px;
 background-image: url(./images/body_top.png);
 background-repeat: no-repeat;
 background-position: top left;
 padding: 0;
 margin: 0;
}


#head{
 width: 785px;
 height: 73px;
 padding: 0;
 margin: 0;
}

a.img_link{
 border: 0;
 text-decoration: none;
}


a.img_link:hover{
 border: 0;
 text-decoration: none;
}

#donate_button{
 width: 185px;
 height: 73px;
 border: 0;
 margin-left: 40px;
 margin-top: 10px;
}

#top_cont{
 padding-top: 15px;
 text-align: right;
 clear: left;
}

.inner_container{
 width: 745px;
 margin-left: 20px;
}

.logo{
 width: 230px;
 height: 45px;
 border: 0;
 float: left;
 clear: right;
}


.lnk_about{
 width: 75px;
 height: 45px;
 border: 0;
}


.lnk_goals{
 width: 100px;
 height: 45px;
 border: 0;
}


.lnk_news{
 width: 150px;
 height: 45px;
 border: 0;
}


.lnk_help{
 width: 150px;
 height: 45px;
 border: 0;
}

#banner{
 width: 768px;
 height: 283px;
 background-image: url(./images/body_banner.png);
 background-repeat: no-repeat;
 background-position: top left;
 padding: 0;
 margin: 0;
 padding-top: 15px;
 padding-left: 18px;
}


#banner_inner{
 width: 745px;
 height: 257px;
 background-image: url(./images/banner.png);
 background-repeat: no-repeat;
 background-position: top left;
 padding: 0;
 margin: 0;
}

#banner_other{
 width: 755px;
 height: 229px;
 background-image: url(./images/other_banner.png);
 background-repeat: no-repeat;
 background-position: top left;
 border-top: 1px solid #333333;
 border-bottom: 1px solid #333333;
 padding: 0;
 margin: 0;
 margin-top: 31px;
 margin-left: 15px;
}


#banner_other_inner{
 width: 500px;
 height: 227px;
 margin: 0;
}

#banner_content{
 width: 500px;
 height: 227px;
 padding: 10px;	
 font-family: Arial, Helvetica, sans-serif;
 color: #736f63;
}

#banner_content h1{
 margin: 0;
 padding: 0;
 padding-bottom: 5px;
 font-size: 20px;
}

#banner_content h2{
 margin: 0;
 padding: 0;
 padding-bottom: 5px;
 font-size: 18px;
}

#banner_content h3{
 margin: 0;
 padding: 0;
 padding-bottom: 5px;
 font-size: 16px;
}

#banner_content p{
 margin: 0;
 padding: 0;
 padding-bottom: 5px;
 font-size:14px;
}

.pink_paragraph{
 margin:0;
 margin-top: 5px;
 font-size: 12pt;
 font-style: italic;
 color: #ff73ed;
 text-align: justify;
 text-indent: 13px;
}

.large_quote{
 font-size: 20px;
}


.simple_heading{
 font-style: italic;
 font-weight: bold;
 color: #837d68;
}

#body_foot{
 width: 755px;
 height: 100px;
 margin-left: 15px;
 margin-top: 10px;
 background-image: url(./images/footer.png);
 background-repeat: repeat-x;
 background-position: top left;
 text-align: center;
 vertical-align: bottom;
}

.foot_img_buttons{
 width: 200px;
 height: 100px;
 border: 0
}





/* news */

#news_wrapper{
 width: 730px;
 margin-left: 2px;
 margin-top: 10px;
 text-align: left;
 vertical-align: top;
 border: 1px solid #c1b99e;
 background-color: #cdc6af;
 padding: 5px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:normal;
 font-weight: normal;
 color: #333333;
 overflow: hidden;	
}

#news_container{
 width: 690px;
 margin: 0;
 text-align: justify;
 vertical-align: top;
 border: 0;
 background-color: #f9f7f3;
 padding: 20px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:normal;
 font-weight: normal;
 color: #333333;
 overflow: hidden;	
}

.posting{
 text-align: justify;
 margin-bottom: 15px;
 margin-top: 15px;
 padding-bottom: 15px;
 border-bottom: 1px dashed #cccccc;
}

#news_container h1{
 margin:0;
 padding: 0;
 margin-bottom: 5px;
 font-size: 20px;
 font-style: normal;
 color: #736f63;	
}

#news_container h2{
 margin:0;
 padding: 0;
 font-size: 18px;
 font-style: normal;
 color: #736f63;	
}

#news_container h3{
 margin:0;
 padding: 0;
 font-size: 15px;
 font-style: normal;
 color: #736f63;	
}

#news_container p{
 margin:0;
 margin-top: 5px;
 font-size: 10pt;
 font-style: normal;
 color: #444444;
 text-align: justify;
}

#news_container a{
 color: #67645a;
 padding-bottom: 2px;
 border-bottom: 1px dotted #67645a;
 text-decoration: none;
}

#news_container a:hover{
 color: #999999;
 padding-bottom: 1px;
 border-bottom: 1px dotted #999999;
 text-decoration: none;
}



/* home */
#home_wrapper{
 float: left;
 width: 745px;
}

#home_content{
 margin-right: 220px; /*Set right margin to RightColumnWidth*/
}

#home_news{
 float: left;
 width: 200px; /*Width of right column*/
 margin-left: -215px; /*Set left margin to -(RightColumnWidth) */
}

#news_panel{
 width: 200px;
 text-align: left;
 background-color: #e9e6df;
 border: 1px dashed #9c957c;
 padding: 5px;
 vertical-align: top;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style:normal;
 font-weight: normal;
 color: #555555;
 overflow: hidden;
}

#news_panel ul{
 width: 180px;
 min-height: 107px;
 margin:0;
 margin-top: 5px;
 padding: 0px;
 padding-left: 16px;
 overflow: hidden;
}

#news_panel li{
 padding-bottom: 7px;
 font-size: 12px
}

#news_panel li a{
 color: #67645a;
 text-decoration: none;
 border: 0;
 font-weight: bold;
}

#news_panel li a:hover{
 color: #999999;
 text-decoration: none;
 border-bottom: 1px dotted #999999;
}

#fp_panel{
 width: 490px;
 min-height: 120px;
 margin-left: 5px;
 text-align: justify;
 vertical-align: top;
 background-color: #f9f7f3;
 border: 1px dashed #9c957c;
 padding: 10px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:normal;
 font-weight: normal;
 color: #333333;
 overflow: hidden;
}

#fp_panel h1{
 margin:0;
 font-size: 15px;
 font-style: italic;
 color: #736f63;	
}

.home_entry{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:normal;
 font-weight: normal;
 color: #333333;
}

.home_entry p{
 margin: 0;
 padding: 0;
 padding-bottom: 5px;
 padding-top: 5px;
}



/* About */

#about_panel{
 width: 730px;
 margin-left: 2px;
 margin-top: 10px;
 text-align: left;
 vertical-align: top;
 border: 1px solid #c1b99e;
 background-color: #cdc6af;
 padding: 5px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:normal;
 font-weight: normal;
 color: #333333;
 overflow: hidden;
}


#about_inner{
 width: 690px;
 margin: 0;
 text-align: justify;
 vertical-align: top;
 border: 0;
 background-color: #f9f7f3;
 padding: 20px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:normal;
 font-weight: normal;
 color: #333333;
 overflow: hidden;
}

#about_inner h1{
 margin:0;
 font-size: 20px;
 font-style: italic;
 color: #736f63;	
}

#about_inner h2{
 margin:0;
 font-size: 18px;
 font-style: italic;
 color: #736f63;	
}

#about_inner h3{
 margin:0;
 font-size: 15px;
 font-style: italic;
 color: #736f63;	
}

#about_inner p{
 margin:0;
 margin-top: 5px;
 font-size: 10pt;
 font-style: normal;
 color: #444444;
 text-align: justify;
 text-indent: 13px;
}


a.footnav{
 color: #67645a;
 text-decoration: none;
 border-bottom: 1px dotted #67645a;
}

a.footnav:hover{
 color: #000000;
 text-decoration: none;
 border-bottom: 1px dotted #000000;
}


#foot_nav{
 width: 750px;
 margin: 0 auto;
 padding: 0;
 margin-top: 6px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-align: center;
 font-weight: bold;
}

.foot_copy{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #555555;
 font-weight: normal;
}

.foot_artex{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333333;
 font-weight: bold;
}

