/* Start of CMSMS style sheet 'pilgrim' */
/* CSS styles for Pilgrim Church */

/* tag redefinitions */

body{
	background-color:#666666;
	margin:20px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0px;
}

#main {

}

#header {
height:234px !important;
}

#headerimage {
height:175px;
}

h2{
	color:#4949b5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px 0px 8px 0px;
	padding: 0px;
	font-weight:normal;
}

h3{
	color:#669999;
	font-family:Arial, sans-serif;
	font-size:16px;
	margin: 20px 0px 0px 0px;
	font-weight:bold;
}

h4{
margin:10px 0px;
font-weight:bold;
font-size:12px;
}

p{
	font-size:12px;
	line-height:170%;
	padding:0px;
	margin:10px 0px;
}


/* links stuff */

a {
	text-decoration:none;
}

a:link, a:active {
	color:#333399;
}

a:visited{
	color:#212172;
}

a:hover{
	color:#5353d9;
}

#upcoming a:link, #upcoming a:active, .submenu a:link, .submenu a:active{
	color:white;
}

#upcoming a:visited, .submenu a:visited {
	color:#dbf1f1;
}

#upcoming a:hover, .submenu a:hover {
	color:#FFFF00;
}

#pastors_corner a:link, #pastors_corner a:active{
	color:white;
}

#pastors_corner a:visited{
	color:#dfefff;
}

#pastors_corner a:hover {
	color:#FFFF00;
}

#content_footer a:link, #content_footer a:active, #content_footer a:visited{
	color:#212172;
}

#content_footer a:hover {
	color:#5353d9;
}

/* basic structure */

#container{
	width:750px;
	border:2px solid white;
	margin:0px auto;
	background-color:#FFFFFF;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	position:relative;
}

#sidebar {
	width:206px;
	float:left;
}

#content{
	margin-left:206px;
	padding:52px 18px 0px 18px;
	height:auto;
	min-height:400px;
}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 400px;
}
/**/

#home_flash {
margin-left:206px;
}


/* drop down menu stuff */

#menu {
	background-color:#6699ff;
	border-bottom:1px solid #ffffff;
	height:58px;
}

#dropdown{
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:8px;
	z-index:+2;
}

#dropdown li {
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:+2;
}

#dropdown li ul {
	list-style-type:none;
	background-color:#3a6ed5;
	width:140px;
	color:#283891;
	position:absolute;
	top:45px;
	left:-999%;
	padding:10px 0px;
	border:1px solid #ffffff;
}

#dropdown li:hover ul{
	left:0px;
}

/* for IE JS hack */
#dropdown li.sfhover ul{
	left:-40px;
z-index:+2;
}

#dropdown li ul li {
	float:none !important;
}

#dropdown a:link, #dropdown a:visited, #dropdown a:hover {
	color:#283891;
}

#dropdown li ul a {
	display:block;
	padding:4px 15px;
}

#dropdown li ul a:link, #dropdown li ul a:visited {
	color:#ffffff;
	font-size:13px;
}

#dropdown li ul a:hover {
	color:#ffffff;
	background-color:#283891;
}


/* horizontal main nav "images" */
#dropdown .up-close {
	display:block;
	height:46px;
	width:93px;
	background-image:url(images/menu_dropdown/menu_dropdown_01.gif);
	background-repeat:no-repeat;
}

#dropdown .up-close:hover {
	background-image:url(images/menu_dropdown/menu_dropdown_01_over.gif);
}

#dropdown .worship {
	display:block;
	height:46px;
	width:81px;
	background-image:url(images/menu_dropdown/menu_dropdown_02.gif);
	background-repeat:no-repeat;
}

#dropdown .worship:hover {
	background-image:url(images/menu_dropdown/menu_dropdown_02_over.gif);
}

#dropdown .christian-education {
	display:block;
	height:46px;
	width:176px;
	background-image:url(images/menu_dropdown/menu_dropdown_03.gif);
	background-repeat:no-repeat;
}

#dropdown .christian-education:hover {
	background-image:url(images/menu_dropdown/menu_dropdown_03_over.gif);
}

