
/* MAIN
------------------------------------------------------------ */
body {
  font-size: 12px;
  color: #3c485a;
  font-family: Helvetica, Arial, sans-serif;
}
p {
  margin-bottom: 10px;
}
a {
  color: #7f94b2;
  text-decoration: none;
}
a:hover {
  /*text-decoration: underline;*/
}
a:visited {
  /*color: lightblue;*/
}


img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
  border: 1px solid #ddd;
}
.even, .alt {
  border-left: 1px solid #ddd;
}



/* admin
------------------------------------------------------------ */
#admin {
  padding: 10px;
  background: #999;
  _opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 140px;
  color: #FFF;
}
#admin:hover {
  opacity: 1;
}
#admin {
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}
#admin ul {
  line-height: 16px;
  list-style: disc outside;
  margin-left: 15px;
}
#admin a {
  color: #FFF;
  font-weight: bold;
}




/* CONTAINER
------------------------------------------------------------ */
#container_outer_outer {
  /* don't put overflow: auto here */
}
#container_outer {
  overflow: auto;
  /**/
  width: 1200px;
  margin: 0 auto;
  min-height: 1200px;
}
#container {
  position: relative;
  overflow: hidden;

}



/* HEADER
------------------------------------------------------------ */
#header {
  clear: both;
  position: relative;
  margin: 0 auto;
  height: 358px;
  /*
  background: #7f94b2;
  opacity: .5;
  */
  overflow: hidden;
}
#header div#logo {
}
#header div#logo a {
  display: block;
  position: absolute;
  left: 425px;
  top: 55px;
  width: 500px;
  height: 180px;
  /*
  background: red;
  opacity: .5;
  */
}
#header div#logo a span {
  display: none;
}
#header div.description {
  display: none;
}

/**/

#header ul.social {
  position: absolute;
  right: 20px;
  bottom: 10px;
  background: url(../images/header_social_background.png);
  width: 200px;
  height: 27px;
}
  #header ul.social li {
  }
  #header ul.social li a {
    position: absolute;
    display: block;
    height: 40px;
  }
    /*
    #header ul.social li.facebook a {
      left: 0;
      width: 43px;
    }
    #header ul.social li.twitter a {
      left: 51px;
      width: 43px;
    }
    #header ul.social li.bridgets-sexiest-beaches a {
      right: 0px;
      width: 217px;
    }
    */
    #header ul.social li.facebook a {
      left: 0;
      width: 27px;
    }
    #header ul.social li.twitter a {
      left: 32px;
      width: 27px;
    }
    #header ul.social li.bridgets-sexiest-beaches a {
      right: 0px;
      width: 137px;
    }
      #header ul.social li a span {
        display: none;
      }




/* HEADER - NAVIGATION
------------------------------------------------------------ */
#navigation {
}
#navigation ul {
}
#navigation ul li {
}
#navigation ul li a {
  position: absolute;
  x_background: red;
  _opacity: .5;
  display: none !important;
}
#navigation ul li a span {
  display: none;
}

/* specific */
#navigation ul li.bio a {
  left: 397px;
  top: 288px;
  width: 51px;
  height: 50px;
}
#navigation ul li.travel a {
  left: 460px;
  top: 267px;
  width: 72px;
  height: 40px;
}
#navigation ul li.press a {
  left: 547px;
  top: 267px;
  width: 60px;
  height: 31px;
}
#navigation ul li.events a {
  left: 622px;
  top: 259px;
  width: 69px;
  height: 35px;
}
#navigation ul li.out a {
  left: 711px;
  top: 259px;
  width: 126px;
  height: 35px;
}
#navigation ul li.photoshoots a {
  left: 858px;
  top: 263px;
  width: 110px;
  height: 50px;
}
#navigation ul li.calendar a {
  left: 481px;
  top: 313px;
  width: 84px;
  height: 37px;
}
#navigation ul li.store a {
  left: 576px;
  top: 303px;
  width: 68px;
  height: 31px;
}
#navigation ul li.message-board a {
  left: 665px;
  top: 300px;
  width: 124px;
  height: 38px;
}
#navigation ul li.contact a {
  left: 804px;
  top: 316px;
  width: 78px;
  height: 34px;
}




/*
#navigation li:hover {
  background-position: 100% 0px;
}
body.home #navigation ul li.home a,
body.about #navigation ul li.about a,
body.contact #navigation ul li.contact a {
  background-position: 100% 0px;
}
*/





