/*  
Theme Name: Chapter19 - 2007
Theme URI: http://www.chapter19.com/
Description: Theme for Design Article Site (2007).
Version: 1.0
Author: Valerie Cole
Author URI: http://www.humanskin.net/
*/
body {
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  background: #424242 url(images/background.gif);
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 780px;  }
  
#page {
  text-align: left;
  margin: 20px auto;
  padding: 0;
  width: 780px; }

#header {
  background-image: url(images/green_bg_mid.gif);
  background-repeat: repeat-y;
  margin-top: 10px; 
  margin-left: 2px; 
  width: 207px;
  text-align: center; }

#header .description {
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  width: 180px;
  color: #b3d082;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  }

#header .header_top {
  background-image: url(images/green_bg_top.gif);
  background-repeat: no-repeat;
  padding: 30px 0 0;
}
  
.feeds_pos {
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 10px;
  color: #666565;
  text-align: right;
  width: 195px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }
  
.feeds_pos a, .feeds_pos a:link, .feeds_pos a:active {
  color: #666565;
  text-decoration: none;  }
  
.feeds_pos a:hover {
  color: #fff;
  text-decoration: none; }
  
.feeds a, .feeds a:link, .feeds a:active {
  background-color: #333131;
  text-align: center;
  float: left;
  padding: 4px 10px 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-top: -5px; }
  
.feeds a:hover {
  background-color: #fff;
  text-align: center;
  float: left;
  padding: 4px 10px 5px;
  color: #599a03;
  text-decoration: none;
  font-weight: bold;
  margin-top: -5px; }
  
#header form {
  margin-right: auto;
  margin-left: auto;
  width: 175px; }
  
#sidebar {
  padding: 10px 0 0;
  width: 207px;
  margin-bottom: 0;
  float: right;  }
   
#sidebar h2 {
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  margin: 5px 0 0;
  padding: 0;	}

#footer {
  padding: 0;
  margin: 0 auto;
  width: 760px;
  clear: both; }

#content {
  padding: 20px 0 20px 45px;
  margin-left: -10px;
  width: 550px;  }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
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
	}
/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}
/* End Form Elements */
.center {
	text-align: center;
	}
hr {
  height: 1px;
  background-color: #484646;
  margin: 5px 0 0;
  padding: 0;
  border-width: 0;
  display: block; }
  
a img {	border: none; }

input {
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  }

/* CORNER ITEMS */
.topleft { 
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px; }

.topright {
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  float: right; }

.bottomleft {
  background-image: url(images/grey_bl.gif);
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px; 
  clear: left;  }

.bottomright {
  background-image: url(images/grey_br.gif);
  background-repeat: no-repeat;
  position: relative;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  float: right; }

/* MENU ITEMS */
.menu_pos {
  width: 210px;
  background-color: #333131;
  text-align: center;
  margin-top: 10px; }

.menu_con {
  text-align: left;
  width: 175px;
  margin-top: -7px;
  margin-right: auto;
  margin-left: auto; }

.menu_con br{
  height: 8px;
  font-size: 8px; }

.menu_con hr{
  width: 175px;
  margin: 5px 0 0; }

.menu_con h2 {
  color: #ffffff;
  background-image: url(images/greydots_bg.gif);
  background-repeat: repeat-x;
  background-position: 0 6px;
  width: 175px;
  margin: 0;
  padding: 0; }

.menu_con h2 span{
  color: #ffffff;
  background-color: #333131;
  margin: 0;
  padding: 0 5px 0 2px; }

.menu_con #searchform {
  text-align: center;
  margin: 8px 0 -5px;
  padding: 0; }

.menu_con #searchform #s {
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #666565;
  width: 122px;
  height: 14px;
  float: left;
  margin: 0;
  padding: 3px 3px 3px 5px;
  border-width: 0; }

.menu_con #searchsubmit {
  padding: 0 0px 3px 3px; }
    
.category {
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
  margin-bottom: 0; }

.category img {
  vertical-align: top;
  float: left;
  margin-right: 5px; }

.category hr{
  width: 175px;
  margin: 8px 0 5px; }

