/* @override 
	http://nslog.com/wp-content/themes/nslog/style.css
	http://nslog.com/wp-content/themes/nslog/style-navigation.css
	http://nslog.com/wp-content/themes/nslog/style-plugins.css
	http://nslog.com/wp-content/themes/nslog/style-print.css
*/

*
{
	padding: 0;
	margin: 0;
}

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

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

/* Used in the "Subscribe to" area */
dl, dt, dd, #feedarea
{
	display: none;
}

/* Fix Firefox and other browsers that like to border things */
a img, body img
{
	border: 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;
}

/* 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;
}

#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;
	letter-spacing: 1px;
}

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

#content /* Everything between header and footer */
{
	margin: 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 ul
{
	margin: 1em;
	padding: 0 1em;
	list-style-image: url(img/bullet.jpg);
}

#content ol
{
	margin: 1em;
	padding: 0 1em;
}

#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;
	text-decoration: none;
}

#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 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;
}

.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: #ff0 3px 3px 2px;
}

#sidebar
{
	display: none;
}

#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, #commentform
{
	display: none;
}

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

/* For pretty individual comments */
ol.commentlist li.commblock,
ol.commentlist li.commblockalt,
ol.commentlist li.commblockerik
{
	list-style: none;
	margin: 1em 0;
	padding: 0.5em;
	background: #ffe;
	border-top: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
}

ol.commentlist li.commblockalt
{
	background: #efe;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
}

ol.commentlist li.commblockerik
{
	background: #eff;
	border-top: 1px solid #cee;
	border-bottom: 1px solid #cee;
}

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

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

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

.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;
}

#navigation
{
	display: none;
}

/* For Quoter */
.quote_header
{
	font-size: x-small;
	font-style: italic;
	margin-left: 12px;
	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;
}

p.footnotes
{
	padding-top: 0;
	font-size: x-small;
	font-weight: bold;
	color: #ccc;
	border-bottom: 1px solid #999;
}

p.endfootnotes
{
	height: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

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

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

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