/*
Theme Name: Mission Hill Productions
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Column, 1 Sidebar
Version: 1.1
Author: Andy
Author URI: andy@poppen.ca
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
*{padding:0; margin:0;}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #293100;
	background:#acaf4b url(images/gradient.png) top left repeat-x;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background-color:#fff;
}
#header {
	height: 338px;
	width: 960px;
	margin: 0px;
	position: relative;
	background: url(images/header.jpg) no-repeat center top;
}
#main {
	width: 960px;
}
#content {
	width: 605px;
	padding: 10px 10px 10px 45px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 250px;
	float: right;
	margin: 10px 0 0 0;
	background-color:#fff;
}
#footer {
	height: 42px;
	clear: both;
	text-align: left;
	font-size: 100%;
	color: #6c7b1e;
	background: url(images/footer.jpg) no-repeat center top;
	padding: 150px 10px 0 50px;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
	display: none;
}
.post {
	padding: 0px;
	font-size: 0.9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	color:#6c7b1e;
	padding: 2px 2px 2px 0px;
	text-decoration:none;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0;
	height:27px;
	position: absolute;
	top: 302px;
	left: 50px;
}

#menu ul{
	margin:0;
	padding: 0;
	list-style: none;
	text-align:center;
}

#menu li{
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a{
	float: left;
	display: block;
	color: #black;
	text-decoration: none;
	width:127px;
	height:27px;
	margin: 0; /*Margin between each menu item*/
	padding:3px 0 0 0; /*Padding within each menu item*/
	background: url(images/tab-inactive.png) no-repeat top left;}
	
#menu a:hover{
	background: url(images/tab-active.png) no-repeat top left;
	height: 27px;
}
#menu .active a{
	background: url(images/tab-active.png) no-repeat top left;
	height: 27px;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1{
	position:absolute;
	top:10px;
	left:80px;
}
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#header h1 a:hover {
	text-decoration: none;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	color:#000000;
	font-size: 1.8em;
	margin: 15px 0 10px 0;
	padding: 5px 0;
	border-bottom: 2px #6c7b1e solid;
	background-image: url(images/crosses.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content h2 a:link, a:visited, a:hover{
	color:#000000;
}
#content h3{
	color:#000000;
	font-size: 1.8em;
	margin: 15px 0 10px 0;
	padding: 5px 0;
	border-bottom: 2px #6c7b1e solid;
	background-image: url(images/crosses.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.post h3 {
	color:#000000;
	font-size: 1.8em;
	margin: 15px 0 10px 0;
	padding: 5px 0;
	border-bottom: 2px #6c7b1e solid;
	background-image: url(images/crosses.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 20px;
	width: 65px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 5px;
}
.entry-month {
	font-size: 15px;
	width: 30px;
	text-align: center;
	height: 20px;
	margin: 3px 5px 0 0;
	font-weight: bold;
	padding: 0;
	float: left;
}
.entry-day {
	font-size: 20px;
	text-align: center;
	height: 20px;
	width: 30px;
	font-weight: bold;
	line-height: 20px;
	float: right;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 550px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0 10px 0 30px;
	text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/
#content ul {
	list-style-type: disc;
	list-style-position: inside;
}
.sublogo {
	margin-bottom: 25px;
}
#sidebar .contact {
	font-size: 125%;
	margin-bottom: 20px;
}