/*///////////////////////////////////////////////////
/////////////////////////////////////////////////////

SECOND BAPTIST CHURCH
SECOND HOME STYLES
Copyright ©2008


STYLES TOC

	1.	BASE STYLES   //These are not shared with second-global.css
					  
	2.	HEADER STYLES
		2.1		MAIN MENU
		2.2		EVENTS MENU + VISITOR INFO
		
	3.	GLOBAL CONTENT STYLES
		3.1		MAIN CONTENT
			
Note: 	To quickly find a section do a search for '>' + section name.
		No spaces after the '>'. Example...
		>MYSBC LIFE PAGE CONTENT STYLES
		
		
COLORS

	#304B52		blue 			// page background
	

/////////////////////////////////////////////////////
///////////////////////////////////////////////////*/




/*//////////////////////////////////////////////////
/////////////////////////////////////////////////////
                  >BASE STYLES                   
/////////////////////////////////////////////////////
//////////////////////////////////////////////////*/	

body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;  /* default is 16px so 75% = 12px */
	color: #edf1d0;
	background:#304B52; /* blue */
	margin: 0;
	padding: 0;
	border:0;
}

form {
	margin:0;
	border:0;
}
#global	{
	position:relative; /* remove for telerik */
	width: 1023px;  /* horizontal container widths are set in px versus ems */
	margin: auto auto;
	
}



#container {
	position: relative; /* remove for telerik */
	float:left;
	background: #45351e url(/images/_img/global/home-bg.jpg) no-repeat center top; /* brown */
	padding: 0;
	width: 1023px;  /* horizontal container widths are set in px versus ems */
	height:640px;
}

#containerMap {
	position: relative; /* remove for telerik */
	float:left;
	background: #45351e url(/images/_img/global/home-bg.jpg) no-repeat center top; /* brown */
	padding: 0;
	width: 1023px;  /* horizontal container widths are set in px versus ems */
	height:690px;
}

/*//////////////////////////////////////////////////
/////////////////////////////////////////////////////
                  >HEADER STYLES                
/////////////////////////////////////////////////////
//////////////////////////////////////////////////*/	

#header {
	position:relative;
	height: 221px;
	margin: 0px;
	padding: 0px;
	z-index: 200;
}

/*//////////////////////////////////////////////////
             		 >MAIN MENU                   
//////////////////////////////////////////////////*/
#mainMenuTop {
	position:absolute; /* this is not in the global CSS, not sure why -CSA */
	background: url(/images/_img/global/whiteTrans.png) no-repeat top left;
	width: 212px;
	height: 95px;
	margin: 0 0 0 65px;
	padding: 12px 0 0 0;
	top:0;
	left:0;
	opacity:1;
}

#mainMenuTop h2 {
	font-size: 24px;
	color: #181008;	/* dark brown */
	margin: 0.8em 0 0 .42857142857em;
	font-weight: normal;
	width: 199px;
}

#mainMenuTop h2 a {
	color: #181008; /* dark brown */
	text-decoration: none;
}

#globalHomeLink	{
	position:absolute;
	left:10px;
	top:10px;
}
#mainMenuDay	{
	position:absolute;
	left:170px;
	top:65px;
	z-index:100;
}

#mainMenuMonth	{
	position:absolute;
	left:170px;
	top:85px;
	z-index:100;
}

#mainMenuContainer {
	position:absolute;
	top: 107px;
	_top: 105px;
	left: 65px;
	/* background: #ffffff; */
	color: #000000;
	width: 212px;
	margin: 0;
	padding: 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 300;
	overflow: hidden;
}

*:first-child+html #mainMenuContainer { /* IE 7 */
	top: 100px;
}

#mainMenu {
z-index:10000;
}

#mainMenu ul {
	margin: 9px 0 0 0;
	padding: 0 0 9px 0;
}

#mainMenu li {
	font-size: 11px;
	line-height: 17px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainMenu li.mainMenuDivider {
	font-size: .917em;
	line-height: .75em;
	list-style: none;
	margin: 0 0 .75em 0;
	padding: 0;
	display: block;
	border-bottom: 1px dashed #181008; /* dark brown */
	width: 10em;
}

#mainMenu li a:link, #mainMenu li a:visited {
	color: #181008;	/* dark brown */
	text-decoration: none;
	display: block;
	padding: 0 0 0 .75em;
}

#mainMenu li a:hover  {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/*//////////////////////////////////////////////////
             	   >LOGO AND DATE                   
//////////////////////////////////////////////////*/

#mainMenuLogo {
	margin: 0 0 0 .5em;
}

#mainMenuDate {
	position: absolute;
	top: 52px;
	left: 202px;
	text-align: center;
	padding: 0;
	margin: 0;
	z-index:300;
	width: 33px;
}

