html, body {
	height: 100%;
}

body {
	background: #24160d url('/site/provider/siteprovider/rickwarren.com/images/bkgd.jpg') no-repeat center 100px;
	color: #f7f3e9;
	font: 12px "Lucida Grande", "Lucida San Unicode", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#aspnetForm {
	background: url('/site/provider/siteprovider/rickwarren.com/images/bkgd_header.jpg') repeat-x top left;
	min-height: 100%;
	position: relative;
	width: 100%;
}

#wrap {
	margin: 0 auto;
	min-height: 100%;
	width: 960px;
}

/* STANDARS */
	a:link, a:hover, a:active, a:visited {
		color: #76845e;
		font-weight: bold;
		text-decoration: none;
	}
	
	a:hover {
		color: #8fa072;
		text-decoration: underline;
	}
	
	img {
		border: 0;
	}
	
	img.left{
		float: left;
		margin: 0 10px 10px 0;
	}
	
	img.right{
		float: right;
		margin: 0 0 10px 10px;
	}
	
	p {
		margin-top: 0;
	}
	
	#leftcolumn ul {
		list-style-image: url('/site/provider/siteprovider/rickwarren.com/images/bullet.png');
		margin-left: 3em;
		padding: 0;
	}
	
	/* HEADERS (H1 AND H2 RESERVED FOR LOGO AND MAIN TITLE) */		
		h3 {
			color: #dc9f00;
			font-size: 26px;
			font-weight: normal;
			margin: 0 0 5px;
			text-transform: uppercase;
		}
		
		h4 {
			font-size: 15px;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		h4.subtitle {
			margin: -22px 0 6px -1px;
			position: relative;
		}
		
		h4.cattitle {
			color: #dc9f00;
			margin: 20px 0 5px;
		}
		
		h4.cattitle.first {
			margin-top: 0;
		}
		
		h5 {
			font-size: 12px;
			margin: 0;
		}	
		
		h5 a {
			color: #f7f3e9 !imporant;
		}
		
		h6 {
			font-size: 11px;
			margin: 0 0 12px;
		}
	
	.row {
		overflow: hidden;
	}
	
	.column {
		float: left;
	}
	
	.last {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

/* HEADER */
	#header {
		height: 100px;
		margin-bottom: 20px;
		position: relative;
		z-index: 30;
	}
	
	/* LOGO */
		h1{
			background: url('/site/provider/siteprovider/rickwarren.com/images/logo.png') no-repeat top left;
			height: 63px;
			margin: 0 0 0 94px;
			position: absolute;
			width: 297px;
		}
	
		h1 a {
			display: block;
			height: 63px;
			text-indent: -9999px;
			width: 297px;
		}
		
		#logopic {
			background: url('/site/provider/siteprovider/rickwarren.com/images/logo_pic.png') no-repeat top left;
			height: 115px;
			left: -1px;
			position: absolute;
			width: 97px;
		}
		
		#logopic a {
			display: block;
			height: 115px;
			text-indent: -9999px;
			width: 97px;
		}
	
	/* NAVIGATION */
		ul#navigation {
			font-size: 13px;
			font-weight: bold;
			list-style: none;
			margin: 70px 0 0 107px;
			padding: 0;
			position: absolute;
			text-transform: uppercase;
			width: 100%;
			z-index: 30;
		}
		
		ul#navigation li {
			float: left;
			margin-right: 13px;
			padding: 3px 5px 5px;
		}
		
		ul#navigation li.sfhover {
			background-color: #150b04;
		}
		
		ul#navigation a {
			color: #e7decb;
			display: block;
		}
		
		ul#navigation li.sfhover a {
			color: #dc9f00;
			text-decoration: none;
		}
		
		ul#navigation li.sfhover ul li a {
			color: #e7decb;
		}
		
		ul#navigation li.sfhover ul li a:hover {
			color: #dc9f00;
		}
		
		ul#navigation li ul {
			background-color: #150b04;
			left: -999em;
			margin-left: -5px;
			padding: 3px 5px 3px 0 !important;
			position: absolute;
			width: 155px;
			z-index: 30;
		}
		
		ul#navigation li:hover ul, ul#navigation li.sfhover ul {
			left: auto;
		}
		
		ul#navigation ul {
			font-size: 11px;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		ul#navigation ul li {
			border-bottom: 1px solid #2e1b10;
			float: none;
			width: 145px;
		}
		
		ul#navigation ul li.last {
			border-bottom: none;
		}
		
		/* PORTAL */
			#toplinks {
				height: 30px;
				margin: 0 0 24px 22px;
			}
			
			#toplinks ul {
				float: left;
				margin: 0;
				padding: 4px 0 0;
				list-style: none;
			}
			
			#toplinks ul li {
				float: left;
				padding: 0;
				margin: 0;
			}
			
			#topLinks select {
				font: 10px Arial, Helvetica, sans-serif;
				text-transform: none;
			}
			
			.toplinkstile {
				float: left;
				background: url('/site/provider/siteprovider/saddleback.com/templates/images/toplinks_tile.png') top left repeat-x;
				height: 30px;
			}
			
			.toplinksleft {
				float: left;
				background: url('/site/provider/siteprovider/saddleback.com/templates/images/toplinks_left.png') top left no-repeat;
				width: 5px;
				height: 30px;
			}
			
			.toplinksright {
				float: left;
				background: url('/site/provider/siteprovider/saddleback.com/templates/images/toplinks_right.png') top right no-repeat;
				width: 5px;
				height: 30px;
			}
	
