/*
Theme Name: NSLog();
Theme URI: http: //nslog.com/
Description: Based on a theme called "Misty" and available at <a href="http://wpthemes.info" title="WP Themes">wpthemes.info</a>.
Version: 1.0
Author: Erik J. Barzeski
Author URI: http: //nslog.com/
 */


*
{
	padding: 0;
	margin: 0;
}

body
{
	background: #f9f9f9;
	background: #333;
	margin: 0 20px;
/*	font: 76%/1.5em "lucida grande", tahoma, verdana, sans-serif; */
	font: 90%/1.5em tahoma, verdana, sans-serif;
	color: #333;
	text-align: center;
}

p
{
	margin: 1em 0;
	line-height: 1.5em;
}

/* Used in the "Subscribe to" area */
dl
{
	margin: 1em 0;
}

dt
{
	font-weight: bold;
}

dd
{
	margin: 0.5em 1em;
	padding: 0;
}

/* Fix Firefox and other browsers that like to border things */
a img, body img
{
	border: none;
	text-decoration: none;
}

blockquote
{
	margin: 1em;
	padding: 0 10px;
	border-left: 2px solid #ccc;
	color: #666;
}

/* Used only in contact.php */
fieldset
{
	border: none;
}

/* Some anchors redefined to have different styles further down. */
a
{
	text-decoration: none;
}


a:link, a:visited
{
	color: #265e15;
}

a:hover, a:active
{
	color: #333;
/*	text-decoration: underline;	*/
}

h1, h2, h3, h4, h5, h6
{
/*	font-family: 'lucida grande', verdana, arial, sans-serif;	*/
	font-family: tahoma, verdana, sans-serif;
}

/* Outermost container of the site <div> */
#container
{
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 auto;
	width: 780px; 
	position: relative;
	text-align: left;
}

/* Just the title and subtitle <div> */
#header
{
	clear: both;
	float: left;
	margin: 10px 5px;
	width: 450px;
}

#header h1 /* title */
{
	font-size: 1.8em;
	margin: 10px 0 0 10px;
	letter-spacing: 1px;
}

#header h1 a /* title */
{
	display: block;
	text-decoration: none;
}

#header h2 /* subtitle */
{
	margin: 5px 0 0 10px;
	font-size: 1em;
	font-weight: normal;
/*	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Serif;	*/
	font-family: tahoma, verdana, sans-serif;
	letter-spacing: 1px;
}

#feedarea
{
	padding: 10px 10px 0 0;
	float: right; 
	text-align: right;
}

#feedarea dl dt
{
	display: inline;
	margin-right: 5px;
	height: 45px;
}

#feedarea dl dd
{
	display: inline;
	margin-right: 5px;
	height: 45px;
	background: url(img/feed.png) no-repeat left center;
	padding-left: 16px;
}

#headerimage
{
	clear: both;
	background: #fff;
	margin: 10px;
	color: #fff;
	height: 190px; /* was 200px */
}

#content /* Everything between header and footer */
{
	margin: 10px 10px 10px 30px;
	overflow: auto;
}

#content h3
{
	font-size: 1.2em;
	margin: 1em 0 0;
}

#content h4, #content h5
{
	font-size: 1.1em;
	margin: 1em 0 0 0;
}

#content-main ol, #content-main ul
{
	margin: 1em;
	padding: 0 2em;
}

#content-main ul
{
	list-style-image: url(img/bullet.jpg);
}

#content-main ul li, #content-main ol li
{
	margin-bottom: 0.25em;
}

#content-main
{
	float: left;
	width: 520px;
	margin-right: 20px;
}

#content .post
{
	padding: 0;
	border-bottom: 1px dotted #ddd;
	margin: 0 0 3em 0;
}

#content .post h2
{
	font-size: 1.4em;
	margin: 1em 0 0;
	letter-spacing: 1px;
	font-weight: normal;
}

#content .entry p
{
/*	text-align: justify;	*/
	margin: 0 5px 1em 0;
	padding: 0;
}

#content .entry a:link, #content .entry a:visited
{
	border-bottom: 1px solid #999;
}

#content .entry a:hover, #content .entry a:active
{
	border-bottom: 1px solid #ccc;
}

#content .entry img
{
	float: right;
	margin: 0 0 10px 10px;
}

