* { margin: 0; padding: 0; }
html, body {
	margin: 0;
	padding: 4px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height: 1.7em;
	text-align: center;
	color: #333;
	background: #f4f1cb url(/img/ui/diamonds.gif) top left repeat;
	}

/*------- text --------*/

p { 
	font-size: 1em;
	margin: 1em 20px;
	}
h1, h2, h3, h4 {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #444;
	}
h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 20px 0 0 0;
	}
h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0 20px 5px 20px;
	padding: 0;
	}
h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 5px 20px 0 20px;
	}
h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 10px 20px 0 20px;
	}
h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 10px 20px 0 20px;
	}


/*------- links --------*/

a, a:visited {
	color: #903;
	background-color: transparent;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #fff;
	background-color: #903;
	text-decoration: underline;
	}


/*------- lists --------*/
#content ul {
	list-style: disc outside;
	font-size: 1em;
	margin: 1em 20px;
	}
#content li {
	margin: 0 0 0 15px;
	}


/*------- layout --------*/
#page {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
#headhead { background-color: transparent; }
#header {
	padding: 0 12px 5px 12px;
	text-align: right;
	background-color: #acc9dd;
	clear: both;
	}

/* thanks to Alan Pearce and A List Apart for this 2-col layout technique */
#container{
	background-color:#fff;
	overflow:hidden;
	width: 800px;
}
#content{
	float:right;
	width: 620px;
	padding: 15px 0;
	border-left: 180px solid #069;
	margin-left: -180px;
	background: #fff url(/img/ui/whiteshadow.gif) top right repeat-y;
}
#sidebar{
	float:left;
	width: 180px;
	padding: 15px 0;
	background-color: #069;
	z-index:10000;
}

#footer {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #c99;
	}
#footfoot { background-color: transparent; }
/*------- /layout --------*/



/*------- header stuff --------*/
#logo {
	float: left;
	}
.stripe {
	width: 800px;
	background-color: #903;
	clear: both;
	}
.stripe form {
	padding: 2px 12px 1px 12px;
	text-align: right;
	float: right;
	clear: both;
	}

/*------- utility row links --------*/
#utility {
	float: right;
	font-size: 1.1em;
	list-style-type: none;
	margin: 60px 20px 5px 0;
	}
#utility li {
	text-align: left;
	display: inline;
	margin: 0 0 0 6px;
	padding: 0 0 0 14px;
	background: transparent url(/img/ui/cross_blue.gif) bottom left no-repeat;
	}
#utility li a {
	color: #039;
	background-color: transparent;
	text-decoration: none;
	}
#utility li a:hover, #utility li a:active {
	color: #039;
	background-color: transparent;
	text-decoration: underline;
	}

/*------- utilitybox links --------*/
#utilitybox {
	float: right;
	text-align: left;
	margin: 0 0 8px 0;
	color: #fff;
	background: #903 url(/img/ui/bluecorners_tl.gif) top left no-repeat;
	}
#utilitybox ul {
	list-style-type: none;
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	padding: 6px 17px 7px 17px;
	background: url(/img/ui/bluecorners_bl.gif) bottom left no-repeat;
	}
#utilitybox_tr {
	background: url(/img/ui/bluecorners_tr.gif) top right no-repeat;
	margin: -6px -17px 0 0;
	padding-top: 6px;
	}
#utilitybox_br {
	background: url(/img/ui/bluecorners_br.gif) bottom right no-repeat;
	margin: 0 -17px -7px 0;
	padding-bottom: 7px;
	}
#utilitybox ul li a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
#utilitybox ul li a:hover, #utilitybox ul li a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
	}
/*------- /header --------*/


/*------- content area stuff --------*/
#content { padding: 0;}
#content div.img_r, #content img.img_r {
	float: right;
	margin: 5px 0 5px 15px;
	}
#content p img.img_r {
	margin-right: 0;
	}
#content div.img_r p {
	margin: 2px 0;
	font-size: 0.9em;
	color: #999;
	}
#content div.img_l, #content img.img_l {
	float: left;
	margin: 5px 20px;
	}
#content p img.img_l {
	margin-left: 0;
	}
#content div.img_l p {
	margin: 2px 0;
	font-size: 0.9em;
	color: #999;
	}

#slideshow, #flashcontent {
	margin: 0;
	z-index: 10;
	}

#calframe {
	padding: 0 10px 0 20px;
	text-align: right;
	}


/*------- sermons --------*/
.sermon {
	margin: 10px 20px;
	font-size: 0.9em;
	padding-top: 5px; 
	border-top: 1px solid #ccc;
	}
.sermon h1, .sermon h2, .sermon h3, .sermon p {
	margin-left: 0;
	margin-right: 0;
	}
span.sermon_date {
	font-size: 0.9em;
	color: #777;
	}
.sermon p {
	font-size: 1.1em;
	margin-top: 0;
	color: #555;
	}
div.sermon_buttons { 
	float: right;
	margin: 0 0 5px 20px; 
	}
div.sermon_buttons a:hover, div.sermon_buttons a:active { 
	background: transparent;
	}
div.sermon_file { 
	margin: 10px 20px; 
	}



/*------- footer stuff --------*/
#footer {
	clear: both;
	}
#footer ul {
	list-style-type: none;
	padding: 10px 12px 0 12px;
	font-size: smaller;
	line-height: 12px;
	}
#footer ul li {
	display: inline;
	margin: 0 6px 0 0;
	padding: 0 0 0 15px;
	background: transparent url(/img/ui/cross_black.gif) bottom left no-repeat;
	}
#footer ul li.nobullet { background-image: none; }
#footer ul li a {
	color: #333;
	text-decoration: underline;
	}
#footer ul li a:hover, #footer ul li a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
	}
/*------- /footer --------*/



/*------- misc --------*/
hr.hide {
	display: block;
	clear: both;
	margin: -0.4em 0;
	visibility: hidden;
	}

a img, a:hover img, a:active img { 
	border: none;
	background: transparent;
	}