/* CONTENT */
	#content {
		margin: 0 0 0 10px;
		min-height: 100%;
		padding-bottom: 79px;
	}
	
	#leftcolumn {
		float: left;
	}
	
	h4.subtitle a {
		margin: 3px 0 3px;
		position: absolute;
		right: 0;
	}
	
	.ad {
		margin-top: 12px;
	}
	
	/* CORNERS */
		.corners.short {
			height: 210px;
			*height: 190px !important;
			width: 314px;
		}
		
		.corners.long {
			width: 100%;
		}
		
		.dialog {
			position: relative;
		}
		
		.dialog.long {
			width: 684px;
		}
		
		.dialog.short .hd {
		 	background: transparent url('/site/provider/siteprovider/rickwarren.com/images/crnr_short-top.png') no-repeat top left;
		 	height: 22px;
		 	width: 334px;
		}
		
		.dialog.short .bd {
		 	background: transparent url('/site/provider/siteprovider/rickwarren.com/images/crnr_short-mid.png') repeat-y top left;
		 	padding: 3px 10px;
		}
		
		.dialog.short .ft {
			background: transparent url('/site/provider/siteprovider/rickwarren.com/images/crnr_short-btm.png') no-repeat top left;
			height: 7px;
		 	width: 334px;
		}
		
		.dialog.long .hd {
		 	background: transparent url('/site/provider/siteprovider/rickwarren.com/images/crnr_long-top.png') no-repeat top left;
		 	height: 7px;
		 	width: 684px;
		}
		
		.dialog.long .bd {
		 	background: transparent url('/site/provider/siteprovider/rickwarren.com/images/crnr_long-mid.png') repeat-y top left;
		 	padding: 3px 10px;
		}
		
		.dialog.long .ft {
			background: transparent url('/site/provider/siteprovider/rickwarren.com/images/crnr_long-btm.png') no-repeat top left;
			height: 7px;
		 	width: 684px;
		}
	
	/* !BLOG */
		.Blog {
			margin-top: -15px;
		}
		
		.Blog img, img.contentimage {
			width: expression(this.width > 450 ? 450 : true) !important;
			max-width: 450px !important;
			padding: 2px !important;
			border: none !important;
		}	
		
		/* !Entries */
			#PostDateLineTopAbove, #PostDateLineTopBelow, .PostDefinition, .blogarchivetitle, div.BlogTitle, #PostCommentsLineBottom {
				display: none !important;
			}
			
			.PostDateDayName, .PostDateMonth, .PostDateDay, .PostDateYear, .PostDateTime, .PostDefinitionBottom, .PostByLine, .PostCommentsLine, #PostDateLineBottom {
				display: inline !important;
			}
			
			.Post {
				text-align: right;
			}
			
			.Post div {
				text-align: left;
				border-bottom: 1px solid #8c8a85;
				margin-bottom: 5px;
				padding-bottom: 5px;
			}
			
			.Post div div {
				border-bottom: none !important;
			}
			
			.Post font, .Post h2 {
				font-family: Arial, Verdana, san-serif !important;
				font-size: 12px !important;
				color: #f7f3e9 !important;
			}
			
			.Post h2 {
				font-weight: bold !important;
				color: #404040 !important;
			}			
			
			.PostTitle {
				font-size: 18px;
				font-weight: bold;
				margin-bottom: 8px;
			}
			
			#PostDateLineTopAbove {
			    	margin-bottom: 10px;
			}
			
			#PostDateLineBottom {
				font-size: 10px !important;
				color: #8c8a85;
				border-right: 1px solid #909090;
				border-bottom: none !important;
				margin-right: 5px;
				padding-right: 5px;
				padding-bottom: 0;
			}
			
			.PostByLine a, .PostCommentsLine a {
				font-weight: normal;
			}
			
			
			
			.PostByLine {
				border-bottom: none !important;
			}
			
			#PostCommentsLineTop {
				border-bottom: none !important;
				border-left: 1px solid #909090;
				margin-left: 3px;
				padding-left: 5px;
				padding-bottom: 0;
			}
			
			.PostDivider {
				height: 15px;
				border-bottom: none !important;
				margin-bottom: 0 !important;
				padding-bottom: 0 !important;
			}
			
			.Post span, .Post font, .blogarchivepostpreview span, .blogarchivepostpreview font {
				background-color: transparent !important;
				font-size: 12px !important;
				color: #f7f3e9 !important;
			}
			
			.PostDefinitionBottom, #PostDateLineBottom span {
				border-bottom: none !important;
				font-size: 10px !important;
				color: #f7f3e9;
				padding-bottom: 0 !important;
			}
		
		/* !Comments */
			#Comments {
				height: 0;
			}
			
			#CommentWrapper {
				padding: 15px 0 15px;
			}
			
			#AddCommentTitle {
				font-size: 18px;
				font-weight: bold;
			}
			
			#AddCommentBox {
				width: 390px;
				padding: 7px;
				margin: 10px 0px 20px 0px;
				background: #efefef;
			}
			
			div.CommentDefinition{
				clear: left;
				width: auto;
				padding-top: 0px;
			}
			
			.CommentsTitle {
				font-size: 18px;
				font-weight: bold;
			}
			
			.CommentByLine {
				font-size: 16px;
				font-weight: bold;
				float: left;
				text-align: left;
				width: 50%;
			}
			
			.CommentDateLine {
				font-size: 10px;
				float: right;
				text-align: right;
				width: 50%;
			}
			
			.Comment {
				border-bottom: 1px solid #E4E4E4;
				clear: left;
				width: 100%;
				margin-bottom: 20px;
				padding: 5px 0 20px 0;
			}
			
			.CommentTextbox {
				width: 375px;
				height: 100px;
				padding: 2px 0;
				margin: 0px;
			}
			
			
		/* !Archive */
			#ArchiveList {
				margin-bottom: 15px;
			}
			
			.featuresSection h2 {
				color: #acacac; 
			}
			
			#ArchiveList ul {
				list-style: none;
				line-height: 17px;
				margin: 0;
				padding: 0;
			}
			
			#ArchiveList li a {
				display: block;
				border-top: 1px solid #e4e4e4;
				border-bottom: 1px solid #e4e4e4;
				padding: 3px 0 3px;
			}
			
			#ArchiveList li li a {
				display: block;
				margin-top: -1px;
				padding-left: 15px;
			}
			
			#ArchiveList li li li a {
				display: block;
				padding-left: 30px;
				
			}
			
		/* !RECENT COMMENTS */
			.blogrecentcomments br, .blogrecentcommentstitle {
				display: none;
			}
			
			.blogrecentcommentspreview {
				margin-bottom: 10px;
			}	
	
	/* RIGHT COLUMN */
		#rightcolumn {
			margin: -120px 0 0 700px;
			*margin: -120px 0 0 16px !important;
			position: absolute;
			width: 250px;
			z-index: 31;
		}
		
		#rightcolumn .feature {
			background: transparent url('/site/provider/siteprovider/rickwarren.com/images/bkgd_alpha50.png') repeat top left;
		}
		
		/* SEARCH */
			#search {
				margin: 17px 0 17px;
				padding-left: 10px;
			}
			
			input#searchfield {
				background: transparent url('/site/provider/siteprovider/rickwarren.com/images/searchfield.png') no-repeat top left;
				border: none;
				color: #616161;
				height: 20px;
				padding: 0;
				text-indent: 18px;
				text-transform: uppercase;
				width: 198px;
			}
			
			#searchbtn {
				background: transparent url('/site/provider/siteprovider/rickwarren.com/images/btn_search.png') no-repeat top left;
				border: none;
				height: 20px;
				text-indent: -9999px;
				width: 32px;
			}
		/* Title */
			h2 {
				background: transparent url('/site/provider/siteprovider/rickwarren.com/images/bkgd_title.jpg') no-repeat top left;
				display: block;
				font-size: 25px;
				font-weight: bold;
				height: 36px;
				margin: 0;
				padding: 12px 14px 0;
				width: 222px;
			}
		
		/* SUBNAV */
			ul#subnav {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			
			ul#subnav li {
				border-bottom: 1px solid #332413;
				font-size: 14px;
				height: 32px;
				text-transform: uppercase;
			}
			
			ul#subnav li a {
				background: transparent url('/site/provider/siteprovider/rickwarren.com/images/subnav_bkgd.png') no-repeat top left;
				color: #f7f3e9;
				display: block;
				height: 31px;
				line-height: 31px;
				padding-left: 27px;
			}
			
			ul#subnav li a:hover {
				background: transparent url('/site/provider/siteprovider/rickwarren.com/images/subnav_bkgd.png') no-repeat bottom left;
			}
				

