/*  
Theme Name: Notes Blog Core Theme
Theme URI: http://notesblog.com/
Description: The Notes Blog Core theme is meant to work both as a framework to build child themes on, as well as a stand alone clean theme for your perusal. <a href="http://tdhedengren.com/">Made by TDH</a> and maintained at <a href="http://notesblog.com/">notesblog.com</a>. Requires WordPress 2.8 or higher.
Version: 1.0.2
Tags: light, two-columns, right-sidebar, fixed-width, threaded-comments, sticky-post, translation-ready
Author: Thord Daniel Hedengren
Author URI: http://tdhedengren.com/

	Get support and services for the Notes Blog Core Theme:
	http://notesblog.com
	
	Created and managed by Thord Daniel Hedengren:
	http://tdhedengren.com

*/

/* =======
	RESET
   ------- */

body, h1, h2, h3, h4, h5, ul#sidebar, ul.widgets, li, ul#sidebar li ul, ol.commentlist, ul.children, ul#footercol li ul,
div#submenu-nav ul, div#submenu-nav ol, form, img, table
	{
	margin:0;
	padding:0;
	border: 0;
	}
	
	
	
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	font: 100%/100% Arial, verdana, sans-serif;
	background: #FFFFFF;
	padding-left: 100px;
	}

#main {
	overflow: hidden;
	}


#sidebar {
	width: 270px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
	
}
#sidebar img {
	float: right;
	margin-right: 37px;
	padding-bottom: 10px;
}

#header {
	width: 630px;
}
	
	
#banner {
	background: url(images/navbar.gif) no-repeat 0 0; 	
	height: 46px;
	padding-bottom: 40px;
}

#container {
	padding-top: 0;
	width: 520px;
	
}	

.contenttop {
	background: url(images/box_top.gif) no-repeat 0 0;
	width: 519px;
	height: 23px;
	}
	
.content {
	background: url(images/box_middle.gif) repeat-y 0 0;
	width: 519px;
	}

	
	
.contentbottom {
	background: url(images/box_bottom.gif) no-repeat 0 0;
	width: 519px;
	height: 26px;
	margin-bottom: 20px;

	}
	
.postheader {
	background: url(images/box_top) no-repeat 0 0 ;
	height: 23px;
	width: 519px;
}
.postfooter {
	background: url(images/box_bottom) no-repeat 0 0 ;
	height: 26px;
	width: 519px;
}

div#footer {
	width: 900px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	
}

div#footer ul {
	margin: 0;
	}
	
.footer {
	padding: 0 0 0 20px;
	}
	
div#footer li{
	float: left;
	list-style: none;
	display: block;
	margin-right: 7px;
	padding: 0;
	
	
}	

.category-welcome {
	background: none;
	border: 2px black;
}

.category-welcome p{
	font-size: 14px;	
}

.category-welcome {
	background:#FFFFFF
	}

#post-18 h2{
	font-size: 30px;
	}

/* =======
	NAVIGATION
   ------- */

#mainNav {
	margin-left: 20px;
	margin-top: 20px;
	padding-top:15px;
	border: 0;
	
	}
	
#mainNav span {
	display: none;

}
#mainNav ul {
	display: block;
	padding: 0;
	margin: 0;

}

#mainNav li {
	float: left;
	list-style: none;
	display: inline;
	
	
}

#mainNav #current a {
	color: #FFFFFF;
	}
	
.home {
	padding-right: 15px;
	}

.menu-header ul {
	padding-left:0;
	}
#menu-header-menu li {
	padding-right: 15px;
	}
	
#subnav li {
	margin-bottom: 0;
	float: left;
	list-style: none;
	display: inline;
	margin-right: 15px;
	padding-top: 0;
}
#subnav {
	margin-left: -40px;
	border: 0;
	height: 70px;
	margin-bottom: 0;
	padding-top: 4px;
	}

#subnav ul {
	border: 0;
	padding-left: 59px;
	}

#mainNav .current_page_item a {
 	color: #FFFFFF;
}

#subnav .current_page_item a {
 	color: #CCDE75;
}
#mainNav .current-page-ancestor a {
	color: #FFFFFF;
	}

#post-18 .entry-meta {
	display: none;
	
}

#post-18 .entry-content {
	padding: 12px 20px 0 20px;
	border: none;
	
}

	
.entry-meta {
	padding: 0 0 10px 0;
	border-bottom: 2px solid #00423D ;
	margin-bottom: 15px;
}

.indent {
	padding-left: 120px;
	}

.indent-end {
	padding-left: 120px;
	padding-bottom: 20px;
	}

