/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

body {
  font-family:Arial,sans-serif;
  font-size:12px;
  color:#424242;
}

a {
  color:#0b873f;
  text-decoration:none;
  outline:none;
}
a:hover {
  color:#912071;
}

h2 {
  font-size:18px;
  font-weight:bold;
  margin:0px 10px 10px;
  padding-top:5px;
}
h3 {
  font-size:14px;
  font-weight:bold;
  margin:10px 10px;
}
input {
  border:1px solid #000;
  margin:0;
  font-size:12px;
  padding:3px;
  width:167px;
  height:15px;
}
input.submit {
  margin:0;
  border:0;
  padding:0;
  width:auto;
  height:auto;
}
textarea {
  border:1px solid #000;
  padding:3px;
  width:670px;
}
strong {
  font-weight:bold;
}
em {
  font-style:italic;
}
blockquote {
  margin:10px 30px;
}
#content_inner ol li{
  list-style-type:decimal;
}
#content_inner ul li{
  list-style-type:disc;
}
#content_inner ul, #content_inner ol{
  padding-left: 15px;
  margin:10px;
}
#content_inner ol{
  _padding-left:0px;
  _margin-left:30px;
}

#wrapper {
  width:893px;
  margin:15px auto 0px;
}
#header {
  border-bottom:1px solid #ACACAC;
  padding-bottom:15px;
  margin-bottom:15px;
  overflow:auto;
}
#header_logo {
  float:left;
  padding-right:165px;
  display:block;
}
#header_loop {
  background:transparent url(../../../images/bg_bracket.gif) right 11px no-repeat;
  padding-top:15px;
  width:360px;
  zoom:1;
  float:left;
  overflow:auto;
}
#header_loop img {
  float:left;
  margin-top:5px;
  margin-right:5px;
}
#header_loop input {
  float:left;
  display:block;
  margin-right:1px;
}
#header_loop p {
  margin-left:100px;
  float:left;
  margin-top:3px;
}
#header_loop p a{
  text-decoration:none;
  color:#424242;
}
#header_loop p a:hover{
  color:#0b873f;
}
#header_edgeware {
  padding-left:25px;
  float:left;
  display:block;
}

#footer {
  clear:both;
  border-top:1px solid #ACACAC;
  padding-top:15px;
}
#footer a{
  color:#7d7d7d;
  text-decoration:none;
}
#footer a:hover{
  color:#0b873f;
}
#footer_edgeware {
  float:left;
  display:block;
  padding-left:20px;
}
#footer_links {
  float:left;
  padding-left:50px;
  padding-top:5px;
}
#footer_josephmark {
  float:right;
  padding-right:20px;
  padding-top:5px;
}
#footer_wordpress {
  clear:both;
  margin-left:20px;
  padding-top:5px;
}

#sidebar {
  float:left;
  width:180px;
  padding-right:6px;
  padding-bottom:15px;
}
#sidebar p{
  margin:15px 10px 0px;
}

#content {
  float:left;
  width:706px;
  padding-bottom:15px;
}

#content_inner {
  border-left:1px solid #e9e9e9;
  border-right:5px solid #e9e9e9;
  padding-bottom:20px;
}
#content_inner p{
  margin:10px 10px;
}

.categories {
  padding:0px;
  margin:20px 0px;
}
.categories ul{
  border:1px solid #fff;
}
.rss {
  padding-bottom:15px;
  text-align:right;
  margin-right:10px;
}
.cat-item {
  background:transparent;
  border-top:1px solid #d9d9d9;
  padding:2px 0px;
  display:block;
  text-transform:uppercase;
}
.cat-item a{
  display:block;
  background:transparent;
  text-decoration:none;
  color:#000;
  padding:5px 15px;
}
.cat-item a:hover{
  background:#f4f4f4;
}
.current-cat a{
  background:#f4f4f4;
}
.first_cat {
  border-top:0;
}
.sidebar_advert {
  padding-top:5px;
}

#category_title {
  background:#912071;
  text-align:right;
  padding:3px 15px;
  color:#FFF;
  text-transform:uppercase;
  margin-right:5px;
}
#category_title a{
  color:#FFF;
}
.post {
  clear:both;
}
.post_header {
  position:relative;
  overflow:auto;
  zoom:1;
}
.post_header .post_link {
  position:absolute;
  top:15px;
  right:10px;
  margin:0;
}
.post_header .post_email {
  position:absolute;
  bottom:25px;
  right:10px;
  margin:0;
}
.post_header a{
  color:#7d7d7d;
  text-decoration:none;
}
.post_header a:hover{
  color:#0b873f;
}
#content_inner p.post_time {
  border-bottom:1px dashed #e0e0e0;
  padding:0 10px 5px;
  margin:0 0 20px;
  font-size:11px;
}

#postmeta {
  background:#e9e9e9;
  padding:5px 15px;
  margin:20px 0px;
}

.search_form {
  text-align:right;
}
.search_form input{
  margin-bottom:1px;
}
.postcomments {

}
#postnavigation {
  margin:0px 10px;
  padding:5px 0px;
  overflow:auto;
}
#postnavigation .older{
  float:left;
}
#postnavigation .newer{
  float:right;
}
#commentlist {
  margin:0px 10px;
}
.singlecomment {
  border-bottom:1px dashed #E0E0E0;
  margin-bottom:10px;
}
#content_inner .singlecomment p{
  margin-bottom:5px;
}
#commentlist li{
  border-bottom:1px solid #E9E9E9;
  overflow:auto;
}
#commentlist li.alt{
  background-color:#F3F3F3;
}
#commentlist em{
  margin:10px;
  color:#F30000;
}
#commentsform input, #commentsform textarea {
  border:1px solid #D9D9D9;
}