/*
Theme Name:Child and Animal Law Theme
Theme URI:www.unleadedsoftware.com

*/
/*-smilies without a border-*/
body img.wp-smiley {
	border:none;
}

/*----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: #fff url(images/background.png) left top repeat-x;
  font: normal 62.5% Verdana, Helvetica, sans-serif;
  text-align: center;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
}

a {
  text-decoration: none;
  color: #537487;
}

a:hover {
  text-decoration: underline;
}

textarea {
  width: 100%;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#bottombackground {
  background: url(images/bottom_background.gif) left bottom repeat-x;
}

#container {
  width: 1008px;
  padding-left: 14px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#header {
  background: url(images/header.jpg) left top no-repeat;
  width: 1008px;
  height: 388px;
}

#logo {
  text-indent: -9999px;
}

#nav {
  margin: 162px 0 0 47px;
}

#nav li {
  display: inline;
}

#nav a {
  float: left;
  color: #4d4944;
  font-size: 1.1em;
  padding: 0 17px;
  border-left: 1px solid #4d4944;
}

#nav a:hover {
  text-decoration: none;
}

#nav .current_page_item a, #nav a:hover {
  color: #537487;
}

#nav li.first a {
  border-left: 0 none;
}

#contact {
  color: #fff;
  font-family: "Book Antiqua", Times, serif;
  position: absolute;
  top: 358px;
  left: 450px;
}

#contact li {
  display: inline;
  font-size: 1.5em;
  margin-right: 37px;
}

#contact li a {
  color: #fff;
}

#sidebar {
  position: relative;
  top: -130px;
  left: 65px;
  padding: 13px;
  float: left;
}

#sidebar h2 {
  color: #537487;
  font-size: 2.4em;
  background: url(images/hdots.gif) left bottom repeat-x;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

#sidebar li {
  background: #f6f1ed;
}

#sidebar li.cat-item {
  font-weight: bold;
}

#sidebar li.cat-item li {
  font-weight: normal;
  padding-left: 10px;
}

#sidebar li.alt {
  background: #ede4dc;
}

#sidebar li a {
  color: #373737;
  font-size: 1.1em;
  display: block;
  padding: 7px;
}

#sidebar a:hover {
  color: #537487;
  text-decoration: none;
}

#content {
  padding: 20px 50px 20px 415px;
  background: url(images/content_background.gif) left top repeat-y;
}

#footer {
  background: url(images/footer_background.gif) left bottom no-repeat;
  height: 81px;
  text-align: right;
  clear: both;
}

#footer p {
  font-size: 1.1em;
  color: #242323;
  padding: 30px 40px 0;
}

#footer a {
  font-weight: bold;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
}

.widget_top {
  width: 296px;
  background: url(images/widget_top.gif) left top no-repeat;
}

.widget_middle {
  width: 296px;
  background: url(images/widget_middle.gif) left top repeat-y;
  margin-bottom: 10px;
}

.widget_bottom {
  width: 256px;
  background: url(images/widget_bottom.gif) left bottom no-repeat;
  padding: 20px;
}

.post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #505050;
  background: url(images/hdots.gif) left bottom repeat-x;
}

.post h2 {
  margin-bottom: 15px;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.4em;
  color: #b08158;
  font-weight: bold;
}

.post h2 a {
  color: #b08158;
}

.post h3 {
  margin-bottom: 15px;
  font-family: "Times New Roman", Times, serif;
  font-size: 2em;
  color: #b08158;
  font-weight: bold;
}

.post h3 a {
  color: #b08158;
}

.post p {
  font-size: 1.2em;
  line-height: 1.9em;
  margin-bottom: 1em;
  text-align: justify;
}

.post small {
  border-top: 1px solid #efefef;
  padding-top: 1em;
  margin-top: 20px;
}

.post ul, .post ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.post ul li {
  background: url(images/bullet.gif) left 10px no-repeat;
  font-size: 1.2em;
  line-height: 1.9em;
  padding-left: 10px;
}

.post ol li {
  list-style: decimal;
  font-size: 1.2em;
  line-height: 1.9em;
  margin-left: 10px;
}

.post blockquote {
  margin: 50px;
  padding: 20px;
  border: 2px solid #ede4dc;
  background: #f6f1ed;
}

.date {
  font-family: "Times New Roman", Times, serif;
  color: #537487;
  font-size: 2.4em;
  margin-right: 20px;
}

.post ol.commentlist li {
  list-style: none;
  margin-left: 0;
}

ol.commentlist p {
  margin-left: 40px;
  font-size: 1.1em;
}

.postnav {
  width: 100%;
  float: left;
}

.post .postnav ul li {
  background: none;
  padding: 0;
}

.postnav li.previous {
  float: left;
}

.postnav li.next {
  float: right;
}

h2.archive {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.4em;
  color: #537487;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
}

/*----End Classes----*/