/*
Theme Name: Cow Computing Theme
Theme URI: http://cowcomputing.com
Description: This theme is designed by Steve Chan for Cow Computing Blog.
Version: 1.0
Author: Steve Chan
Author URI: http://cowcomputing.com/
Tags: Beautiful, Minimal
*/



* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

h1#title {
	padding: 80px 0 60px 0;
	font-size: 86px;
	font-variant: small-caps;
	text-align: left;
}

h1#title a {
	color: #000000;
}

#footer {
	padding: 15px 0;
}

.clear {
	clear: both;
}

div#main {
	float: left;
}

/************** Post CSS **************/

div.post {
	clear: both;
	padding-bottom: 35px;
}

div.post p.date {
	float: left;
	width: 85px;
}

div.post p.date span.year {
	display: block;
	font-size: 65px;
}

div.post p.date span.month {
	font-size: 25px;
}

div.post p.date span.day {
	font-size: 25px;
}

div.post div.detail {
	text-align: left;
	float: left;
	width: 650px;
	padding: 8px 20px;
	display: block;
}

div.post div.detail span.title {
	display: block;
	font-size: 30px;
	font-family: sans-serif;
	text-transform: uppercase;
	line-height: 45px;
}

div.post div.detail span.title a {
	color: #000000;
}

div.post div.detail span.content {
	font-size: 14px;
	display: block;
	font-family: Verdana;
}

div.post div.detail span.content p {
	line-height: 19px;
	margin-bottom: 15px;
}

div.post div.detail span.postmetadata {
	display: block;
	padding: 10px 0;
	color: #898989;
}

/************** Sidebar CSS **************/

div#side {
	margin-top: 256px;
	padding-right: 30px;
	width: 155px;
	float: left;
	text-align: right;
}

div#side p {
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

div#side ul {
	list-style-type: square;
	list-style-position: inside;
	padding-bottom: 13px;
}

div#side ul li a {
	line-height: 16px;
	color: #00a8d9;
}

/************** Comment Form CSS **************/

#commentform {
	text-align: left;
}

#commentform p {
	padding: 5px 0;
	margin-left: 110px;
}

#commentform p label {
	float: left;
	padding-right: 8px;
	text-align: right;
	width: 180px;
	margin-left: -186px;
}

.box {
	color: #555555;
	padding: 6px 2px;
	width: 250px;
	font-size: 13px;
}

.box2 {
	width: 500px;
	height: 200px;
	padding: 6px;
	color: #555555;
	font-size: 13px;
}


h2#comments {
	text-align: left;
	font-size: 25px;
	padding-left: 110px;
}

h2#postcomment {
	padding-top: 55px;
}

ul#commentlist {
	list-style: none;
	text-align: left;
	padding-left: 110px;
	width: 660px;
}

ul#commentlist li {
	padding: 15px;
}

ul#commentlist li.even {
	background-color: #eeeeee;
}

/************** Misc CSS **************/

.alignleft, .alignright {
	display: inline;
	padding: 0 6px;
}

a {
	text-decoration: none;
	color: #00a8d9;
}

a:hover {
	text-decoration: underline;
}

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

h3 {
	line-height: 26px;
	padding: 10px 0 5px;
}

h1.error {
	font-family: Verdana;
	font-size: 160px;
	padding: 35px;
}

h5.error {
	font-size: 20px;
}

a.error {
	font-size: 13px;
}

ol {
	margin-left: 20px;
}

ol li {
	padding: 3px 0;
}

img#wpstats {
	display:none;
}
