/*  
Theme Name: FlagStone Meadows
Theme URI: http://www.makeityourweb.com
Description: Custom Wordpress Theme from Make It Your Web
Version: 1.0
Author: Kristen Griffiths / Jeff Jenson
Author URI: http://www.makeityourweb.com
*/

body 
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3F1700;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #4C5C52;
}
#page
{
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 932px;
}
a { color: #1E2658; }
img { border: 0px; }
form, h1, h2, h3 { padding: 0px; margin: 0px; }
.alignleft { float: left; }
.alignright { float: right; }

/* START header styles */
#header 
{
	background: url('images/header.jpg') no-repeat top center;
	height: 256px; 
	width: 932px;
	margin: 0px 0;
}
#headerMargin { padding: 40px 45px; }
#header h1
{
	padding: 0px;
	margin: 0px;
}
#header h1 a 
{
	color: #3F1700;
	font-size: 40px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#header .description 
{
	font-size: 24px;
	color: #3F1700;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.mainNavigation { 
	position: relative;
	margin: 150px 0px 0px 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.mainNavigation a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
/* END header styles */

/* START search styles */
#searchform { margin: 10px 0px; }
#searchform #s
{
	font-size: 10px;
	width: 100px;
}
#searchform #searchsubmit
{
	font-size: 10px;
}
#searchsubmit { margin: 0 0 0 0px; }
/* END search styles */

/* START sidebar styles */
#sidebar
{	
	width: 202px; /* 242px */
	float: right;
	padding: 0 20px;
}
ul#themeswitcher li
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0px;
}
#themeswitcher select
{
	font-size:10px;
}

#sidebar > ul
{
	margin: 15px 0;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#sidebar > ul li h2
{
	font-size: 18px;
	color: #00788B;
	margin: 15px 0px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: 2px solid #CACFD3;
	padding: 0px 0 5px;
}
#sidebar > ul li ul
{
	font-size: 10px;
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0px;
	text-align: left;
	color: #1E2658;
}
#sidebar > ul li ul a
{
	font-size: 10px;
	color: #1E2658;
	text-decoration: none;
}
#sidebar p
{
	margin: 10px 0;
	padding: 0;
	color: #1E2658;
	font-size: 10px;
}
#sidebar a
{
	color: #1E2658;
}

#sidebar ul li#tag_cloud, #sidebar ul li#calendar
{
	padding: 0px 0px 10px 15px;
	color: #1E2658;
}
#sidebar ul li#tag_cloud h2, #sidebar ul li#calendar h2
{
	margin: 0 0px 10px -15px;
}
#sidebar ul li#tag_cloud a, #sidebar ul li#calendar a
{
	color: #1E2658;
	text-decoration: none;
}

/* END sidebar styles */

/* START content styles */
#contentArea
{
	background-image:url(images/mainRepeat.jpg);
	background-repeat: repeat-y;
	width: 832px;
	overflow: auto;
	padding: 40px 50px 20px;
}
.LeftColumn 
{
	width: 228px; /* 513px */
	margin: 0px 0px 0px 80px;
	padding: 0px 40px 0px 0px;
	float: left;
	border-right: 2px solid #CAAF7A;	
	color: #3F1700;
}
#content
{
	width: 470px; /* 755px */
	margin: 0px 30px 0px 0px;
	padding: 0 30px 0px 0px;
	color: #3F1700;
	float: right;
}
.post { clear: both; }
.post h2, .post h3
{
	margin: 0px;
	padding: 5px 0 5px 0;
}
.post h2 a, .post h3 a
{
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
}
.post small, .post small a
{
	font-size: 10px;
	color: #00788B;
	margin: 0;
	padding: 0;
}
.post .entry p
{
	margin: 7px 0 5px;
	padding: 0px;
	text-align: left;
}
.post .entry a
{
	color: #3F1700;
}
.post .postmetadata, .post .postmetadata a
{
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	color: #3F1700;
	text-decoration: none;
}
.post .postmetadata a:hover
{
	text-decoration: underline;
}
.post img { margin: 0 5px 5px 0; }
h2.pagetitle, h2
{
	color: #48584C;
	font-size: 24px;
	text-decoration: none;	
	margin: 5px 0 0px;
	font-weight: normal;
	font-size: 22px;
}
.navigation a
{
	color: #00788B;
}

/* END content styles */

/* START footer styles */
#footer
{
	clear: both;
	background: url(images/footer.jpg) no-repeat top center;
	padding: 5px 0px 5px;
	text-align: center;
	color: #73614E;
	margin: 0px;
	width: 932px;
	height:37px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a
{
	color: #73614E;
}

.copyright { float:left; margin-left: 50px;}
.MakeItYourWebLinkBack { float:right; margin-right: 50px;}
/* END footer styles */

