/*
Theme Name: Grey Matters
Theme URI: http://www.pixelbath.com/
Description: Grey, like many others, but with a subtle 3D feel.  Exclusive for pixelbath.com.
Version: 1.0
Author: Michael Hoskins
Author URI: http://www.pixelbath.com/
Tags: blue, grey, gray, fixed width, two columns

	Grey Matters
	 http://www.pixelbath.com/

	This theme was designed and built by Michael Hoskins,
	whose blog you will find at http://www.pixelbath.com/blog/

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

*/



/* Begin Typography & Colors */
html, body {
	background-color: #444;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Sans-Serif;
	background: #444 url('images/body-tile.png') repeat-x;
	color: #929292;
	text-align: center;
}
#page {
	background-color: #444;
	text-align: left;
}
#header {
	background: #73a0c5 url('images/header.png') no-repeat bottom center;
}
#headerimg {
	margin: 0;
	height: 100px;
	width: 1000px;
	text-align: center;
}
#headerimg h1 a {
	width: 66px;
	height: 87px;
	display: block;
	margin: 0 auto;
}
#footer {
	background: transparent url('images/footer.png') no-repeat;
	border: none;
}
small {
	font-family: Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 4em;
	text-align: center;
}
small, .nocomments, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a {
	color: #4b7de1;
	text-decoration: none;
}
a:hover {
	color: #5489f2;
	text-decoration: underline;
}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background-image: url('images/page-tiledown.png');
	background-repeat: repeat-y;
}

#header {
	background-color: #313131;
	margin: 0;
	padding: 0;
	height: 100px;
	width: 1000px;
}
#content {
	font-size: 1.3em
}
.narrowcolumn, .widecolumn {
	float: left;
	padding: 0 0 20px 67px;
	margin: 0;
	width: 639px;
	background: transparent url('images/content-tile.png') repeat-y 67px 0;
}
.post_meta_top {
	margin-left: 50px
}
.post_date {
	text-align: center;
	width: 42px;
	height: 67px;
	float: left;
	clear: left;
	font-family: Century Gothic, Helvetica;
	background: transparent url('images/date-tab.png') no-repeat;
	color: #d9d9d9;
}
.post_mo {
	margin-right: 5px;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 9px;
}
.post_day {
	margin-right: 5px;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
}
.post_yr {
	margin-right: 5px;
	font-size: 8px;
	line-height: 6px;
	font-weight: bold;
}
.post {
	padding-bottom: 0.4em;
}
.post hr {
	display: block;
	clear: left;
}
.entry {
	/*line-height: 1.3em;*/
	clear: left;
	margin: 0 1.5em;
	color: #3f3f3f;
}
.entry p {
	font-size: 1.05em;
}
.postmetadata {
	clear: both;
	padding-top: 5px;
	margin: 1.8em 1.5em 0.6em 1.5em;
	border: 1px dashed #bbb;
	padding: 5px 10px;
}
.post_social {
	margin: 0;
	padding: 0;
	height: 20px;
	background-color: #fff;
}
.post_social li {
	display: inline-block;
	float: left;
	margin: 2px;
}
.postmetadata .tags {
	clear: left;
}
.clear {
	clear: both;
}
#footer {
	padding: 3px 0 0 0;
	margin: 0 auto;
	width: 1000px;
	height: 110px;
	background: #444 url('images/footer.png') no-repeat;
	clear: both;
}
#footer #platform {
	margin: 20px 0;
	padding: 20px 0;
	text-align: center;
}
#footer #platform img {
	margin: 0 3px;
}
#blogmeta {
	margin: 0 0 0 70px;
}
/* End Structure */

/*	Begin Headers */
h1 {
	margin: 0;
}

h2 {
	font-size: 1.6em;
	margin: 40px 20px 0 20px;
	padding-top: 0.5em;
	color: #444;
}
h2 a {
	margin-left: 0.3em;
}

h3 {
	padding: 0;
	margin-top: 1.7em;
	margin-bottom: 0;
	font-size: 1.3em;
}
h4 {
	margin-left: 0;
}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

/* Begin Lists  */
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px 15px;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
#sidebar #login {
	margin: 10px;
}
select {
	width: 130px;
}
/* End Form Elements */

