/*  
Theme Name: Emily Yetman
Theme URI: http://yetmandesigns.com
Description: Emily's Website Theme
Version: 1.0
Author: Ian Johnson
Author URI: http://www.moiagroup.com

*/

body {
	background: #999;
	text-align: center;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 82%;
	color: #666;
	background: url(images/bgtile.gif) repeat-x;
}

a {
	color: #5c9894;
}

h1, h2, h3, h4 {
	color: #b55a2d;
	font-family: "Trebuchet MS";
	font-weight: normal;
}

#wrapper-shadow {
	margin: 0 auto;
	text-align: center;
	width: 868px;
	background: url(images/shadow_left.png) repeat-y;
}

#wrapper-shadow.wide {
	width: 80%;	
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 806px;
	padding: 0 0;
	background: #fff;
	min-height: 800px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 1000px;
}
/**/


#wrapper-shadow-right {
	background: url(images/shadow_right.png) repeat-y 100% 0;	
}

#wrapper.wide {
	width: auto;
	margin: 0 30px;
}

#wrapper.alt {
	background: #333;
}

#header {
	margin-bottom: 0px;
	text-align: right;
	padding-top: 20px;
	padding-right: 40px;
}

#header_search {
	text-align: right;
	padding-top: 41px;
	padding-right: 74px;
}

#header_search input.searchbutton {
	width: 50px;
	height: 19px;
	background: #666 url(images/but_search.jpg) no-repeat;
	color: transparent;
	border: 0;
}

#maincol {
	padding: 0 90px 0 33px;
}

#footer {
	clear: both;
	padding: 0 48px;
	font-size: .9em;
	margin-top: 80px;
	color: #AAA;
}

#footer hr {
	border: 0;
	border-top: 1px solid #454545;
}

#footerright {
	text-align: right;
	float: right;
	width: 60%;
}

#footerleft {
	text-align: left;
	float: left;
	width: 30%;
}

#content {
	float: right;
	width: 515px;
	margin-top: 15px;
	display: inline;

}

#homecontent {
	width: 710px;
	padding-left: 15px;
	margin-top: 20px;	
}

#homecontent img {
	border: 1px solid #222;		
	margin-bottom: 10px;
}

#homebuttons {
	margin-top: 20px;
	text-align: center;
	text-transform: lowercase;
}

#homebuttons a {
	text-decoration: none;
	color: #dddddd;
}


/* ************************* SIDEBAR ************************ */
#sidebar {
	width: 202px;
	font-size: 1em;
	float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
}

#sidebar ul li.current_page_item {
}

#sidebar ul li a:hover {
	color: #FFCCCC;
}

#sidebar ul li a {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	
	color: #bccacf;
	display: block;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul li {
}

#sidebar ul ul li a:hover {
	color: #FF2222;
}

#sidebar ul ul li a {
	padding: 2px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFF;
	display: block;
}

#sidebar ul ul li.current_page_item a {
	color: #FF2222;
	background-color: #FFF;
}


/* ************************* END SIDEBAR ************************ */

/* ************************* HEADERNAV ************************ */
#headernav {
	font-size: 1em;
	padding-right: 40px;
	padding-left: 40px;
	text-transform: lowercase;
}

#headernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#headernav ul li {
	display: inline;
}

#headernav ul li.current_page_item a {
	color: #b55a2d;	
}

#headernav ul li a:hover {
	color: #b55a2d;
	text-decoration: underline;
}

#headernav ul li a {
	padding: 5px 4px;
	padding-left: 10px;
	text-decoration: none;
	color: #bccacf;
}

#headernav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#headernav ul ul li {
	display: inline;
}

#headernav ul ul li a:hover {
	color: #FF2222;
}

#headernav ul ul li a {
	padding: 2px;
	text-decoration: none;
	color: #FFF;
}

#headernav ul ul li.current_page_item a {
	color: #FF2222;
	background-color: #FFF;
}


/* ************************* END HEADERNAV ************************ */


#subnavbar {
	background-image: url('images/subnavbgtile.gif');
	font-size: 1em;
	padding-right: 40px;
	padding-left: 60px;
	text-transform: lowercase;
	margin-top: 8px;
}

#subnavbar a {
	text-decoration: none;
}

#subnavbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnavbar ul li {
	display: inline;
	margin-left: 15px;
}


/* ************************* END HEADERNAV ************************ */


#subsubnavbar {
	background-image: url('images/subnavbgtile.gif');
	font-size: 1em;
	padding-right: 40px;
	padding-left: 90px;
	text-transform: lowercase;
	margin-top: 8px;
}

#subsubnavbar a {
	text-decoration: none;
}

#subsubnavbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subsubnavbar ul li {
	display: inline;
	margin-left: 15px;
}

img.alignleft {
	float: left;
	margin-right: 13px;
	border: 1px solid #999;
}
	
img.alignright {
	float: right;
	margin-left: 13px;
	border: 1px solid #999;
}