/* Reset for Style*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

li {
	list-style:none;
}

/* Beginning of Style*/

.wrapper {
	width: 960px;
	margin: 0px auto -200px;
	min-height: 100%;
	height: auto 100%;
}

body {
	background: #4a6467 url(../images/background.jpg) repeat-x;
	height: 100%;
}

html{
	height: 100%;
}

* html #maincontent {
	height: 1%;
}

#maincontent {
	overflow: auto;
	padding-bottom: 200px;
}

#footer {
	position: relative;
	margin-top: -200px;
	height: 200px;
	clear: both;
	background-color: #0b1e25;
	border-top: 1px solid #333;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

h1 {
	display: block;
	background-color: #4fa69d;
	padding: 6px 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: white;
	letter-spacing: -.02em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 13px;
	-webkit-box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333
}

p {
	color: white;
	font: .9em/1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 30px;
}

a {
	text-decoration: none;
	font: .9em/1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #77beb5;
}

a:hover {
	color: #192f33;
}

h2 {
	font: .9em/1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #77beb5;
}

h3 {
	color: #dedede;
	font: italic .6em/1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: 5px;
}

h4 a {

	font: italic .6em/1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: 7px;	
	display: inline-block;
	background-color: #4fa69d;
	padding: 4px 7px;
	color: #fff;
	float: left;
	margin-right: 5px;
}

h4 a:hover {
	background-color: #192f33;
	color: white;
}

div.header {
	width: 960px;height: 341px;
	background: url(../images/headerimg.png) no-repeat;
	position: absolute;
	z-index: -10;
	
}

div#maincontent #home-link li a {
	display: inline-block;
	background-color: #364e53;
	font-size: .8em;
	padding: 25px 13px 5px;
	color: #fff;
	z-index: 10;
	position: absolute;
}

div.header p {
	width: 400px;
	margin-top: 150px;
	margin-left: 533px;
}

div.header p span {
	color: #77beb5;
}

div.maincolumn {
	width: 625px;
	float: right;
	margin-top: 335px;
}


#videobox {
	width: 600px; height: 338px;
	border: 1px solid #0b1c25;
	-webkit-box-shadow: 1px 1px 4px #333;
	-moz-box-shadow: 1px 1px 4px #333
}

.moved {
	padding-bottom: 9px;
	padding-left: 5px;
}

div.minorcolumn {
	width: 300px;
	float: left;
	margin-top: 335px;
}

div.minorcolumn p {
	background: rgba(11, 28, 37, 0.3);
	padding: 10px 10px 0 15px;
}

#twitter_update_list li {
	color: white;
	font: .9em/1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 15px;
}

div.minorcolumn div#twitter p {
	background: rgba(74, 100, 103, 1);
	padding: 0px 0px 0px 0px;
}

ul#sermonaudio li p#sermon01 {
	background: rgba(74, 100, 103, 1);
	padding: 0px 0px 0px 0px;
}

div.minorcolumn ul#sermonaudio li {
	background: rgba(11, 28, 37, 0.3);
	padding: 10px 10px 18px 15px;
	margin-bottom: 27px;
	-webkit-box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
}

div.minorcolumn ul#sermonaudio li h2 #highlight {
	color: #fff;
}

div.minorcolumn #facebook-like {
	display: block;
	margin-bottom: 35px;
	margin-top: -16px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px none #4c4c4c;
	color: #fff;
	background-color: #fff;
	padding-bottom: 2px;
}