/* ==============
	TYPE & COLOR
   -------------- */

/* Default font */
body, textarea#comment, input#author, input#email, input#url
	{
	font-family: Arial, verdana, san-serif;
	color: #333;
	}

/* Default font size */
div#content, textarea#comment, input#author, input#email, input#url
	{ font-size: 16px; }

/* Medium-small font */

.underline {
	border-bottom: solid 1px #336666;

	}

p {
	font-size: 14px;
	color: #333333;
	line-height: 120%;
}

h1 { 
	font-size: 22px;
	color: #00423D;
}

.entry-title  {
	color: #336666;
	font-size: 40px;
}

	
h3 {
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
}

a.more-link, div.comment-body p
	{ font-size: 14px; }



/* Headers */

#sidebar h2{
	text-align: right;
	font-size: 17px;
	color: #336666;
	margin-top: 10px;
	margin-right: 40px;
}

#sidebar .span {
	text-decoration: underline;
	
}


.page-title {
	color: #FF0033
}

div.sticky h2 {
	font-size: 22px;
	color: #00423D;
	
}

#sticky {
	background-color: #FFFFFF;
	}

#content h2 .entry-title { 
	color:#336666;  
	}

.author {
	display:  none;
	}

.meta-sep {
	display: none;
	}

	
div#content 
	{
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	}

	
div#content h1.listhead { 
	background: #f8f8f8; 
	margin: 0 10px 20px 10px; 
	padding: 10px 10px 8px 10px !important; 
	font-size: 16px; line-height: 16px; 
	letter-spacing: 0; 
	text-transform: uppercase; 
	color: #777; 
	}

div#content h1.listhead strong { 
	color: #333; 
	}
	
div#content h2 {
	font-size: 28px;
	line-height: 24px;
	padding-bottom: 3px;
	}
	
body.single div#content h2, body.page div#content h2 { 
	margin-top: 24px; 
	}
	
body.home div#content h2, body.archive div#content h2, body.search div#content h2, body.error404 div#content h2 { 
	font-family: Georgia, "Adobe Garamond", "Times New Roman", serif; 
	font-weight:normal; 
	}
	
div#content h3	{
	font-size: 18px;
	line-height: 18px;
	}
	
div#content h4
	{
	font-size: 16px;
	color: #336666;
	}

h4
	{
	font-size: 24px;
	color: #336666;
	padding-bottom: -3px;
	}
	
h5
	{
	font-size: 24px;
	color: #336666;
	padding-bottom: 0;
	padding-top: 20px;
	}
	
div#content h5, ul#sidebar h2, div#footer h2, div.nav
	{
	font-size: 12px;
	text-transform: uppercase;
	}
	
ul#sidebar h2 {
	margin-bottom: 7px; 
	padding-bottom: 3px; 
	border: 1px solid #e8e8e8;
	border-width: 0 0 1px 0; }

/* common type */
div#content p
	{
	line-height: 20px;
	margin: 0 0 14px 0;
	}
	
.content	{
	margin: 0;
	}

div.comment-body p { 
	line-height: 18px;
	margin-bottom: 10px !important; 
	}
	


div#post-18 .entry-title {
	color: #336666;
	font-size: 40px;
	}

.meta-prep {
	margin-left: 20px;
	font-family: Arial, Verdana, san-serif;
	font-size: 14px;
	color: #333333;
}

.entry-date {
	font-family: Arial, Verdana, san-serif;
	font-size: 14px;
	color: #333333;
}

.nav-previous {
	float: left;
	width: 75%;
	
	}
	
.nav-nex {
	float: right;
	width: 75%;
	
	}
#nav-above {
	display: none;
	
}

#nav-below {
	padding-bottom: 40px;
}

/* =======
	LINKS
   ------- */

/* default */
a:link, a:active, a:visited	{
	color: #336666;
	text-decoration: underline;
	}
	
a:hover { 
	color: #CCDE75; 
	text-decoration: underline; 
	}

	
#mainNav a {
	color: #00423D;
	text-decoration: none;
	}
	
#mainNav a:hover {
	color: white;
	border-bottom: solid 1px white;
	text-decoration: none;
	}


#subnav a {
	color: #00423D;
	text-decoration: none;
	}
	
#subnav a:hover {
	color: #CCDE75;
	border-bottom: solid 1px #CCDE75;
	text-decoration: none;
	}

h2 a:link, h2 a:active, h2 a:visited {
	color: #336666;
	padding: 10px 0;
	border: 5px solid #fff;
	border-width: 50px 0 0 0;
	}

