/*
Theme Name: The Family Stoneburner
Theme URI: http://www.thefamilystoneburner.com
Version: 3.0
Description: 3rd Theme for TFS
Author: Ramsey Stoneburner
Author URI: http://www.cowgirlexpressions.com
*/
/* Links */

a:link {
	text-decoration: none;
	color: #90491B;
}

a:visited {
	text-decoration: none;
	color: #90491B;
}

a:hover, a:active {
	color: #90491B;
	text-decoration: underline;
}
img {
	border: 0px;
}


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

.clear {clear:both;}

/* Structure */

body {
	margin: 0;
	padding: 0;
	color: #AC7242;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ECB7BD;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}
#header {
	width: 1044px;
	background-image: url(images/header-bg1.jpg);
	background-repeat: no-repeat;
	height: 473px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
}
#header    img    {
	position: relative;


}
#photoimg {
	height: 474px;
	width: 1044px;
}



/* Navigation */

#navigation {
	margin-left: 0px;
	padding-left: 0px;
	top: 166px;
	width: 1044px;
	z-index: 999;
	position: absolute;
	left: 0px;

}


#navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 150px;
	float: left;
}

#navigation li {
	float: left;
}

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #6B3006;
	margin-right: 0px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #CC0000;
	background: #E4A1A8;
	background-repeat: repeat-x;
	font-size: 18px;
	filter:alpha(opacity=50);
	-ms-filter:”alpha(opacity=50)”; 
	-moz-opacity:0.50;
	opacity:0.50;
	-khtml-opacity: 0.5;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

 
#navigation li.active a
{
	color: #555555;
	background-color: #ffffff;
}



#content_wrap {
	width: 1044px;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#main_wrapper {
	width: 750px;
	margin-left: 185px;
	position: relative;
	top: -200px;
}

#post_wrapper {
	width: 500px;
	float: left;
}
#post_wrapper p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#post_wrapper .post-title  a { border-bottom-width: 0; }
#post_wrapper .post  p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }
#post_wrapper .post-footer {
	font-size: 90%;
	color: #A76A3D;
	margin-bottom: 5px;
	padding:5px 5px 5px 15px;
	background-color: #EEC6C4;
	border: 1px solid #E5A2AB;
}
#post_wrapper .post-wrapper .post p {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AC7242;
	text-align: left;
}


/* Sidebar */

#sidebar
{
	float: right;
	width: 210px;
	margin-right: 15px;
	margin-top: 10px;
	position: relative;
}


.sideblock
{
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #F1D5CA;
	border: 1px solid #A76A3D;
}

.sideblock ul {
	margin-left: -20px;

}

.sideblock h3 { margin-top: 5px; font-size: 14px; color: #D66A6A; font-weight: bold; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}


#footer_wrap {
	width: 1044px;
	margin: 0 auto;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 119px;
	position: relative;
}
#footer {
	width: 760px;
	margin-left: 175px;
	position: relative;
	text-align: center;
	top: 60px;
}
#footer a {
	color: #BD7AA6;
	font-size: 11px;
	}

#footer a: visited {
	color: #BD7AA6;
	}
#footer a:hover {
	color: #ECB8DA;
	border-bottom: 1px dashed #ECB8DA;
	}



/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.date {
	height: 65px;
	margin-bottom: 0px;
	width: 91px;
	text-align: center;
	float: left;
	margin-top: 15px;
	background-image: url(images/date.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.date .month {
	display: block;
	color: #90491B;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 25px;
	font-weight: bold;
	float: left;
	width: 45px;
}
.date .day {
	display: block;
	color: #90491B;
	font: 2.3em Georgia;
	padding-top: 10px;
	padding-right: 10px;
}
.post-title {
	float: right; 
	width: 404px; 
	clear: right; 
	margin-top: 15px; 
	margin-bottom: 15px; 
	padding-top: 10px;  
	margin-left: 5px;
}


#header h1 a {
color: #FFFFFF;
}

#header h1 a: hover {
color: #FFFFFF;
}

.slogan {
font-size: 13px;
color: #FFDEF9;
text-transform: lowercase;
margin-right: 80px;
margin-bottom: 15px;
float: right;

}
