body {
margin: 0;
padding: 0;
border: 0;
text-align: center;
color: #283500;
background: #692 url(images/outerwrap.gif) top center repeat-y;
font-size: small;
}
img {
border: 0;
display: block;
}
.clear {
clear: both;
}
/* Wrapper */
#outer-wrapper {
margin: 0 auto;
border: 0;
width: 693px;
text-align: left;
background: #FB9F15;
font: normal normal 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
}
/* Header */
h1 a, h1 a:link, h1 a:visited {
	color: #ffffee;
	font-size: 10px;
}
/* Inner layout */
#content-wrapper {
padding: 0 16px;
}

#menu {
	width: 693px;
	float: left;
	color: #555544;
	background-color: #FF9C15;
}
.hovermenu ul{
font: bold 13px arial;
padding-left: 20px;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #B9FE53;
border: 1px solid #692;
}

.hovermenu ul li a:hover{
background-color: #FF9C15;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#main {
	width: 593px;
	float:right;
	padding:0px 50px 0px 50px;
	background-color: #FB9F15;
}
/* Default links 	*/
a:link, a:visited {
font-weight: bold;
text-decoration: none;
color: #B9FE53;
background: transparent;
}
a:hover {
font-weight: bold;
text-decoration: underline;
color: #B9FE53;
background: transparent;
}
a:active {
font-weight : bold;
text-decoration : none;
color: #B9FE53;
background: transparent;
}
/* Typography */
.main p, .sidebar p, .post-body {
line-height: 130%;
margin-top: 25px;
margin-bottom: 2em;
}
h1, h2, h3, h4, h5	{
margin: 0;
padding: 0;
}
h1 {
	font-size: 180%;
}
h2 {
font-size: 120%;
}
h3 {
	margin-top: 5px;
	font-size: 150%;
	color: #B9FE53;
}
.sidebar h2 {
color: #555544;
}
.sidebar .widget {
margin-top: 12px;
margin-right: 0;
margin-bottom: 13px;
margin-left: 0;
padding: 0;
}
.main .widget {
margin-top: 12px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}
li  {
line-height: 160%;
}
.sidebar ul {
margin-left: 0;
margin-top: 0;
padding-left: 0;
}
.sidebar ul li {
vertical-align: top;
padding: 0;
margin: 0;
}
.widget-content {
margin-top: 0.5em;
}
/** Page structure tweaks for layout editor wireframe */
body#layout #outer-wrapper {
padding-top: 0;
}

