/*
Theme Name: Clean Orange
Theme URI: http://waldo.jaquith.org/
Description: My newest layout, as of 2006.
Version: 1.0
Author: Waldo Jaquith
Author URL: http://waldo.jaquith.org/
*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
	padding: 0;
}

/* Begin Structure */
#header {
	display: block;
	float: left;
	width: 195px;
	background: url('http://waldo.jaquith.org/blog/wp-content/themes/clean_orange/header-bg.gif') repeat-x;
	padding: 0;
	margin: 0 5px 10px 5px;
	height: 45px;
}

#headerimg {
	background: url('http://waldo.jaquith.org/blog/wp-content/themes/clean_orange/header-left.gif') no-repeat;
	float: left;
	padding: 0;
	margin: 0;
	width: 184px;
	height: 45px;
}

#headerimg-right {
	background: url('http://waldo.jaquith.org/blog/wp-content/themes/clean_orange/header-right.gif') no-repeat;
	float: right;
	padding: 0;
	margin: 0;
	width: 10px;
	height: 45px;
}

#content {
	clear: both;
	float: left;
	width: 70%;
	margin-top: 5px;
	font-size: .8em;
}

#contentwide {
	clear: both;
	width: 90%;
	margin: 10px auto 0 auto;
	font-size: .8em;
}

#content-single {
	float: left;
	margin-top: 5px;
	font-size: .8em;
}

#sidebar {
	float: right;
	width: 160px;
	margin-top: 10px;
	font-size: .65em;
	padding: 0 5px;
}

#footer {
	background: #f26913 url('http://waldo.jaquith.org/blog/wp-content/themes/clean_orange/footer-bg.gif') repeat-x;
	padding: 10px 2px 5px 2px;
	width: 100%;
	clear: both;
	font-size: .65em;
	color: #eee;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#preview {
	clear: both;
	padding: .25em .5em;
	margin-top: 10px;
}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
.description {
	text-align: center;
}			
div.post h2 {
	margin: 0;
	font-size: 1em;
	color: #000;
}
div.minipost h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;	
}
div.minipost blockquote {
	margin: .65em 10px .65em 3px;
	padding-left: 2px;
	border-left: 2px solid #ddd;
}
h2 a, h2a:visited, h2a:hover {
	text-decoration: none;
	color: #000;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}			
#sidebar h2 {
	font-weight: bold;
	font-size: 1.2em;
}	
h3 {
	padding: 0;
	margin: 30px 0 0 0;
}			
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */


/* Begin Typography & Colors */
#comments {
	clear: both;
	padding: 2em 0 0 0;
}
h3.comments-title {
	float: left;
	margin: 0;
	border: none;
	padding: 0.1em 0 0 0;
}
.comment {
	margin-top: 2em;
	padding: 0.5em 0;
	clear: both;
	border-top: 1px solid #999;
}
	.comment p {
		margin-top: 0;
		line-height: 1.2em;
	}
	.comment-metadata {
		width: 20%;
		float: right;
		margin-left: 2em;
	}
		.comment-metadata cite {
			font-weight: bold;
			font-style: normal;
		}
		.comment-permalink {
			font-size: 0.8em;
			margin: 0;
		}
	.comment-content {
		width: 80%;
	}
textarea #comment {
	font-face: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/* End Typography and Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}				
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}			
img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}			
.alignright {
	float: right;
}				
.alignleft {
	float: left
}
				
dl.img {
	margin: 0 0 2px 7px;
	background-color: #eee;
}
	dl.img img {
		border: 2px solid #000;
	}
	dl.img dt {
		text-align: center;
	}	
	dl.img dt img {
		border: 1px solid #000;
		margin-top: 4px;
	}
	dl.img dd {
		margin: 0;
		padding: .25em .5em;
		font-size: .8em;
	}
				
dl.imgright {
	float: right;
	margin: 0 0 2px 7px;
	background-color: #eee;
}
	dl.imgright img {
		border: 2px solid #000;
	}
	dl.imgright dt {
		text-align: center;
	}	
	dl.imgright dt img {
		border: 1px solid #000;
		margin-top: 4px;
	}
	dl.imgright dd {
		margin: 0;
		padding: .25em .5em;
		font-size: .8em;
	}
dl.imgleft {
	float: left;
	margin: 0 7px 2px 0;
	background-color: #eee;
}
	dl.imgleft dt {
		text-align: center;
	}	
	dl.imgleft dt img {
		border: 1px solid #000;
		margin-top: 4px;
	}
	dl.imgleft dd {
		margin: 0;
		padding: .25em .5em;
		font-size: .8em;
	}
/* End Images */

/* Begin Lists

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

#sidebar ul ul li:before {
	content: "\00BB \0020";
}
.post {
	padding-left: 5px;
	margin: 6em 0;
}
.minipost {
	font-size: .9em;
	margin: 0 0 1em 10em;
}
.minipost p {
	margin: 0 0 0 1em;
	padding: 0;
}
.entry ol {
	padding-left: 2em;
	margin: 1em 0 0 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata alt {
	background-color: #eee;
	border: 1px dotted #ccc;
}
.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;
	margin-bottom: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

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

select {
	width: 130px;
}

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

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

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
/* End Comments */

/* Begin Various Tags & Classes */
a {
	text-decoration: none;
	color: #339;
}
a:hover {
	border-bottom: #339;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
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 {
	height: 1px;
	background-color: #666;
	border: 0;
	margin: 0 0 .25em 0;
}

table {
	border: 1px solid #999;
	border-collapse: collapse;
}

td {
	border: 1px solid #999;
}	

thead {
	font-weight: bold;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.google-ad {
	float: right;
	margin-left: .5em;
	margin-bottom: .5em;
}
/* End Various Tags & Classes*/

/* Start of Flickr Badge */
/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper { margin-left: auto; margin-right: auto; width: 81px; }
#flickr_badge_uber_wrapper h2 { margin: 0; padding: 0; }
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_wrapper { border: solid 1px #000; width: 81px; height: 238px; margin: 2px 0 1px 0; text-align:center;}
#flickr_badge_wrapper img { margin: 1px 0; text-align:center !important; border: 1px solid #000 !important; }
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
/* End of Flickr Badge */

/* Custom Bits and Bobs */

div.section-break {
	text-align: center;
}
div.infobox {
	width: 200px;
	float: right;
	border: 1px solid #000;
	margin: .25em 0 .25em .5em;
	padding: .5em;
	background-color: #eee;
}
	div.infobox dt
	{
		font-weight: bold;
		clear: left;
	}
	div.infobox dd
	{
		margin-left: 1.5em;
	}
a.stealth {
	color: #333;
	text-decoration: none;
}
a.stealth:hover {
	color: #336;
}

div.footnotes {
	font-size: .85em;
}
sup {
	font-size: .75em;
}