/*  
	Theme Name: Good Times Theme
	Description: Good Times Are Killing Me
	Version: 1.0
	Author: Manuel Zunz

	Based on Kubrick v1.5
	http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 13px;
	line-height:18px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #e2cbb6;
	color: #000000;
	text-align: center;
	margin:0;
	padding:0;
}
#page {
	text-align:left;
	width:722px;
	margin:0px auto;
	background-image:url(images/container-bg.jpg);
	background-repeat:repeat-y;
}
#container-left{
	background:url(images/container-left.jpg);
	background-repeat:no-repeat;
	_height:604px;
}
#container-right{
	background:url(images/container-right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	_height:604px;
}
#header {
	padding:0 8px;
}
img{
	border:0;
}
#content {
	float:left;
	width:400px;
	padding:10px 50px 0 50px;
	border-right:1px dashed black;
	min-height:400px;
}
#comment{
	width:100%;
}
.alignleft{
	float:left;
	margin-right:10px;
}
.alignright{
	float:right;
	margin-left:10px;
}
.post{
	margin-top:20px;
}
.post img{
	margin:5px 0px 5px 0px;
}
.post img.right, .post img.alignright{
	margin-left:10px;
}
.post img.left, .post img.alignleft{
	margin-right:10px;
}
.post img.wp-smiley{
	padding:0;
	margin:0;
	vertical-align:middle;
}
#sidebar{
	width:140px;
	padding:10px 40px 10px 20px;
	float:left;
	overflow:hidden;
}
#footer{
	clear:left;
	text-align:center;
	padding:20px;
}
#sidebar ul{
	padding:10px 0px;
	margin:0px;
}
#sidebar li{
	list-style:none;
}
#sidebar ul li ul{
	margin-left:20px;
}
#sidebar li ul li{
	list-style:circle;
	line-height:16px;
}
#sidebar h2{
	color:#000000;
}
#sidebar a{
	color:#000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:visited{
	color:#666666;
}
#searchform{
	margin:10px 0;
}
#searchform input{
	width:100px;
	height:14px;
	border:1px solid #706d4a;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#searchform #searchsubmit{
	font-weight:bold;
	padding-left:7px;
	margin:0px;
}
h1, h2, h3 {
	margin:0px;
	padding:0px;
	font-weight: bold;
}

h1 {
	font-size:16px;
}
h2{
	font-size: 16px;
	letter-spacing:2px;
}
h3{
 font-size: 13px;
}
.post h2{
	margin-bottom:5px;
}
a, a:link, a:visited{
	color: #8d735b;
}
h2 a, h2 a:link, h3 a, h3 a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
small {
	color: #8d735b;
	font-size:11px;
}
/* ADDITIONAL STYLES */
.postmetadata{
	clear:both;
	display:block;
}
.entry ul li{
	list-style-type:circle;
}
.entry ul{
	padding-left:20px;
	margin-left:0px;
}
#commentform input{
	border:1px solid #8d735b;
	height:15px;
	font-size:12px;
}
#commentform #submit{
	background-color:#FFFFFF;
	color:#8d735b;
	height:20px;
}
#commentform #submit:hover{
	background-color:#E3B599;
	color:#FFFFFF;
	height:20px;
}
#commentform textarea{
	border:1px solid #8d735b;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size:12px;
}
.more-link{
	font-weight:bold;
	text-align:right;
	display:block;
	margin:10px 0;
}
.navigation{
	padding-bottom:5px;
}

/* sidebar widgets */
#tag_cloud .widgettitle{
	padding-bottom:10px;
}