/*
Theme Name: Netherton Hall
Theme URI: 
Description: Nethertons Home Site, Widget-ready two-column theme.
Version: 1.0
Author: Paul Johnson
Author URI:

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/



/*
  Table of Contents:
    General elements
    Structural elements
    Header elements
    Sidebar elements
    Post elements
    Metadata elements
    Comment elements
    Widget-specific elements
*/


/* General elements */
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  text-align: center;
}

body {
  background: #CCCC99 url(images/bg80.jpg) center top no-repeat;
  behavior: url('includes/csshover.htc'); /* Workaround to make IE use :hover properly */
  font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;
  font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
  line-height: 130%;
}

p {font-size: 12px;}
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:14px;}
h4 {font-size:14px;}
h5 {font-size:10px;}

h1, h2, h3, h4, h5, h6, .heading {

}

blockquote {
  margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
  margin-bottom: 1.5em;
}

input,
textarea {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 100%;
}

a, a:active {
  color: #743614;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img,
a img:hover {
  background: transparent;
  border: 0;
}

.float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.float-right {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: right;
}

div.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.heading { /* for headings that don't have any real semantic value */
  font-size: 120%;
  font-weight: bold;
}

.no-hover {
  backround: transparent !important;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
  margin: 0 auto; /* for centered layouts */
  overflow: hidden;
  text-align: left;
  width: 779px;
}

#header {
  overflow: hidden;
}

#navigation {
  overflow: hidden;
  margin: 0px 0 0 0px;
}

#content {
  border-left: 0px solid #E4E4E4;
  border-right: 0px solid #E4E4E4;
  float: right;
  margin-bottom: 20px;
  margin-right: 4px;
  overflow: hidden;
  width: 595px;
}

.sidebar {
  border-left: 0px solid #E4E4E4;
  border-right: 0px solid #E4E4E4;
  float: left;
  left: 2px;
  overflow: hidden;
  position: relative;
  width: 165px;  
}

.footer {  
  clear: both;
  font-family: Verdana, Arial, sans-serif;
  font-size: 80%;
  text-align: center;
}


/* Header elements */
#header {
 	background: url(images/netherton-hall-top-banner-1.jpg) top no-repeat;
	font-family: Verdana, Arial, sans-serif;
	height: 150px;
	margin: 0px 0 0 1px;
	text-align: right;
}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	font-size: 80%;
	line-height: 110%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}
  
#header h2.description {
	color: #617072;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.03em;
}

h3.category_description {
  font-weight: normal;
}


/* Navigation elements */
#navigation ul {
  height: 32px;
}

#navigation ul li {
  display: inline;
  list-style-type: none;
  height: 56px;
}

#navigation ul li .nav-rss {
  margin-right: 40px;
  position: relative;
  top: 21px;
}

#navigation ul li a {
  color: #9D775E;
  font: bold 13px Verdana, Arial, sans-serif;
  letter-spacing: 0.01em;
  margin-right: 10px;
}

#navigation ul li a:hover {
  color: #663300;
  text-decoration: none;
}


/* Sidebar elements */
.sidebar {
  font-size: 12px;
  margin-top: 10px;
}

.sidebar .widget {
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 14px;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-size: 100%;
  font-weight: bold;
  padding: 2px 0;
  text-decoration: none;
  width: 100%;
}

.sidebar .widget ul {
  border-bottom: 0px solid #000;
  margin: 8px 0 5px 0;
  padding-left: 0px;
}

.sidebar .widget ul.bottom {
  border-bottom: none;
  margin-bottom: 35px;
}

.sidebar .widget ul li {
  list-style-type: none;
  font-family: Arial, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 100%;
  margin-top: 15px;
  margin-bottom: 12px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
  margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
  color: ;
}

.sidebar .widget a:hover {
  color: ;
}

.sidebar .widget .subscribeIcon {
  border: none;
  float: left;
  margin: 5px 10px 0 0;
}

form#searchform label {
  display: none;
}

/*.sidebar .footer {*/
/*  background: transparent url(images/footer-sidebar.png) left bottom no-repeat;*/
/*}*/
/* End Blank */

/* Content elements */

#content .footer p {
  border-top: 1px solid #E4E4E4;
  margin: 0 15px;
  padding: 10px 0;
}

/* Post elements */
.post,
.page,
.pagetitle {
  clear: both;
  padding: 0 10px;
}

.post {
  margin-bottom: 10px;
}

.post-header {
  float: left;
  margin-top: 15px;
  width: 90%;
}

.post-header h1,
.post-header h2,
.pagetitle {
  font-size: 160%;
  font-weight: normal;
  line-height: 110%;  
}

.post-header a,
.post-header a:visited {
  color: #000;
  text-decoration: none;
}

.post-body {
  border-top: 1px solid #000;
  clear: both;
  font-size: 110%;
  line-height: 150%;
  padding-top: 10px;
}

.interpost-nav {
  font-size: 100%;
  margin: 10px;
  text-align: center;
}

#content ul,
#content ol {
  margin-left: 30px;
}

.more-link {
  
}

.post p.heading,
.page p.heading {
  margin-top: 1.5em;
}


/* Metadata elements */
.post-metadata { 
  font-size: 95%;
}

.post-metadata.foot { 
  background: transparent url(images/bg-post.png) right bottom no-repeat;
  border-bottom: 2px solid #000;
  font-size: 70%;
  height: 47px;
  position: relative;
  text-transform: lowercase;
  top: -22px;
}

.post-metadata .post-author,
.post-metadata .post-categories {
  position: relative;
  top: 29px;
}

.post-metadata .post-categories {
  
}

.post-metadata .post-date {
  float: right;
  font-family: Arial, sans-serif;
  text-align: center;  
}

.post-metadata .post-date .day,
.post-metadata .post-date .year {
  font-size: 90%;  
}

.post-metadata .post-date .month {
  color: #B2663B;
  font-size: 170%;
  font-weight: normal;
  margin-top: -4px;
}

.post-metadata .post-comments {
  
}


/* Comment elements */
#comments {
  padding: 0 10px;
}

#comments .heading {
  display: block;
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 30px;
}

#comments .comment-list {
  border-top: 1px solid #555;
}

#comments .comment {
  border-bottom: 1px solid #555;
  clear: both;
  padding: 1em 1em 0 1em;
}

#comments .comment-list .alt {
  background: #fffeee;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
  background: #eeefff;
}

div.landing_pages {
  border: ;
  padding: 10px;
}

#comments .comment-number {
  display: inline;
}

#comments .comment-number a {
  color: ;
  text-decoration: none;
}

#comments .comment-gravatar {
  float:left;
  margin: 10px 5px 5px 0px;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
}

#comments .gravatar {
  
}

#comments .postgrav {
  float: left;
  padding: 3px;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #ccc;
  background: #fff;
}

#comments .comment-list cite {
  
}

#comments .comment-content {
  margin-left: 15px;
  margin-top: 5px;
}

#comments .trackback-list {
  margin-left: 20px;
}

#comments #commentform {
  font-size: 105%;
}


/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
  list-style: none;
  margin-bottom: 30px;
}

.wwsgd {

}
/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-left:5px; margin-right:5px;}

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }
