/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://owf-devel.org/mt/mt-static/themes-base/blog.css);
@import url(http://owf-devel.org/mt/mt-static/support/themes/universal-black/universal-black.css);
/* end StyleCatcher imports */

body {
background: #fff url(http://owf-devel.org/images/body.png) repeat-y 50% 0;
}

#container-inner, #content {
  background-color: transparent;
}

/* @group Header */

#header {
background: #fff;
background-image: none;
}

h1#header-name {
background: #fff url(http://owf-devel.org/images/logo.png) no-repeat 0 0;
height: 130px;
margin:0pt auto;
position:relative;
text-indent:-1000em;
width:375px;
text-align: left;
float: left;
}
h1#header-name a {
  display: block;
}
#header-description {
width: 420px;
text-align: left;
float: left;
line-height: 1.8em;
margin-left: 40px;
margin-top: 2em;
  
}
h2 {
  font-size: 20px;
  margin-top: 1.5em;
}
/* @end */

/* @group Navigation */

div#main-navigation {
  background-color: #333;
  border-top: 5px solid #57585A;
  background-image: none;
  border-bottom: 0px;
  font-family: georgia, times, serif;
  font-size: 1.3em;
}

#main-navigation ul li {
  padding-top: 0px; 
}
div#main-navigation ul li.first {
  margin-left: -18px;
}
div#main-navigation ul li.last {
  border-right: 0px;
}
div#main-navigation ul li a {
	border-left: 0px;
	color: #F1FDD0;
	padding:7px 20px 7px;
}
div#main-navigation ul li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #F1FDD0;
}
/* @end */

/* @group Content */

div#content h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 1.5em;
}



/* @end */

/* @group Widgets */

#header .widget-sign-in .widget-content {
  background-color: transparent;
}

#header .widget-sign-in {
  color: #54604F;
}
#header .widget-sign-in a:hover {
  color: #7AD536;
}

.widget-copyright {
  float: right;
}

/* @end */

/* @group Footer */

div#footer {
  background: #6BB74C url(http://owf-devel.org/images/footer.png) 0 0 repeat-y;
  color: #F6FAD3;
  width: 940px;
  margin: 0 auto auto;
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 11px;
}
div#footer-content {
  margin:6px 15px 6px 20px;
}
div#footer li.first a {
  margin-left: 0;
}
#footer li.last a {
}
#footer a {
  color: #F6FAD3;
  text-decoration: none;
  padding:5px 14px;
}
/* @end */