
/*

*/

body {
	margin: 0px;
	padding: 0;
	background: #ded7cf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #464646;
}

h1, h2 {
	margin: 0;
	font-weight: bold;
	color: #5b5043;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	text-align: justify;
}

a { color: #5b5043; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

/* Header */

#header {
	width: 920px;
	height: 90px;
	margin: 0 auto;
	padding: 0px 30px;
	background: url(images/img02.jpg)  no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 920px;
	height: 90px;
}

#menu ul {
	margin: 0;
	padding: 20px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 14px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #FFFFFF;
}


/** LOGO */

#logo {
	width: 940px;
	height: 80px;
	margin: 0 auto;
	padding-left: 20px;
}

#logo h1 {
              font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
              letter-spacing: -2px;
	font-size: 44px;
              padding-top: 10px;
}

#logo a {
	text-decoration: none;
	color: #5b5043;
}

#logo h1 a {
	text-decoration: none;
	color: #5b5043;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 920px;
}

/* Post */

.post {
	margin-bottom: 15px;
}

.post .title {
	height: 44px;
              text-decoration: none;
	text-transform: capitalize;
              letter-spacing: -2px;
	font-size: 30px;
	color: #5b5043;
}

.post .entry {
	border-top: 1px solid #E0E0E0;
	padding: 10px 0px;
}

/* Footer */

#footer {
	width: 980px;
	height: 100px;
              background: #a29280;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #E0E0E0;
}

#footer p {
	margin: 0;
	padding: 40px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}