#content .entry img.wp-smiley
{
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#content .entry img.bordered, img.bordered
{
	border: 1px solid #000;
}

#content .entry img.bordleft
{
	border: 1px solid #000;
	float: none;
	margin-left: 0;
}

#content img.flushleft, #content a img.flushleft
{
	float: none;
	margin-left: 0;
	text-decoration: none;
	border-bottom: none;
}

#content .entry p.caption
{
	font-size: x-small;
	color: #060;
}

#content .entry p.caption img
{
	margin-bottom: 5px;
}

#content .entry code, #content .entry pre, div.commenttext code, div.commenttext pre
{
	font-family: profontx, profont, monaco, sans-serif;
	color: #060;
	font-size: 9px;
	padding: 2px 2px;
	line-height: 1em;
	margin: 1em 0;
}

#content .post-info, content .postmetadata
{
	font-size: 0.9em;
	color: #999;
	margin: 0;
	padding: 0;
}

#content .entry textarea.code
{
	font-family: monospace;
	font-size: 10px;
}

.posttitle h2
{
/*	font-variant: small-caps; */
}

#content .post-info
{
	background: url(img/underline1.jpg) no-repeat left bottom;
	padding-bottom: 12px;
}

#content .colorful
{
	color: #060;
	text-shadow: #ccc 3px 3px 2px;
	line-height: 3em;
}

#sidebar
{
	float: right;
	width: 200px;
	font-size: 0.9em;
}

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

#sidebar ul ul /* for category archives */
{
	list-style: none;
	margin: 0.5em 0 0 1em;
	padding: 0;
}

li.sidebox
{
	padding: 10px;
	background: url(img/sideheadtop.gif) #ededed no-repeat left top;
	margin-bottom: 10px; 
}

li.sidebox h2 /* side titles */
{
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

#sidebar li.sidebox p img
{
	float: left; margin: 0 10px 10px 0;
}

#footer
{
	clear: both; 
	background: transparent;
	margin: 0 auto 20px auto;
	overflow: auto;
	width: 760px;
	color: #999;
	text-align: left;
	font-size: 0.9em;
}

#footer p
{
	float: left;
	width: 65%;
	line-height: 1.2em;
}

#footer p.right
{
	float: right;
	width: 30%;
	text-align: right;
}

#comments, #respond
{
	margin: 2em 0 0 5px;
}

#commentform
{
/*	margin: 10 0;
	padding: 10px; */
	background: #f9fcfc;
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}

.commentnum /* comment permalink "#" */
{
	font-size: 0.9em;
}

#container .commentlist
{
	margin: 0;
	padding: 0;
}

/* For pretty individual comments */
ol.commentlist li.even,
ol.commentlist li.odd,
ol.commentlist li.comment-author-admin
{
	list-style: none;
	margin: 1.5em 0;
	padding: 0.5em;
	background: #ffe;
	border-top: 5px solid #cc9;
	border-bottom: 2px solid #cc9;
}

ol.commentlist ol.children li
{
	margin-right: -36px;
	margin-left: 14px;
/*	list-style-image: url(img/comment_reply.png);	*/
}

ol.commentlist li.odd
{
	background: #eff;
	border-top: 5px solid #cee;
	border-bottom: 2px solid #cee;
}
ol.commentlist li.comment-author-admin
{
	background: #efe;
	border-top: 5px solid #9c9;
	border-bottom: 2px solid #9c9;
}

/* For name, post time, gravatar, etc. */
.commentlist li .commentmetadata
{
	font-size: 1em;
	border-bottom: 1px solid #eee;
}

.commentlist li .commentmetadata em
{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 0.9em;
	color: #999;
}

.commentmetadata cite
{
	font-style: normal;
	font-weight: bold;
}

.commenttext cite
{
	color: #060;
	font-weight: normal;
	font-style: italic;
}

.commenttext a
{	text-decoration: underline; }
.commenttext p.quote_header a
{	text-decoration: none; }

/* Reset lists _inside_ the comments */
.commenttext ol, .commenttext ul
{
	margin: 1em;
	padding: 0 1em;
}

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

.commenttext ul
{
	list-style-image: url(img/bullet.jpg);
}

textarea, input.textbox
{
	padding:5px;
	border: 1px solid #ccc;		
	padding: 3px;
/*	font: 1em 'lucida grande', verdana, arial, sans-serif;	*/
	font: 1em tahoma, verdana, sans-serif;
}

textarea 
{
	height: 20em;
	width: 80%;
}

textarea:focus, input.textbox:focus 
{
	border: 1px solid #999;	
	background: #fff;
}

#header, #content, #sidebar, #footer, .widget
{
	overflow: hidden;
}








/* ********************* */
/*     Navigation CSS    */
/* ********************* */

#navigation
{
	background: transparent;
	margin: 20px auto 0;
	overflow: hidden;
	width: 760px;
	position: relative;
	text-align: left;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Serif;
}

html #navigation
{
	height: 1%;
}

#navigation ul li
{
	float: left;
	margin: 0 5px 0 0;
	list-style-type: none;
}

#navigation ul li a
{
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 0 10px 2px 10px;
	display: block;
	background: #ededed;
	text-decoration: none;
}

#navigation ul li a:hover
{
	background: #fafafa;
}

#navigation ul li a:active
{
	background: #fafafa;
}

#navigation ul li.current_page_item a
{
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	border-bottom: none;
}

#navigation ul li.search
{
	font-size: 0.9em;
	right: 0;
	position: absolute;
	top: 0;
}

#navigation ul li.search input#s
{
	font-size: 0.9em;
	padding: 2px; 
	background: #fff;
}

#navigation ul li.search input#searchsubmit
{
	font-size: 0.9em;
	margin: 0 0 0 2px;
	padding: 2px; 
}




/* ********************* */
/*       Plugin CSS      */
/* ********************* */


/* For Quoter */
.quote_header
{
	font-size: x-small;
	font-style: italic;
	margin-left: 14px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-bottom: 0;
	color: #666;
	border-left: #ccc 2px solid;
}

p.quote_header+blockquote, p.quote_header+blockquote p
{
	margin-top: 0;
	padding-top: 0;
}



/* For Footnotes */
/* http://www.elvery.net/drzax/2006/02/10/footnotes-0-9-plugin-for-wordpress-2-0-x/ */

a.footnote-link
{
	text-decoration: none;
	border: none;
	color: #363;
}

div#footnotes
{
	font-size: x-small;
	font-weight: bold;
	color: #666;
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

ol.footnotes
{
	margin: 10px 0;
	padding-top: 0;
	font-size: x-small;
	font-weight: normal;
}

ol.footnotes li
{
	color: #666;
	margin-bottom: 0;
	padding-bottom: 0;
}



img.gravatar, img.avatar
{
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}

/* Subscribe to Comments */
p.solo-subscribe-to-comments
{
	display: none;
}