/*
Theme Name: Lakeside Custom
Theme URI: http://wordpress.org/
Description: A custom theme developed for Lakeside Baptist.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {background:#e5e3d9; margin:0; font-family:Arial, Helvetica, sans-serif}

p, h1, h2, h3, h4, h5 {margin-top:0}

blockquote {padding:10px 10px 0; background:#f2f1ec; border: #cecbb8 solid 1px}

div#header_container {background:#020609 url(images/background_02.png) top center no-repeat; border-bottom: 3px #849472 solid; min-height: 100px; padding-bottom:15px}
	div#header {margin: 0 auto; width: 965px}
		div#header_left {float:left}
	div#menu {float:right; width:750px; padding:7px 0}
	div#menu ul {list-style:none; margin:0; padding:0}
	div#menu ul li {display:inline-block}
	div#menu ul li a {color:#99afbb; padding: 8px 10px; text-decoration:none; text-transform:uppercase; font-size:12px}
	div#menu ul li a:hover {color:#b4c4cd}

div#content_container {background: url(images/background_06.png) top repeat-x; padding:15px 0}
	div#content {margin: 0 auto; width: 965px}
	
	div#content_left {width: 660px; float: left; border: 1px solid #d0cbba; background: #fff url(images/content_bg_03.jpg) repeat-x; padding: 20px}
	div#content_right {width: 210px; float: right; border: 1px solid #d0cbba; background: #eceae3 url(images/lcontent_bg_05.jpg) repeat-x; padding: 20px}
	div#content_right ul {list-style:none; padding:0; margin:0}
	div#content_right li { margin-bottom:20px}

div#footer_container {background:#020609; border-top: 3px #849472 solid; padding:15px 0}
	div#footer {margin: 0 auto; width: 965px; color:#99afbb; font-size:small}
	div#footer_right {float:right; text-align:right}
		div#footer_right a { text-decoration:none; color:#99afbb}
	div#footer_left {float:left}
