/* CSS Document */
/* Name: Liz Kreger	
Author: Created by Justin Knupp - Stonecreek Media Inc.
Owner Copyright 2006 by Liz Kreger.  All rights reserved.
Author URI: http://www.stonecreekmedia.com
Site URI: http://www.lizkreger.com
Date: November 19, 2006
Version: 1.0  */


/* -------- Define HTML elements ------------ */

body {
	background-image: url(../images/image_vertStrip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #957896;
}

p {
}

blockquote {
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}


/* -------- Define divider elements ------ */


.page {
	padding: 0px;
	height: 100%;
	width: 770px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 270px;
	width: 770px;
}

.headerBlog {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 270px;
	width: 770px;
	background-image: url(../images/image_blogHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.middle {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 770px;
	background-image: url(../images/image_middleStrip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.middleTop {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 120px;
	width: 770px;
	overflow: hidden;
}

.middleLeftContent {
	margin: 0px;
	float: left;
	height: 100%;
	width: 518px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/image_middleLowerTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	overflow: hidden;
}

.middleLeftContent a:link {
	color: #947795;
	text-decoration: none;
	font-weight: bold;
}

.middleLeftContent a:visited {
	color: #947795;
	text-decoration: none;
	font-weight: bold;
}

.middleLeftContent a:hover {
	color: #524CA2;
	text-decoration: underline;
	font-weight: bold;
}

.middleRightContent {
	margin: 0px;
	float: right;
	height: 100%;
	width: 202px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}





/* --------- Define footer elements ---------- */

.footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 87px;
	width: 770px;
}

.footer1 {
	background-image: url(../images/image_footer1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 770px;
}

.footer2 {
	background-image: url(../images/image_footer2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 43px;
	width: 770px;
}

.bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	padding-top: 15px;
	padding-right: 45px;
}

.bottomNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.bottomNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.bottomNav a:hover {
	color: #000000;
	text-decoration: underline;
}

.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 300px;
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}

.stonecreek {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}



/* ----------- Define photo elements ------------ */

.photoLeft {
	float: left;
	padding-right: 10px;
}

.photoRight {
	float: right;
	padding-left: 8px;
	padding-bottom: 5px;
}

/* ----------- Blog Stuff ----------------------- */

#sidebar {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sidebar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #000000;
	text-decoration: none;
}


	
/*-------------- End Blog elements ----------------- */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #593758;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFFFFF;
	color: #654666;
}