/* comments*/
h3#respond {
	margin-left: 20px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	margin-left: 20px;
}
.commentlist li {
	width: 599px;
	margin: 15px 0 3px;
	font: 0.9em sans-serif;
	font-weight: bold;
	list-style: none;
}
.commentlist li.alt {
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	background: #fff;
}
.commentlist cite {
	background: transparent url('images/comment-tail.png') no-repeat top right;
	padding-right: 45px;
	margin-left: 10px;
	max-width: 500px;
	display: inline-block;
}
.commentlist .alt cite {
	background: transparent url('images/comment-tail-alt.png') no-repeat top right;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: #3f3f3f;
}
.commentlist img.avatar {
	margin-top: 5px;
}
.commentmetadata {
	margin-top: 5px;
	font-size: 10pt;
	font-weight: normal;
	margin: 0 0 0 10px;
	display: block;
	color: #777;
}
.commentlist p {
	margin: 0;
	padding: 10px 15px;
	background-color: #d1d1d1;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #282e3c;
}
.commentlist .alt p {
	background-color: #d3d9dc;
}
#commentform {
	margin-left: 20px;
	margin-right: 20px;
}
#commentform label {
	font-size: 8pt;
}
#commentform input, #commentform textarea {
	font: 0.9em Sans-Serif;
}
#commentform input {
	width: 560px;
	padding: 2px 2px 2px 20px;
	margin: 5px 5px 1px 0;
}
#commentform #author {
	background: #fff url('images/icon_user.gif') no-repeat 1px 2px;
}
#commentform #email {
	background: #fff url('images/icon_mail.gif') no-repeat 1px 2px;
}
#commentform #url {
	background: #fff url('images/icon_link.gif') no-repeat 1px 2px;
}
#commentform textarea {
	width: 580px;
	padding: 2px;
}
#commentform #submit {
	width: auto;
	float: right;
	padding: 3px;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
	margin: 5px 0;
}
/* speech bubble comments */
.comment-top {
	background: #d1d1d1 url('images/comment-top.png') no-repeat 0 0;
	width: 599px;
	height: 10px;
}
.comment-bottom {
	background: #d1d1d1 url('images/comment-bottom.png') no-repeat 0 0;
	width: 599px;
	height: 10px;
}
.alt .comment-top {
	background: #d3d9dc url('images/comment-top-alt.png') no-repeat 0 0;
}
.alt .comment-bottom {
	background: #d3d9dc url('images/comment-bottom-alt.png') no-repeat 0 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* End Comments */

/* Begin Sidebar */
#sidebar {
	padding: 0;
	margin-top: 39px;
	margin-left: 717px;
	width: 225px;
	color: #929292;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	height: 38px;
}
#sidebar li.categories {
	margin:0; padding:0;
	background:url("images/sidebar-header-categories.png") top left no-repeat;
}
#sidebar li.linkcat {
	margin:0; padding:0;
	background:url("images/sidebar-header-links.png") top left no-repeat;
}
#sidebar li.twitter {
	color: #99a6be;
	margin:0; padding:0;
	background:url("images/sidebar-header-twitter.png") top left no-repeat;
}
#sidebar li.pagenav {
	background:url("images/sidebar-header-pages.png") top left no-repeat;
	margin:0; padding:0;
}
#sidebar h2 span {
	visibility: hidden;
}
#sidebar li ul li{
	margin-left: 15px;
}
#sidebar a {
	color: #c7d2e7;
}
#sidebar form {
	margin: 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#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: 3px 0 0;
	padding: 0;
}
#sidebar ul ul li.twitter-item {
	margin: 7px 0;
}
#twitter-link {
	text-align: right;
	margin-right: 10px;
	display: block;
}
/* End Sidebar */

/* Begin Various Tags & Classes */
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;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #aaa;
	text-align: center;
	background-color: #bbb;
	padding-top: 4px;
	margin: 0.9em;
	color: #444;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.previous_post_link {
	float: left;
	margin-left: 2em;
	font-size: 8pt;
}
.next_post_link {
	float: right;
	margin-right: 2em;
	font-size: 8pt;
}
.edit_link {
	margin-left: 20px;
}

