/*
Theme Name: A Contractor Connection
Theme URI: www.unleadedsoftware.com
*/
/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fbfaf8 url("images/background.jpg") repeat-x;
  font: normal 76% Tahoma, Helvetica, sans-serif;
  text-align: center;
  color: #000;
}

a {
  color: #ad0000;
  text-decoration: none;
  border-bottom: 1px dotted #5f5f5d;
}

a:hover {
  border-bottom: 1px solid #5f5f5d;
}

p {
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: 2em;
}

h1, h2, h3, h4, h5, h6 {
  color: #4c3302;
  font-weight: bold;
  text-transform: uppercase;
}

ol {
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: .9em;
  list-style: decimal;
}

ol li {
  margin-bottom: 5px;
}

ol div {
  margin-bottom: 5px;
}

textarea {
  width: 490px;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#wrap {
  width: 727px;
  text-align: left;
  margin: 0 auto;
}

#header {
  width: 727px;
  height: 140px;
  background: url("images/headerbackground.jpg") no-repeat;
  padding: 0 12px;
}

#header a {
  border: 0 none;
}

#contenttop {
  background: url("images/contentbacktop.jpg") no-repeat;
  padding: 0 13px;
}

#content {
  background: url("images/contentback.gif") repeat-y;
}

#sidebar {
  float: left;
  clear: left;
  width: 175px;
  border-top: 1px dotted #5f5f5d;
  border-right: 1px dotted #5f5f5d;
}

#sidebar li {
  background: url("images/dotbackground.gif");
  margin-bottom: 3px;
  padding: 5px;
  font-size: .9em;
}

#sidebar h2 {
  font-size: .8em;
  padding: 5px;
}

#main {
  width: 524px;
  float: left;
  position: relative;
  left: -1px;
  border-left: 1px dotted #5f5f5d;
}

#footer {
  clear: both;
  background: url("images/footerbackground.gif") no-repeat;
  border-top: 1px dotted #5f5f5d;
  text-align: center;
}

#footer p {
  padding: 5px;
  margin: 105px 0 1px 0;
}

#comments, #respond {
  margin-bottom: 10px;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.center {
  text-align: center;
}

.post {
  background: url("images/dotbackground.gif");
  padding: 10px;
}

.post h2 {
  margin-bottom: 5px;
}

.sidetitle {
  clear: both;
  color: #ad0000;
  font-weight: bold;
  float: left;
  width: 145px;
  padding: 5px 15px;
  border-right: 1px dotted #5f5f5d;
}

.maintitle {
  color: #ad0000;
  font-weight: bold;
  width: 100px;
  padding: 5px 15px;
  margin-left: 176px;
}

.sidebarcornerstop {
  background: url("images/sidebarcornerstop.gif") no-repeat;
}

.sidebarcornersbottom {
  background: url("images/sidebarcornersbottom.gif") bottom no-repeat;
  padding: 15px;
}

.postcornerstop {
  background: url("images/postcornerstop.gif") no-repeat;
  border-top: 1px dotted #5f5f5d;
}

.postcornersbottom {
  background: url("images/postcornersbottom.gif") bottom no-repeat;
  padding: 15px;
}

.meta {
  font-size: .8em;
  margin-bottom: 15px;
}

.small {
  border-top: 1px solid #5f5f5d;
  padding-top: 10px;
  font-size: .8em;
}
.postnav {
  font-size: .9em;
}

.previous {
  float: left;
}

.next {
  float: right;
}

/*----End Classes----*/