/***

Theme Name: BlogLESS
Theme URI: http://www.designlessbetter.com/blogless/
Description: That good ol' BlogLESS feeling.
Version: 1.5
Author: Paul Tulipana & Nick Senske
Last Updated: 01/29/2011, by Paul

***/

/***
 * GLOBALS
 ***/

body 
{ 
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

a 
{
	text-decoration:underline;
	color:black;
}

blockquote 
{
	background: url(http://www.designlessbetter.com/blogless/img/quote.gif) top left no-repeat;
	margin:0;
	padding:0 48px 0 30px;
}

ul 
{	
	list-style-image:url(http://www.designlessbetter.com/blogless/img/uolist.gif);
	margin:0;
	padding:0 0 0 35px;
	list-style-position: outside;
	list-style-type: square;
	vertical-align: 0;
}

ol 
{	
	margin:0;
	padding:0 0 0 35px;
	list-style-position: outside;
	vertical-align: 0;
}

ol li
{
	margin-bottom: 5px;
}

h1 
{ 
	font-size: 3.1em;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	margin: 17px 0 5px 0;
	padding:0;
	line-height:1.1em;
}

code 
{ 
	font-family: Terminal, "Courier New", Courier, fixed-width;
	font-size: 1em;
	line-height: .65em;
	width: 560px;
	margin: auto;
	display: block;
	white-space: pre;
	border: 1px #cccccc dashed;
	padding: 10px;
}

div.comment_body code
{
	font-family: Terminal, "Courier New", Courier, fixed-width;
	font-size: 1em;
	line-height: .65em;
	width: auto;
	margin: auto;
	display: inline;
	white-space: pre;
	border: 0px;
	padding: 0px;
}

acronym
{
	cursor: help;
}

.courier
{
	font-family: "Courier New", Courier, mono, fixed-width;
}

div.hr
{
	height: 1px; 
	border-top: 1px #000 solid;
	margin: 10px auto 0;
	width: 75%;
}

/***
 * HEADER 
 ***/

#header 
{ 
	position: fixed;
	width: 100%;
	height: 95px;
	background-image: url(http://www.designlessbetter.com/blogless/img/headerbg.png);
	background-repeat: repeat-x;
	top: 0px;
	z-index: 3000000;
}

#header_contain 
{
	position:relative;
	width: 584px;
	height: 35px;
	margin: 0 auto 0 auto;
}

#subheader
{
	margin-top: 35px;
	height: 35px;
	width: 100%;
	text-align: center;
	color: #fff;
}

#subheader a
{
	color: #fff;
}

/*** 
 * LOGO
 ***/

h1.logo	{	display: none;	}

img#logo 
{ 
	 float: left;
	 margin: 0;
	 padding:0;
	 border: 0;
}

/***
 * NAV BAR 
 ***/

#nav 
{
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
	float: left;
	font-size:.9em;
	width: 192px;
}

#nav li 
{
	display: inline;
	padding: 0;
	margin: 0 0 0 10px;
}

#nav li a
{
	height: 88px;
	width: 86px;
	position: relative !important;
	white-space: nowrap;
	float: left;
}

#nav li a span
{
	display: block;
	height: 88px;
	width: 86px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a#browsebutton span
{
	background-image:url('../../../img/archive.gif');
}

#nav li a#feedbutton span
{
	background-image:url('../../../img/feed.gif');
}

#nav li a:hover span
{
	background-position: 0 -88px;
	cursor: pointer;
}

/***
 * CONTENT SECTION
 ***/

#container 
{
	position:relative; 
	width: 610px;
	padding: 5px;
	margin: 30px auto 30px auto;
	z-index:1;
}

/***
 * SINGLE POST
 ***/

.post 
{ 
	font-size: .9em; 
	margin:14px 14px 48px 14px;
}

.post h3.storytitle 
{ 
	font-size: 3.6em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:normal;
	font-weight:normal;
	margin: 10px 0 10px 0;
	padding:0;
	line-height:1.1em;
}

.post h3.storytitle a 
{
	text-decoration: none;
	color:black;
}

.post h2.storysummary 
{
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	color:#999;
	font-weight:normal;
	font-size:1.3em;
	line-height: 1.3em;
}

.post h2
{
	font-size: 2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:normal;
	font-weight:normal;
	margin: 17px 0 5px 0;
	padding:0;
	line-height:1.1em;
}

.post h2.storysummary a 
{
	color:#999;
}

.post h4 
{
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	margin: 10px 0 5px 0;
	font-style: normal;
}

.imagecaption 
{
	font-size: .7em;
}

.post div.storycontent 
{
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 10px;
}

.post .rightimage 
{
	float:right;
	margin:5px 0px 20px 20px;
	border:1px solid black;
}

/*** 
 * POST META INFORMATION 
 ***/

div.meta 
{
	float:right;
	font-size: .75em; 
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	line-height: 1.8em;
	font-weight: normal;
	color:#999;
	padding: 1px 5px 0;
}

div.byline 
{
	display: none; /* for robots only! */
}

span.date 
{ 
	font-style: italic;
}

/***
 * SINGLE EXCERPT 
 ***/

.excerpt 
{ 
	font-size: .9em; 
	padding: 0 0 14px 0;
	margin:14px;
}

.excerpt h3.storytitle 
{ 
	font-size: 2em;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight: normal;
	margin: 17px 0 5px 0;
	padding:0;
	line-height:1.1em;
}

.excerpt h3.storytitle a 
{
	text-decoration: none;
	color:black;
}

.excerpt p.storysummary 
{
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}

.excerpt div.exmeta 
{
	color:#999;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	font-weight: normal;
	font-size: .9em;
}

.excerpt div.storycontent 
{
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 10px;
}

p.related 
{ 
	font-size: .8em;
}

h3.poststagged 
{
	font-size: 1.2em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	font-style:normal;
	font-weight: normal;
	margin: 17px 0 0 0;
	padding:0;
	line-height:1.1em;	
}

p.readmorelink a:hover 
{
	color: white;
	background-color: black;
}

/***
 * TAG POST/EXCERPT FOOTER
 ***/ 

div.post 
{
	padding-bottom: 24px;
}

div.tagged, div.related 
{ 
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helevetica, Arial, sans-serif;
	font-size: .85em;
	margin-top: 10px;
	border-top: 1px #ccc dashed;
	padding-top: 10px;
	color: #666;
}

div.tagged span.tagleader
{
	color: black;
	font-weight: bold;
}

div.tagged a 
{ 
	color: #333;
	text-decoration: none;
}

div.tagged a:hover 
{ 
	text-decoration: underline;
}

div.taggedlabel 
{ 
	float: left;
	min-height: 20px;
	width: 60px;
}

div.cleartags 
{ 
	clear: both;
	height: 0px;
}

/***
 * SOCIABLE POST/EXCERPT FOOTER
 ***/

div.sociable 
{ 
	font-size: .8em;
	float: left;
	width: 400px;
	padding-left: 5px;
}

div.sociable span.sociable_tagline 
{ 	
	display: none; /* For robots only */
}

div.sociable ul 
{ 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.sociable ul li 
{ 
	display: inline;
	margin: 0 8px 0 0;
}

div.sociable ul li img 
{ 
	border: 0px;
	margin-bottom: -2px;
}

div.sociable ul li div
{
	display: inline;
	padding: 0 10px;
}

div.sociable a 
{
	text-decoration: none;
}

div.sociable a:hover 
{ 
	background-color: black;
	color: white;
	text-decoration: none;
}

/***
 * HORIZONTAL RULE
 ***/

div.hr { 
	padding: 24px 0 0 0;
	text-align: center;
	/* border-bottom: 1px dashed #ddd; */
}


/*** 
 * Previous Page / Next Page 
 ***/

div#paginator 
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
}

div#paginator a { 
	text-decoration: none;
	color: #666;
}

div#paginator a:hover { 
	text-decoration: none;
	background-color: #666;
	color: white;
}

/***
 * FOOTER
 ***/

#footer { 
	width: 600px;
	margin-top: 15px;
	padding: 5px;
	height: 50px;
	clear: both;
	border-top: 1px #999 solid;
}

#footer p { 
	font-size: .7em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	color: #999;
	margin: 0 0 2px 0;
}

#footer span.credits { 
	font-size: .6em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	color: #ccc;
	margin-top: 0px;
}

