/*
Theme Name: Samuel Clough
Theme URI: http://samuelclough.com
Description: The official Samuel Clough theme.  Many thanks to the awesome starkers theme from Elliot Jay Stocks (http://elliotjaystocks.com).
Version: 1
Author: Samuel W Clough
Author URI: http://samuelclough.com
Tags: clean, basic
*/

@import "css/reset.css";

/* default styles */
body {
  font-family: Georgia, serif;
  color: #333;
  text-align: center;
  background-color:  #e6e3dc; 
  padding: 0px;
}
input, textarea {
 color: #333;
}
div {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
a {
  color: #cc0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2 {
  font-size: 1.75em;
  line-height: 1.5em;
}
p {
  line-height: 1.5em;
  font-size: 0.95em;
  margin-bottom: 1.5em;
}
blockquote {
  padding-left: 20px; 
  padding-right: 25px;
  font-style: italic;
  background: url(images/open-quote.gif) no-repeat left top; 
}

/* class styles */
a.more-link {
  display: block;
  margin-top: 1.5em;
}
span.blockquote_end {
  padding-right: 15px;
  background: url(images/close-quote.gif) no-repeat right bottom;
}
div.post_wrapper {
  clear: both;
  margin-bottom: 15px;
}
h2.widget_title {
  text-transform: uppercase;
  font-size: 0.7em;
  border-top: 1px solid #333;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.post {
  margin: 0;
  width: 600px;
  background: #e6e3dc url(images/post_bg_middle.jpg) repeat-y;
}
div.post_text, div.post_footer_content {
  padding-right: 25px;
  padding-left: 25px;
}
div.post_text ul, div.post_text li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 10px 20px 10px 20px;
  font-size: 0.95em;
}
div.post_text li.post_comment {
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;
 margin: 0;
}
div.post_footer_bg {
  margin-top: 0px;
  padding-top: 0px;
  height: 20px;
  background-image: url(images/post_bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
}
div.post_header_bg {
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 20px;
  background-image: url(images/post_bg_header.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
}
div.info_box_wrapper {
  background-color: #e6e3dc;
  width: 550px;
}
div.info_box_header_bg {
  width: 100%;
  background: url(images/more_comments_background.jpg) no-repeat center top;
  height: 15px;
}
div.info_box_footer_bg {
  width: 100%;
  background: url(images/more_comments_background.jpg) no-repeat center bottom;
  height: 15px;
}
h3#respond {
  padding: 0px 15px 0 15px;
}
#add_comment_wrapper {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-bottom: 25px;
}
p.post_data  {
  font-size: 0.8em;
  margin-bottom: 0.3em;
}
h1.post_title a {
  text-align: center;
}
li.widget {
  padding: 0;
}
h3.post_search_result {
  padding-top: 10px;
  border-top: 1px solid #333;
}
h3.comments {
  line-height: 1.5em; 
  margin-bottom: 1.5em;
  font-style: italic;
  border-top: 1px solid #333;
  padding: 15px;
}
h3.comments_first {
  line-height: 1.5em; 
  margin-bottom: 1.5em;
  font-style: italic;
  padding-top: 15px;
}
table.post_comment_author_info {
  width: 100%;
}
table.post_comment_author_info td {
  padding: 0 15px 0 15px;
}
table.post_comment_author_info td.gravatar {
  text-align: right;
  padding: 0 10px 0 10px;
}
div.page_blog_link {
  width: 560px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-style: italic;
}
li.current_page_item a {
  text-decoration: underline;
}
h5.add_comments {
  padding: 0 15px 0 15px;
}
h5.add_comments a {
  font-style: italic;
}
h5.post_date {
  margin-bottom: 10px;
}
h5.post_date a {
  font-style: italic;
}
h5.post_categories {
  padding: 0 15px 0 15px;
  font-style: italic;
}
h5.post_categories a {
  font-style: italic;
}
/* specific styles */
#top_menu {
  width: 100%;
  font-size: 1em;
  text-align: center;
  padding: 10px;
  margin-bottom: 25px;
}
#top_menu a {
  background: #333 url(images/top_menu_bg.jpg) no-repeat center bottom;
  margin: 0;
}
#top_menu a:hover, #top_menu a.link_active {
  background: #333 url(images/top_menu_bg_light.jpg) no-repeat center bottom;
  text-decoration: none;
}
#top_menu a.first_link {
  background: url(images/top_menu_bg.jpg) no-repeat left bottom;
  padding-left: 25px;
}
#top_menu a.first_link:hover, #top_menu a.first_link_active {
  background: url(images/top_menu_bg_light.jpg) no-repeat left bottom;

}
#top_menu a.last_link {
  background: url(images/top_menu_bg.jpg) no-repeat right bottom;
  padding-right: 25px;
  font-style: italic;
}
#top_menu a.last_link:hover, #top_menu a.last_link_active {
  background: url(images/top_menu_bg_light.jpg) no-repeat right bottom;

}
#top_menu a {
  padding: 20px 20px 20px 20px;
}

#content_wrapper {
  margin: 0 auto 35px auto;
  width: 600px;
  clear: both;
}
#right_sidebar {
  width: 145px;
  margin-left: 750px;
  padding-top: 10px;
}
#right_sidebar li {
  margin-bottom: 0.3em;
  line-height: 1.5;
}
#right_sidebar a {
  font-style: italic;
}
#right_sidebar a:hover {
  text-decoration: underline;
}
#page_bottom {
  clear: both;
  width: 100%;
}
#bottom_sidebar_wrapper {
  margin: 0 auto 0 auto;
  width: 580px;
  padding: 35px 0 35px 0;
}
#bottom_sidebar {
  width: 580px;
}
#bottom_sidebar td {
  vertical-align: top;
}
#bottom_sidebar a {
  font-style: italic;
  font-size: 0.8em;
}
#bottom_sidebar a:hover {
  text-decoration: underline;
}
#footer {
  font-size: 0.75em;
  text-align: center;
  width: 100%;
  font-style: italic;
  padding-bottom: 15px;
}
#footer a {
  font-style: italic;
}
#footer a:hover {
  text-decoration: underline;
}
#previous_next_links {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 560px;
  font-style: italic;
}
#previous_next_links td {
  width: 50%;
  vertical-align: top;
}
#previous_next_links td.prev_links {
  text-align: left;
}
#previous_next_links td.new_links {
  text-align: right;
}
#comment {
  width: 450px;
}
#comment_entry {
  width: 100%;
}
#comment_entry input {
  width: 200px;
}
#comment_entry td {
  padding: 5px;
}
#comment_entry td.comment_label {
  width: 75px;
  text-align: right;
  vertical-align: top;
}
#comment_entry td.comment_data span {
  margin-left: 5px;
}
#comment_entry td.comment_submit {
  text-align: right;
}
#comment_entry span.comment_notes, #comment_entry span.input_label_required {
  font-style: italic;
  text-align: left;
}
#archives_category li, #archives_category ul, #archives_monthly li, #archives_monthly ul {
  list-style-position:outside;
    list-style-type:none;
  margin: 0;
  padding-left: 0px;
}
#archives_category li, #archives_monthly li {
  margin-bottom: 0.5em;
}

/* set specific colors */
div.post_info a, div.post_info h2, h2.widget_title, h1.post_title a, #right_sidebar a {
  color: #333;
}
table.post_comment_author_info, h5.post_categories {
  background-color: #e6e3dc;
}
#page_bottom, #footer {
  background-color: #333;
  color: #e6e3dc;
}
#bottom_sidebar a, #bottom_sidebar h2.widget_title, #footer a, #top_menu a {
  color: #e6e3dc;
}



