/*
Theme Name: Middle East Family Tree
Theme URI: http://shatterglassstudios.com
Description: Theme for Middle East Family Tree.
Version: 1.0
Author: David Fendley
Author URI: http://triconium.com/
Tags: brown, yellow, paper, tree

	Middle East Family Tree v1.0
	 http://triconium.com/
*/



/* Begin Typography & Colors */
body {
	margin: 0px 0px;
	font-family: "Helvetica" "Times New Roman";
	font-size: 9pt;
	background: #000 url('images/skin/bg.jpg') repeat-x;
}

a, a:visited {
	color: #74412c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#wrapper {
	width: 947px;
	margin: 15px auto;
}

#left_edge {
	float: left;
	width: 60px;
	height: 344px;
	background: transparent url('images/skin/left_edge.jpg') no-repeat;
}

#tree {
	width: 315px;
	height: 327px;
	float: left;
	background: #000 url('images/skin/tree.jpg') no-repeat;
}

#banner {
	width: 512px;
	height: 327px;
	float: left;
	background: #000 url('images/skin/banner.jpg') no-repeat;
}

#nav_wrapper {
	position: relative;
	width: 827px;
	height: 17px;
	float: left;
	background: #000 url('images/skin/nav_bg.jpg') no-repeat;
}

#nav {
	float: right;
}

#nav a {
	margin-right: 10px;
	height: 14px;
}

#nav a img {
       border-bottom: 1px solid transparent;
}

#nav a:hover img {
	border-bottom: 1px solid #000;
}

#content {
	padding: 25px 65px;
	width: 817px;
	float: left;
	background: transparent url('images/skin/content_bg.jpg') repeat-y;
	-moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

.title {
	position: relative;
	left: -10px;
	padding-bottom: 15px;
}

#right_edge {
	float: right;
	width: 60px;
	height: 344px;
	background: transparent url('images/skin/right_edge.jpg') no-repeat;
	
}