/* @override 
	http://writeintoniareyesuranga.com/dev/css/master.css
	http://writeintoniareyesuranga.com/css/master.css
*/

html{
	background: #ccc url(../layout_images/bg_stripe.gif);
	font: normal 15px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: .7em;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #369;
}
#main{
	width: 958px;
	position: relative;
	margin: 0 auto;
}
#header{
	background: #fff url(../layout_images/top.jpg) no-repeat;
	height: 192px;
	width: 100%;
	position: relative;
}
h1#logo{
	display: block;
	width: 210px;
	height: 100%;
	float: left;
}
h1#logo a{
	display: block;
	width:100%;
	height: 100%;
	text-indent: -9999px;
}
#nav{
	position: relative;
	float: left;
	width: 748px;
	height:33	px;
	margin-top: 159px;
}

#content_right p.photodesc {
	font-weight: bold;
	font-size: 13px;
	margin:  0 34px 0 0;
	text-align: center;
}

#content_right img {
	margin-bottom: 5px;
	
}
#nav div{
	float: left;
	height: 100%;
	text-align: center;
	width: 149px;
	vertical-align: middle;

}
#nav div a{
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font: bold 14px/33px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

#nav div.donate{
	width: 152px;
}
#nav div.donate a{
	background-color: #8dbd15;
	color: #fff;
}
#nav div a:hover, #nav div.current_page a{
	background: #c63 url(../layout_images/nav_hover.jpg) no-repeat right top;
	color: #fff;
	border-right: 1px solid #ccc;
	margin-right: -1px;
	text-shadow: #8a4a00 1px 1px 2px;
}
#nav div.first a:hover, #nav div.first.current_page a{
	background: #c63 url(../layout_images/nav_hover.jpg) no-repeat left top;
}


#body{
	background: #fff url(../layout_images/vert_lines.gif) repeat-y;
	width: 952px;
	margin-left: 6px;
}
#main.gallery #body{
	background-image: none;
}
#tagline{
	background: #f6e3cd url(../layout_images/tagline_bg.gif) no-repeat center top;
}
#tagline p{
	padding: 10px 0;
	line-height: 1.8em;
	text-align: center;
}
#tagline p strong{
	color: #c63;
	margin-left:8px;
}

#content_wrap{
	border-top: 20px solid #fff;
	line-height: 1.5;
	position: relative;
}


#content_wrap h2{
	text-transform: uppercase;
	color: #c63;
	margin:  0 0 5px 0;
}
#content_wrap p{
	margin:  0 0 15px 0;
}
#content_left{
	float: left;
	width: 253px;
	height: 100%;
	padding: 0 15px;
}
#content_middle{
	float: left;
	width: 393px;
	height: 100%;
	margin:  0 0 0 1px;
	padding: 0 15px;

}
#main.news #content_middle p{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-right: 30px;
}
#main.news #content_middle p.first{
	border: none;
	padding: 0;
}
#content_right{
	float: left;
	width: 214px;
	height: 100%;
	margin: 0 0 0 1px;
	padding: 0 15px;

}





#bottom_quote{
	height: 148px;
	background: url(../layout_images/bottom.gif) no-repeat center top;
}
#bottom_quote p{
	text-indent: -9999px;
}

#footer{
	font-size: 10px;
	text-align: right;
	margin:  3px 3px 0 0;
}


#support-form ul{
	margin-bottom: 20px;
}

#support-form ul#textfields label{
	display: block;
	float: left;
	width:  50px;
}
#support-form ul#textfields input{
	float: left;
	width: 200px;
	font-size: 14px;
	color:  #333;
	background-color: #ccc;
	border: 1px solid #999;
	margin-bottom: 5px;
}
#support-form ul#textfields input.error{
	border-color: #f00;
	outline: 1px solid #f99;
}


#support-form ul#textfields li{
	display: block;
	clear: both;
}
#support-form ul#checkboxes label{
	margin-left: 5px;
	line-height: 1.6em;
}


#support-form ul#textfields label.error{
	font-size: 10px;
	line-height: 1em;
	width: 100px;
	color: red;
	margin: 3px 0 0 5px;
}

#gallery a {
	margin-left: 23px;

}
#gallery a img{
	padding: 2px;
	background-color: #666;
	border: 1px solid #ccc;
}
#gallery{
	margin: 10px auto;
}

ul#support-list{
	height: 260px;
	overflow: auto;
}

