/**
 * Theme Name: greenermountain-II
 * Theme URI: http://www.greenermountain.com
 * Description: A new greenermountain style!
 * Version: 0.1
 * Author: Rusti Gregory
 * Template: hybrid
 * greenermountain-II is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get basic styles CSS */
@import url('../hybrid/library/css/screen.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/*----- basic -----*/

body {
  background: #161613 url(images/bottom-bg.png) bottom left repeat-x;
  color: #aeabab;
  }
 
.content p {
  font-family:"Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
  font-size: 15px;
  letter-spacing:1px;
  line-height:1.6em;
  margin-bottom:2em;
  margin-top:1em;
  }
  
a, a:hover, a:visited, a:active {
  color: #fff;
  font-weight: bold;
  }

/*----- header section -----*/

#body-container {
  padding-top: 30px;
  background: url(images/soft-light-bg.png) top left no-repeat;
  }

#site-description {
  text-indent: -9000px;
  }
  
#site-title a {
  background: url(images/gm-logo.png) no-repeat center top;
  display:block;
  height:81px;
  text-indent:-9000px;
  width:465px;
  }

/*----- titles -----*/
.content h3 {
  color: #3c738c;
  font-size: 25px;
  line-height: 1.5em;
  }

h4, h4.series-title {
  color: #3c738c;
  font-family:"Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
  }

.entry-title a, .category-title {
  text-decoration: none;
  color: #53bd01;
  font-size: 26px;
  }
  
.entry-title {
  padding-bottom: 20px;
  background: url(images/divider.gif) bottom left no-repeat;
  line-height: 1.5em;
  }

body.category-completed-projects .entry-title {
  background: none;
  padding-bottom: 0;
  }

/*----- meta and byline -----*/

.byline a, .entry-meta a {
  color: #666666;
  }
  
a.comments-link {
  color: #fff;
  }
  
.category-completed-projects .byline, .category-completed-projects .entry-meta, .category-completed-projects .comments-template {
  display: none;
  }
  
/*----- navigation  -----*/
  
ul.pages {
  list-style-type: none;
  margin: 0 0 21px 0;
  }  

ul.pages a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  background: url(images/nav-divider.gif) top left repeat-y;
  font-size: 22px;
}

ul.pages a:hover { 
  background: url(images/nav-divider-hover.gif) top left repeat-y;
  }

ul.pages .current_page_item a {
  color: #53bd01;
  background: url(images/nav-divider-hover.gif) top left repeat-y;
  }

ul.pages li {
  margin-bottom: 10px;
  }
 
div#navigation {
  display: none;
  }



.breadcrumb {
  display: none;
  }

/*----- comments -----*/

#comments li, #comments li li li, #comments li li li li li {
  background: #4a4a3f;
  }
  
#comments li.administrator {
  background: #161613;
  }

.comment-author cite {
  color: #53bd01;
  font-family:"Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
  }

.post img {
  border: none;
  background: #4a4a3f;
  }
  
.thumbnail {
  height: 150px;
  width: 150px;
  }
/*-------------post series---------------------*/  
.series {
  font-family:"Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
  letter-spacing:1px;
  line-height:1.6em;
  }
  
div.series {
  padding: 21px 21px 11px 21px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  }
  
/*------------- downloads --------------*/

p.dloads a {
  padding: 20px 20px 20px 54px;
  background: #4a4a3f url(http://www.greenermountain.com/wp-content/uploads/2009/10/download-arrow1.png) 20px 20px no-repeat;
  }

a.demolink {
	padding: 20px 20px 20px 64px;
	background: #4a4a3f url(images/demo-icon.png) 10px 5px no-repeat;
	}
  
/*-------------citation maker ---------------*/
div#biblio {
     border: 1px dashed #fff;
     padding: 15px;
}

.post, .entry-content, .content, #container, #body-container {
overflow: visible;
}

#footer {
	margin-top: 20px;
	}