/*
Theme Name: Nook Share
Theme URI: http://www.nookshare.com
Description: 3 column, ad in header and rightbar, gadgets on left sidebar, CostPub header navigation
Version: 3.2
Author: Watershawl, Inc.
Author URI: http://www.watershawl.com
Colors: gray #747678; orange #3399ff; green #7DB81C; light-gray; #F3F3F3; add-link blue: #3399FF 
*/

/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family: Arial, sans-serif;vertical-align:baseline;}
body {line-height:1.5;}
caption, th, td {text-align:left;font-weight:normal;background-color:#F3F3F3;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.alignleft {float:left;}
.alignright {float:right;}
img.alignleft {float:left; display: block; margin: 0 7px 7px 0;}
img.alignright {float:right; display: block; margin: 0 0 7px 7px;}

body {
	background: #747678 url(images/body.jpg) no-repeat scroll 50% 0;
	color: #333333;
	font-size:85%;
}

h1,h2,h3,h4,h5 {
	font-weight: 300;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#page {
	float: left;
	width: 960px;
	background: #ffffff;
	position: relative;
	padding: 0 20px;
}
	
#header {
	padding: 20px 0 0 0;
	float: left;
}

#logo {
	float: left;
	height:90px;
	width: 152px;
	padding:0 70px 15px 0;
}

#tagline {
	float: left;
	padding: 0 20px 0 0;
}

#tagline h2, #tagline h1 {
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 10px;
}

/*** Begin Network Navigation ***/

	#network { /* This centers the network navigation area */
		margin: 0 auto;
		width:1000px;
	}

	#network-nav {
		float: left;
		overflow: hidden;
		list-style: none;
		width:1000px;
		background: #999;
	}

	#network-nav a:link, #network-nav a:visited {
		color: #fff;
		text-decoration: none;
	}

	#network-nav a:hover {
		color: #999;
		background-color: #ffffff;
		text-decoration: none;
		display: block;
	}

	#network-nav a {
		float: left;
		padding: 5px 9px;
		margin: 0 8px 0 0;
		font-weight: bold;
	}

	#network-nav a.current-site {
		color: #999;
		background: #fff;
		text-decoration: none;
	}
	
	#network-nav li {
		float: left;
	}
	
	#network-nav ul.nav {
		float: left;
		clear: left;
		list-style: none;
	}
	
	#network-nav .nav {
		float: left;
		margin: 0;
		overflow: hidden;
		list-style: none;
	}
	
/*** End Network Navigation ***/

#header .nav a:hover, .nav .current_page_item a, .subnav .current_page_item a {
	text-decoration: underline;
	color: #3399ff;
}

.nav, .subnav {
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	overflow: hidden;
	list-style: none;
	width:100%;
}

.nav li, .subnav li {
	float: left;
}

#header .nav a {
	float: left;
	padding: 4px 0 0 0;
	margin: 0 18px 6px 0;
	height: 16px;
	font-weight: bold;
	color: #7DB81C;
}

#footer .nav a {
	float:left;
	height:16px;
	margin:0 18px 6px 0;
}

ul.nav {
	list-style: none;
}

.subnav {
	padding: 10px;
}

.subnav a:hover {
	background: #FFFFFF;
}

.subnav a {
	color: #7DB81C;
}

hr {
	float: left;
	clear: left;
	width: 100%;
}

#content {
	padding: 20px 0;
	width: 950px;
}

.post {
	clear: both;
	margin: 10px 0;
}

#content h2 , .narrowcolumn h2, .narrowcolumn h1 {
	font-size: 1.8em;
	color: #7DB81C;
	text-align: left;
	font-weight: bold;
}

#content h2 a, .narrowcolumn h2 a, .narrowcolumn h1 a {
	color: #7DB81C;
}

#sidebar {
	width: 160px;
	float: left;
	text-align: center;
	margin: 20px 0 0 0;
}

#sidebar p {
	padding: 0 0 20px 0;
}

#sidebar ul {
	float: left;
	text-align: left;
	margin:0 5px 25px 0;
	padding:10px;
	width: 136px;
	border: 2px solid #7DB81C;
	background:#F3F3F3 url(images/sidebar-bg.png) no-repeat scroll 0 0
}

#sidebar ul ul, #sidebar ul ul ul {
	margin:0 0 0 15px;
	padding:0;
	clear:left;
	border: none;
	background: none;
	width:inherit;
}

#sidebar li {
	list-style-image:none;
	list-style-type:none;
}

#sidebar li a , #sidebar li a:link {
	font-size:1.1em;
	font-weight:bold;
	float:left;
	color:#3399FF;
	clear:left;
}

#sidebar li a:hover {
	text-decoration: none;
	color:#7DB81C;
}

#footer {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:1000px;
	background: #999999;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 0 0 0;
}

