﻿/*
Theme Name: Life-Change.me Splat Style
Theme URI: http://www.life-change.me
Description: Black and Lime Splats, 2 Columns, 1 Left Sidebar
Version: 1.1
Author: Kaos
Author URI: http://www.kaosmad.com
*/

/*------------------------------------------------------------------
[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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #1e1716;
}
#wrapper {
	width: 1000px;
	margin: 20px auto 20px auto;
	padding: 0px;
	background-color: #1e1716;
}
#header {
	height: 146px;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	background-color: #1E1716;
	text-align: right;
	background-image:url('images/toplogobar.jpg');
	background-repeat:no-repeat;
}
#main {
	width: 1000px;
}
#content {
	width: 705px;
	float: left;
	line-height: 1.3em;
	background-color: #eff5d1;
	padding: 10px 10px 10px 0;
	margin-bottom: 10px;
	background-image: url('images/contenttop.jpg');
	background-repeat: no-repeat;
}
#sidebar-right {
	width: 245px;
	float: right;
	margin-top: 10px;
	background-color:yellow;
}
#sidebar-left {
	margin: 0 10px 0 10px;
	width: 235px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#sblt{
	background-image:url('images/sidebartop.jpg');
	background-repeat:no-repeat;
	width:235px;
	float:left;
	height:20px;
}
#sblb{
	background-image:url('images/sidebarbottom.jpg');
	background-repeat:no-repeat;
	width:235px;
	height:20px;
	float:left;
}

#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
        color:#eff5d1;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 25px 0 0;
	clear: both;
	text-align:right;
	color:#DFDFDF;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
  padding-bottom:10px;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
	padding-left:10px;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	color:#533008;
}
#content a:hover {
	text-decoration: none;
	color:#533008;	
}
#footer a:link, #footer a:visited {
	color: #eff5d1;
}
#footer a:hover {
	text-decoration: none;
	color: #eff5d1;	
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 19px 25px 0 0;
	width: 1000px;
}
#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;
	background-color:#C3D040;
	color:#1E1716;
}
#menu li a:hover {
	text-decoration: underline;
	color:white;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	list-style-type: none;
	background-color: #EFF5D1;
	color:#1e1716;
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px;
	color:#533008;
}
#sidebar-left li a:hover, #sidebar-right li a:hover {
	background-color: #FFFFFF;
}
#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: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 40px 25px 0 0;
	clear: both;
	text-decoration: none;
	text-align: right;
	color: white;
}
#header h1 a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	color:#1e1716;
	padding-left:10px;


}
#content p{
	padding-left:10px;
	padding-right:10px;
}
#sidebar-left h1, #sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-left h2, #sidebar-right h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
	padding: 0;
	padding-left:10px;
	color:#1e1716;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post h3 {
  font-size: 1.4em;
  margin: 0 0 5px 0;
  padding: 0;
  padding-left:10px;  
  color:#1e1716;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post h4 {
  font-size: 1.2em;
  margin: 0 0 5px 0;
  padding: 0;
  padding-left:10px;  
  color:#1e1716;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 65px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #1e1716;
	color: #eff5d1;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#533008
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 22px;
	margin: 0 0 0 0;
	font-weight: bold;
	padding: 2px 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 0 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
	padding-left:10px;
}
#comment-form-title{
	padding-left:10px;
	color:#533008;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
	padding-left:10px;
}
#content ol.commentlist li a {
	text-decoration: underline;
	color:#533008;
}
/*===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: 545px;
  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===*/

