/*
Theme Name: Simple Things in Life
Theme URI: http://learn-thai-podcast.com/blog/wordpress/simple-things-wordpress-theme/
Description: Minimal theme with some typographic elements for all of you who want to keep it nice and simple. Never forget to enjoy the simple things in life!
Version: 1.0.1
Author: Jay Schmidt
Author URI: http://learn-thai-podcast.com/
Tags: white, fixed-width, two-columns, right-sidebar, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

small {
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	text-align:left;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

strong {	
	color:#666;
}

a {
	text-decoration: none;
	color:#333;
}


a:hover {
	background:#f7f7f7;
}


hr {
	display: none;
	}

a img {
	border: none;
	}

table {
	width: 100%;
}
	th {
		font-weight: bold;
		text-align: left;
		padding: 5px 3px;
	}
	td {
		padding: 5px 3px;	
	}
	caption {
		padding: 5px 0;
		text-align: center;
	}

.widget_calendar {

}
	.widget_calendar td, .widget_calendar th {
		text-align: center;
	}
	.widget_calendar #today {
		font-weight: bold;
		color: #ccc;
	}

fieldset { 
	border:1px solid #ccc; 
	padding:15px;
	}

legend {
  padding: 0.2em 0.5em;
  border:1px solid 999;
  color:grey;
  font-size:90%;
  text-align:right;
  }


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	margin: 40px 20px 10px 20px;
}

#wrapper {
	padding:20px;
}

#content {
	margin:0;
	padding:0 0 0 0;
	width:596px;
	float:left;
}
	
#sidebar {
	width:250px;
	float:right;	
	margin:0;
	padding:2px 0;
}	

#footer {
	margin: 20px auto;
	clear: both;
}

.left {
	float: left;
}
	.alignleft {
		float: left;
		margin: 0 15px 10px 0;
	}

.right {
	float: right;
}
	.alignright {
		float: right;
		margin: 0 0 10px 15px;
	}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.post blockquote {
	margin-top:5px;
	margin-left: -19px;
	padding-left: 19px;
	border-left: 1px solid #ccc;
	font-style: italic;
}

/* Header */

#header {
	border-bottom:1px solid #e5e5e5;
	padding:10px 0;
	}

#headerimage {
	padding:4px 0;
	}
	
#headerimage h1{
	font-weight:normal;
	}

#headerimage h1 a{
	color:#000;
	}

#description {
	font-size:12px;
	padding-top:25px;
	color:#999;
	width:250px;
	}

#smenu {
	margin: 0 20px 0 20px;
	border-bottom:1px solid #e5e5e5;
	padding:0 0 10px 0;
	}

#smenu li {
	margin-top:0;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size:12px;
	letter-spacing:2px;
	}
	
#smenu li a{
	color:#6f6f6f;
	}

/* Main */

.post-date {
	float:left;
	}

.month {
	font-size:19px;
	color:#888;
	letter-spacing:2px;
	}

.day {
	font-size:36px;
	color:#222;
	}
	
.post {
	float:right;
	width:540px;
	}

.clear {
	clear:both;
	}

#content h2 {
	font-size:18px;
	letter-spacing:2px;
	padding:2px 0 3px 0;
	}

.post h2 {
	font-size:18px;
	letter-spacing:2px;
	padding:2px 0 3px 0;
	}

.post h2 a {
	color:#000;
	}
	
.wider {
	width:590px;
	}

.postmetadata {
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	padding:0 0 20px 0;
	color:#666;
	}
	
.postmetadata a{
	color:#666;
	}

.entry {
	font-size:14px;
	line-height:18px;
	}

.entry a {
	border-bottom:1px dotted #999;
	}
	
.entry img {
	padding:5px;
	border:1px solid #e5e5e5;
	}

.entry ul, .entry ol {
	padding:2px 0 10px 15px;
	}
	
.entry ul li {
	padding:2px 5px;
	list-style:circle;
	list-style-type:circle;
	}

.entry ol li {
	padding:2px 5px;
	list-style:disc;
	list-style-type:disc;
	}

a img {
	border:none;
	}

.wp-caption img{
	margin:0 auto;
	}

.wp-caption a{
	border:none;
	}
	
.wp-caption p{
	padding:2px 0 4px 0;
	margin:0 0 0 2px;
	}

.wp-caption-text {
	text-align:center;
	font-size:12px;
	background-color:#efefef;
	color:#666;
	}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding:5px 0px;
	margin-top:5px;
	}

.entry h1{
	padding-top:10px;
	}
	
p {
	margin:0px 3px 12px 3px;
	padding:2px;
	}

.comment, .comment-body {
	padding: 5px 10px;
	font-size:14px;
	line-height:18px;
	color:#333;
	}
	
.comment-meta {
	font-size:10px;
	}

.fn {
	font-weight:bold;
	}

.comment-author {
	padding:4px 0 0 0;
	}

.harchive {
	margin-bottom:10px;
	color:#666;
	}

.navigation {
	font-size:12px;
	}

	
/* Sidebar */

#sidebar h2 {
	font-size:14px;
	letter-spacing:2px;
	}
	
#sidebar li ul{
	padding:5px 0 10px 0;
	}
	
#sidebar li ul li {
	font-size:12px;
	letter-spacing:1px;
	padding:3px 0 4px 10px;
	}

#sidebar li ul li ul{
	padding:5px 0 0 4px;
	margin:0;
	}
	
/* Footer */

#footer {
	font-size:10px;
	color:#CCC;
	border-top:1px solid #e5e5e5;
	}
	
#footer a{
	font-size:10px;
	color:#CCC;
	}