/*
Theme Name: Feather Your Nest
Version: 2.0
Description: Created for Feather Your Nest Interiors
Author: Melissa Aldrich
Author URI: http://www.designs-by-melissa.com
*/

body
{
	margin: 0 auto;
	background: #947040;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
	}

a{text-decoration: none;
	font-weight: bold;
	color: #8CBFD0;
}

a:hover {
	text-decoration: underline;
}

#wrapper
{
	margin: 0 auto;
	width: 960px;
}

#header
{	height: 29px;
	letter-spacing: 1px;
	text-align:center;
}

#menu
{
  padding: 0 0 20px 10px;
	margin:0 auto;
}

#menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a
{
	float: left;
	padding: 0 12px 10px 10px;
	font-weight:bold;
	text-decoration: none;
	color: #FFF;
}

#menu a:hover {color:#fff;
	background: url(menu-hover.jpg) no-repeat bottom center;
}

#container    
{
	border: 10px solid #ffffff;
	height: 360px;
	width: 960px;
	margin:0 auto;
}

#containerleft
{
	float:left;
	width:370px;
	height:360px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding-top: 5px;
	font-family: arial, verdana, tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 200%;
	border-bottom: 1px solid #8CBFD0;
	padding-bottom:5px;
}

#containerleft p
{
	margin: 0;
}

#containerright
{
  border-left: 10px solid #FFF;
	float: left;
	width: 560px;
	height: 340px;
	background: #5F482A;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding-top: 5px;
	font-family: arial, verdana, tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 200%;
	border-bottom: 1px solid #8CBFD0;
	padding-bottom:5px;
}

#containerright h4
{
	color:#8CBFD0;
}

#footer
{ padding-right:5px;
	text-align: right;
	color: #ffffff;
}

#footer a
{font-size: 70%;
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover
{
	text-decoration: underline;
	color: #FFF;
}
