/*
	Theme Name: Wee Brick
	Theme URI: under construction
	Description: A minimalist style with variable-width columns, based on the WordPress Default theme (Kubrick).
	Version: 1.2 May 2007
	Author: martad
	Author URI: http://www.soapboxcorner.info/martad/
*/



body {
	font: 0.75em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #ffd /*url("images/grass.png") repeat-y; border: none*/;
	margin: 0;
	padding: 0;
}

h2 { /* post title, colour is defined in h2 a below */
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Serif;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 100%;
}


.postdate {
	color: #c93;
	background: url(images/wwb1.png) no-repeat;
	background-position: bottom left;
	margin-top: 30px;
}

p.postdate {
	font: 120% Arial, Helvetica, Sans-Serif;
	font-variant: small-caps;
	padding: 0 0 0 30px;
	margin-bottom: -12px;
}


h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	margin: 40px 0 0;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
}

h2, h2 a, h2 a:visited {
	color: #520;
	background: transparent;
}

h3, h3 a, h3 a:visited {
	color: #c93;
	background: transparent;
}

a:hover, h2 a:hover, h3 a:hover {
	color: #690;
	background: transparent;
	text-decoration: underline;
}

a {
	color: #930;
	background: transparent;
	text-decoration: none;
}

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

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

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

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

blockquote, strike {
	color: #360;
	background: transparent;
}

code {
	font: 100% 'Courier New', Courier, Fixed;
	color: #000;
	background: #fcc;
}

hr {
	display: none;
}

select {
	width: 130px;
}


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

.footnote {
	font-size: 90%;
	color: #333;
	background: transparent;
	line-height: 100%;
}

.pagetitle { /* used with h2 as archive&single page title */
	text-align: center;
}


.post {
	margin: 0 0 40px;
	text-align: justify;
}

.redbold {
	color: #900;
	background: transparent;
	font-weight: bold;
}

.small {
	font: 10px Monaco, Courier, 'Courier New', Fixed;
	color: #333;
	background: #fcf;
	border: 1px dotted #c93;
	padding: 6px 0 6px 6px;
}


#content {
	padding-bottom: 2em;
	padding-left: 8em;
	padding-right: 4em;
	font-size: 1.1em;
	line-height: 140%;
	text-align: center;
	width: 60%;
	float: left;
	display: block;
}



/* Header and Footer */
h1 { /* blog title */
	font-size: 1em;
	margin: 10px 0 0 20px;
}

h1, h1 a, h1 a:hover, h1 a:visited { /* blog title */
	text-decoration: none;
	color: #ffd;
	background: transparent;
}

.description {
	color: #ffd;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	background: transparent;
	margin: 0 0 0 20px;
	padding-bottom: 12px;
}

#header {
	color: #ffd;
	background: #930;
	border-left: 2px solid #c93;
	border-top: 3px solid #820;
	border-right: 1px solid #820;
	border-bottom: 2px solid #c93;
}

#headerimg {
	border: none;
}

#footer {
	padding: 10px;
	font-size: 90%;
	text-align: center;
	border-bottom: 4px solid #c93;
	clear: both;
}
/* End Header and Footer */




/* Postmetadata, Comments Styles */
.postmetadata {
	color: #360;
	background: url(images/wwb2.png) no-repeat;
	background-position: center left;
	padding: 1em 0 1em 3em;
	clear: left;
	border-bottom: 1px dotted #c93;
}

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

.nocomments {
	color: #360;
	background: transparent;
	text-align: center;
	margin: 0;
	padding: 0;
}

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

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

.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: bold 90% 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist p {
	font-weight: normal;
	line-height: 150%;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}

.alt {
	color: #333;
	background: #f8f8f8;
	border-top: 1px solid #ffc;
	border-bottom: 1px solid #ffc;
	margin: 0;
	padding: 10px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

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

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

#commentform textarea {
	width: 100%;
	padding: 2px;
}

/* End Postmetadata, Comments */




/* ex "navigation" class, for post navigation links */
.previouspost {
	font-size: 85%;
	width: 480px;
	text-align: left;
	clear: both;
}

.previouspost a {
	border-bottom: none;
}

.nextpost {
	font-size: 85%;
	width: 480px;
	text-align: right;
	padding-left: 140px;
	border-bottom: 1px dashed #666;
	clear: both;
}

.nextpost a {
	border-bottom: none;
}
/* end post navigation links */




/* Sidebar Styles */
#sidebar {
	font: 96% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	line-height: 96%;
	margin-right: 20px;
	margin-left: 80%;
	padding-bottom: 10em;
	color: #333;
	background: transparent;
	border-left: 1px dotted #c93;
}

#searchform {
	margin: 0px auto;
	padding: 5px 3px;
}

#sidebar #searchform #s {
	width: 9em;
	padding: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

#sidebar form {
	margin: 0;
}

#sidebar h2 {
	font: italic bold 120% 'Palatino Linotype', 'Book Antiqua', Palatino, Serif;
	margin: 8px 0 2px;
	padding-top: 6px;
	padding-left: 6px;
	border-top: 1px dotted #c93;
}

#sidebar ul {
	margin: 0 0 1em 0;
	padding-left: 6px;
	list-style-type: none;
}


/* End Sidebar */




/* List styles */

ol.decimal li { 
	list-style-type: decimal;
	}

ol.upperroman li { 
	list-style-type: upper-roman;
	}

ol.lowerroman li { 
	list-style-type: lower-roman;
	}

ol.upperalpha li { 
	list-style-type: upper-alpha;
	}

ol.loweralpha li { 
	list-style-type: lower-alpha;
	}


ul.compact li {
	list-style: none;
	line-height: 100%;
	font-size: 95%;
}

ul.circle li { 
	list-style-type: circle;
	}

ul.disc li { 
	list-style-type: disc;
	}

ul.square li { 
	list-style-type: square;
	}

ul.cross li {
	list-style-image: url(images/cross.png);
	}

ul.drop li {
	list-style-image: url(images/drop.png);
	}

ul.grass li {
	list-style-image: url(images/grass.png);
	}

ul.gtgt li {
	list-style-image: url(images/gtgt.png);
	}

ul.star li {
	list-style-image: url(images/star.png);
	}
	
/* end lists */	




/* image align styles */
.center { 
	text-align: center;
}

.alignright {
	float: right;
	text-align: right;
}

.alignleft {
	float: left;
	text-align: left;
}
/* end image align styles */




/* Image Styles */
p img {
	padding: 0;
	max-width: 100%;
}

a img {
	border: none;
}

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

img.alignright {
	padding: 8px;
	margin: 0 0 2px 7px;
	display: inline;
}

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

/* End Images */




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

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

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

#wp-calendar a {
	display: block;
}

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

#wp-calendar caption.div {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	text-decoration: none;
}

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Calendar */



/* ads */

#adheader {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

#adheadright {
	display: block;
	margin-right: 24px;
	float: right;
	clear: both;
}

#adpost {
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
}

/* end ads */
