/* @override http://new.genesis-fertility.com/css/base.css */

/* default css */

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0px solid;
}

body {
  margin: 0;
  padding: 0;
  font: 13px/1.6em georgia, serif;
  color: #000;
  background: #ded7a3;
}

a:link img,
a:visited img {
  border: none;
  padding: 0;
}

embed,
object {
  display: block;
}

/* basic site typography */

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #000;
}

p {
  margin: 0 0 1em 0;
}

li {
  list-style: none;
}

h1 a {
	display: block;
  height: 145px;
  background: #FFF url(../images_site/genesis.gif) top left no-repeat;
  text-indent: -1000em;
  overflow: hidden;
}

h2 {
  
}

h3 {
  font-family: "Trebuchet MS";
  font-size: 15px;
  color: #ff542a;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 7px;
}

h4 {
  font: bold 10px arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #ff542a;
}

h5 {
  margin-top: 1.5em;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7e6612;
  line-height: 1.3em;
}

h6 {
  font: 9px arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.more {
  font-style: italic;
  font-size: 12px;
  display: block;
  margin-top: -8px;
  color: #c6ae79;
}

span.first {
  text-transform: uppercase;
  font-size: 11px;
}

.hidden {
  display: none;
}

/* layout */

#container {
  margin: 0 auto;
  width: 1010px;
  background: #eae6ad;
  overflow: hidden;
  position: relative;
}

#header {
  height: 30px;
  background: #d41f2b;
  font-family: "Trebuchet MS";
  font-size: 12px;
  color: #f6f7e0;
  text-shadow: #b14951 0 0 0;
  padding-left: 200px;
  text-transform: uppercase;
  overflow: hidden;
  width: 850px;
}

#nav {
  float: left;
  width: 175px;
  text-transform: uppercase;
  font: 10px arial, sans-serif;
  padding-top: 13px;
}

#content {
  background: #FFF;
  float: right;
  color: #444444;
  color: #2d2d2d;
  padding-left: 25px;
  overflow: hidden;
  padding-bottom: 100px;
}

#main {
    width: 700px;
}

#main.wide {
  width: 700px;
}

#top-img {
  border-bottom: 3px solid #FFF;
  height: 265px;
  margin: 0 0 25px -25px;
  width: 835px;
}


#sidebar {
  float: right;
  width: 290px;
  padding: 5px 20px 0px 20px;
  background: #f0f4d7;
  border: 20px solid #fff;
  color: #444444;
  margin-right: -20px;
  margin-left: 50px;
  margin-bottom: 20px;
}

#footer {
	clear: both;
  float: left;
  width: 700px;
  font: 10px arial, sans-serif;
  margin-top: 35px;
  padding-top: 20px;
  background: transparent url(../images_site/line.gif) no-repeat top left;
}

#footer .copyright {
	  color: #ff542a;
	font-weight: bold;
  text-transform: uppercase;
}

/* header */

#header li {
  float: left;
  margin-top: 8px;
  padding-right: 10px;
  border-right: 1px solid;
  margin-right: 10px;
  line-height: 1em;
  width: auto;
}

#header li.last {
  border: none;
}

#header #search {
  border: none;
  position: absolute;
  left: 15px;
  text-transform: uppercase;
  font: 10px arial, sans-serif;
  margin-top: 7px;
}

#header #search label,
#header #search p {
  display: none;
}

#search input {
  width: 150px;
}

#header a:visited,
#header a:link {
  color: #FFF;
}

#header a.current,
#header a:hover {
  font-weight: bold;
}

#header #search input {
	padding: 2px 3px;
	color: #FFF;
  background: transparent;
}

#header #search input:focus {
  background: white;
  	color: #000;
}


/* nav */

#nav li {
  background: transparent url(../images_site/dotted.gif) repeat-x bottom left;
  padding: 6px 0 6px 15px;
  color: #978365;
}

#nav li:before {
  content: "> ";
  color: inherit;
}

#nav li a,
#nav li .toggler {
  color: inherit;
  cursor: pointer;
}

#nav li .toggler {
  padding-bottom: 10px;
}

#nav ul li {
  background: transparent;
  padding: 5px 0 5px 29px;
  font-size: 9px;
  text-indent: -20px;
  line-height: 1.4em;
}

#nav ul li:first-child {
  padding-top: 8px;
}

#nav a:link,
#nav a:visited {
  color: #908266;
}

#nav a:hover,
#nav a.current {
  color: #ff542a !important;
}

#nav ul li:before {
  content: "";
}

/* content */

#content h3 + p,
#content div + p {
  color: #7e6612;
  font-size: 14px;
}

#content a {
  color: #7e6612;
}

#content a:hover {
  color: #000;
}

#content a.index {
  margin-top: 1.5em;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a09369;
  display: block;
  text-align: right;
}

#content a.index:hover {
  color: #000;
}

#content #main h4 {
  padding-top: 20px;
  background: transparent url(../images_site/line.gif) no-repeat 0px 0;
}

#content #main h3 + h4 {
  background: transparent;
}

#content #main ul,
#content #main ol {
  margin: 0 0 1em 0;
}

#content #main ul li:before {
  content: "> ";
}

#section-nav {
  background: transparent url(../images_site/section-nav.png) no-repeat top left;  
  	padding: 5px 15px;
  	margin: 15px 0 !important;
}

#section-nav li {
  display: inline;
  margin-right: 10px;
  font: 10px arial, sans-serif;
  text-transform: uppercase;
}

#content #main ol li {
  margin-bottom: 7px;
}

#content object {
  margin: 15px 0;
}

/* sidebar */

#sidebar img {
  margin: -5px 0 0 -20px;
}

#sidebar a {
  color: #8a959d;
}

#sidebar li {
  font-size: 12px;
}

#content #sidebar h4 {
  background: none;
  padding: 0 0;
}

/* image top area */

ol.image-list {
  margin: -25px 0 20px -25px;
  overflow: hidden;
  width: 500px;
}

ol.image-list li {
  float: left;
  margin: 0 0;
  height: 83px;
  border-right: 2px solid #fff;
}

/* blog */

.blog #content .linkage {
	font: 9px/1.4 arial, sans-serif;
  padding-bottom: 20px;
  background: transparent url(../images_site/line.gif) no-repeat right bottom;
  }
  
.tags,
.tags a {
	color: #8a959d !important;
  font-style: italic;
}
.tags a:hover {
  text-decoration: underline;
}

.blog .details {
  color: #ff542a;
  display: block;
  margin-bottom: 5px;
}

.blog .details a {
  color: #ff542a !important;
}

.blog .details a:hover {
  text-decoration: underline;
}

.blog .details strong {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
}

.blog h3 {
  font: 16px/1.3em georgia, serif;
  text-transform: none;
  letter-spacing: normal;
}

.blog #content p {
  color: #2d2d2d;
  font-size: 13px;
}

.blog .readmore {
  font-style: italic;
}

.blog #content #main h4 {
  background: none;
}

#comment-area {
  width: 350px;
}

/* form */

label {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 12px;
}

input,
textarea {
  background: #eee;
  margin-bottom: 1em;
  display: block;
  padding: 2px 3px;
  width: 350px;
  text-align: left;
}

textarea {
  height: 175px;
}

input.button {
  display: block;
  background: none;
    font-weight: bold;
color: #7e6612;
}

input.button:hover {
  color: #2d2d2d;
  cursor: pointer;
}

/* ie fixes */

* html body #sidebar {
  background: #fff;
}


* html body #top-img {
  height: 260px;
  overflow: hidden;
}

* html body ol.image-list li {
	margin-bottom: 20px;
}

