* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #2F200C url(images/page-bg.jpg) no-repeat top center;
	text-align: justify;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF2B6;
}

table {
	width: 100%;}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

a {
	color: #CF9045;
	text-decoration: none
}

.image {
	text-align: center
	}
	
.entry img {
	border: 1px solid #211D1C;
	margin-left: 5px;
	margin-bottom: 2px;
	}

a:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom: 0px solid #FFF2B6;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

hr { display: none; }

.hr1 {
	height: 1px;
	padding-bottom: 0px;
}


/* Header */

#header {
	width: 900px;
	height: 35px;
	margin: 0 auto;
	background: none;
	border-bottom: 0px solid #211D1C;
}

#sig {
	width: 900px;
	height: 158px;
	margin: 350px auto;
	background: url(images/home-top.jpg) no-repeat bottom center;
	border-bottom: 0px solid #211D1C;
	border-top: 0px solid #3B382E;
}

#sig h1, #sig h2 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Times, serif;
}

#sig h1 {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	padding: 15px 0 0 50px;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

#sig h2 {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	padding: 10px 0 0 50px;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

#sig h3 {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	padding: 10px 0 10px 50px;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	width: 180px;
	background: url(images/signature.gif) no-repeat bottom right;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 504px;
	height: 110px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Times, serif;
}

#logo h1 {
	margin-left: 49px;
	margin-top: 45px;
	padding: 0;
	padding: 70px 0 0 50px;
	font-size: 40px;
	font-weight: normal;
	background: url(images/logo.gif) no-repeat top left;
}

#logo h2 {
	margin: 0;
	padding: 0;
	padding-left: 50px;
	text-transform: uppercase;
	font-size: 14px;
	color: #C6D0B3;
}

#logo h2 a {
	color: #C6D0B3;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	margin: 0;
	padding-top: 5px;
	float: right;
	width: 900px;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-left: 50px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial Hebrew";
	color: #FFF2B6;
}

#menu a:hover {
	color: #FFF;
	background: url(images/menu-indicator.gif) no-repeat bottom center;
	border-bottom: 0px solid #B9BC3D;
	
}

#menu .current_page_item a {
	color: #FFFFFF;
	background: url(images/menu-indicator.gif) no-repeat bottom center;
	border-bottom: 0px solid #B9BC3D;
}

/* Page */

#page {
	width: 825px;
	margin-top: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 5px 0px 20px 0px;
	background: url(images/core-bg.jpg) repeat-y top center;
	border-top: 3px solid #CF9045;
	border-bottom: 3px solid #CF9045;
}

#latest-post {
	float: left;
	width: 500px;
	padding: 0;
	line-height: 20px;
}

#latest-post h1 {
	letter-spacing: -.5px;
	font-family: "Lucida Grande", Times, serif;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 5px 5px 5px 12px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px dashed #FFF2B6;
}

.post {
}

.post .title {
	margin: 0;
}

.post h2 {
	letter-spacing: -.5px;
	font-family: "Lucida Grande", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #B9BC3D;
}

.post .meta {
	height: 31px;
	text-decoration: none;
}

.post .posted {
	float: left;
	height: 16px;
	font-size: 10px;
	padding: 5px 20px 5px 0px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
}

.post .permalink {
	background: url(images/img05.gif) no-repeat left 80%;
	padding: 5px 30px 5px 15px;
}

.post .comments {
	background: url(images/img04.gif) no-repeat left 87%;
	padding: 5px 30px 5px 20px;
}

.post .permalink {
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 35px;
}

.post .entry p {
	padding-left: 12px;
	padding-right: 10px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 0px 30px 0px;
}

#recent-posts .entry {
	background: #FFF url(images/img03.gif) no-repeat right bottom;
	padding: 0px 19px 30px 19px;
}

#recent-posts .entry h2 {
	margin: 0;
	padding: 0px 19px 0px 0px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Times, serif;
	font-size: 1.4em;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	clear: both;
	padding: 10px 20px 0px 20px;
	color: #FFF2B6;
	border-top: 0px solid #CF9045;
	border-bottom: 0px solid #3B382E;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 220px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
	margin: 0px;
}

#sidebar li li {
	width: 220px;
	display: list-item;
	float: none;
	padding: 0;
	border-top: 0px solid #2D2920;
}

#sidebar h2 {
	width: 220px;
	margin: 0 0 15px 0;
	padding: 0 50px 10px 0;
	text-transform: capitalize;
	font-family: "Lucida Grande", Times, serif;
	font-size: 14px;
	color: #FFF;
}

#sidebar p {
	color: #FFF2B6;
}

#sidebar a {
	text-decoration: none;
	color: #CF9045;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar em {
	text-decoration: none;
	color: #3B382E;
	float: right;
	font-style: normal;
}

/* Sidebar1 */

/* Sidebar */

#sidebar1 {
	float: right;
	width: 310px;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar1 li {
	border-top: 0px solid #211D1C;
}

#sidebar1 li ul {
	line-height: 25px;
	padding: 0px 20px 30px 20px;
	margin-bottom: 40px;
	border-bottom: 0px solid #3B382E;
}

#sidebar1 li li {
	padding: 0;
	color: #FFF;
	border-top: 1px solid #2F200C;
}

#sidebar1 h2 {
	width: 310px;
	margin: 0 0 5px 20px;
	padding: 10px 0 7px 0;
	text-transform: none;
	font-family: "Lucida Grande", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#sidebar1 a {
	color: #CF9045;
	text-decoration: none;
}

#sidebar1 em {
	text-decoration: none;
	color: #3B382E;
	float: right;
	font-style: normal;
}

#sidebar1 strong {
	text-decoration: none;
	color: #FFF;
	text-align: left;
	font-style: normal;
}

/* Footer */

#footer {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	padding: 15px 50px 0px 50px;
	background: none;
	border-top: 0px solid #3B382E;
}

#footer p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
	color: #CF9045;
}

#footer a {
	color: #FFF;
}

/* Twitter */

#twitter_div ul {  
    margin:0px;  
    padding:0px;      
}  
#twitter_div ul li {  
    list-style:none;  
    margin-bottom:5px;  
    margin-left:0px; 
    margin-top: 0px; 
    font-size:12px; 
}  
#twitter_div ul li a {  
    width:100%;  
    display:block;  
    position:relative;  
    top:0px;  
    left:0px;  
    line-height:16px;  
    text-transform:capitalize;  
}

#twitter_div ul li a:hover {  
    border: 0px;
    background: none;
    text-decoration: underline;  
}

.textfield{
	padding: 2px;
	margin: 0;
	width: 95%;
	}


