/*
Theme Name: MGFL Theme
Theme URI: http://www.maranathagrace.org
Description: A highly competitive theme made for Maranatha Grace Fort Lee
Version: 1.0
Author: Delimar Freire
Author URI: 
	While we can't stop you from looking at our CSS, XHTML and design, we 
	would ask that you respect our work and not copy it.  Thanks!
*/

* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: auto;
	background-color: #000;
	font:normal 85% sans-serif, Helvetica, Arial, Verdana;
	color:#333;
}
#commuting-from-nyc {
	position: absolute;
	cursor: pointer;
	top: 175px;
	left: 0;
	z-index: 1000;
}
#commuting-from-nyc a {
	display: block;
	text-decoration: none;
}
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-position: top;
	background-color: #FFF;
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
	background-image: url(assets/images/backgroundGradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#clear {
	clear:both;
}	
.clear {
	clear: both;
}
p {
	font:normal sans-serif, Helvetica, Arial, Verdana;
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 15px;
}
h1 {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E4E4E;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
	padding-top: 10px;
	font-size: 1.8em;
	font-style: normal;
	font-weight: lighter;
}
h2 {
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 3px;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 10px;
	color: #1488CA;
	text-align: left;
}
h5 {
	font-weight: normal;
	font-size: 0.85em;
	padding-bottom: 10px;
	text-align: left;
}
h6 {
	font-size: 1.2em;
	font-weight: strong;
	text-align: left;
	padding-top:10px;
	padding-bottom: 15px;
}
.floatRight {
	float: right;
}
.bold {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
.imgRightSide {
	padding-bottom:10px;
	padding-left:20px;
	float:right;
}
.imgLeftSide {
	padding-bottom:10px;
	padding-top:20px;
	padding-right:20px;
	float:left;
}
.imgBottom {
	margin:0px;
	padding-top:10px;
}
.imgTop {
	margin:0px;
	padding-bottom:10px;
}
a {
	color:#606060;
}
a:link,a:visited {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	color:#545454;
	outline:none;
}
a:active {
	text-decoration:none;
	color:#333333;
	outline:none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #header {
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
	z-index: 1000;
}
#navigationBar {
	margin-top:10px;
	height:2.5em;
	width:100%;
	position:relative;
	z-index: 1000;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#1488CA;
}
#navigationBar ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#navigationBar ul li {
   	display:block;
   	float:left;
   	list-style:none;
   	margin:0;
    padding:0;
    position:relative;
    right:50%;
    text-transform:uppercase;
}	

#navigationBar ul li a {
	padding:0 25px;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-style: normal;
	line-height: 1.8;
	font-weight: lighter;
}
#navigationBar ul ul li a {
	font-size: 16px;
}
#navigationBar a:active {
	font: bolder;
	color:#1488CA;
}
/* These styles are for menu highlighting; the first two I found work for the top level and submenu respectively...not sure if this is the best way */
#navigationBar a.current_page_item,#navigationBar .current_page_item a,#navigationBar .current_page_item a:hover,#navigationBar .current_page_item a:active {
	color:#138ACB;
	cursor: default;
}
#navigationBar ul ul li a.current_page_item,#navigationBar ul li .current_page_item a:visited {
	color:#757B86;
	cursor:pointer;
}

#mainNav, #mainNav ul {line-height:1.5em; float: none;/*width:100%;*/ }
#mainNav ul {position:absolute; top:33px; left:15px; font-size: 0.85em;/* border-top: 1px solid #1488CA;*/ width:1.8em; display:none;}
#mainNav ul li {display:block; text-transform: none!important; color: #CCCCCC;}
#mainNav ul a {width:100%; display:block; color: #757B86; background:#E0E0E0; border-bottom: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF;}
#mainNav ul a:hover {color: #545454; background: #CCCCCC;}
#mainNav li ul {text-align:left;}
/*#mainNav li ul a {height:auto;}*/
#mainNav li ul li a {width:11em;}
/*#mainNav ul ul {top:auto;}
#mainNav li ul ul {left:12em; margin:0px 0 0 10px;}
#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li:hover ul ul ul ul {display:none;}
#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li li li li:hover ul {display:block;}*/


