/*
Theme Name: Pure and Simple
Theme URI: http://www.Wordpresswebsites.co.uk/pureandsimple/
Description: 2 Columns, 1 Left Sidebar
Version: 1.0
Author: John Kirk
Author URI: http://www.Wordpresswebsites.co.uk
*/

/* ================================================================ 
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===*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/backgroundgradient.jpg) repeat-x;
	color: #006531;
}
#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
        padding: 0;
}
#page {
         width: 673px;
	margin: 0 auto 0 66px;
         padding: 0;
}
#header {
	height: 190px;
	width: 673px;
	margin: 0;
        text-align: center;
}
#logo {
        width: 673px;
        height: 77px;
        background: #FFFFFF url(images/head.jpg) no-repeat;
}
#main {
	width: 673px;
}
#banner {
         margin-top: 0;
         width: 673px;
         height: 88px;
         text-align: center;
}

#content {
	float: right;
	width: 450px;
         height: 420px;
         background: #ffffff;
         padding: 0 5px 0 5px;
         border-width: 0;
         border-style: solid;
         border-color: #408B65;
	line-height: 1.3em;
}

#contenthome {
	 float: right;
	 width: 486px;
         height: 420px;
         background: #ffffff;
         text-align: center;
         padding: 0px 5px 0 5px;
         border-width: 0;
         border-style: solid;
         border-color: #408B65;
	 line-height: 1.3em;
}

#scroll {
	background-color: #FFFFFF;
	height: 420px;
        padding: 0;
	overflow: auto;
	text-align: left;
}
#sidebar{
	float: left;
	width: 174px;
         height: 420px;
	 background: #ffffff;
	 padding: 0;
         border-width: 0;
         border-style: solid;
         border-color: #408B65;
}
#sidetext {
         height: 115px;
         padding: 13px 0 0 0;
         text-align: center;
}
#pets {
         margin-top: 0px;
}
#footer {
	height: 100px;
        width: 800px;
	clear: both;
	font-size: 0.8em;
        float: left;
	padding: 0;
}
.centermenu {
         text-align: center;
}
.centermenu ul {
	margin: 0px;
	padding: 3px;
}

.centermenu li {
	display: inline;
	list-style-type: none;
}

/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 0;
        font-size: 1.5em;
        color: #3B3D5D;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
  padding: 0 0 15px 0;
}
.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 {
	text-decoration: none;
	line-height: 1.3em;
	padding: 2px;
         color: #408B65;
}
#content a:hover {
        background: #ffffff;
        color: #006531;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
        color: #408B65;
}
#footer a:hover {
        background: #ffffff;
        color: #006531;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
        margin-top: 0px;
        height: 25px;
	width: 673px;
        background: #ffffff;
        color: #006531;
}
#menu ul {
	margin: 0px;
	padding: 3px;
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 0 5px 0 0;
        color: #408B65;
        font-size: 1.1em;
        font-weight: bold;
}
#menu li a:hover {
	text-decoration: none;
        background: #ffffff;
        color: #006531;
}

#menu li a:active {
        background: #616161;
}

#menu a:link, #menu a:visited {
        color: #408B65;
        font-weight: bold;
        font-size: 1.1em;
        padding: 0 6px 0 0;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
        background: #ffffff;
        color: #006531;
}
#menufoot {
        float:right;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/

#sidebar ul {
	margin: 0 0 10px 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
	color: #006531;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
/*	margin-bottom: .1em; */
/*	padding: 1px; */
	color: #408B65;
}
#sidebar li a:hover {
	text-decoration: none;
        background: #ffffff;
	color: #006531;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li {
  font-size: .9em;
  margin-left: 0;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 0.9em;
	margin: auto;
	width: 400px;
	padding: 0 0 10px 0;
	color: #408B65;
	clear: both;
}
#header h1 a:hover {
	color: #006531;
}
#content h1 {
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.1em;
}
#content h3 {
	font-size: 1.1em;
}

#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.4em;
}
.post h2 {
	font-size: 1.5em;
	margin: 15px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
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;
}
/*===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: 345px;
  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===*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