#dropdown .youth-space {
	display:block;
	height:46px;
	width:125px;
	background-image:url(images/menu_dropdown/menu_dropdown_04.gif);
	background-repeat:no-repeat;
}

#dropdown .youth-space:hover {
	background-image:url(images/menu_dropdown/menu_dropdown_04_over.gif);
}

#dropdown .get-involved {
	display:block;
	height:46px;
	width:118px;
	background-image:url(images/menu_dropdown/menu_dropdown_05.gif);
	background-repeat:no-repeat;
}

#dropdown .get-involved:hover {
	background-image:url(images/menu_dropdown/menu_dropdown_05_over.gif);
}

#dropdown .news-and-events {
	display:block;
	height:46px;
	width:157px;
	background-image:url(images/menu_dropdown/menu_dropdown_06.gif);
	background-repeat:no-repeat;
}

#dropdown .news-and-events:hover {
	background-image:url(images/menu_dropdown/menu_dropdown_06_over.gif);
}


/* sidebar stuff */

#upcoming{
	background-color:#6699ff;
	padding-bottom:5px;
	color:white;
	font-size:11px;
	line-height:135%;
}

.submenu{
	background-color:#388894;
	font-size:14px;
	color:white;
}

#upclose{
	padding:0px 0px 15px 0px;
}


#home_calendar_regular, #home_calendar_special {
font-family:Arial, sans-serif;
}

#home_calendar_special {
background-color:#7aa6ff;
}

#home_calendar_special .calendar-date-from, #calendar_special .calendar-date-from {
display:none;
}

#home_calendar_regular h1, #home_calendar_special h1, 
#calendar_regular h1, #calendar_special h1 {
display:none;
}

#home_calendar_regular h2, #home_calendar_special h2 {
font-size:11px;
color:#fff;
margin:0px;
font-family:Arial, sans-serif;
}

#calendar_regular h2, #calendar_special h2 {
font-size:12px;
margin:0px;
font-family:Arial, sans-serif;
}

#home_calendar_regular .calendar-event, #calendar_regular .calendar-event {
background-image:url(images/bullet_cross.gif);
background-repeat:no-repeat;
background-position:10px 8px;
padding:5px 15px 5px 25px;
}

#home_calendar_special .calendar-event, #calendar_special .calendar-event {
background-image:url(images/bullet_cross_red.gif);
background-repeat:no-repeat;
background-position:10px 8px;
padding:5px 15px 5px 25px;
}

#calendar_special, #calendar_regular {
font-size:11px;
margin:0px;
font-family:Arial, sans-serif;
}

#upcoming ul, .submenu ul, #calendar-m415 ul, #calendar-m583 ul, #calendar-m653 ul {
	margin:0px;
	padding:5px 15px 5px 25px;
	list-style-image:url(images/bullet_cross.gif);
}

#upcoming li, .submenu li{
	padding:5px 0px;
	margin-left:5px;
}

#upclose ul ul{
	font-size:12px;
	padding:5px 0px;
	margin:0px;
}

#upclose ul ul li{
	list-style-image:url(images/bullet_tiny_yellow.gif);
	padding:3px;
	margin:0px;
}

.currentpage {
font-weight:bold;
color:#e7e700 !important;
}

#about_video{
	background-color:#6699ff;
	padding:8px;
}

#pastors_corner{
	background-color:#99ccff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:white;
}

#pastors_corner ul{
	margin:0px;
	padding:0px 15px 5px 30px;
}

#pastors_corner li{
	list-style-image:url(images/bullet_cross_red.gif);
	padding-bottom:6px;
	margin-left:5px;
	margin:0px;
}


/* footer stuff */

#home_footer{
/*	padding-top:560px;*/
	padding-left: 43px;
	margin-left:206px;
	position:relative;
}

#content_footer{
	background-image:url(images/footer_bar.gif);
	background-repeat:no-repeat;
	padding-top:13px;
	padding-left:207px;
	color:#333399;
	font-size:11px;
	line-height:150%;
}

#accessibility_img{
	float:left;
}

#address{
	color:#333399;
	font-size:11px;
	margin-left:130px;
	line-height:170%;
}

/* misc stuff */

#content img{
	border: 4px solid #659999;
}

.img_left{
	float:left;
	margin: 15px 18px 13px 0px;
}

