/*
Theme Name: Karmic
Theme URI: http://dyskedesign.com/
Description: Design for Couch Karma
Version: 1.0
Author: Dyske Suematsu
Author URI: http://dyskedesign.com/
Tags: fixed width, three columns
*/

* { margin: 0; padding: 0; } 

/* Begin Typography & Colors */
body, p, h1, h2, h3, li, input, textarea, label, select, cite {
	color: #6c6c6c;
	font-family: Arial, Verdana, Sans-Serif;
}

div.entry p, .commentlist p {
	line-height: 14pt;
	margin: 0px 0px 10px 0px;
}

div.entry p img {
	padding-top: 4px;
}

a:link, a:visited, .hilite {
	color: #CB6D16;
	text-decoration: none;
}

a:hover {
	color: #CB6D16;
	text-decoration: underline;
}

small, p.postAuthor, p.postmetadata, p.commentmetadata, p.footer {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}

.smallType {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

body {
	font-size: 10pt;
	background: #fff url(images/woodback.jpg) repeat-x top center;
}

div#page {
	width: 970px;
	margin: 0 auto;
}

#header {
	display: block;
	float: left;
	clear: both;
	width: 970px;
	height: 270px;
	background: #fff url(images/header.jpg) no-repeat top center;
}

#columnGroup {
	display: block;
	float: left;
	clear: both;
	width: 970px;
	background: #fff url(images/page_background.gif) repeat-y top left;
}

#headerimg 	{
	margin: 0;
	height: 230px;
	width: 970px;
}

#sidebar {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 170px;
}

#content {
	display: block;
	float: left;
	width: 470px;
	padding: 0px 20px 0px 20px;
}

#adbar {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 250px;
}

div.adslot {
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	width: 250px;
}

div.amazonBooks {
	clear: both;
	float: left;
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 248px;
	border: 1px solid #ccc;
	background: #fff url(images/books.gif) no-repeat top left;
}

div.amazonLeft {
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 120px;
}

div.amazonRight {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 120px;
}

div.post {
	width: 470px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 15px 0px;
	background: #fff url(images/dotline470.gif) no-repeat bottom left;
}

div.mainBanner {
	width: 470px;
	height: 60px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	display: block;
	float: left;
	clear: both;
	width: 970px;
	height: 40px;
	padding: 5px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 14pt;
	margin: 0px 0px 8px 0px;
}

.post h2 {
	width: 420px;
}

p.postAuthor {
	margin: 0px 0px 10px 0px;
	width: 420px;
}

img.avatar {
	float: right;
}

h2.pagetitle {
	font-size: 12pt;
}

#sidebar h2 {
	font-size: 10pt;
}

h3 {
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
}

p.citation {
	margin: 0px 0px 0px 0px;
}

.commentlist li { 
	width: 470px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	background: #fff url(images/dotline470.gif) no-repeat bottom left;
	list-style: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentmetadata {
	font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
}

.widecolumn {
}

.post {
}

.post hr {
	display: none;
}

.widecolumn .post {
}

.widecolumn .smallattachment {
	float: left;
}

.widecolumn .attachment {
}

.clear {
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
}

img.alignleft {
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 10px;
	float: left;
	clear: both;
	width: 100%;
}

#sidebar ul li img {
	float: left;
	clear: both;
	padding: 0px 0px 4px 0px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0px 8px 0px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0px 0px 0px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

input, select, textarea {
	font-size: 10pt;
	border: 1px solid #ccc;
	color: #333;
	background: #fff;
	margin: 0;
}

select {
	width: 130px;
}

#commentform p {
	padding: 4px 0px 4px 0px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0;
}

#commentform textarea {
	width: 464px;
	padding: 2px;
}

#commentform #submit {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	width: 120px;
	height: 22px;
}


#searchform {
	margin: 0px 0px 0px 0px;
}

#sidebar #searchform #s, #mb-hktyr-hktyr {
	float: left;
	width: 98px;
	height: 18px;
	padding: 2px 2px 0px 2px;
	margin: 0px 3px 0px 0px;
}

.searchButton, input.button {
	float: left;
	border: 0;
}

#sidebar #searchsubmit {
	float: left;
	padding: 1px;
	margin: 0px 0px 0px 3px;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #F0EEDA;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin: -2px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	overflow: auto;
/*	border-bottom: 1px solid #ccc; */
}
/* End Various Tags & Classes*/



/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 

DYSKE:
Use this on the container block, not in the content block.
You can apply multiple classes to an element by separating them with a space.
E.g. class="clearfix anotherClass"
clearfix must come first.
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		
	