/* DIV CONTAINERS */

div.pagecontainer {
	width:955px;
	height:100%;
	background-color:#ffffff;
}

div.colcontainer {
	float:right;
	width:955px;
	display:inline;
	padding-bottom:20px;
	background-color:#ffffff;
}




/* MENU HOVER BUTTONS */

#menu_home {
	display:block;
	width:84px;
	height:44px;
	background:url("http://westsidefellowship.org/img/menu_home.png") no-repeat 0 0; 
	float:left;
}

#menu_home:hover { 
	background-position:0 -44px;
}

#menu_home span {
	display:none;
}

#menu_beliefs {
	display:block;
	width:80px;
	height:44px;
	background:url("http://westsidefellowship.org/img/menu_beliefs.png") no-repeat 0 0; 
	float:left;
}

#menu_beliefs:hover { 
	background-position:0 -44px;
}

#menu_beliefs span {
	display:none;
}

#menu_sermons {
	display:block;
	width:97px;
	height:44px;
	background:url("http://westsidefellowship.org/img/menu_sermons.png") no-repeat 0 0; 
	float:left;
}

#menu_sermons:hover { 
	background-position:0 -44px;
}

#menu_sermons span {
	display:none;
}

#menu_ministries {
	display:block;
	width:110px;
	height:44px;
	background:url("http://westsidefellowship.org/img/menu_ministries.png") no-repeat 0 0; 
	float:left;
}

#menu_ministries:hover { 
	background-position:0 -44px;
}

#menu_ministries span {
	display:none;
}

#menu_smallgroups {
	display:block;
	width:142px;
	height:44px;
	background:url("http://westsidefellowship.org/img/menu_smallgroups.png") no-repeat 0 0; 
	float:left;
}

#menu_smallgroups:hover { 
	background-position:0 -44px;
}

#menu_smallgroups span {
	display:none;
}

#menu_staff {
	display:block;
	width:71px;
	height:44px;
	background:url("http://westsidefellowship.org/img/menu_staff.png") no-repeat 0 0; 
	float:left;
}

#menu_staff:hover { 
	background-position:0 -44px;
}

#menu_staff span {
	display:none;
}

div.menu_gap {
	float:left;
	display:block;
	width:239px;
	height:44px;
	background:url("http://westsidefellowship.org/image/gap.gif") no-repeat 0 0; 
}

#menu_location {
	display:block;
	width:132px;
	height:44px;
	background:url("http://westsidefellowship.org/img/menu_location.png") no-repeat 0 0; 
	float:left;
}

#menu_location:hover { 
	background-position:0 -44px;
}

#menu_location span {
	display:none;
}




/* HORIZONTAL BLACK BAR: PAGE TITLES, SERVICE TIMES */

div.blackbar {
	width:955px;
	height:60px;
	background-color:#000000;
	color:#ffffff;
	font-family:arial;
	font-size:120%;
}

div.blackbar_servicetimes {
	float:right;
	padding-right:40px;
	margin-top:12px;
}

div.blackbar_pagetitle {
	float:left;
	padding-left:33px;
}




/* THE LEFT COLUMN: THE MAIN BODY OF TEXT */

div.leftcol_spacer {
	float:left;
	width:30px;
	height:100%;
}

div.leftcol {
	float:left;
	padding-top:12px;
	padding-bottom:10px;
	width:530px;
	text-align:left;
}




/* THE LEFT COLUMN: DEVOTIONS */

div.devotiontitle {
	font-family:times; 
	font-size:130%;
	color:#b72d22;
	line-height:100%;
	margin-top:3px;
	}

div.devotiontext {
	color:#62605b;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	line-height:20px;
	margin-bottom:3px;
	text-align:justify;
	}

#contentContainer {
	display:table;
	width:530px;
	padding-top:5px;
	}

#articleListContainer {
	border:1px solid #e2e2e2;
	width:530px;
	height:52px;
	}

.articleList b {
	font-family:arial;
	font-size:70%;
	}

.articleList a {
	color:#373737;
	cursor:pointer;
	font-family:arial;
	font-size:70%;
	font-weight:bold;
	border:1px solid #e2e2e2;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;
	}

.articleList a.articleClick {
	color:#fff;
	text-decoration:none;
	background-color:#b72d22;
	border:1px solid #b72d22;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;
	}



/* THE LEFT COLUMN TEXT STYLES */

div.ititle {
	font-family:times; 
	font-size:130%;
	color:#373737;
	line-height:100%;
	margin-top:3px;
}

div.itext {
	color:#5b5955;
	font-family:Arial;
	font-size: 0.75em;
	line-height:20px;
	margin-top:5px;
	margin-bottom:3px;
	text-align:justify;
	}

div.itext a {
	color:#0077bc;
	text-decoration:none;
	}

div.itext a:hover {
	color:#007dc6;
	text-decoration:underline;
	}

div.idate {
	float:right;
	font-family:arial;
	font-size:75%;
	color:#aaaaaa; 
	width:530px;	
	margin-bottom:17px;
	text-align:right;
}

div.newspagnation {
	font-family:Arial;
	font-size: 0.75em;
}


/* THE RIGHT COLUMN: DONATE, TV, EVENTS */

div.rightcol {
	float:right;
	padding-right:12px;
	padding-top:12px;
}

div.rightcol_donate {
	width:350px;
	height:60px;
	border:1px solid #d5d5d5;
	vertical-align:middle;
}

div.rightcol_tv {
	width:350px;
	height:240px;
	border:1px solid #d5d5d5;
	margin-top:14px;
}

div.rightcol_events {
	width:350px;
	display:table;
	border:1px solid #d5d5d5;
	margin-top:12px;
	padding-bottom:12px;
}