.category a, .category a:link, .category a:active{
  color: #ffd5a3;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px; }

.category a:hover{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px; } 
   
/* PAGE ITEMS */
.page_pos {
  width: 525px;
  background-color: #333131;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 0px; }

.page_con {
  width: 510px;
  text-align: left;
  margin: -5px auto auto auto; }

.page_featured {
  margin-bottom: 10px; }
 
.post {
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  width: 525px;
  background-color: #333131;
  margin-bottom: 10px;
  margin-left: 0px; }

.post_category {
  margin-top: 0px;
  margin-left: 0px; }

.post_excerpt {
  position: relative;
  top: -5px;
  left: 75px;
  width: 450px;  }
  
.post_excerpt h2 {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0px;  }
  
.thumbnail {
  position: relative;
  float: right;
  margin-top: -8px;
  margin-right: 5px;
  z-index: 20; }

.post_excerpt hr {
  width: 285px; }

.post_excerpt .excerpt {
  font-size: 10px;
  line-height: 12px;
  text-align: justify;
  width: 285px;
  margin-top: -5px; }

.post .content {
  position: relative;
  top: -5px;
  left: 75px;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  width: 425px;
  margin-top: -5px;
}

.post .profile {
  position: relative;
  top: -5px;
  left: 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  width: 425px;
  margin-top: -5px;
}

.post .profile_table {
  position: relative;
  left: 35px;
  margin-top: -35px;
}

.post .profile_message {
  position: relative;
  left: 35px;
  margin-top: 0px;
}

.post .profile_table input {
  width: 155px;
}

.post .profile_table select {
  width: 155px;
}

.post .entry {
  position: relative;
  top: -5px;
  left: 25px;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  width: 475px;
  margin-top: -5px;
}

.uc_link {
  width: 285px;
  font-size: 9px;
  text-transform: uppercase; 
  text-align: right;
  margin-top: 5px;
  padding-bottom: 5px; }

.uc_link a, .uc_link a:link, .uc_link a:active {
  color: #ffd5a3;
  text-decoration: none;
  font-weight: bold; }
  
.uc_link a:hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;; }
   
.post_excerpt h2 a, .post_excerpt h2 a:link, .post_excerpt h2 a:active{
  color: #ffd5a3;
  text-decoration: none;
  font-weight: bold; }

.post_excerpt h2 a:hover{
  color: #ffffff;
  text-decoration: none;
  font-weight: bold; } 

.navigation {
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 10px;
  width: 525px;
  height: 30px;
  background-color: #333131;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: 0px; }

.alignleft {
  padding-left: 10px; }
  
.alignright {
  padding-right: 10px; }

  
/* LOG IN FORM */
.loginform {
  background-image: url(images/login_bg.gif);
  background-repeat: no-repeat;
  text-align: center;
  width: 175px;
  height: 111px;
  margin-top: 10px; }
 
.loginform table{
  margin-top: 5px;
  }
  
.loginform td{
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  color: #b3d082;
  text-align: left;
}
  
.loginform input{
  color: #ffffff;
  background-color: #669923;
  text-align: left;
  width: 68px;
  border: solid 1px #659c1d;
  padding-left: 3px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}
 
.loginform .input_long{
  color: #ffffff;
  background-color: #669923;
  text-align: left;
  width: 137px;
  border: solid 1px #659c1d;
  padding-left: 3px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}

.loginform .line{
  background-color: #659c1d;
  height: 1px;
  margin-bottom: 5px;
  padding: 0;
  }
  
.loginform #wp-submit{
  background-color: #589803;
  width: 69px;
  margin: 4px 0 0 4px;
  padding: 0;
  border: 0; }
  
.loginform #formhead {
  background-image: url(images/greendots_bg.gif);
  background-repeat: repeat-x;
  background-position: 0 center;
  margin: 0;
  padding: 0;
  width: 100%;
  }
  
.loginform h2  {
  color: #fff;
  background-color: #4a8102;
  padding-right: 5px;
  display: inline; }

.loginformtxt {
  padding: 0;
  margin-top: -25px;
  margin-bottom: -10px;
}

.loginformsubmit {
  margin-top: -10px;
}

.loginform .formlabel{
  font-size: 11px;
  line-height: 14px;
  padding-top: 3px;
}

.loginform .formspace {
  padding-top: 5px;
  height: 1px;
}
.loginform a, .loginform a:link, .loginform a:active {
  font-size: 11px;
  text-decoration: none;  }

.loginform a:hover{
  font-size: 11px;
  text-decoration: none; }	
  
/* SINGLE LABEL */
#logolabel_pos{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 203px;
  height: 100%;
  margin-top: -51px;
  margin-left: -104px;
  text-align: center; }

#logolabel_con {
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 10px;
  text-align: center;
  width: 203px;
  height: 395px; }
  
#logolabel_con a, #logolabel_con a:link, #logolabel_con a:active {
  color: #b3d082;
  text-decoration: none;  }

#logolabel_con a:hover{
  color: #ffd5a3;
  text-decoration: none; }	

#logolabel_con h2 {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px; }

#comments {
 font-size: 11px;
}

#comment {
  width: 460px;
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 13px;
  color: #ffffff;
  background-color: #666565;
  border-width: 0;
  padding: 7px;
}

.replybox {
  background-color: #333131;
  width: 510px;
  padding-top: 3px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.replybox .content {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 25px;
  font-size: 11px;
}

.commentlist {
  font-family:  "Trebuchet MS", Tahoma, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  background-color: #333131;
  width: 520px;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 15px;
  margin-bottom: 10px;
 }
.commentlist h3 {
  padding-left: 15px;
}
.commentlist .content {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.comment-text {
 padding-left: 3px;
 margin-top: -5px;
}

.comment-text p {
 margin-top: 3px;
}
.comment-alignleft {
 padding-left: 0px;
 float: left;
}
.comment-alignright {
 padding-right: 5px;
 float: right;
}

.commentbg1 {
  width: 505px;
  background-color: #222121;
  min-height: 60px;
}
.commentbg2 {
  width: 505px;
  background-color: #444141;
  min-height: 60px;
}

.postmetadata {
  margin-top: 20px;
  padding-bottom: 10px;
}
	
/* LINK STYLES */
a, h2 a:hover, h3 a:hover {
	color: #86c747;
	text-decoration: none; 	}
a:hover {
	color: #fad566;
	text-decoration: underline;	}

.sociable {
  font-size: small;
}

.amazonimg {
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
}