/* SECTION
------------------------------------------------------------ */
#section {
  overflow: auto;
  position: relative;
  z-index: 1000;
  clear: both;
  float: right;
  
  padding-bottom: 50px;
  
  width: 980px;
  padding: 10px;
  
  margin-right: 10px;
  margin-bottom: 10px;
  
  background: url(../images/section_background.png);
  
  -moz-box-shadow: 0 0 10px #fff;
  -webkit-box-shadow: 0 0 10px #fff;
  
}




/* SECTION - CONTENT
------------------------------------------------------------ */
#content {
  width: 720px;
  float: left;
}
#content h1 {
  display: none;
}
#content h2,
#content h3 {
  margin-bottom: 2px;
  font-size: 22px;
  clear: both;
  font-weight: normal;
}

#content h4 {
  font-size: 14px;
  margin: 15px 0 3px 0;
}
#content h5 {
}
#content h6 {
}
#content p {
  line-height: 16px;
}
#content ul,
#content ol {
  margin-left: 30px;
  margin-bottom: 10px;
}
#content blockquote {
}
#content dl {
}
#content dl dd {
}
#content dl dt {
}


div.navigation {
  clear: both;
  overflow: auto;
  margin-bottom: 20px;
  line-height: normal;
}
div.navigation div.alignleft {
  float: left;
}
div.navigation div.alignright {
  float: right;
}



/* partial - post
------------------------------------------------------------ */
#content h2.pagetitle {
  text-transform: uppercase;
}
  #content h2.pagetitle.category {
    width: 400px;
    height: 48px;
  }
  #content h2.pagetitle.category span {
    display: none;
  }
#content div.post {
  clear: both;
  overflow: auto;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
  #content div.post div.image {
    float: left;
    width: 300px;
    margin-right: 10px;
    -moz-box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
  }
    #content div.post div.image img {
      border: 1px solid #808FA2;
      width: 298px;
      /*height: 217px;*/
    }
  
  body.home #content div.post div.post-content div.entry img,
  body.archive #content div.post div.post-content div.entry img {
    display: none !important;
  }
  
  
  #content div.post div.post-content {
    float: right;
    width: 360px;
  }
    #content div.post div.post-content small {
      display: block;
      color: #dcb7e2;
      margin-bottom: 5px;
      font-size: 14px;
      font-weight: bold;
    }
    #content div.post h2,
    #content div.post h3 {
      font-weight: normal;
      text-transform: uppercase;
    }
    #content div.post h2 a,
    #content div.post h3 a {
      font-family: "Helvetica Regular", Arial;
      color: #3c485a;
      font-weight: normal;
    }
    
    #content div.post div.post-content div.entry {
    }
      #content div.post div.post-content div.entry p a.more-link {
        text-transform: uppercase;
        font-weight: bold;
        color: #c926e2;
        margin-top: -10px;
      }
    #content div.post div.post-content p.postmetadata {
      margin-bottom: 0;
    }
    
    #content div.post div.post-content div.piclenselink {
      display: none;
    }



/* GALLERY */
#content div.post div.gallery {
  overflow: hidden;
  clear: both;
  padding-bottom: 5px;
  line-height: normal;
}
#content div.post div.gallery dl.gallery-item {
  overflow: auto;
  float: left;
  /*
  margin-right: 5px;
  */
  margin-bottom: 10px;
  
}
#content div.post div.gallery dl.gallery-item dt.gallery-icon {
}
#content div.post div.gallery dl.gallery-item dt.gallery-icon a {
  margin: 0;
  padding: 0;
}
#content div.post div.gallery dl.gallery-item dt.gallery-icon a img {
  display: block;
}
div.ngg-navigation {
  padding-bottom: 20px;
}
/**/
body.attachment div.navigation {
  
}







/* SECTION - SIDEBAR
------------------------------------------------------------ */
#sidebar {
  float: right;
  width: 250px;
}

#sidebar div.ads {
}
  #sidebar div.ads a {
    display: block;
    margin-bottom: 10px;
  }
    #sidebar div.ads a img {
    }





/* FOOTER
------------------------------------------------------------ */
#footer {
  clear: both;
  overflow: auto;
}


