/*  
Theme Name: Single
Theme URI: <to be announced>
Description: My forth and untested testbed theme.
Version: 0.01 alpha
Author: Matthew Cook
Author URI: <to be announced>
*/

/* Import YUI Base Styles */
/*
@import url('http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css');
*/
/* YUI reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { content:''; } 
abbr,acronym { border:0; }

/* Structure and Typography */
.masthead {
	font-size: 200%;
	letter-spacing: 1.5em;
	text-align: center;
	font-style: normal;
	font-family: 'Osaka', 'Helvetica', sans-serif;
	color: #d5d5d5;
	
	margin: 0px;;
}
.logo {
	font-style: italic;
	font-family: 'Osaka', 'Helvetica', sans-serif;
	color: #666;
}

a:link {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #e35500;
	border-bottom: 1px dashed #bbb;
}
a:visited {
	color: #e35500; 
	text-decoration: none;
}
a:active {
	color: #e35500; 
}

html {
	background: #d5d5d5;
}

body {
	background: #e7e7e7;
	font-family: Garamond, Georgia, serif;
	font-size: 77%;
}

#header {
	height: 50px;
}

.post-header {
	background: #e7e7e7 url('images/post-header.jpg') no-repeat bottom center;
	height: 24px;
	margin: 0 0 0 -1px;	/* adjustment needed for some strange reason */
}
.post-content {
	background: white;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	background: url('images/post-background.jpg') repeat-y top;
}
.post-footer {
	background: #e7e7e7 url('images/post-footer.jpg') no-repeat top; 
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 760px;
	height: 63px;
	clear: both;
}

.post {
	padding: 10px 100px 20px 100px;
	margin: 0 0 0 55px;
	width: 450px; /* calculated width is 650 with padding */
}

.post p {
	padding: 0 0 1em 0;
}

.post ul {
	list-style-image: url("images/bullet.jpg");
	padding: 0 0 1em 2em;
}

/* allow a wide element (i.e. picture) to break outside of the text column */
/* apply to the <a> element around an image for example */
.text .wide {
	display: block;
	position: relative;
	left: -100px;	/* distance to edge of post box */
	width: 650px;	/* width of post box */
}

.navigation {
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 650px;
}
.navigation a:link, .navigation a:visited {
	color: #666;
	text-decoration: none;
}

#footer {
	background: #d5d5d5 url('images/footer.jpg') repeat-x top;
	/*background: #2a2a2a url('images/footer2.jpg') repeat-x top;*/
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: left;
	font-family: 'Helvetica', sans-serif;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footbar {
	margin: 20px auto 0 auto;
	width: 750px;
}

.footbar-block {
	width: 32%;
	float: left;
	margin: 0 0 10px 1.99%;	/* basically does what YUI 1/3 did */
}
ul.firstthird { margin-left: 0; }

.footbar-block h2, .footbar-block .widgettitle {
	font-size: 110%;
	font-style: bold;
	padding: 20px 0 5px 0;
}

.footbar-block p, .footbar-block ul, .footbar-block ol {
	padding: 5px 0 5px 0;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

#tail {
	margin: 20px auto 0 auto;
	padding: 10px 0 0 0;
	width: 950px;
	border-top: solid 1px #aaaaaa;
	clear: both;
	
}
#tail, #tail a:link {
	color: #aaaaaa;
	font-size: 86%;
}

.tags {
	position: relative;
	top: 12px;	/* match with text margin */
	left: -140px;
	width: 120px;
	height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	font-family: 'Helvetica', sans-serif;
	font-size: 77%;
	line-height: 160%;
}

.commentlink {
	position: relative;
	top: -12px;
	left: -140px;
	width: 120px;
	height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	font-family: 'Helvetica', sans-serif;
	font-size: 77%;
	line-height: 160%;
}

h4.commentheading {
	font-size: 120%;
	font-family: 'Helvetica', sans-serif;
	color: #666;
	font-style: bold;
	padding: 0 0 0 0;
}

.category, .category a {
	font-size: 85%;
	text-transform: uppercase;
	font-family: 'Helvetica', sans-serif;
	color: #666;
}

.title, .title a {
	font-size: 131%;
	font-family: Garamond, Georgia, serif;
	color: #333;
}

.editlink a {
	font-size: 85%;
	font-family: 'Osaka', sans-serif;
	color: #06c;
}

.date {
	font-size: 50%;
	font-weight: normal;
	font-style: normal;
	font-family: 'Osaka', sans-serif;
}

ul.datelist {
	padding: 0 0 0 45px; /* width of japanese date */
	text-indent: -45px;
}

.text {
	margin: 10px 0 0 0;	/* match with tags top */
	font-size: 116%;
}

.text h1 {
	font-size: 85%;
	text-transform: uppercase;
	font-family: 'Helvetica', sans-serif;
	color: #666;
	font-style: bold;
	padding: 0 0 .5em 0;
}
.text h2 h3 h4 h5 h6 {
	font-size: 85%;
	text-transform: none;
	font-family: 'Helvetica', sans-serif;
	color: #666;
	font-style: bold;
	padding: 0 0 .5em 0;
}

blockquote {
	background-color: #f9f9f9;
	padding: 5px 20px 5px 20px;
	margin: 0 0 1em 0;	/* match padding after paragraph */
	border: 1px dashed #ddd;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.8em;
}

.post-spacer {
	height: 60px;
}

/* Spot Colors and Styles */
.saffron {
	color: #e35500; 
}

.green {
	color: #6B8714;
}

.blue {
	color: #06c;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.micetype {
	font-size: 50%;
	font-family: 'Osaka', sans-serif;
}

/*	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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

a:hover img {
	border: none;
}

.alignleft { float: left; }
.alignright { float: right; }

/* Widget Formatting */
/* twitter */

/* Comment Related Items */
.comments {}
.divider {
	border-top: 1px dashed #ddd;
	width: 90%;
	margin: 40px auto 40px auto;
}
.divider hr {
	display: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

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

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}