#footer span.credits a { 
	color: #ccc;
	text-decoration: underline;
}

#footer div { 
	font-size: .6em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helevetica, Arial, sans-serif;
	color: #ccc;
	margin-top: 0px;
}

#footer div a { 
	color: #ccc;
	text-decoration: underline;
}

/***
 * COMMENTS
 ***/
 
#commentlist 
{
	margin-top:55px;
	font-size:.9em;
	line-height:1.5em;
}

h2#commentnumber, h2#trackbacklist
{
	font-family:"Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:normal;
	margin:0 0 10px 0;
}

div.comment
{
	background-image: url('http://www.designlessbetter.com/blogless/img/comment-dashes-top.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	background-color:#fff;
	margin: 0px;
	clear: both;
}

div.commentfoot
{
	background-image: url('http://www.designlessbetter.com/blogless/img/comment-dashes-bottom.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 17px;
	padding: 20px 0 0 140px;
	margin-bottom: 25px;
}

div.commentfoot img
{
	padding: 1px;
	border: 1px #ccc solid;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.comment_body
{
	margin-left: 25px;
	padding: 5px 0;
}

div#commentlist div.dlbcomment
{
	background-image: url('http://www.designlessbetter.com/blogless/img/comment-book-top.png');
}

div.dlbcomment div.comment_body
{
	margin-left: 41px;
}

div.dlbfoot
{
	height: 17px;
	padding-top: 32px;
	background-image: url('http://www.designlessbetter.com/blogless/img/comment-book-bottom.png');
}

h3.commenthead
{
	font-size: .9em;
	font-weight: normal;
}

h3.commenthead span.commentnumber
{
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 3em;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

h3.commenthead span.author 
{
	text-decoration:none;
	color: #448c1b;
}

h3.commenthead span.author a 
{
	text-decoration: underline;
	color: #448c1b;
}

h3.commenthead span.date 
{
	font-style: normal;
	font-weight: bold;
}

div.comment_body
{
	padding-left: 40px;
	padding-right: 20px;
}

div.comment_body p
{
	clear: none;
}

div#trackbacks
{
	margin: 20px 0;
	clear: both;
}

/***
 * WRITE A COMMENT
 ***/

h2#postcomment 
{
	margin: 48px 0 10px 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.98em;
	font-weight: normal;
}

#commentcontainer 
{
	border-top: 1px solid #000;
	padding: 20px 14px;
}

td.label 
{
	text-align:right;
	font-size:.9em;
	padding:0 5px 0 0;
	width: 40px;
	vertical-align:top;
}

td input, td textarea
{
	border: 1px #666 solid;
	padding: 2px;
}

#allowedtags 
{
	background-color: #fff;
	color:#666;
	padding: 0 0 10px;
	border-bottom: 1px #666 solid;
	margin-bottom: 10px;
	font-size:.8em;
	display: block;
}

#submit 
{
	clear: both;
	margin-top: 15px;
	border: 0px;
	margin-left: -62px;
	background-image: url('http://www.designlessbetter.com/blogless/img/postcomment.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 64px;
	position: relative;
	width: 195px;
	z-index: 200;
}

#submit:hover
{
    background-position: 0 -64px;
}

/***
 * CUSTOM RECAPTCHA
 ***/

div#dlb_recaptcha:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#dlb_recaptcha img
{
	border: 0px;
	margin-bottom: 1px;
}

div#dlb_recaptcha_leftside
{
	width: 305px;
	float: left;
}

div#dlb_recaptcha_rightside
{
	margin-left: 5px;
	margin-top: 1px;
	width: 129px;
	float: left;
	background-image: url('http://www.designlessbetter.com/blogless/img/recaptcha.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div#recaptcha_image
{
	border: 1px #666 solid;
	padding: 2px;
}

div.recaptcha_only_if_incorrect_sol
{
	color: red;
	font-size: 12px;
	margin-top: 5px;
}

div#dlb_recaptcha_inputbar
{
	width: 306px;
	display: block;
	margin-top: 5px;
}

span.recaptcha_only_if_image, span.recaptcha_only_if_audio
{ 
	display: block;
	font-size: 12px;
	margin-right: 5px;
	padding-top: 5px;
	vertical-align: bottom;
	float: left;
}

input#recaptcha_response_field
{
	width: 177px;
}

/************* NAVIGATIONAL STRATEGIES ******************/

/***
 * HUGE OL' SEARCH BAR
 ***/

#searchform 
{ 
	width: 100%;
	display: block;
	height: 40px;
}

#searchfield 
{ 
	width: 457px;
	height: 30px;
	margin: 2px 0 0 19px;
	float: left;
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 1.5em;
}

form input#searchsubmit 
{
    height: 56px;
    width: 101px;
    border: 0px solid #fff;
    background-image: url('http://www.designlessbetter.com/blogless/img/search.gif');
    background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	margin-left: 10px;
	z-index: 200;
}

form input#searchsubmit:hover
{
    background-position: 0 -56px;
}

/***
 * LONG ONES/SHORT ONES FILTER
 ***/

#filter 
{ 
	text-align: right;
	font-size: .8em;
	padding: 10px 0 5px 0;
	clear: both;
}

/***
 * TAG CLOUD
 ***/

div#tagcloud 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	clear: both;
	margin: 10px 10px 19px;
	font-size: 1.4em;
	line-height: 1.5em;
}

div#tagcloud a
{
	text-decoration: none;
	margin-left: 8px;
}

div#tagcloud a:hover
{
	text-decoration: underline;
}

h3.poststagged 
{
	margin:0px 19px 19px 19px;
	font-size:.9em;
}

h3.poststagged a 
{
	color: blue;
	text-decoration: none;
}

/***
 * SIMPLE TABLE
 ***/

table.simpletable
{
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
	margin: 10px auto 10px;
}

table.simpletable th
{
	font-weight: bold;
	padding: 10px;
    border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

table.simpletable td
{
    border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
	padding: 10px;
}

/***
 * FANCY TABLE
 ***/

table.fancytable
{
    border: 1px #ccc solid;
	border-right: 0px;
	border-bottom: 0px;
	margin: 10px auto 10px;
}


table.fancytable th
{
	font-weight: normal;
	padding: 5px;
    border-bottom: 1px #333 solid;
    border-right: 1px #333 solid;
	background-color: #555;
	color: white;
}

table.fancytable td
{
	padding: 5px;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

table.fancytable tr.alt td
{
	background-color: #eee;
}