/*
Theme Name: Blank D
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme D, 3 Columns, 1 Left Sidebar, 1 Right Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
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: Helvetica;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #cb7e67;
	background: #c4b1a3;
	
}
#wrapper {
	width: 1000px;
	margin: 12px auto 20px auto;
	padding: 0px;
	background: #ffffff;
	background: url(images/tile.png) repeat center;
	position: relative;
}
#header {
	height: 294px;
	width: 1000px;
	margin: 0px;
	background: url(images/header_bg.jpg) no-repeat center; 
	position: relative; 

}
#main {
	width: 1000px;
}
#content {
	width: 630px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
	color: #cb7e67;
	margin-top: 10px;

}
#sidebar-right {
	width: 160px;
	float: right;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	background: #e7ded9;
}
#sidebar-left {
	width: 160px;
	float: left;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	background: #e7ded9;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
	margin-bottom: 30px;
}
.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;
}
/*===END SECTION 2===*/

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

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	padding: 3px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	text-decoration: underline;
	margin-bottom: 0.1em;
	padding: 1px;
	color: #7da7a2;
}
#sidebar-left li a:hover, #sidebar-right li a:hover {
	text-decoration: none;
	
}
#sidebar-left ul ul, #sidebar-right ul ul {
  margin-left: 10px;
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Helvetica;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
	color: #7da7a2;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
	color: #7da7a2;
	text-decoration: none;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;

}
.post h1 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
	color: #7da7a2;
	text-decoration: none;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
	color: #7da7a2;
	text-decoration: none;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  color: #7da7a2;
  text-decoration: none;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
.comments-title { 
	text-align: center; 
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #8ebece; 
}
#comments .comment { 
	background: #8ebece; 
	color: #c5afa0;
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 600px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 25px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 500px; 
	background: #ffffff; 
}
#comments .comment .comment-content a { color: #8ebece; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #8ebece;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #8ebece; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #ffffff; 
	border: 0px solid #E7E8EB; 
	padding: 10px; 
	color: #cb7e67; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 565px; 
	border: 0px solid #aaa; 
	height: 120px;
	background: #cbbeb6; 
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
	color: #ffffff;
	
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        text-align: center;
        border: 0px solid #E7E8EB;
	background: #cbbeb6;
	color: #ffffff;
}

.authcomment {
background-color: #eee5df !important;
} }
/*===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.===*/

a {
    outline: none;
}

.alignleft {
  float: left;
  border: 0px solid #E7E8EB;
}
.alignright {
  float: right;
  border: 0px solid #E7E8EB;
}
	
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
	border: 0px solid #E7E8EB;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
	border: 0px solid #E7E8EB;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
	border: 0px solid #E7E8EB;
}
.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: 0px solid #E7E8EB;
}
/*===END SECTION 11===*/