#rotatingBanner {
	/*float: left;
	width: 588px;*/
	position: relative;
	height: 500px;
	width: 900px;
	z-index:0;
	margin-top:-21px;
	margin-bottom: 7px;
	overflow: hidden;
}
#rotatingBannerToggle {
	margin-left: 806px;
	margin-top: -70px;
	padding:6px;
	z-index:100;
	position:absolute;
}
#rotatingBannerToggle a {
	position:absolute;
	left:0px;
	font-size:1.3em;
	padding:5px 10px;
	border:1px solid #555555;
	background:#FFFFFF;
	filter:alpha(opacity=30); /* for IE */
	opacity:0.3; 	/* CSS3 standard */
}
#rotatingBannerToggle a.next {
	left: 40px;
}
#rotatingBannerToggle a:hover {
	filter:alpha(opacity=70); /* for IE */
	opacity:0.7; 	/* CSS3 standard */
}

#statement {
	padding: 10px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1488CA;
}
#statement p {
	color: #333;
	text-align: center;
	/*font-size: 1.18em;*/
	font-size: 1.15em;
	/*line-height: 1.5;*/
	line-height: 1.0;
	font-weight:lighter;
	padding-bottom: 7px;
}
.blueHeading {
	color: #138ACB;
	font-size: 16px bolder;
}
#newHere {
	height: 30px;
	/*width: 290px;
	float: right;
	position: relative;
	background-color: #0D1114;*/
	font-size: 1.7em;
	color: #282828;
	background-color: #1488CA;
	text-align: center;
	padding: 10px;
}
#newHere  a:hover {
	color: #E5E5E5;
}
#newHere a:active {
	color: #CECECE;
}
.newHere,.newHere:visited {
	color: #FFFFFF;
	font-weight: bolder;
	}
#announcements {
	height: 460px;
	width: 293px;
	clear: left;
	float: left;
	margin-top: 15px;
	position: relative;
	}
#announcements img {
	padding: 0px;
	margin-bottom: 0px;
}
#upcomingEvents,#sermons {
	height: 460px;
	width: 273px;
	clear: right;
	float: left;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-image: url(assets/images/menuBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 15px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#upcomingEvents a,#upcomingEvents a:visited,#sermons a,#sermons a:visited {
	color: #4A4A4A;
	text-decoration: none;
}
#upcomingEvents a:hover,#sermons a:hover {
	color: #363636;
	text-decoration: none;
}
#upcomingEvents a:active, #sermons a:active {
	color: #292929;
	text-decoration: none;
}
.upcomingEventsItem {
	width: 270px;
	height: 80px;
	display: table;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#B3B3B3;
}
.dateItem {
	float: left;
	position: relative;
	width: 1.8em;
	text-align: center;
	margin-top: 15px;
	margin-right: 0.8em;
	height: 60px;
}
#upcomingEvents .eventItem {
	max-width: 232px;
	position: relative;
	padding-top: 0px;
	height: 50px;
	margin-top: 15px;
}
#upcomingEvents .month {
	font-style: normal;
	color: #333333;
	text-align: center;
	padding: 0px;
}
.day {
	font-size: 1.6em;
	text-align: center;
	padding: 0px;
	line-height: 1.5;
}
.info {
	font-size: .9em;
}
.sermonsItem {
	width: 270px;
	height: 95px;
	padding-top: 10px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	position: relative;
}
#IEbuttons #listenNow a,#IEbuttons #downloadNow a,#IEbuttons #handoutNow a {
	height:10px;
	line-height:10px;
}
#listenNow a {
	border: 1px solid #B3B3B3;
	position: absolute;
	top: 55px;
	right: 10px;
	text-align: left;
	width: 65px;
	height:10px;
	line-height: 10px;
	background-image: url(assets/images/listenArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 19px;
	font-size: 0.8em;
	display: block;
}
#downloadNow a {
	border: 1px solid #B3B3B3;
	position: absolute;
	top: 74px;
	right: 10px;
	text-align: left;
	width: 65px;
	height:10px;
	line-height: 10px;
	background-image: url(assets/images/downloadArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 19px;
	font-size: 0.8em;
	display: block;
}
#handoutNow a {
	border: 1px solid #B3B3B3;
	position: absolute;
	top: 93px;
	right: 10px;
	text-align: left;
	width: 65px;
	height:10px;
	line-height: 10px;
	background-image: url(assets/images/handoutPage.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 19px;
	font-size: 0.8em;
	display: block;
}
#upcomingEvents .viewMore,#sermons .viewMore {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: block;
	color: #767B86;
	font-weight: normal;
}
#sideBar {
	width: 235px;
	float: left;
	position: relative;
	padding-left:10px;
}
#sideBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sideBar a,#sideBar a:link {
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 1.3em;
	font-style: normal;
	font-weight: lighter;
	padding-left: 1em;
	background-color: #EFEFEF;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	line-height: 2.25em;
}
#IEsidebar #sideBar li {
	background-color: #EFEFEF;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
}
#IEsidebar #sideBar a {
	line-height: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}