div.rightcol_eventsheader {
	color:#373737;
	font-family:times;
	font-size:150%;
	padding-bottom:5px;
	padding-left:15px;
	padding-top:10px;
	text-align:left;
	width:330px;
}




/* EVENTS */

.date {
	background:#ffffff;
	font-family:Arial, sans-serif;
	font-size:0.7em;
	width:70px;
}

.description {
	font-family:Arial, sans-serif;
	font-size:0.7em;
	text-decoration:none;
	width:263px;
}

.spacer {
	background:#ffffff;
	width:0px;
}

.posthidden {
	display:none;
}

.postshown {
	display:inline;
}




/* BOTTOM OF EACH PAGE */

div.bottom {
	float:left;
	width:955px;
	height:50px;
	border-top:1px solid #f2f2f2;
	background-color:#ffffff;
	font-family: arial,sans-serif;
	font-size: 70%;
	color:#b3b3b3;
}

div.bottom_image {
	float:left;
	padding-top:15px;
	padding-left:50px;
}

div.bottom_links {
	float:left;
	padding-top:18px;
	padding-left:30px;
}

div.endspacer {
	float:left;
	width:955px;
	height:15px;
	background-color:#477fab;
}




/* SERMON PAGE */

div.sermons_rsstunes {
	width:256px;
	height:50px;
	text-align:center;
	border:1px solid #e2e2e2;
	font-family: Arial,sans-serif;
	font-size: 100%; 
	font-weight: bold;
}

td.sermon_header {
	background-color:#dddddd;
	color:#6b6b6b;
	font-family:arial;
	font-weight:bold;
	font-size:0.75em; 
	padding-top:5px;
	padding-bottom:5px;
}

td.sermon_title {
	color:#555;
	width:326px;
	text-align:left;
	padding-left:8px;
	padding-top:5px;
	font-family:arial;
	font-weight:bold;
	font-size:0.75em;
}

td.sermon_audio {
	font-size:0.7em;
	font-family:arial;
	color:#e2e2e2;
	padding-right:10px;
	padding-top:5px;
}

td.sermon_date {
	color:#555;
	font-family:arial;
	font-weight:bold;
	font-size:0.75em;
	padding-right:10px;
	padding-top:5px;
}



/* SMALL GROUPS & MINISTRIES */

div.ititlebox {
	background:#ffffff;
	border-bottom-width:1px;
	border-color:#e2e2e2;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-top-width:1px;
	color:#373737;
	font-family:times;
	font-size:150%;
	line-height:90%;
	padding:10px;
	}

div.itextbox {
	border-bottom-width:1px;
	border-color:#e2e2e2;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-top-width:0px;
	color:#62605b;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	margin-bottom:15px;
	margin-top:1px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	text-align:justify;
	text-decoration:none;
	}



/* STAFF PAGE */

td.staffpicture {
	width:136px;
	}

td.staffinfo {
	background-color:#3072a6;
	vertical-align:top;
	width:381px;
	}

div.staffbig {
	color:#3c94c8;
	font-family:times;
	font-size:200%;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	}

div.staffmed {
	color:#3c94c8;
	font-family:times;
	font-size:150%;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	}

div.staffsml {
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	margin-top:-3px;
	padding-left:10px;
	text-align:left;
	}




/* LINK STYLES */

a.mainlink:link{color:#007dc6; text-decoration:none;}
a.mainlink:visited{color:#007dc6; text-decoration:none;}
a.mainlink:active{color:#007dc6; text-decoration:underline;}
a.mainlink:hover{color:#007dc6; text-decoration:underline;}

div.ititle A:link{color:#373737; text-decoration:none;}
div.ititle A:visited{color:#373737; text-decoration:none;}
div.ititle A:active{color:#373737; text-decoration:underline;}
div.ititle A:hover{color:#373737; text-decoration:underline;}

a.redlink:link{color:#373737; font-weight:bold; border:1px solid #e2e2e2; padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:1px; text-decoration:none;}
a.redlink:visited{color:#373737; font-weight:bold; border:1px solid #e2e2e2; padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:1px; text-decoration:none;}
a.redlink:active{color:#373737; font-weight:bold; border:1px solid #e2e2e2; padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:1px; text-decoration:none;}
a.redlink:hover{color:#373737; font-weight:bold; border:1px solid #e2e2e2; padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:1px; text-decoration:none;}

a.bottomlink:link {color:#b3b3b3; text-decoration:none;}
a.bottomlink:visited {color:#b3b3b3; text-decoration:none;}
a.bottomlink:hover {color:#000000; text-decoration:none;}
a.bottomlink:active {color:#b3b3b3; text-decoration:none;}

a.eventlink {color:#007dc6; font:bold 11px arial,sans-serif; text-transform:capitalize;}
a.eventlink:link {color:#007dc6; text-decoration:none;}
a.eventlink:visited {color:#007dc6; text-decoration:none;}
a.eventlink:hover {background-color:#007dc6; color:#ffffff; text-decoration:none;}
a.eventlink:active {background-color:#007dc6; color:#ffffff; text-decoration:none;}

div.podcastlink A:link {color:#373737; text-decoration:none;}
div.podcastlink A:visited {color:#373737; text-decoration:none;}
div.podcastlink A:active {color:#373737; text-decoration:underline;}
div.podcastlink A:hover{color:#373737;text-decoration:underline;}


div.newspagnation A:link {color:#373737; text-decoration:none;}
div.newspagnation A:visited {color:#373737; text-decoration:none;}
div.newspagnation A:active {color:#373737; text-decoration:underline;}
div.newspagnation A:hover{color:#373737;text-decoration:underline;}


body {
	background:url(http://westsidefellowship.org/image/backgroundx.jpg) no-repeat scroll 50% 0;
	background-color:#477fab;
	text-align: center;
}
