@charset "utf-8";
/* CSS Document */

/*   
Theme Name: Crestview Template
Theme URI: crestviewlafayette.org/
Description: Theme designed specifically for Crestview Church Lafayette
Author: Miles Meyer
Author URI: milesmeyer.com/
Version: 1.0
.
General comments/License Statement if any.
.
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/*my CSS for Crestview Site*/

body {
	background-color:#1f2626;
	font-family:MS Sans Serif;
	font-size:16px;
	color:#e8e8c7;
	margin:0;
	padding:0;
}

a:link {color: #e8e8c7; text-decoration: none;}
a:visited {color: #e8e8c7; text-decoration: none;}
a:active {color: #42708f; text-decoration: none;}
a:hover {color: #42708f; text-decoration: none;}

p a:link{color:#e8e8c7; text-decoration:none;}
p a:visited {color: #e8e8c7; text-decoration: none;}
p a:active {color: #42708f; text-decoration: none;}
p a:hover {color: #42708f; text-decoration: none;}

#container {
	margin: 0px auto;
	width: 890px !important; 
	width /**/: 890px; /* IE5/Win */
	position: relative;
	min-height:440px;
	height: auto;
	font-size: 100%;
	z-index: 2;
}

#header{
	position:relative;
	float:left;
	width:890px;
	height:44px;
}

#logo{
	position:relative;
	float:left;
	margin-left:33px;
	margin-top:9px;
	width:265px;
	height:24px;
	background-image:url(images/logo.png);
}

#dividerHeader{
	position:relative;
	float:left;
	margin-left:12px;
	margin-top:4px;
	width:2px;
	height:35px;
	background-image:url(images/dividerHeader.png);
}

#links{
	position:relative;
	float:left;
	font-size:14px;
	letter-spacing:-.5px;
	width:535px;
	height:17px;
	margin-left:10px;
	margin-top:13px;
}

#links ul{
	list-style-type:none;
	
}

#links ul li{
	list-style-type:none;
	float:left;
	letter-spacing:-1px;
}

#topBar{
	position:relative;
	float:left;
	margin-top:4px;
	height:1px;
	width:890px;
	background-image:url(images/topBar.png);
}

#image{
	position:relative;
	float:left;
	height:343px;
	width:890px;
}

#bottomBar{
	position:relative;
	float:left;
	height:1px;
	width:890px;
	background-image:url(images/bottomBar.png);
}

#content{
	position:relative;
	float:left;
	width:890px;
	height:auto;
}

#stripe{
	position:relative;
	float:left;
	height:16px;
	width:890px;
	background-image:url(images/stripe.png);
}

#barTopContent{
	position:relative;
	float:left;
	margin-left:32px;
	margin-top:37px;
	margin-right:36px;
	height:3px;
	width:822px;
	background-image:url(images/barTopContent.png);
}

#barBottomContent{
	position:relative;
	float:left;
	margin-left:32px;
	margin-top:10px;
	height:3px;
	width:822px;
	background-image:url(images/barTopContent.png);
}

#barBottomContent2{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:10px;
	height:3px;
	width:822px;
	background-image:url(images/barTopContent.png);
}

#homeContainer{
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:32px;
	margin-right:32px;
	height:auto;
	width:822px;
}

#welcomeContainer{
	position:relative;
	float:left;
	height:auto;
	width:285px;
}

#pageContentContainer{
	position:relative;
	float:left;
	height:auto;
	width:100%;
}

#footer{
	position:relative;
	float:left;
	margin-top:7px;
	margin-left:32px;
	margin-bottom:15px;
	height:auto;
	width:822px;
}

#pageContent{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:3px;
	width:100%;
	height:auto;
	font-size:16px;
	letter-spacing:-.5px;
	line-height:20px;
}

#pagesContent{
	position:relative;
	float:left;
	margin-top:10px;
	width:100%;
	height:auto;
	margin-left:3px;
	font-size:16px;
	letter-spacing:-.5px;
	line-height:20px;
}

#picContainer{
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:38px;
	width:335px;
	height:auto;
	margin-bottom:15px;
}

#picHolder{
	position:relative;
	float:left;
	width:335px;
	height:auto;
	
}

#title{
	position:relative;
	float:left;
	height:24px;
	width:465px;
	color:#e8bc33;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-left:2px;
	letter-spacing:-.5px;
}

#welcome{
	position:relative;
	float:left;
	height:24px;
	width:131px;
	background-image:url(images/welcome.png);
}

#welcomeContent{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:3px;
	width:282px;
	height:auto;
	font-size:16px;
	letter-spacing:-.5px;
	line-height:20px;
}

#barMiddleContent{
	position:relative;
	float:left;
	margin-left:15px;
	width:2px;
	height:259px;
	background-image:url(images/barMiddleContent.png);
}

#newsContainer{
	position:relative;
	float:left;
	height:auto;
	width:290px;
	margin-left:17px;
}

#news{
	position:relative;
	float:left;
	height:24px;
	width:188px;
	background-image:url(images/news.png);
}

#newsContent{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:1px;
	width:289px;
	height:auto;
	font-size:16px;
	letter-spacing:-.5px;
	line-height:20px;
}

#designedBy{
	position:relative;
	float:left;
	width:229px;
	height:39px;
	background-image:url(images/designedBy.png);
}

#copyright{
	position:relative;
	float:left;
	margin-left:325px;
	width:268px;
	height:36px;
	background-image:url(images/copyright.png);
}

#homeContainer p{
	margin-bottom:15px;
}

/*added by Sam Smith*/
#recentPosts{
	list-style:none;
}
#recentPosts li{
	margin-bottom:15px;
	font-size: .75em;
	line-height: 2em;
}

#postContentContainer{
	position:relative;
	height:auto;
	width:100%;
}

#postContent{
	position:relative;
	margin-top:10px;
	height:auto;
	margin-left:3px;
	font-size:16px;
	letter-spacing:-.5px;
	line-height:20px;
	width:100%;
}

#postContent p{
	width:100%;
	margin-bottom:15px;
}

#postContent p a:link{color:#e8bc33; text-decoration:none;}
#postContent p a:visited {color: #e8bc33; text-decoration: none;}
#postContent p a:active {color: #42708f; text-decoration: none;}
#postContent p a:hover {color: #42708f; text-decoration: none;}

#postContent h1{
	width:100%;
	font-size:18px;
	letter-spacing:0px;
}

#postDateTime{
	position:relative;
	float:left;
	height:24px;
	width:100%;
	color:#e8bc33;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:2px;
	margin-bottom:15px;
	letter-spacing:-.5px;
}

#recentPosts li h1{
	font-size:16px;
	line-height:18px;
}

#crv{
	position:relative;
	float:left;
	margin-top:15px;
	width: 210px;
	height: 201px;
	background-image:url(images/crv.png);
}

/*==============================HOME PAGE CALENDAR WIDGET==========================*/
#primary{
	position:relative;
	float:left;
	width:203px;
	height:220px;
}

#primary ul li#calendar-3 h3{
	display:none;
}

#primary ul li#calendar-3 table{
	float:right;
	position:relative;
	width:203px;
	height:200px;
}

#primary ul li#calendar-3 table caption{
	color:#e8bc33;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	margin-bottom:10px;
}

#primary ul li#calendar-3 table tbody{
	width:190px;
	position:relative;
	letter-spacing:-1px;
	font-size:14px;
}

#primary ul li#calendar-3 table tfoot{
	display:none;
}

#primary ul li#calendar-3 table a{
	border:#E8E8C7 1px solid;
}
#primary ul li#calendar-3 table a:hover{
	border:#42708f 1px solid;
}