#sideBar a:hover {
	text-decoration: none;
	background-color: #E3E3E3;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#sideBar a:active {
	color:#666666;
	background-color: #D9D9D9;
}
#sideBar .current_page_item a,#sideBar .current_page_item a:hover,#sideBar .current_page_item a:active,#IEsidebar #sideBar .current_page_item a {
	color: #FFFFFF;
	background-color:#999999;
	cursor: default;
	/*background-color: #B8B8B8;
	cursor: default;*/
}
#sidebar ul a.last  {
	border-bottom: none;
}
#mainContent {
	width: 614px;
	position: relative;
	float: right;
	text-align: center;
	padding: 0px;
	padding-right:10px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#mainContentWide {
	position: relative;
	/*float: right;*/
	text-align: center;
	padding: 0px;
	/*margin-left:150px;
	margin-right:80px;*/
	min-height:400px;
	height:auto !important;
	height:400px;
}
#contactPage {
	position: relative;
}
#mainContent h1, #mainContentWide h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
}
#mainContent h2, #mainContentWide h2 {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.75;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
}
#mainContent a:hover, #mainContentWide a:hover {
	text-decoration:underline;
}
#mainContent #sundayList li {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}
#mainContent ul, mainContentWide ul {
	font:normal sans-serif, Helvetica, Arial, Verdana;
	line-height: 1.5;
	text-align: justify;
	margin-left:20px;
	padding-bottom: 10px;
}
#mainContent li, mainContentWide li {
	padding-bottom: 10px;
}
#cg-pm-page h2 {
	line-height: 1.5;
}
#cg-pm-page h3 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1;
	color: #666666;
}
#cg-pm-page h3 span{
	font-weight: normal;
	font-style: italic;
	display: block;
	margin-top: 5px;
}
#cg-pm-page h3.cg-alt-location {
	margin-top: 20px;
}
#cg-pm-page .cg-left {
	text-align: left;
	width: 325px;
	float: left;
	margin-bottom: 40px;
}
#cg-pm-page .cg-right {
	text-align: left;
	width: 280px;
	float: right;
	margin-bottom: 40px;
}
#cg-pm-page .cg-info {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}
#cg-pm-page .cg-contact {
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

#cgCenter {
	padding-top: 10px;
}
#footer {
	font-size: 0.8em;
	color: #767B86;
	margin-top: 3em;
	clear: both;
	text-align: right;
	line-height: 1.25em;
	padding-top:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#CCC;
	}

.sermonsHeadings {
	text-align: left;
	color: #666666;
	font-weight: normal;
	padding-bottom: 25px;
}
#IEsidebar #sermonOptions {
	margin-top:10px;
}
#sermonOptions {
	margin-top: 20px;
	padding-left: 25px;
}
#IEsidebar #sermonOptions a,#IEsidebar #sermonOptions a:link {
	line-height:50%;
	padding-bottom:5px;
	padding-top:5px;
}
#sermonOptions a,#sermonOptions a:link {
	font-weight: normal;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 100%;
	line-width:1.8em;
	background-color: #FFFFFF;
}
#sermonOptions a:hover {
	color: #545454;
	background-color: #FFFFFF;
}
#sermonOptions a:active {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
}
#sermonOptions a.current,#sermonOptions a.current:hover,#sermonOptions a.current:active {
	background-color:#FFF;
	cursor: default;
	font-weight: bold;
	color: #1488CA;
	background-color: #FFFFFF;
}
#IEsidebar #sermonOptions ul ul li {
	padding-left:15px;
	margin:0px;
	background-color:#FFF;
}
#sermonOptions ul ul li {
	margin-left: 15px;
	font-size: 90%;
	background-color:#FFF;
}
#mainContent .last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#sermonDetails {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	position: relative;
	padding-bottom: 2px;
}
#sermonDetails + #sermonDetails {
	border-top:none;
}
#sermonDetails a:hover {
	text-decoration: none;
}

/* Styles for Sort by Speaker link on Sermons Page*/
.spanhidden {
  display:none;
  }
.spanshown {
  display:block;
  }

/* Styles for sermon pagination */
#sam_pagination {
  margin: auto;
  padding-top:10px;
}
#sam_pagination ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
#sam_pagination li{
  display: inline;
  list-style: none;
  padding:3px 6px;
}
#sam_pagination .active{
  font-weight:bold;
}
#sam_pagination a:link, #sam_pagination a:visited {
  text-decoration:none;
}