h2 a:hover {
	color: #CCDE75;
	}

	
h3 a:link, h3 a:active {
	color:#FF0033
	}
	
h3 a:hover {
	text-decoration: underline;
	color: #CCDE75;
	}
	
.meta-prep a:hover {
	text-decoration: none;
}


div.postmeta span.comments a { 
	font-size:12px; 
	line-height:12px; 
	font-weight:bold; 
	padding: 2px 2px 1px 8px !important; 
	text-transform: uppercase; 
	border: 1px solid #e8e8e8; 
	border-width: 0 0 0 1px; 
	}


/* dark green links */
ol.commentlist a:link, ol.commentlist a:active, ol.commentlist a:visited,
div#submenu-nav a:link, div#submenu-nav a:active, div#submenu-nav a:visited	{
	color: #336666;
	text-decoration: underline;
	}

ol.commentlist a:hover, div#submenu-nav a:hover { 
	color: #CCDE75; 
	text-decoration: none; 
	}

/* meta */
div.postmeta a:link, div.postmeta a:active, div.postmeta a:visited, a.more-link { 
	color: #444;
	padding: 1px; 
	font-style:normal; 
	font-weight:bold; 
	}

div.postmeta a:hover, div.postmeta span.comments a:hover { 
	color: #fff;
	background: #111;
	border-color: #000; 
	text-decoration: none; 
	}


/* ========
	LAYOUT
   -------- */
   


.left { 
	float:left; 
	}bacground
	
.right { 
	float:right; 
	}
	
.center { 
	text-align:center; 
	}
	
.aligncenter, div.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	}

div.widecolumn { 
	width: 620px; 
	}

div.column, ul.column, ul#sidebar { 
	width: 320px; 
	}

div#site { 
	width: 100%; 
	float:left; 
	}

div#wrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}
	
div#toplist { 
	position: relative;
	 width: 960px; 
	 }

div#toplist div.feed {
	float:right; 
	padding: 5px 0; 
	}

div#toplist div.feed a { 
	padding: 5px; 
	background: #444; 
	color: #fff; 
	}

div#toplist div.feed a:hover { 
	background: #000; 
	}



div#submenu-nav {
	width:100%;
	float:left;
	border: 1px solid #444;
	border-width: 0 0 1px 1px;
	border-left: 1px dotted #e8e8e8;
	}

div#submenu-nav ul {
	}

div#submenu-nav ul li { 
	list-style: none; 
	float:left; 
	padding: 8px; 
	border: 1px dotted #e8e8e8; 
	border-width: 0 1px 0 0; 
	}

div#blog {
	width: 100%;
	float:left;
	}

div#content { float:left; margin-top: 0; }
div.post, div.page, div.attachment { padding: 0 20px 0 0; margin-bottom: 30px; overflow:hidden; }
.content .entry-title { padding: 0 20px 0 20px; overflow: hidden; }
.content .entry-content { padding: 0 20px 0 20px;  padding-top: 0; overflow: hidden; }

