/* CSS Document */

a, a:visited, a:hover, a:focus, a:active, a:link {
	outline: none;
}
body {
	background: #000 url(../images/wood.jpg) scroll repeat-x 50% 0%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* header content */
#header {
	margin-top: 15px;
	overflow: hidden;
}
#header img {
	float: left;
}
#header a img {
	border: none;
}
/* end */

/* main content */
#main_content {
	margin-top: 15px;
}
#top_image {
	width: 100%;
	background-color: #fff;
	height: 350px;
	-moz-box-shadow: 0px 0px 8px #ddd; 
	-webkit-box-shadow: 0px 0px 8px #ddd; 
}
#top_image img {
	margin: 10px;
}
#content_one {
	width: 100%;
	background: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ddd));
	background: -moz-linear-gradient(0% 100% 90deg, #ddd, #fff);
	-moz-box-shadow: 0px 0px 8px #ddd; 
	-webkit-box-shadow: 0px 0px 8px #ddd; 
}
#content_one .content {
	padding: 20px 20px;
}
#content_one .content h2 {
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
	margin: 0px;
	font-size: 24px;
}
#content_one .content p {
	font-size: 14px;
	padding: 0px;
	line-height: 22px;
	/*text-indent: 40px;*/
}
#content_one .content p a, ul.downloads li a {
	color: #000;
}
#content_one .content p a:hover {
	color: #B2002B;
}
/* end */

/* footer */
div#box {
	width: 880px;
	-moz-box-shadow: 0px 0px 8px #fff; 
	-webkit-box-shadow: 0px 0px 8px #fff; 
	margin-top: 25px;
	padding: 10px 10px;
	background-color: #fff;
	overflow: hidden;
	background: -webkit-gradient(linear, 0% 0%, 1% 100%, from(#fff), to(#eee));
	background: -moz-linear-gradient(0% 100% 90deg, #eee, #fff);
}
div#box div {
	width: 271px;
	height: 118px;
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	color: #555;
	background-color: #efefef;
	-moz-box-shadow: 0px 0px 6px #ccc; 
	-webkit-box-shadow: 0px 0px 6px #ccc; 
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}
div#box div.hidden {
	opacity: 0.8;
	filter:alpha(opacity=85);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
}
div#box div:hover {
	border: 1px solid #bbb;
	cursor: default;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 6px #aaa; 
	-webkit-box-shadow: 0px 0px 6px #aaa; 
}
div#box div:hover h2 {
	color: #B2002B;
}
div#box div h2 {
	color: #C10031;
}
div#box div h2, div#box div p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
div#box div p {
	width: 160px;
}
div#box div p, div#box div a {
	font-size: 13px;
	margin-top: 7px;
	color: #666666;
	line-height: 16px;
}
div#box div a.right {
	text-decoration: none;
}
div#box div a:hover {
	text-decoration: underline;
	color: #B2002B;
}


div#box div#notes {
	background: transparent url(../images/notes.png) scroll no-repeat 98% 50%;
}
div#box div#cd {
	background: transparent url(../images/cd.png) scroll no-repeat 98% 50%;
}
div#box div#new {
	background: transparent url(../images/user.png) scroll no-repeat 98% 50%;
}
div#box div#search {
	background: transparent url(../images/search.png) scroll no-repeat 98% 0%;
}
div#box div#lnc {
	background: transparent url(../images/lnc.png) scroll no-repeat 96% 30%;
}
div#box div#mail {
	background: transparent url(../images/mail.png) scroll no-repeat 98% 50%;
	margin-right: 0px;
}
div#box div#survey {
	background: transparent url(../images/survey.png) scroll no-repeat 100% 40%;
	margin-right: 0px;
}
div#box div#social {
	background: transparent url(../images/tw_fb.png) scroll no-repeat 98% 45%;
	margin-right: 0px;
}

/* end */