/* FOOTER_OUTER
------------------------------------------------------------ */
#footer_outer {
  clear: both;
  overflow: visible;
  z-index: 0;
}
#footer_outer div.wrapper {
  width: 1200px;
  height: 100%;
  overflow: visible;
  position: relative;
}
  #footer_outer div.wrapper ul.nav {
    position: absolute;
    left: 290px;
    bottom: 20px;
  }
    #footer_outer div.wrapper ul.nav li {
      display: inline;
      margin-right: 10px;
    }
    #footer_outer div.wrapper ul.nav li a {
      font-weight: bold;
      color: #FFF;
    }
  #footer_outer div.wrapper ul.social {
    position: absolute;
    right: 100px;
    bottom: 8px;
    background: url(../images/footer_outer_social_background_small.png);
    width: 187px;
    height: 40px;
  }
    #footer_outer div.wrapper ul.social li {
    }
    #footer_outer div.wrapper ul.social li a {
      position: absolute;
      display: block;
      height: 40px;
    }
      #footer_outer div.wrapper ul.social li.twitter a {
        left: 0;
        width: 63px;
      }
      #footer_outer div.wrapper ul.social li.travel-channel a {
        left: 72px;
        width: 37px;
      }
      #footer_outer div.wrapper ul.social li.girls-next-door a {
        right: 0;
        width: 70px;
      }
        #footer_outer div.wrapper ul.social li a span {
          display: none;
        }
/*
#footer_outer img {
  clear: both;
  display: block;
  position: relative;
  
  width: 213px;
  height: 352px;
  
  margin-top: -300px;
}
*/




























/* DEFAULT aka Home
------------------------------------------------------------ */
body {
  background: url(../images/default/body_background.jpg) center top repeat-x #FFF;
}
#container_outer_outer {
  background: url(../images/default/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
#container_outer {
  background: url(../images/default/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
#container_outer #content h2.pagetitle.category {
  background: url(../images/default/title.png) left top no-repeat;
}
#container_outer #content div.post {
  background: #fce9ff
}
#footer_outer {
  background: url(../images/default/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
  /*
  background-color: red;
  opacity: .5 !important;
  */
}
#footer_outer div.wrapper {
  background: url(../images/default/footer_icon.jpg) 0px bottom no-repeat;
  margin: -200px auto 0 auto; /**/
}


/* CATEGORY - travel
------------------------------------------------------------ */
body.category-travel, body.s-category-travel {
  background: url(../images/travel/body_background.jpg) center top repeat-x #FFF;
}
body.category-travel #container_outer_outer, body.s-category-travel #container_outer_outer {
  background: url(../images/travel/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.category-travel #container_outer, body.s-category-travel #container_outer {
  background: url(../images/travel/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.category-travel #container_outer #content h2.pagetitle.category, body.s-category-travel #container_outer #content h2.pagetitle.category {
  background: url(../images/travel/title.png) left top no-repeat;
}
body.category-travel #container_outer #content div.post, body.s-category-travel #container_outer #content div.post {
  background: #d5e1ec;
}
body.category-travel #footer_outer, body.s-category-travel #footer_outer {
  background: url(../images/travel/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.category-travel #footer_outer div.wrapper, body.s-category-travel #footer_outer div.wrapper {
  background: url(../images/travel/footer_icon.jpg) 0px bottom no-repeat;
  margin: -340px auto 0 auto;/**/
}



/* CATEGORY - press
------------------------------------------------------------ */
body.category-press, body.s-category-press {
  background: url(../images/press/body_background.jpg) center top repeat-x #FFF;
}
body.category-press #container_outer_outer, body.s-category-press #container_outer_outer {
  background: url(../images/press/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.category-press #container_outer, body.s-category-press #container_outer {
  background: url(../images/press/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.category-press #container_outer #content h2.pagetitle.category, body.s-category-press #container_outer #content h2.pagetitle.category {
  background: url(../images/press/title.png) left top no-repeat;
}
body.category-press #container_outer #content div.post, body.s-category-press #container_outer #content div.post {
  background: #fff2f3;
}
body.category-press #footer_outer, body.s-category-press #footer_outer {
  background: url(../images/press/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.category-press #footer_outer div.wrapper, body.s-category-press #footer_outer div.wrapper {
  background: url(../images/press/footer_icon.jpg) 80px bottom no-repeat;
  margin: -340px auto 0 auto;/**/
}



/* CATEGORY - events
------------------------------------------------------------ */
body.category-events, body.s-category-events {
  background: url(../images/events/body_background.jpg) center top repeat-x #FFF;
}
body.category-events #container_outer_outer, body.s-category-events #container_outer_outer {
  background: url(../images/events/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.category-events #container_outer, body.s-category-events #container_outer {
  background: url(../images/events/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.category-events #container_outer #content h2.pagetitle.category, body.s-category-events #container_outer #content h2.pagetitle.category {
  background: url(../images/events/title.png) left top no-repeat;
}
body.category-events #container_outer #content div.post, body.s-category-events #container_outer #content div.post {
  background: #e5f8fe;
}
body.category-events #footer_outer, body.s-category-events #footer_outer {
  background: url(../images/events/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.category-events #footer_outer div.wrapper, body.s-category-events #footer_outer div.wrapper {
  background: url(../images/events/footer_icon.jpg) 0px bottom no-repeat;
  margin: -140px auto 0 auto;/**/
}



