/* @override http://lakesongpress.com/wp-content/themes/lakesong/style.css */

/*   
Theme Name: Lakesong
Theme URI: http://lakesongpress.com
Description: Lakesong Press site theme.
Author: Lakesong Press
Author URI: http://lakesongpress.com
Version: 1
.
The Lakesong Press theme.
.
*/

@import url("stylesheets/reset-fonts-grids.css");
@import url("stylesheets/base-min.css");

html {
  background-color: #abc89f;
}

a {
  color: #83c251;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

textarea {
  width: 100%;
}

.centermenu {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 93%;
}

.centermenu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

.centermenu li a {
  color: #000;
  text-decoration: none;
  padding: 0.5em 0.2em;
}

.centermenu li a:hover {
  background-color: #8d8d8d;
  color: #fff;
  text-decoration: none;
}


#custom-doc {
  background-color: #c9ddc4;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 25px 0 0 60px;
  overflow: hidden;
  text-align: left;
  width:83.08em;/* non-IE */
  *width:81em;/* IE */
  min-width:1080px;/* optional but recommended */
}

#bd {
  padding-right: 25px;
}

/* @group Header */

#hd {
  margin-left: 16.32em;
  *margin-left: 15.9em;
  margin-right: 1.9em;
  *margin-right: 1.88em;
}

#ls-menu {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

#ls-menu ul {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 93%;
}

#ls-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#ls-menu ul li a {
  color: #000;
  text-decoration: none;
  padding: 0.5em 0.2em;
}

#ls-menu ul li a:hover {
  background-color: #8d8d8d;
  color: #fff;
  text-decoration: none;
}

/* @end */

/* @group Side */

#ls-side {
  font-size: 85%;
  padding: 0 0 0 25px;
  width: 165px;
  float: left;
}
#ls-side > ul {
  margin: 0;
  padding-top: 140px;
}
li.widget {
  border-top: 2px solid #abc89f;
  border-bottom: 2px solid #abc89f;
  padding: 0.7em 0.5em;
  margin-bottom: 25px;
  list-style: none;
}
#ls-side a {
  color: #000000;
}
#ls-side #ls-side-logo {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  left: 0;
}

.widgettitle { margin: 0; font-size: 108%; }
.widgettitle:after {
  content: ':';  
}

#gallery-widget {
  border: 0 solid #fff;
}

#gallery-widget ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

#gallery-widget h2 {
  display: none;
}

#gallery-widget li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* @end */

/* @group Footer */

#ft {
  background-color: #abc89f;
  padding-top: 0.5em;
}

#ls-ft {
  font-size: 93%;
  margin-left: 215px;
}

#ls-fenu {
  float: left;
}

#ls-fenu ul {
  margin: 0;
  padding: 0;
  display: block;
}

#ls-fenu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#ls-fenu ul li a {
  color: #000;
  text-decoration: none;
  padding: 0.5em 0.2em;
}

#ls-fenu ul li a:hover {
  text-decoration: underline;
}

#ls-copy {
  text-align: right;
}

/* @end */

/* @group Post */

#ls-page {
  background-color: #fff;
  background-image: url('images/endleaf.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-left: 215px;
  margin-bottom: 25px;
}

#content {
  padding: 30px;
  padding-bottom: 50px;
}

.post .entry {
  margin-top: 1.5em;
  padding: 0;
}

.post .entry p {
  line-height: 1.6em;
}

.sectiontitle {
  background-image: url('images/titlebar.gif');
  background-repeat: repeat-x;
  background-position: center;
  margin: 0;
  width: 100%;
  height: 1em;
  text-align: center;
  margin-bottom: 0.5em;
}

.sectiontitle span {
  background-color: #fff;
  padding: 0 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 100%;
}

.sectiontitle span a {
  color: #000;
}

.pagetitle {
  font-size: 400%;
  margin: 0;
  margin-bottom: 0.2em;
  font-weight: normal;
  text-align: center;
}

/* @end */

.post.artist {
}

.quote {
  text-align: center;
  font-style: italic;
  margin: 0;
  padding: 1em 0;
  border-top: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
}

.post.artist .artistlinks {
  border-bottom: 2px dotted #b5b5b5;
  padding: 0 0 0.7em 0;
  margin-bottom: 1em;
  text-align: center;
}

.post.artist .entry {
  width: 65%;
  float: left;
}

.post.artist .news {
  width: 65%;
  float: left;
  border-top: 2px dotted #b5b5b5;
}

.post.artist .news h1 {
  font-weight: normal;
  font-size: 200%;
  margin: 0.5em 0;
  letter-spacing: 0.1em;
}

.post.artist .sidedish {
  width: 32%;
  margin-left: 67%;
  padding: 0;
  padding-top: 1em;
}

.post.artist .sidedish h1 {
  margin: 0;
  font-weight: normal;
  font-size: 200%;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.post.artist .discs ol li {
  list-style-type: decimal-leading-zero;
}

.post.artist .downloads {
  border-top: 2px dotted #b5b5b5;
}

.artistnews {
  clear: both;
}

#callout {
  margin-bottom: 2.3em;
}

#callout p {
  margin: 0;
  padding: 0;
}

.post {
  overflow: hidden;
  padding: 1.5em 0;
  border-bottom: 2px dotted #c1c1c1;
}

.post .postcontent {
  float: left;
  clear: both;
  overflow: visible;
  width: 38.46em;
  *width: 37.50em;
}

.post .postmetadata {
  margin-left: 40.79em;
  *margin-left: 39.75em;
}

.post .postcontent h2 a {
  color: #000;
  font-weight: normal;
  font-size: 160%;
  letter-spacing: 0.05em;
}

.post .postcontent h2 {
  margin-top: 0;
}

.artist .news ul {
  margin: 0;
  padding: 0;
}

.artist .news ul li {
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
}