/* FOOTER */
	#footer {
		background-color: #100701;
		bottom: 0;
		*bottom: -20px !important;
		font-size: 9px;
		height: 59px;
		left: 0;
		position: absolute;
		text-transform: uppercase;
		width: 100%;
	}
	
	#footer div {
		margin: 0 auto;
		width: 960px;
	}
	
	#footer span a.facebook {
		background: url('/site/provider/siteprovider/rickwarren.com/images/footer_btn_facebook.gif') no-repeat top left;
		display: block;
		float: left;
		height: 26px;
		margin: 15px 15px 0 0;
		text-indent: -9999px;
		width: 69px;
	}
	
	#footer span a.twitter {
		background: url('/site/provider/siteprovider/rickwarren.com/images/footer_btn_twitter.gif') no-repeat top left;
		display: block;
		float: left;
		height: 26px;
		margin-top: 15px;
		text-indent: -9999px;
		width: 75px;
	}
	
	#footer div.copyright {
		float: right;
		margin-top: 23px;
		width: 300px;
	}
	
	#footer ul {
		clear: right;
		color: #60490e;
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#footer ul li {
		float: left;
		margin-right: 15px;
	}
	
	#footer ul li a {
		color: #60490e;
	}
	
	#footer ul li.regiment a {
		background: url('/site/provider/siteprovider/rickwarren.com/images/regiment.png') no-repeat top left;
		display: block;
		height: 12px;
		text-indent: -9999px;
		width: 7px;
	}