/* CATEGORY - photoshoots
------------------------------------------------------------ */
body.category-photoshoots, body.s-category-photoshoots {
  background: url(../images/photoshoots/body_background.jpg) center top repeat-x #FFF;
}
body.category-photoshoots #container_outer_outer, body.s-category-photoshoots #container_outer_outer {
  background: url(../images/photoshoots/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.category-photoshoots #container_outer, body.s-category-photoshoots #container_outer {
  background: url(../images/photoshoots/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.category-photoshoots #container_outer #content h2.pagetitle.category, body.s-category-photoshoots #container_outer #content h2.pagetitle.category {
  background: url(../images/photoshoots/title.png) left top no-repeat;
}
body.category-photoshoots #container_outer #content div.post, body.s-category-photoshoots #container_outer #content div.post {
  background: #e3eeef;
}
body.category-photoshoots #footer_outer, body.s-category-photoshoots #footer_outer {
  background: url(../images/photoshoots/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.category-photoshoots #footer_outer div.wrapper, body.s-category-photoshoots #footer_outer div.wrapper {
  background: url(../images/photoshoots/footer_icon.jpg) 40px bottom no-repeat;
  margin: -240px auto 0 auto;/**/
}





/* CATEGORY - out and about (out-and-about)
------------------------------------------------------------ */
body.category-out-and-about, body.s-category-out-and-about {
  background: url(../images/out-and-about/body_background.jpg) center top repeat-x #FFF;
}
body.category-out-and-about #container_outer_outer, body.s-category-out-and-about #container_outer_outer {
  background: url(../images/out-and-about/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.category-out-and-about #container_outer, body.s-category-out-and-about #container_outer {
  background: url(../images/out-and-about/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.category-out-and-about #container_outer #content h2.pagetitle.category, body.s-category-out-and-about #container_outer #content h2.pagetitle.category {
  background: url(../images/out-and-about/title.png) left top no-repeat;
}
body.category-out-and-about #container_outer #content div.post, body.s-category-out-and-about #container_outer #content div.post {
  background: #e0fbdd;
}
body.category-out-and-about #footer_outer, body.s-category-out-and-about #footer_outer {
  background: url(../images/out-and-about/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.category-out-and-about #footer_outer div.wrapper, body.s-category-out-and-about #footer_outer div.wrapper {
  background: url(../images/out-and-about/footer_icon.jpg) 0px bottom no-repeat;
  margin: -340px auto 0 auto;/**/
}




/* CATEGORY - faves (favorites)
------------------------------------------------------------ */
body.category-favorites, body.s-category-favorites {
  background: url(../images/favorites/body_background.jpg) center top repeat-x #FFF;
}
body.category-favorites #container_outer_outer, body.s-category-favorites #container_outer_outer {
  background: url(../images/favorites/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.category-favorites #container_outer, body.s-category-favorites #container_outer {
  background: url(../images/favorites/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.category-favorites #container_outer #content h2.pagetitle.category, body.s-category-favorites #container_outer #content h2.pagetitle.category {
  background: url(../images/favorites/title.png) left top no-repeat;
}
body.category-favorites #container_outer #content div.post, body.s-category-favorites #container_outer #content div.post {
  background: #fdeaee;
}
body.category-favorites #footer_outer, body.s-category-favorites #footer_outer {
  background: url(../images/favorites/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.category-favorites #footer_outer div.wrapper, body.s-category-favorites #footer_outer div.wrapper {
  background: url(../images/favorites/footer_icon.jpg) 10px bottom no-repeat;
  margin: -340px auto 0 auto;/**/
}







/**********/
/**********/
/**********/



/* PAGE - home
------------------------------------------------------------ */
body.home #content {
  /*width: 720px;*/
}
body.home #content div.post div.post-content div.entry img {
  /*display: none !important;*/
}