a {
	color: #3399ff;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #7DB81C;
	text-decoration: underline;
}

.subnav a:hover {
	color: #3399ff;
}

.clear {
	clear: both;
}

.center {
	display: inline;
	margin: auto;
	text-align: center;
}

.narrowcolumn {
	float:right;
	padding:0 20px;
	width:595px;
}

.narrowcolumn p {
	font-size:15px;
	line-height:1.6;
	margin:10px 0;
}

.cform {
	float: left;
}

#twitter_div {
	text-align: left;
	margin: 0;
	overflow: hidden;
}

#twitter_update_list ul, #twitter_update_list li {
	list-style-type: none;
}

.postmetadata, .navigation {
	margin: 20px 0;
	clear: both;
	float: left;
}

.navigation a {
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}

#inline-ad {
	float: right;
	width: 320px;
	padding: 0 0 10px 10px;
}

/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	background: #666666;
	width: 940px;
	height: 24px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	border-bottom:1px solid #202020;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
	padding: 6px 13px 6px 13px;
	}

#subnav li a:hover, #subnav li a:active {
	background: #333333;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 10px 0px 0px;
	padding: 6px 13px 6px 13px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #000000;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #444444;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}
	
#subnav li ul {
	background: #FFFFFF;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -25px 0 0 166px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover1 { 
	position: static;
	}
	
h3.comments-header {
	clear: left;
}
ol#trackbacks li {
	list-style-position: inside;
}
#comments-form {
	width: 295px;
	float: left;
}
#comment-ad {
	float: right;
	padding-top:10px;
}
.entry {
	position: relative;
}
.entry iframe {
	float: right;
	margin: 0 0 15px 20px;
	margin: 0 0 15px 20px;
	width: 120px;
}
.entry  ul {list-style-position:outside; margin:15px; padding-left:20px;}

.search {
	float: right;
	margin:0 25px 0 0;
}
#comments {
	float: left;
	width: 295px;
}

#rightbar {
	text-align: center;
	padding:15px 0 15px 0;
	float: right;
	width: 160px;
}

#rightbar a img {
	padding: 0 0 15px 0;
}

.widget_box {
	padding: 0;
	text-align: left;
}

.widget_box a {
	color: #3399FF;
}

#header-ad {
	float: left;
	height: 90px;
	width: 728px;
	padding: 0 0 15px 0;
}

ul.related_post {
	clear:left;
	float:left;
	margin:10px;
	width:595px;
}

/* Sidebar Bottom Styles */

.sidebar-bottom {
	float:left;
	width:250px;
	min-height:199px;
	background:#999;
	color:#fff;
}

.sb-bottom-list {
	margin: 0;
	padding: 0;
}

.sb-bottom-list ul {
	margin:0;
	padding:5px 15px 5px 15px;
}


ul.sb-bottom-list {
	margin: 0;
	padding: 0 0 0 0;
	color:#FFF;
}

.sb-bottom-list li {
	color:#fff;
	list-style-type:none;
	text-align:left;
	padding: 0 0 2px 0;
}	
	
ul.sb-bottom-list h2 {
	font-weight:bold;
	font-size:14px;
	margin: 0;
	background-color:#333;
	color:#fff;
	padding: 5px 15px 5px 15px;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	height: 18px;
}
	
ul.sb-bottom-list a {
	color:#fff;
	margin: 0;
	padding:0;
	text-decoration: none;
}
	
ul.sb-bottom-list h2 a {
	color:#fff;
	font-size:14px;
}

ul.sb-bottom-list a:hover {
	color:#eee;
}
	
.sb-bottom-list #searchform {
	text-align:left;
	margin:10px 0 10px 0;
}

.sb-bottom-list #calendar_wrap {
	text-align:left;
	padding:5px 15px 5px 15px;
}

.sb-bottom-list #calendar_wrap a{
	text-decoration:underline;
	padding:5px 15px 5px 15px;
}

.sb-bottom-list .textwidget {
	margin:0;
	padding:0 15px 5px 15px;
}

.textwidget {
	text-align: center;
	padding:5px 0;
}

/* END Sidebar Bottom Styles */

/* Sub Footer Styles */

#subfooter {
	float:left;
	width:1000px;
	background-color:#333;
	height:25px;
	text-align:right;
	color:#fff;
	margin:0;
	padding:0;
	border-top:2px solid #666;
	font-size:10px;
}

#subfooter a{
	color:#fff;
	font-size:10px;
}

.pad-sub-foot {
	padding: 5px 15px 0px 15px;
	margin:0;
}

/* END SubFooter Styles */

.left{
	float:left;
}
.right{
	float:right;
}

.nav li.cat-item-26, .nav li.cat-item-26 a, #header .nav li.cat-item-26 a {
	margin-right: 0;
	padding-right: 0;
}