div.postmeta { width:100%; height:1%; float:left; margin-bottom: 10px; }
body.single div#content div.postmeta, body.page div#content div.postmeta { margin-bottom: 30px; }
div.postmeta span.author {}
body.blog div.postmeta span.author { display:none; }
div.postmeta span.categories {}
div.postmeta span.tags {}
div.postmeta span.timestamp {}
div.postmeta span.comments { float:right; margin-left: 10px; }
div.postmeta span.comments span {}
p.attachmentnav { padding-top: 5px; color: #777; font-style:italic; }
p.attachmentnav a { font-style: normal; }
div.post div.entry, div.page div.entry { width:100%; float:left; }

div.sticky { padding: 20px 20px 8px 20px; background: #FFFFFF; }

h2#comments { margin: 0 20px 20px 20px; padding-bottom: 10px; border: 1px solid #e8e8e8; border-width: 0 0 1px 0; }
ol.commentlist {}
ol.commentlist li { margin: 0 20px 10px 20px; padding: 0; list-style:none; border: 1px solid #e8e8e8; border-width: 0 0 1px 0; }
ol.commentlist li div.comment-author, ol.commentlist li div.comment-meta { font-size: 12px; line-height: 16px; }
ol.commentlist li div.comment-author img.avatar { float:left; margin: 0 10px 0 0; }
div.comment-author cite.fn { font-family: Georgia, "Adobe Garamond", "Times New Roman", serif; font-size: 16px; font-style: normal; font-weight:bold; }
div.comment-author cite.fn a { text-decoration: none; }
div.comment-meta { margin-bottom: 10px; }
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.pingback { font-size: 12px; color: #777; padding: 0 0 10px 5px; color: #777; }
ol.commentlist li.pingback a { font-size: 12px; font-weight:normal; }
ol.commentlist li.pingback p, ol.commentlist li.pingback span, ol.commentlist li.pingback div.comment-meta, ol.commentlist li.pingback div.reply { display:none; }
div.reply { float:right; display:block; margin: -25px 0 0 0; line-height: 12px; }
a.comment-reply-link { display:block; float:left; margin-left: 10px; }
ul.children { margin: 20px 0 20px 20px; }
ul.children li { margin: 10px 0; padding-left: 10px; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; }
div#respond { margin: 20px; }
div#respond h3 {}
table.commenttable { border:0; padding: 0; }
table.commenttable tr td { font-size: 12px; line-height: 12px; text-transform: uppercase;  }
form#commentform {}
input#author, input#email, input#url { margin-bottom: 5px; padding: 2px; width: 250px; font-style: italic; }
textarea#comment { width: 556px; height: 150px; padding: 10px; font-style: italic; }
input#submit { float:right; margin-bottom: 20px; }
div.nav { float:left; display:block; }
div.commentnav div.left, div.commentnav div.right { padding: 0 20px 20px 20px; }
div.entry ul li ul.children { margin: 10px 20px; }
div.entry ul li ul.children li { margin: 0 0 5px 0; padding-left: 0; border: 0; }

ul#sidebar
	{
	float:right;
	margin-top: 20px;
	}
	ul#sidebar ul.children { margin: 5px 0 0 0; }
		ul#sidebar ul.children li { border: 0; }
	ul#sidebar li { list-style: none; margin: 0 20px 20px 0; }
		ul#sidebar li ul { margin-left: 5px; }
			ul#sidebar li ul li { margin-bottom: 5px; }
				ul#sidebar li ul li ul { margin: 5px 0 0 10px; }
	li#tag_cloud {}
		li#tag_cloud a { padding: 0 2px; }
	li#search {}
	ul#sidebar li.categories {}



div#copy
	{
	width:100%;
	float:left;
	clear:both;
	margin: 0;
	padding: 10px 0;
	background: #f8f8f8;
	border: 1px solid #bbb;
	border-width: 0 0 1px 0;
	}
	div#copy p { margin:0; padding:0 0 0 10px; }
	div#copy p.right { padding: 0 10px 0 0; }
	div.copycolumnwide { float:left; width:620px; }
	div.copycolumn { float:right; width:320px; }




/* ===================
	ELEMENTS & DESIGN
   ------------------- */

p.right { text-align:right; }
p.center { text-align:center; }
p.admin { color: #aaa; font-size: 12px; }
p.nocomments { padding: 0 20px; font-style: italic; color: #777; }

div#content embed, .embedded { text-align:center; margin: 0 0 14px 0; } /* for movies */

div#content p span { background: #ffc; }

div.post ul li, div.page ul li, div.post ol li, div.page ol li { margin-bottom: 5px; color: #333; }

blockquote { margin: 0 0 14px 20px; padding: 0 15px; border: 1px solid #e8e8e8; border-width: 0 0 0 1px; color: #777; font-style: italic; }
	blockquote.pullquote { width: 220px; padding: 5px 0; border: 0; font-size: 18px; line-height: 150%; }
		blockquote.pullquote p { margin-bottom: 0; }
ol.commentlist li blockquote { border: 0; padding:0; }

/* Images and aligns */
.alignleft, blockquote.alignleft { float:left; margin: 0 15px 15px 0; }
.alignright, blockquote.alignright { float:right; margin: 0 0 15px 15px; }
.frame { padding: 5px; border: 1px solid #e8e8e8; }
.wp-caption { padding: 10px 7px; border: 1px solid #e8e8e8; font-size: 12px; color: #777; font-style: italic; text-align:center; }
p.wp-caption-text { margin:10px 0 0 0 !important; padding:0; line-height: 14px !important; }

div.gallery { margin-bottom: 14px; }
	dl.gallery-item {}
		dt.gallery-icon {}
			img.attachment-thumbnail { border:0; }
		dd.gallery-caption { margin-top: 8px; font-size: 12px; color: #777; font-style: italic; }

/* Quick color fixes */
div.postmeta { color: #777; }
span.alert { color: red; background:none; }


/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }

#header { display:none }
#banner { display:none }
#content { display:block}
#main { display:block}
#sidebar {display:block }
#footer {display:block }
#logo {display:inline; }

}