/* @override 
	http://localhost/css/pop-style.css */

/* @group framework */
/* - Modified E.Meyer Style Reset - */
		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;
	vertical-align:baseline;
}
input {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
body {
	line-height:1;
}
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:"" "";
}
/* - Clear Fix Based On http://www.positioniseverything.net/easyclearing.html - */
		.cf:after, .wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf, .wrapper {
	display: inline-block;
}
html[xmlns] .cf, html[xmlns] .wrapper {
	display: block;
}
/* @end */


/* document styles */


body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:10px;
	background: #000;
}

p{
	font-size:12px;
	line-height:14px;
	color: #fff;
	margin: 0 0 5px 0;
}

a{
	font-size:12px;
	line-height:14px;
	text-decoration: underline;
	color: #fff;
	margin: 5px 0 0 0;
}



h1{
	color: #fff;
	font-size:22px;
	line-height:24px;
	margin: -10px -10px 0 -10px;
	padding: 10px;
	background: #39b1b8;
}

h2{
	color:#84C340;
	font-size:16px;
	line-height:18px;
	margin: 15px 0 5px 0;
}
h2.border{
	color:#84C340;
	font-size:16px;
	line-height:18px;
	margin: 15px 0 0 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #999;
}

h3{
	color:#84C340;
	font-size:14px;
	line-height:16px;
	margin: 20px 0 5px 0;
}

ul li{
	font-size:12px;
	line-height:14px;
	color: #fff;
	margin: 10px 0 0 40px;
}

#content{
	margin:0px 75px 5px 75px;
	clear:both;
	/*overflow:auto;*/
}

#content div{
	float:left;
}

#content.border{
	border-bottom: 1px solid #999;
	padding-bottom:15px;
}

.cols1 {
	float: left;
	width: 200px;
	margin: 0 15px 0 0;
}

.cols1 p {
	font-size:12px;
	line-height:14px;
	color: #fff;
	margin: 0 0 0 0;
}

.cols1 a {
	display: inline-block;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.cols2 {
	float: left;
	width: 165px;
}

.cols2 h3{
	margin:0;
}

.cols3 {
	float: left;
	margin: 0 0 0 20px;
}

.cols4 {
	float: left;
	width: 80px;
}

.cols5{
	float:left;
	width:395px;
}

.fplayer {
	display:block;
	background: #666;
	width:400px;
	height:20px;
	margin: 15px 0 15px 0;
}

.sermon{
	margin: 15px 0 3px 0;
}

#flickr_div {
    width: 500px;
    height: 330px;
    margin: auto;
    margin-top: 15px;
    background-color: #000;
}

#flickr_count {
    width: 470px;
    margin: auto;
    margin-top: 15px;
    font-size: 12px;
    color: #ff358b;
    padding: 15px;
    font-style: italic;
    background-color: #000;
}

/* forms */

.labelcol{
	float:left;
	width:150px;
	text-align:right;
	margin:5px 10px 0 0;
}

.help{
	margin-top:5px;
}

.help a{
	font-size:10px;
	color:#999;
	text-decoration:none;
}

#stories{
	margin-bottom:25px;
	margin-left:13px;
}

#stories h3{
	margin-bottom:7px;
}