#mainMenuDate h4 {
	font-size: 28px;
	color: #29231D;	/* date brown */
	margin: 0;
	padding: 0;
}

#mainMenuDate h5 {
	font-size: 20px;
	color: #181008;	/* dark brown */
	margin: -18px 1px 0 0;
	_margin: -10px 1px 0 0;
	padding: 0;
	font-weight: normal;
}

*:first-child+html #mainMenuDate h5 { /* IE 7 */
	margin: -10px 1px 0 0;
}

/*//////////////////////////////////////////////////
             	 >CAMPUS LOCATION                  
//////////////////////////////////////////////////*/

#changeLocations {
	font-size: .917em;
	line-height: 1.25em;
	font-weight: bold;
	display: block;
	margin: 0 0 0 0;

	padding: .25em .75em;
	text-align: left;
	/*this is campus specific for campuses */
	background: #6a481e; /* global brown */
}

#changeLocations a:link, #changeLocations a:visited{
	text-decoration: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	display: block;
	color: #fff;	/* dark brown */
	background: url(/images/_img/global/sm-whitearrow-down.gif) no-repeat 105px center;
}




/*//////////////////////////////////////////////////
             	   >CAMPUS MENU                  
//////////////////////////////////////////////////*/
#campusMenu {
	background-color: #ffffff;
}

#campusMenu ul {
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 9px 0px;
}

#campusMenu li {
	font-size: 11px;
	line-height: 17px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#campusMenu li.mainMenuDivider {
	font-size: .917em;
	line-height: .75em;
	list-style: none;
	margin: 0 0 .75em 0;
	padding: 0;
	display: block;
	border-bottom: 1px dashed #181008; /* dark brown */
	width: 10em;
}

#campusMenu li a:link, #campusMenu li a:visited {
	color: #181008;	/* dark brown */
	text-decoration: none;
	display: block;
	padding: 0 0 0 .75em;
}

#campusMenu li a:hover, #campusMenu li a:visited:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/*//////////////////////////////////////////////////
            >EVENTS MENU + VISITOR INFO            
//////////////////////////////////////////////////*/

#eventTitle, #visitorTitle {
	position:relative;
	display:block;
	font-size: 10px;
	height: 23px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 0;
	background: url(/images/_img/global/teal-sidebar-tab.jpg) no-repeat top left;
	letter-spacing:.05em;
}

#eventTitle a,
#visitorTitle a{
	position:relative;
	display:block;
	padding:5px 0 0 5px;
	color: #fff;
	text-decoration: none;
}
#eventTitle a:hover, #visitorTitle a:hover, #categoryTitle a:hover {
	position:relative;
	display:block;
	color: #000;
	text-decoration: none;
}

#eventInfo	{
	position:relative;
	background:#73c49a url(/images/_img/global/home-event-bg.jpg) no-repeat top left;
	padding:0 5px 0 5px;
}

* html	#eventInfo	{
	padding:0 5px 10px 5px;
}

#eventPicture	{
	position:relative;
	top:16px;
	left:6px;
}

#eventText	{
	position:relative;
	top:25px;
	left:12px;
	padding: 0 0 15px 0;
}

#eventText h3	{
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#eventText p	{
	font-size:10px;
	font-weight:bold;
	padding:0 15px 10px 0;
	margin:0;
	font-weight:normal;
}

#eventLearn	{
	position:relative;
	left:11px;
	top:5px;
	padding: 7px 0 10px 0;
	color:#000;
	font-size:10px;
	text-decoration: underline;
}

#eventAdd a, #eventLearn a{
	color:#000;
	text-decoration:underdline;
}

#eventDay	{
	position:absolute;
	top:16px;
	right: 8px;
}

#eventMonth	{
	position:absolute;
	top:42px;
	right: 8px;
}

#footerContainer	{
	position:relative;
}

#eventFooter	{
	position:absolute;
	width:212px;
	height:14px;
	background: url(/images/_img/global/home-events-bg-footer.png) no-repeat;
}

* html #eventFooter	{
	position:absolute;
	margin-top:-10px;
	display:block;
	behavior: url(/iepngfix.htc);
}

#pageFooter	{
	position:relative;
	float:left;
	width:1023px;
	height: 37px;
	background: #45351e url(/images/_img/global/home-bg.jpg) no-repeat center bottom; /* brown */
}

#pageFooterTitle {
	position:absolute;
	left:220px;
	bottom:25px;	
	font-size:10px;
	font-weight:normal;
	color:#AA8937;
	text-align:center;
}

#pageFooterTitle p 
{
	margin:0;
	padding:0;
}

/*//////////////////////////////////////////////////
            		>MAIN CONTENT           
//////////////////////////////////////////////////*/

#flashVideo	{
	position:absolute;
	left:17px;
	top:-4px;
}

#flashMap {
	position:absolute;
	left: 2px;
	top: 0px;
}