/* PAGE - calendar
------------------------------------------------------------ */
body.page-permalink-calendar {
  background: url(../images/calendar/body_background.jpg) center top repeat-x #FFF;
}
body.page-permalink-calendar #container_outer_outer {
  background: url(../images/calendar/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.page-permalink-calendar #container_outer {
  background: url(../images/calendar/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.page-permalink-calendar #container_outer #content h2.pagetitle.category {
  background: url(../images/calendar/title.png) left top no-repeat;
}
body.page-permalink-calendar #container_outer #content div.post {
  background: #fbe5f7;
}
body.page-permalink-calendar #footer_outer {
  background: url(../images/calendar/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.page-permalink-calendar #footer_outer div.wrapper {
  background: url(../images/calendar/footer_icon.jpg) 80px bottom no-repeat;
  margin: -310px auto 0 auto;/**/
}
/**/
/* plugin css overrides */
#EC_current-month {
  font-size: 20px;
}
#CalendarLarge-Header {
  font-size: 14px !important;
  margin-bottom: 10px;
}
#calendar_wrapLarge thead {
  font-size: 14px;
}
#wp-calendarLarge td {
	border: thin solid #0e8fbb !important;
}
#wp-calendarLarge .dayHead {
	/*background-color: #173b6d;*/
	background-color: #78c8df !important;
  padding: 3px;
  font-size: 16px;
}
#todayLarge {
  background: url(../images/current_day.png) center 10px no-repeat #BCE4EE !important;
}
#wp-calendarLarge .event-block {
	border-top: none !important;
  /* disable this because the color comes from the current_day background */
  /*
	background: #bce4ee !important;
  */
  color: #000 !important;
  font-size: 13px !important;
}
/* * JQuery Tooltip */
#tooltip {
  text-align: left !important;
}
span.EC-tt-data.EC-tt-title-data {
  font-size: 20px !important;
}
.EC-tt-title {
	text-align: left !important;
  margin-bottom: 5px;
  display: block;
}




/* PAGE - contact
------------------------------------------------------------ */
body.page-permalink-contact {
  background: url(../images/contact/body_background.jpg) center top repeat-x #FFF;
}
body.page-permalink-contact #container_outer_outer {
  background: url(../images/contact/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.page-permalink-contact #container_outer {
  background: url(../images/contact/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.page-permalink-contact #container_outer #content h2.pagetitle.category {
  background: url(../images/contact/title.png) left top no-repeat;
}
body.page-permalink-contact #container_outer #content div.post {
  background: #f1e5fa;
}
body.page-permalink-contact #footer_outer {
  background: url(../images/contact/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.page-permalink-contact #footer_outer div.wrapper {
  background: url(../images/contact/footer_icon.jpg) 10px bottom no-repeat;
  margin: -340px auto 0 auto;/**/
}






/* PAGE - biography
------------------------------------------------------------ */
body.page-permalink-biography {
  background: url(../images/biography/body_background.jpg) center top repeat-x #FFF;
}
body.page-permalink-biography #container_outer_outer {
  background: url(../images/biography/container_outer_outer_background_1198_slice.jpg) center top no-repeat; /* 1600 wide */
}
body.page-permalink-biography #container_outer {
  background: url(../images/biography/container_outer_background.jpg) center top no-repeat; /* 1200 wide */
}
body.page-permalink-biography #container_outer #content h2.pagetitle.category {
  background: url(../images/biography/title.png) left top no-repeat;
}
body.page-permalink-biography #container_outer #content div.post {
  background: #f9f8cd;
}
body.page-permalink-biography #footer_outer {
  background: url(../images/biography/footer_background.jpg) center bottom repeat-x;
  height: 400px;/**/
}
body.page-permalink-biography #footer_outer div.wrapper {
  background: url(../images/biography/footer_icon.jpg) 10px bottom no-repeat;
  margin: -150px auto 0 auto;/**/
}
/**/
body.page-permalink-biography #content div.post {
  background: url(../images/biography_background.png) center 20px no-repeat #f9f8cd !important; /* repeating the color here */
  padding-top: 350px !important;
}
/* this page is yellow; footer buttons need a darker color */
body.page-permalink-biography #footer_outer div.wrapper ul li a {
  color: #847f48 !important;
}














/* COMMENTS
------------------------------------------------------------ */
.commentlist li, #commentform input, #commentform textarea {
  }
.commentlist li ul li {
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  }

#commentform p {
  }

.commentmetadata {
  font-weight: normal;
  }
h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
  }
#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  }

#commentform {
  margin: 5px 10px 0 0;
  }
#commentform textarea {
  width: 100%;
  padding: 2px;
  }
#respond:after {
    content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
  }
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
  }
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;

  }
.commentlist li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }
/* End Comments */
#respond {
  padding-bottom: 50px;
}