/* header */
.triangle-l {
	border-color: #A1001A transparent transparent transparent;
	border-style:solid;
	border-width:20px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 48px;
	z-index: -1; /* displayed under bubble */
	margin-bottom: 20px;
}
.rectangle {
	padding: 10px 25px 10px 30px;
	position: relative;
	margin-left:-30px;
	float: left;
	background-color: #B2002B;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B2002B), to( #A1001A));
	background: -moz-linear-gradient(0% 100% 90deg, #A1001A, #B2002B);
	-moz-box-shadow: 0px 0px 4px rgba(80,80,80,0.6);
	-webkit-box-shadow: 0px 0px 4px rgba(80,80,80,0.6);
	z-index: 100; /* the stack order: foreground */
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.rectangle h2 {
	color: #fff;
	text-shadow:1px 1px 5px #666;
}
/* end */

/* floating image */
img.float_right {
	float: right;
	border: 7px solid #eee;
	margin: 11px;
	margin-top: -5px;
	float: right;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.50);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.50);
	-webkit-transition: -webkit-transform .15s ease-in;
}
img.float_right:hover {
	-webkit-transform: rotate(1deg);
	-moz-transform:  rotate(0.5deg);
	position: relative;
	z-index: 5;
}
/* end */

/* for IE overflow problem */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* end */


/* Sermons */
#sermons {
	font-size: 14px;
}
#TABS div div div {
	margin-bottom: 10px;
	background: transparent url(../images/audio.png) scroll no-repeat 0% 4%;
	padding-left: 24px;
}
#TABS div p {
	margin-top: 0px !important;
}
.title, .preacher, .reference {
	margin: 0px;
	font-size: 14px;
}
#TABS p.preacher, #TABS p.reference {
	color: #555;
	font-size: 13px;
	line-height: 18px;
}
#TABS p.reference a {
	color: #555;
	text-decoration: none;
}
#TABS p.reference a:hover {
	text-decoration: underline;
}
#TABS ul img {
	float: left;
	margin-right: 10px;
}
#TABS p.title a { color: blue; }
#TABS p.title a:visited {
	color: #555;
	padding-right: 15px;
	background: transparent url(../images/visitedLink.gif) scroll no-repeat 100% 50%;
}

/* Contact form */
.left{
  font-size: 14px !important;
}

span.required{
  font-size: 13px !important;
  color: red !important;
  	font-family:"Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;

}
input, textarea {
	font-family:"Lucida Sans Unicode", "Lucida Sans", Verdana, Arial;
	 font-size: 14px;
	 width: 100%;
}
input.btn {
	float: right;
	width: 90px;
	padding: 7px 14px;
	background-color: #009900;
	color: #fff;
	cursor: pointer;
}
/* end */

a.right {  float: left; text-align: left; padding: 2px 2px !important; }
p.right {	text-align: right; }
p.map_icon img {  vertical-align: middle; padding-right: 10px;  }

/*BUTTON STYLE CSS3*/
.button, .button:visited {
	background: #D3D3D3 url(../images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 4px 9px 5px 5px; 
	color: #333 !important; 
	text-decoration: none !important;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	min-height: 16px;
	border-bottom: 0px solid rgba(0,0,0,0.1);
	position: relative;
	cursor: pointer;
	margin-top: 1px !important;
}
.button:hover {
	color: #111 !important; 
	background: #ccc url(../images/overlay.png) repeat-x; 
}
.button img {
	float: left !important;
	margin-right: 3px;
	border: none;
}
/*MEMBERS*/
ul.downloads {
	padding-left: 20px;
	font-size: 14px;
	margin-top: 6px;
}
ul.downloads li {
	list-style: none;
	margin-bottom: 9px;
	background: url(../images/paper2.png) scroll no-repeat 0% 50%;
	padding-left: 25px;
}
ul.downloads li.locked {
	background: url(../images/unlock.png) scroll no-repeat 0% 50%;
}
h3 {
	margin-bottom: 8px;
}
#map {
	height: 480px;
}
#map .gmap_marker {
	font-size: 14px;
}
#map .gmap_marker strong {
	color: #B2002B;
}
#map .gmap_marker p {
	margin-bottom: 0px;
	font-size: 13px;
}