/*  

Theme Name: Blurbo Dark
Theme URI: http://blurbomat.com/
Description: The default theme for blurbomat.com.
Version: .91
Author: Jon Armstrong
Author URI: http://blurbomat.com/

	Blurbo Dark v0.92
	 http://blurbomat.com

	This theme was designed and built by Jon Armstrong. 
	You can find his personal site here: http://blurbomat.com/

	The CSS, XHTML and design is copyright ©Armstrong Media, LLC. All rights reserved.
	The CSS and XHTML were inspired by the work done on the outstanding 'Kubrick' theme 
	provided with the base install of Wordpress.

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, Sans-Serif;
	background-color: #000;
	color: #fff;
	text-align: center;
	}
	
@font-face {
		font-family: 'ChunkFiveRegular';
		src: url('http://blurbomat.com/type/Chunkfive.eot');
		src: local('ChunkFive Regular'), local('ChunkFive'), url('http://blurbomat.com/type/Chunkfive.woff') format('woff'), url('http://blurbomat.com/type/Chunkfive.otf') format('opentype'), url('http://blurbomat.com/type/Chunkfive.svg#ChunkFive') format('svg');
	}

#page {
	background-color: #000;
	/*border: 1px solid #fff;*/
	text-align: left;
	margin: 0 auto 0 auto;
	width:959px;
	}

#header {
	background: transparent url('images/newnavbg.gif') no-repeat top right;
	width: 959px;
	height: 93px;
	text-align: center;
	margin: 0 auto 20px auto;
	/*border: 1px solid #ccc;*/
	padding: 0;
	}

#logo
{
	float:left;
	display:inline;
	height: 93px;
	width: 319px;
	margin: 0;
}

#logo img, logo img a, #logo img a:hover
{
	border: none;
}

#headerimg 	{ 
	margin: 0; 
	height: 93px; 
	width: 959px; 
	text-align: center;
	} 

#content {
	font-size: 1.2em;
/*	background-color:#31322B;*/
	}
	
#wrap
{
	height: 1%;
	width: 927px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #31332C url('images/contentbottom.gif') no-repeat bottom center;
	clear:both;
}

.widecolumn .entry p, .entry p {
	font-size: 1.3em;
	}
	
.entry p
{
	margin: 1em 0 1.9em 0;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 2.2em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt, .odd {
	background-color: #3b3d34;
	border: 1px solid #31322B;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

#footer {
	background: #eee url('images/footerbg.gif') no-repeat; 
	border: none;
	}

.entry small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	/*line-height: 1.5em;*/
	color: #FFCB00;
	}
	
.entry small p, small p{
	padding: 0 15px 0 15px;
	background-color: #3b3d34;
	margin: 0;
}

small p a, small p a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #B18C00;
	color: #AAA96D;
}

small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #FFCB00;
	margin: 10px 0 0 0;
	}

small p a:hover, small a:hover
{
	color: #fff;
	border-bottom: 1px dotted #ccc;
}

h1, h2, h3 {
	font-family: ChunkFiveRegular,'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: lighter;
	letter-spacing: 1px;
	}

h1 {
	font-size: 4em;
	text-align: center;
	display:none;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	display:none;
	}

h2 {
	font-size: 3em;
	}

h2.pagetitle {
	font-size: 3em;
	color: #fff;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:#AAA96D;
	}
	
#sidebar h2 a, #sidebar a, .entry a
	{
		text-decoration: none;
		color:#AAA96D;
	}
.entry a:hover, .postmetadata a:hover
{
	border-bottom: 1px dotted #AAA96D;
}

p.postmetadata
{
	font-size: .8em;
	line-height: 1.6em;
}

h3 {
	font-size: 1.8em;
	letter-spacing: .1em;
	font-weight: lighter;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2 a:hover, h3 a:hover, #wp-calendar caption, cite {
	text-decoration: none;
	color: #D25B00;
	}

.entry p a:visited {
	color: #ffcb00;
	}

#commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, sans-serif;
	}

 li {
	font-weight: bold;
	}
	
.commentlist li {
	border: 1px solid #4A4C43;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	color:#FFCB00;
	}

.commentlist li p 
{
	margin: 12px 15px 18px 15px;
	line-height: 18px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li p ul.children, 
.commentlist li p ul.children p,
ul.children,
.depth-1,
.depth-2,
.depth-3,
.depth-4,
.depth-5
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 12px 15px 12px 15px;
	line-height: 18px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.commentlist p a
{
	color:#FFCB00;
	text-decoration:none;
}

.commentlist p a:hover
{
	color:#FFcb00;
	text-decoration: underline;
}

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

.commentmetadata {
	font-weight: normal;
	float:right;
	font-size: .9em;
	}
	
.reply {
	clear:right;
	text-align: left;
	margin: 0 10px 12px 0;
	}	
	
li.byauthor, li.bypostauthor {
	background-color: #757967;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
		
/*.vcard
{float:left;
	clear:right;}*/

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, small .nocomments, small .postmetadata, blockquote, strike {
	color: #222;
	}
	
#sidebar a:hover img
{
	text-decoration: none;
	border: none;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, #content h2 a:hover, h3 a:hover {
	color: #FFCB00;
	text-decoration: none;
	}

/*#content a:hover {
	color: #FFCB00;
	text-decoration: none;
	border-bottom: 1px dotted #CEA300;
	}*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #000; 
	}

#page {
	background-color: #000;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 959px;
	/*border: 1px solid #959596;*/
	}

#header {
	background-color: #2A2A24;
	margin: 0 0 20px 0; 
	padding: 0; 
	height: 89px; 
	width: 959px;
	}
	
#header li {
	border: none;
	}

