/*
Design by Revka Stearnshttp://www.berriesandcreamblogdesign.com
*/




body {
  background: #31231A url(images/back.png) repeat top left;
  height: 100%;
  color: #333;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

a, a:visited {
  color: #5C4587;
  text-decoration: none;
}
a:hover {
  color: #E36E98;
}

a:focus, a:hover, a:active {
	outline: none;
}

/* General Settings
*******************************************************************************/
#container {
  width: 922px;
  margin: 0 auto;
  text-align: left;
  padding: 0px ;
  background: white;
}
#hp_top, #content, #footer {
  width: 920px;
  margin: 0 auto;
  text-align: left;
}

.clear {clear: both;}


/* Header
*******************************************************************************/

#header {
width: 922px; 
  height: 175px;
  background: url(images/header.png) no-repeat top center;
margin: 0 auto;
}
#header h1 {
  padding: 10px 0px 0px 0px;
  text-decoration: none;
}
#header h1 a, #header h1 a:visited {
  color: #222;
  font-size: 46px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  letter-spacing: -1px;
}
#header_left {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 375px;
  text-align: left;
}
#header_right {
  float: right;
  width: 490px;
  text-align: right;
  padding: 10px 0px 0px 0px;
  overflow: hidden;
}
#header_left p {
  padding: 0 0 0 30px;
}
img {border: none}

/* Navigation Bar
*******************************************************************************/

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 35px;
margin-top: 75px;
}
#nav a, #nav a:visited {
  display: block;
  padding: 0px 10px 0px 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #513117;
}
#nav a:hover {
  text-decoration: none;
  color: #e36e98;
}
#nav li {
  float: left;
}
#nav li ul {
  position: absolute;
  width: 170px;
  left: -999em;
margin-top: 0;
}

#nav li:hover ul, #nav li.hover ul {
    margin-left: 0px;
    width: 475px;
    padding: 0; }

#nav li li a, #nav li li a:link, #nav li li a:visited {
	float: left;
	display: inline;
  margin: 0px;
  padding: 0px 10px 0px 10px;
color: #513117;
}
#nav li li a:hover {
  text-decoration: none;
  color: #e36e98;
}
#nav li ul ul {
  margin: -37px 0px 0px 192px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
  left: auto;
}

/* Content
*******************************************************************************/

#content {
  line-height: 20px;
  background: #FFF;
  padding: 0px;
border: 1px solid #bea5c9;
border-top: none;
}
#content p {
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
#content h1 {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}
#content h2 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
}
#content h3 {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}
#content h4 {

  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
#content h5, #content h6 {
}
#content h1 a, #content h1 a:visited,
#content h2 a, #content h2 a:visited,
#content h3 a, #content h3 a:visited,
#content h4 a, #content h4 a:visited {

}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover {
  text-decoration: none;
}
#no_sidebar {
  width: 880px;
  padding: 0px 20px 20px;
  overflow: hidden;
}

.post {margin-bottom: 25px; padding-bottom: 15px;}
.post ol {
  list-style: decimal;
  margin: 0px 0px 10px 5px;
  padding: 0;
}
.post ol li {
  list-style: decimal;
  margin: 0px 0px 0px 20px;
  padding: 0;
}
.post ul {
  list-style: disc;
  margin: 0;
  padding: 0px 0px 10px 0px;
}
.post ul li {
  list-style: disc;
  margin: 0px 0px 0px 20px;
  padding: 0;
}

/* Bottom Page
*******************************************************************************/

#page_bottom {
  width: 900px;
  line-height: 20px;
  padding: 20px 10px 10px 10px;
  background: #e4d6e0;
  color: #333;
  text-align: left;
}
#page_bottom a, #page_bottom a:visited {

}
#page_bottom a:hover {
  text-decoration: underline;
}
#page_bottom p {
  padding: 0;
  margin: 0;
}

/* Footer
*******************************************************************************/

#footer {
background: #9874b2;
  font-size: 11px;
  font-family: Arial, Tahoma, Verdana;
  color: #777;
  text-align: center;
border: 1px solid #bea5c9;
border-top: none;}