img .mini{
	width:20%;
	height:20%;
}
body{
	position:relative;
	font-family:sans-serif;
	font:Tahoma;
	font-size:12px;
	margin:0px;
	padding:0px;
	border:0px;
	background: url("../images/main/background.jpg");
	color:#414141;
}
img{
	cursor:pointer;
	margin-bottom:-3px;
}
a img{
	border:0px;
}
.article img{
	position:relative;
	top:10px;
	padding:10px;
}
a{
	text-decoration:none;
	color:#80ad31;
}
hr {
	position:relative;
	left:-10px;
	color:#E6E5C8;
	border-color:#E6E5C8;
	background-color:#E6E5C8;
	border-style:solid;
}

a:hover{
	color:#2c2f6d;	
}

legend{
	font-weight:bold;
	background-color:#cccccc;
	font-size:18px;
	border-bottom:1px;
	border-right:1px;
	border-top:0px;
	border-left:0px;
	border-color:#bbbbbb;
	border-style:solid;
}
#page_wrapper{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	width:799px;
}

#content_wrapper {
	position: relative;
	background-color: white;
	background: -moz-linear-gradient(left, #FFFFFF, #F0F1E1);
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#F0F1E1));
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	border: 1px solid #E6E5C8;
	text-align: left;
	padding: 20px;
	width:757px;	
}
#header {
	position: relative;
	background: url("../images/header.jpg");
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border: 1px solid #E6E5C8;
	width:797px;
	height:108px;	
}
	.headerImage {
		background: -moz-linear-gradient(left, #FFFFFF, rgba(240,241,225,.1));
		background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(0.8, rgba(255,255,255,0.5)),
			to(rgba(240,241,225,.1)));
		-moz-border-radius: 20px 0 0 0;
		-webkit-border-radius: 20px 0 0 0;
		border-right:1px gray;
		height:110px;
		width:100%;
	}
		#header .headerImage img {
			position:relative;
			top:20px;
			left:20px;
		}
#nav_wrapper{
	position: relative;
	text-align:center;
	width:815px;
	height:28px;
	z-index:100;
}
#nav{
	position:relative;
	text-align:center;
}
#secondaryNav{
	vertical-align:top;
	float:left;
	width:150px;
}

#content{
	position: relative;
	left:10px;
	padding-bottom:50px;
	color:#333366;
	width:490px;
}
#sidebar{
	position:absolute;
	top:20px;
	left:534px;
	width:225px;
	padding-left:10px;
	text-align:left;
}
#footer{
	width: 100%;
	text-align:center;
	padding-top: 20px;
}
.footerText{
	width:799px;
	font-size:12px;
	color:gray;
	text-align:center;
}
.leftAlign{
	position:relative;
	float:left;
}
.contentContainer{
	padding-left:5px;
	font-size:12px;
}
.article{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #E6E5C8;
	padding: 10px;
}
.title{
	padding:2px;
	font-weight:bold;
	font-size:15px;
	text-align:left;
}
.content{
	padding:20px 15px 10px 0;
	text-align:justify
}
.footer{
	position:relative;
	float:right;
	bottom:10px;
}
.subtitle{
	font-weight:bold;
	font-size:13px;
}
.greenText{
	color:#80ad31;
}
.purpleText{
	color:#2c2f6d;
}
.eventTitle{
	font-weight:bold;
	font-size:13px;
}
.date{
	padding-left:5px;
	font-style:italic;
	font-size:11px;
}
.author{
	padding-left:5px;
	font-size:11px;
}
.verticalLine{
	background: repeat-y url("../images/teardrop/line.png");
	float:left;
	width:10px;
}
#ministriesMenu{
	position:absolute;
	left:320px;	
	top:30px;
	height:100px;
	z-index:100;
	clear:both;
}
.indent{
	padding-left:5px;
}
iframe{
	background-color:transparent;
}
iframe .view-cap{
	background-color:#80ad31;
}
iframe .view-container-border{
	background-color:#80ad31;
}
.composer{
	padding:0px !important;
}
.profile_pic{
	display:none !important;
}
a.fbconnect_login_button{
	margin-left:21px !important;
}
.ministryWrapper{
	width: 550px;
	margin-top:20px;
	margin-left:150px;
}
.resource{
	float:left;
	width:350px;
	padding-right:20px;
}

#tabs {
	background: transparent !important;
	border: 0 !important;
}
	#tabs .ui-widget-header {
		border:0 !important;
		background:transparent !important;
	}
	#tabs .ui-widget-content {
		border:1px solid #E6E5C8 !important;
		background:transparent !important;
	}
	#tabs .ui-state-default {
		border-top:1px solid #E6E5C8 !important;
		border-right:1px solid #E6E5C8 !important;
		border-bottom:0px !important;
		border-left:1px solid #E6E5C8 !important;
		background:transparent !important;
	}
	#tabs .ui-state-hover {
		border-top:1px solid #E6E5C8 !important;
		border-right:1px solid #E6E5C8 !important;
		border-bottom:0px !important;
		border-left:1px solid #E6E5C8 !important;
		background:white !important;
	}
	#tabs .ui-state-active {
		border-top:1px solid #E6E5C8 !important;
		border-right:1px solid #E6E5C8 !important;
		border-bottom:0px !important;
		border-left:1px solid #E6E5C8 !important;
		background:#E6E5C8 !important;
	}
/* jQuery */

.ui-tabs {
	position:relative;
	top:20px;
	width:700px;
}
.ui-widget-header {
	border:1px solid #E6E5C8 !important;
	background:#E6E5C8 !important;
	
}
.ui-widget-content {
	border:1px solid #E6E5C8 !important;
}