#headerimg {
	margin: 0;
	height: 49px;
	width: 959px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 26px;
	margin: 0 0 60px 0;
	width: 571px;
	height: 100%;
	}

.widecolumn {
	padding: 0 0 20px 30px;
	margin: 0 0 0 26px;
	width: 571px;
	}

.post {
	margin: 0 0 40px;
	padding:0 30px 0 0;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 875px;
	height: 202px;
	clear: both;
	
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 18px 0 5px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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) */


.narrowcolumn a img
	{
		border: 1px solid #fff;
	}

.narrowcolumn a:hover img, a:hover img
{
	border: 1px solid #FFCB00;
}

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

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry dl
{
	width: 524px;
	background: url('images/postmetabottom.gif') no-repeat bottom center;
	margin: 0;
	padding: 0 0 10px 0;
}

.entry dd
{
	width: 524px;
	background: url('images/postmetatop.gif') no-repeat top center;
	padding: 10px 0 0 0;
	margin: 0;
}

.entry dd p
{
	background-color: #3b3d34;
	margin: 0;
	padding: 0 15px;
}

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

#header ul
{
	list-style-type:none;
	height: 93px;
	/*width: 350px;*/
	margin: 0 0 0 295px;
	text-align: left;
	/*border: 1px solid #000;*/
}

#header li
{
	float: left;
	display: inline;
	margin: 35px 0 0 25px;
	padding: 0;
	height: 43px;
}

#header li a
{color:#fff;}

#header li a:hover
{color:#FFCB00;}

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#search
{
	float: right;
	display:inline;
	margin: -62px 25px 0 0;
	width: 166px;
	height: 21px;
	background: url('images/searchbg.png') no-repeat;
/*	border: 1px solid #ccc;*/
}

#search_form {
	margin: 0;
	padding: 0; 
	text-align: left;
	/*background: #000 url('images/searchbg.png') no-repeat;*/
}
	
#search input
{
	color: #FFCB00;
	border:none;
	border-style:none;
	width: 150px;
	height: 17px;
	font-size: 10px;
	background-color: transparent;
	margin: 0 0 0 5px;
	padding:3px 0 0 0;
}

#sidebar #searchform #s {
	width: 108px;
	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;
	background-color: #AAA96D;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	}

#commentform input:hover {
	background-color: #FFCB00;
}

#commentform textarea {
	width: 450px;
	height: 220px;
	padding: 2px;
	color: #31322B;
	border: none;
	background-color: #AAA96D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

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



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

.commentlist {
	padding: 0;
	text-align: left;
	width: 524px;
	}

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 615px;
	width: 302px;
	/*background-color:#31322B;*/
	height: 100%;
/*	border: 1px solid #ccc;*/
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

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

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



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 20px 10px;
	padding: 0 20px;
	border-top: 1px dashed #AAA877;
	border-bottom: 1px dashed #AAA877;
	color: #fff;
	background-color: #47483e;
	}

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

.center {
	text-align: center;
	}

hr {
	/*display: none;*/
	background: url('images/hdot.gif') repeat-x;
	width: 100%;
	height: 1px;
	border: none;
	margin: 0 0 30px 0;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.end
{
	color:#F60;
}

#respond
{
	clear:left;
}

#footerrecent
{
	width: 210px;
	background: url('images/footernubs.gif') no-repeat top right;
	margin: 0;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
	height: 182px;
}

#footerrecent h3, #footerflickr h3, #footerlisten h3, #footertweets h3
{
	margin: 5px 0 8px 0;
	color:#fff;
}

#footerrecent p, #footerlisten p
{
	text-align: left;
	margin: 0 30px 10px 0;
	padding: 0;
}

#footerrecent p a, #footerlisten p a
{
	color: #fff;
	text-decoration:none;
}

#footerrecent p a:hover, #footerlisten p a:hover
{
	color: #6E7C00;
}

#footerflickr
{
	width: 175px;
	background: url('images/footernubs.gif') no-repeat top right;
	margin: 0;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
	height: 182px;
}

.flickrimg
{
	width: 50px;
	height: 50px;
	border: 1px solid #818e6e;
}

#footerflickr a
{
	padding: 4px;
	margin: 3px;
	display: block;
	float: left;
}

#footerflickr a:hover { background: #fff; }

#footerlisten
{
	width: 205px;
	background: url('images/footernubs.gif') no-repeat top right;
	margin: 0;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
	height: 182px;
}

#footertweets
{
	margin: 0;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
	height: 182px;
	width: 175px;
}

#footertweets ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#footertweets li
{
	margin: 0 0 10px 0;
}

.monthtitle
{
	font-size: 1.4em;
	background: url('images/hdot.gif') repeat-x bottom left;
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
	color: #fff;
}

.monthtitle a
{color: #fff;}

ul.postspermonth, .narrowcolumn ul
{
	list-style-type:none;
	margin: 0 0 1.2em 0;
	padding:0;
}

ul.postspermonth li, .categories li, .narrowcolumn li
{
	margin: 4px 0 10px 5px;
}

.car-yearmonth
{
	font-size: 1.2em;
}

.categories ul
{
	list-style-type: none;
	margin: 0 0 1.2em 0;
	padding:0;
}

.categories li
{float: left;}

.cat-item li
	{float: left;
		margin: 0 10px 10px 0;}

div#exif
{display: none;}

#mosaic
{
	margin: 50px 0 0 0;
	padding: 0;
	width: 98%;
}

.mosaic ul{
	list-style: none;
	width:98%;
	display:inline;
}

ul li.mosaicthumb {
	list-style: none;
	float: left;
	padding: 20px;
	width:122px;
	height: 82px;
	display: inline;
}

/* End Various Tags & Classes*/

