/*
Theme Name: Jasmine Bay
Theme URI: http://seattlepregnancyacupuncture.com/
Description: The WordPress theme created for Jasmine Bay
Version: 1.0
Author: Kendall Guillemette
Author URI: http://vigilanteweb.com/
*/

body {
  background: #000000;
  color: #FFFFFF;
  font-family: Helvetica, sans-serif;
}

#container {
  width: 960px;
  margin: 0 auto;
  background: url('images/flower-back.jpg') no-repeat;
  min-height: 338px;
  position: relative;
}

a {
  outline: none;
}

h2 {
  font-family: Helvetica, sans-serif;
  font-size: 44px;
  margin: 0 0 .4em;
}

h1 {
  font-size: 24px;
  color: #316b83;
  margin: 0 0 1em;
  line-height: 120%;
}

h3 {
  color: #CCCCCC;
  font-size: 32px;
  margin: 0 0 .6em;
}

ul#main-nav {
  height: 90px;
  min-height: 90px;
  right: 0;
  position: relative;
  width: 100%;
  text-align: right;
  margin: 1em 0;
}

ul#main-nav li {
  display: inline;
  font-size: 14px;
  border-right: 1px solid #FFFFFF;
}

ul#main-nav li.last {
  border-right: 0px;
}

ul#main-nav li a {
  color: #FFFFFF;
  padding: 0 8px 0 4px;
  text-decoration: none;
}

ul#main-nav li a:hover {
  color: #CCCCCC;
}


ul#main-nav li.current_page_item a {
  color: #316b83;
}

#content {
  width: 520px;
  margin: 0 0 0 400px;
}

#content p {
  font-size: 16px;
  margin: 0 0 1em;
  font-weight: normal;
  line-height: 140%;
}

#content p.rounded {
  font-weight: normal;
  padding: 10px;
  text-align: center;
  background: #316b83;
}

#content p.rounded a {
  color: #FFFFFF;
}

#editpage {
  left:305px;
  position:absolute;
  top:35px;
  z-index: 400;
  background: #316b83;
  
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

#editpage a {
  color: #FFFFFF;
  padding: 8px;
  text-decoration: none;
  display: block;
}

/* Entry */

.entry ul li, .linkcat ul li  {
  list-style: disc;
  margin: 0 1em 1em;
}

.linkcat ul li a {
  color: #FFFFFF;
}

/* Links */

#content.links {
  min-height: 330px;
}


/* Bottom Nav */

ul#btm-nav {
  margin: 1em 0 2em 20px;
}

ul#btm-nav li {
  height: 169px;
  width: 201px;
  font-size: 11px;
  text-transform: uppercase;
  display: inline;
  float: left;
  padding: 6px 4px;
  margin: 0 21px 0 0;
  line-height: 140%;
}

ul#btm-nav li a {
  height: 169px;
  width: 201px;
  display: inline;
  float: left;
  padding: 3px 4px;
  color: #000000;
  text-decoration: none;
}

ul#btm-nav li.current_page_item a, ul#btm-nav li:hover a {
  color: #FFFFFF;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/*ul#btm-nav li a:hover {
  background: url('images/nav-back.png');
  color: #FFFFFF;
}*/

ul#btm-nav li.page-item-5 { background: url('images/general-off.jpg') no-repeat;}
ul#btm-nav li.page-item-5:hover, .page-id-5 ul#btm-nav li.current_page_item { background: url('images/general-on.jpg') no-repeat;}

ul#btm-nav li.page-item-8 { background: url('images/fertility-off.jpg') no-repeat;}
ul#btm-nav li.page-item-8:hover, .page-id-8 ul#btm-nav li.current_page_item { background: url('images/fertility-on.jpg') no-repeat;}

ul#btm-nav li.page-item-10 { background: url('images/labor-off.jpg') no-repeat;}
ul#btm-nav li.page-item-10:hover, .page-id-10 ul#btm-nav li.current_page_item  { background: url('images/labor-on.jpg') no-repeat;}

ul#btm-nav li.page-item-12 { background: url('images/postpartum-off.jpg') no-repeat;}
ul#btm-nav li.page-item-12:hover, .page-id-12 ul#btm-nav li.current_page_item { background: url('images/postpartum-on.jpg') no-repeat;}

#footer {
  display: block;
  padding: 1em 0 1em 20px;
  clear: both;
  font-size: 10px;
}