#content ul, #content ol{
	margin-left:20px;
	padding:0px;
	font-size:12px;
	line-height:170%;
}

#content li{
	margin:10px 0px;
}

#content ul.yellowbullets{
	list-style-image:url(images/bullet_cross.gif);
}

#content ul.redbullets{
	list-style-image:url(images/bullet_cross_red.gif);
}

#content_address{
	padding:7px 10px;
}

#videobox{
	height:150px;
	width:176;
	background-image: url(images/sidebar_about_bg.gif);
	padding-top:29px;
	padding-left:7px;
	background-repeat:no-repeat;
}

#textsizer{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	position:absolute;
	z-index: +1;
	top:230px;
	right:0px;
	padding:6px;
}

#textsizer .label{
	font-weight:bold;
	color: #283891;
	text-transform:uppercase;
	font-size:10px;
}

li.podcast_thumb{
font-size:16px;
}

.podcast_details, .groupfilecount{
font-size:11px;
}

.podcast_filename {
font-size:14px;
}

.podcast_description{
margin:0px;
font-size:11px;
padding:0px;
}


#bigcalendar{
margin:0px auto;
}

#bigcalendar td{
width:60px;
height:60px;
padding:2px;
vertical-align:top;
font-size:10px;
background-color:#ebebeb;
}

#bigcalendar caption{
	color:#669999;
	font-family:Arial, sans-serif;
	font-size:16px;
font-weight:bold;
padding-top:10px;
}

#bigcalendar th{
	color:#669999;
	font-family:Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

#bigcalendar tr ul{
margin:0px;
padding:0px;
list-style-type:none;
font-size:10px;
line-height:100%;
}

.calendar-returnlink{
text-align:right;
}

.calendar-date-from{
margin:0px;
padding:0px;
font-style:italic;
}

.calendar-today {
background-color:#b2d9ff !important;
}

.photoleft{
float:left;
border:4px solid #669999;
margin:10px 20px 15px 0px;
}

.photoright{
float:right;
border:4px solid #669999;
margin:0px 0px 15px 20px;
}

.photocenter{
border:4px solid #669999;
margin:0px auto 15px auto;
}

#header_print {height:175px; display:none;}

.contactform {
font-family:Arial;
font-size:12px;
}

.contactform .required {
color:#000000 !important;
}

.contactform div label{
width:100% !important;
font-weight:bold;
padding-top:10px;
padding-bottom:5px;
}

.contactform input, .contactform textarea {
font-family:Verdana;
font-size:12px;
}

#m3fbrp__7 { /*the contactform text area*/
height:200px;
padding:5px;
}

#contacts_guide {
border-bottom:1px solid gray;
padding-bottom:20px;
margin-bottom:20px;
}

#contacts_guide table {
width:100%;
}

#contacts_guide table tr td {
width:50%;
}

#contacts_guide h3 {
margin-top:10px;
}

#contacts_guide ul {
list-style-type:none;
padding:0px;
margin:0px;
}

#contacts_guide li {
margin:8px 0px;
padding:0px;
font-size:12px;
line-height:140%;
}

.nobullet {
display:none;
}

.separator {
border:1px solid #6699ff;
}

div#calendar-m315 ul, #calendar-m483 ul, #calendar-m553 ul{
list-style-image: none;
list-style-type:none;
padding:0px;
margin:0px;
}

div#calendar-m315 ul li, #calendar-m483 ul li, #calendar-m553 ul li {
background-image:url(images/bullet_cross_red.gif);
background-repeat: no-repeat;
}

div#calendar-m315 ul li {
background-position: 13px center;
margin:4px 0px;
padding:5px 5px 5px 30px;
background-color:#7aa6ff;
}

#calendar-m483 ul li, #calendar-m553 ul li {
background-position: 3px center;
padding:5px 5px 5px 20px;
margin:4px 0px;
}

#calendar-m315 .calendar-date-from, #calendar-m483 .calendar-date-from, #calendar-m553 .calendar-date-from {
display:none;
}

#abflashgallery {
width:490px;
height:400px;
background-color:#fffeef;
border: 3px solid #669999;
}
/* End of 'pilgrim' */

