/*
 * Theme Name: TLAP V2
 * Version: Version 2
 * Author: Volunteer
 */
/**
 * Default Set Up
 */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}	

body{
	font-size:62.5%;	/*Set to Default Size to 10px & 1 em = 10px */
	height:100%;
}

h1,h2,h3,h4,h5,p,ul,li,ol,a,span,abbr,acronym,code,pre,samp,label,input,form,div{
	font-weight:normal;
	color:#57340b;
}

p,span,ul,ol,a,span,abbr,code,pre,sample,label,form,input{
	font-size:11px;
}		
h1{
	font-size: 14px;
	font-weight:bold;
	padding-bottom:20px;
}

h2{
	font-size: 13px;
	font-weight:bold;
}

h3{
	font-size: 13px;
	font-weight:bold;
}

h4{
	font-size: 13px;
	font-weight:bold;
}
h5{
	font-size: 13px;
	font-weight:bold;
}

h2,h3,h4,h5{
	padding:5px 0;	
}
a{
	color:inherit;
	text-decoration:none;
	letter-spacing:1px;
}

img{
	border:none;
}

ul{
	list-style:square;
	padding-left:1.2em;
}
p,ul,ol{
	padding-bottom:8px;
	letter-spacing:1px;
}
/*
 * General Styles
 */


/*Clear Float*/
.clear{clear:both}
.clear-right{clear:right}
.clear-left{clear:left}

/*Image Position*/
.img-left{float:left;margin:5px;margin-left:0;}
.img-right{float:right;margin:5px; margin-right:0px;}

/*Text Align Properties*/
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-justify{text-align:justify;}
.text-center{text-align:center;}

.bold{font-weight:bold;}
.italic{font-style:italic;}
.underline{border-bottom:1px solid;}
.xx-small{font-size:0.9em;}
.padding-all-5px{padding:5px;}
.no-padding{padding:0;}


/******************************************************************************************/
#wrapper {
	width: 911px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	height:100%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 15px;
	position:relative;
	background: url(images/shadow.gif) repeat-y;
}
#header {
	width: 900px;
	height: 110px;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 5px;
}

#topNav {
	width: 900px;
	margin-bottom:3px;
}
body {
	background-color: #e0e4e5;
	margin-bottom:5px;
}
#flashBanner {
	height: 150px;
	width: 900px;
	margin-bottom: 10px;
	margin-top:-2px;
	background: url(images/flashBannerBg_.gif) repeat-x;
	position: relative;
}
#bannerBtn {
	position: absolute;
	right:0;
	bottom:0;
	background:#343c43;
	width:200px;
	height:150px;
	list-style:none;
	padding:0;
	
}


#bannerBtn li{
	line-height:37px;
	border-bottom:1px solid #fff;
	
}
#bannerBtn a{
	color:#fff;
	font-size:1.1em;
	padding-left:20px;
}
#bannerBtn a:hover{
	font-weight:bold;
	text-decoration:underline;
}
#content{
	margin-bottom:10px;
	height:auto;
}
#sideBar {
	width: 195px;
	margin-right:15px;
	float: right;
}
#two_col_middle {
	width: 655px;
	min-height:600px;
	border:  solid 1px #e6e0e0;
	background:#fafbfb;
	padding:5px;
	padding-left:20px;
	margin-left:5px;
}

#h_middle {
	width: 330px;
	margin-left: 350px;
	background:#fafbfb;
	/** border:  solid 1px #e6e0e0; **/
	/** height:600px;**/
	padding:5px;
}
#h_left {
	width: 325px;
	float: left;
	background:#fafbfb;
	/**  border:  solid 1px #e6e0e0; **/
	/** height:600px; **/
	padding:5px;
	margin-left:5px;
}
#footer {
	background-color: #343c43;;
	position:absolute;
	bottom:0px;
	height: 50px;
	width: 901px;
	margin-top:10px;
	color:#fff;
}
#footer p{
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}

#footer a{
	color:#fff;
}
#three_col_left {
	float: left;
	width: 130px;
	margin-left:5px;
	padding:5px;
	border:  solid 1px #e6e0e0;
	background:#fafbfb;
}

#three_col_left h4{
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #57340b;
	background: url(images/arrow_down.gif) right center  no-repeat;	
}
#three_col_middle {
	width: 535px;
	margin-left: 150px;
	min-height:600px;
	border:  solid 1px #e6e0e0;
	background:#fafbfb;
	padding:5px;
}

.post{
	border:  solid 1px #e6e0e0;
	background:#fafbfb;
	padding:5px;
	margin-bottom:5px;
}

#socialLinks{
	border:  solid 1px #e6e0e0;
	padding:5px;
	background:#fafbfb;
}

#socialLinks img{
	margin-right:5px;
}

#three_col_middle_post{
	width: 535px;
	margin-left: 155px;	
	min-height:600px;
}



#sideBarLatestNews{
	margin-top:10px;
	border:  solid 1px #e6e0e0;
	background:#fafbfb;
	padding:5px;
}

#sideBarLatestNews h3{
	font-size: 12px;
	border-bottom: #2c2c2c solid 1px;
}

.newsTitle{
	border-bottom: 1px dotted #808080;
	padding-top:8px;
	padding-bottom:8px;
}

.newsTitle a{
	text-decoration:none;
}

#searchform input{
	position:absolute;
	top:50px;
	right:10px;	
	font-size:12px;
}

#s{
	padding:3px;
}

#searchsubmit{
	padding-top:2px;
	padding-right:2px;
}

#middleCampaign{	border: solid 1px #e6e0e0;	
	padding:5px;	
	background:#fafbfb;
	margin-bottom:10px;}

#middleCampaign img{	margin-right:3px;
padding:3px;
border: solid 1px #e6e0e0;}

#donate{		background:#660000;	}

* html #three_col_left{
  margin-right: 20px;
  width:120px;
  }
  
* html #three_col_middle {
  margin-left: 150px;
  width:480px;
  }
  
#leftCampaign{	
 /** width: 325px;**/
 float: left;
 background:#fafbfb;
 border:  solid 1px #e6e0e0;
 padding:5px;
 margin-bottom:10px;
}
 /** 
#leftCampaign img{	
margin-right:3px;
padding:3px;
border: solid 1px #e6e0e0;} **/

