/* -----------------------------------------------------------------
	GENERAL
----------------------------------------------------------------- */

* { margin: 0; padding: 0; outline: none; }

html {
    font-size: 125%;
}


body {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #352f26;
	line-height: 1.5em;
	text-align: left;
	font-size: 50%;
	background: url('../images/mliving_bg_body.gif');
}

p { padding: 0.3em 0; }

img {
	border: none;
}

.divider {
	border-bottom: 1px solid #352f26;
}

/* -----------------------------------------------------------------
	LINKS
----------------------------------------------------------------- */
a {
	color:#0071BC;
	font-weight: bold;
}

a:hover {
	color: #352f26;
}

#metalinks a {
	color: #fff;
	font-weight: normal;
}

#metalinks a:hover {
	color: #ff7100;
}

a.more {
	background: url('../images/mliving_link_more.gif') no-repeat 0px 2px;
	padding-left: 20px;
	float: right;
	display: block;
	height: 16px;
}

a.icon-filmstrip {
	background: url('../images/tmcmain_icon-filmstrip.gif') 0 1px no-repeat;
	padding-left: 16px;
}

a.icon-checkmark {
	background: url('../images/tmcmain_icon-checkmark.gif') 0 0 no-repeat;
	padding-left: 19px;
	font-size: 90%;
}

a.icon-calendar {
	background: url('../images/calendar.gif') 0 0 no-repeat;
	padding-left: 19px;
	font-size: 90%;
}

/* -----------------------------------------------------------------
	MAIN NAVIGATION
----------------------------------------------------------------- */

#topNav {
	float: right;
	list-style: none;
	text-align: center;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-weight: bold;
    color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	height: 45px;
	clear: both;
	margin-top: 79px;
}

#topNav li {
	border: 1px solid #0071BC;
	border-bottom: none;
	display: inline;
	float: left;
	width: 100px;
	height: 45px;
}

#topNav li a {
	text-decoration: none;
	color: #352f26;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	background: url('../images/mliving_bg_Nav.gif') repeat-x;
}

#home #topNav li.home a, #community #topNav li.community a, #education #topNav li.education a,
#worship #topNav li.worship a, #resouces #topNav li.resouces a, #contact #topNav li.contact a {
	background: url('../images/mliving_bg_Nav_act.gif') repeat-x;
	color: #fff;
}

#topNav li a:hover {
	background: url('../images/mliving_bg_Nav_act.gif') repeat-x;
	color: #fff;
}

/* -----------------------------------------------------------------
	STRUCTURE AND TYPOGRAPHY
----------------------------------------------------------------- */

#header {
	height: 170px;
	width: 100%;
	background: url('../images/mliving_bg_header.gif') repeat-x;
}

	#header_wrap {
		background: url('../images/mliving_logo.gif') left top no-repeat;
		height: 170px;
		width: 808px;
		margin: auto;
		text-align: right;
	}

	#metalinks {
		list-style: none;
		float: right;
        color: #fff;
		font-size: 1.2em;
		line-height: 1.1em;
		height: 20px;
		margin-top: 22px;
		margin-right: 1px;
	}

	#metalinks li {
		float: left;
		padding-right: 5px;
		margin-right: 5px;
		border-right: 1px #fff solid;
	}

	#metalinks li.last {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}

#wrap {
	width: 808px;
	margin: auto;
}

#content {
	margin-top: 30px;
	font-size: 125%;
}

#mainContent {
    background-color:#E7E7E7;
	border: 1px solid #352f26;
	width: 500px;
	padding: 22px 15px;
	float: left;
}

.subHeaderImage {
	float: left;
	padding-right: 10px;
}

#webcast {
	margin-top: 20px;
}

.content-division {
	clear: left;
	margin: 0;
    padding: 0.5em 0 1.3em 0;
}

#mainContent h3 a {
	font-weight: bold;
	text-decoration: none;
}

#mainContent .video {
	padding: 10px 0 12px 0;
    min-height: 75px;
    clear:both;
}

#mainContent .video .video-thumb {
		float: left;
		width: 100px;
		height: 75px;
		margin-right: 15px;
	}

    #mainContent .video .video-thumb2 {
		float: left;
		width: 50px;
		height: 75px;
		margin-right: 15px;
	}

	#mainContent .video p, #mainContent .forum-summary p { padding: 0; }

    #mainContent #photo_list_all {
        float: left;
        padding: 0;
    }

    #mainContent #photo_list_all photo-item {
        float: left;
        padding: 0;
    }

#mainContent .right {
		float: right;
		margin-top: 4px;
	}

#sidebar {
    background-color:#E7E7E7;
	border: 1px solid #352f26;
	width: 256px;
	float: right;
}

	#subSidebar {
		padding: 18px;
	}
		.search {
			color: #666;
			font-family: Arial, "Times New Roman", Helvetica, sans-serif;
		}

		.search-input {
			width: 135px;
			height: 16px;
			border: 1px #aaa solid;
			vertical-align: middle;
		}

		.search-button {
			vertical-align: bottom;
		}

		#subSidebar ul {
			list-style: none;
			margin-bottom: 10px;
			margin-top: 10px;
		}

		#insideLinks a {
			text-decoration: none;
			color: #352f26;
		}

		.video {
			position: relative;
			padding-top: 10px;
			clear: both;
		}

		.vidImages {
			float: left;
			clear: both;
		}

		.vidImages img {
			padding: 0;
		}

		.videoContent {
			float: right;
			clear: both;
		}

		#archives {
			clear: both;
		}

		#subSidebar p img {
			padding-top: 20px;
		}


#footer {
	position: relative;
	margin: 10px 0;
	clear: both;
	color: #000;
	text-align: center;
}

/* -----------------------------------------------------------------
	HEADINGS, etc.
----------------------------------------------------------------- */

h1,h2,h3,h4,h5 {
	font-family: "Myriad Pro", Helvetica, Arial, Tahoma, sans-serif;
	font-weight: bold;
	padding: .4em 0;

}

h1 {
	font-size: 250%;
	padding-bottom: 10px;
}

h2 {
	font-size: 175%;
	font-weight: normal;
	color: #666;
}

h2.subContent {
	font-size: 250%;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 15px;
	color: #352f26;

}

#subSidebar h2 {
	font-size: 130%;
	font-weight: bold;
	color: #352f26;
}

h3 {
	font-size: 175%;
	font-weight: normal;
	color: #666;
	padding-top: 12px;
	padding-bottom: 2px;
}

#subSidebar h3 {
	font-size: 130%;
	padding: 0;
}

/* -----------------------------------------------------------------
	CLEARFIX
----------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */

