/*
Theme Name: Nolio
Theme URI: http://www.noliosoft.com/
Description: Nolio WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.9
Author: Nolio
Author URI: http://www.noliosoft.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: rgb(88, 89, 91);;
	line-height: 1.44em;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	*/
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 600px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	clear: both;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
body {
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: rgb(88, 89, 91);
}

#headerLinks, #topPicks, #logo {
	background-image: url("images/bg-header.gif");
	background-repeat: no-repeat;
}

#header, #main, #footer {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#header {
	margin-left: 30px;
	width: 972px;
}

#headerLinks {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	margin-right: 24px;
}

#topPicks {
	margin-left: 244px;
	width: 485px;
}

#header {
	height: 108px;
	margin-bottom: 18px;
}


#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 308px;
	text-align: right;
	padding-right: 10px;
}

#headLinkNav  {
	padding-top:8px;
}




#mainHeader, #mainNav, #subNav, #content-wrapper {
	width: 972px;
	position: relative;
	margin: 0px 0px 0px 30px;
	text-align: left;
}

#mainNavContainer {
	background: rgb(110,42,138);
	height: 30px;
	width: 100%;
	margin-bottom: 1px;
}

#subNavContainer {
	height: 24px;
	width: 100%;
	background: rgb(150, 186, 28);
	clear: both;
}

#mainHeader {
	height: 80px;
}

#mainNav {
	height: 30px;
	z-index: 1;
}

#topLinks {
	height: 12px;
	width: 280px;
	position:absolute;
	top: 10px;
	right: 10px;
}

#topLinks li a {
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
}

#mainNav > li {
	width: 96px;
	height: 23px;
	text-align: center;
	margin: 2px 0px 0px 0px;
	padding-top: 5px;
	list-style-image: none;
}

#mainNav > li:hover {
	background: rgb(147, 18, 129);
}

#mainNav li a {
	font-weight: bold;
	color: white;
	display: block;
}

#mainNav li a:hover {
	text-decoration: none;
}

#subNav {
	height: 24px;	
}

#subNav li {
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 18px;
	background-image: url('/images/subNav-bullet.gif');
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin: 0px;
}

#subNav li a {
	color: white;
}

ul.submenu {
	margin-top: 8px;
	width: 200px;
	display: none;
	background: white;
}

#mainNav ul.submenu li {
	float: none;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-type: none;
	list-style-image: none;
}

#mainNav ul.submenu li a {
	color: rgb(88, 89, 91);
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
}

#mainNav ul.submenu li a:hover {
	text-decoration: underline;
}

#mainNav li:hover ul.submenu {
	display: block;
}

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







#content-main {
	width: 647px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 16px;
}

#content-left-col {
	margin-top: -16px;
	margin-right: 12px;
	width: 400px;
	float:left;
	padding-left:20px;
}

#content-mid-col, #content-right-col {
	width: 235px;
	margin: -18px 12px 16px 12px;
	float: left;
}


#content-right-col div.success, #content-mid-col div.success {
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 216px;
	padding: 0px 17px;
	float: right;
}

a {
	color:#69B138;
	font-family:Georgia,serif;
	font-style:italic;
	white-space:wrap;
}

a:visited, a:active {
	color: inherit;
}

a, strong.alt-color {
	color: rgb(150, 186, 28);
}

a, a:visited, a:active, p.altcolor {
	color: rgb(150, 186, 28);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.section-link {
	color: rgb(88, 89, 91);
}

a.section-text {
	color: rgb(88, 89, 91);
	font-weight: normal;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
}


hr {
	height: 1px;
	padding: 0px;
	background: gray;
	border: none;
	clear: both;
}

hr.break {
	height: 1px;
	width: 1px;
	background: none;
	clear: both;
}

#content-main hr {
	background: rgb(150, 186, 28);
	width: 647px;
	clear: none;
}



ul.navLinks {
	list-style-type: none;
	list-style-position: outside;
	clear: both;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}

ul.navLinks li {
	float: left;
}

li.navTop {
	list-style-image: none;
}


p.block-article {
	text-align: left !important;
}

p.quote {
	font-family: "Times New Roman", "Times", serif;
	font-size: 12pt;
	font-style: italic;
}

p.header {
	text-align: center;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

img.button {
	display: block;
	margin: 16px auto;
}

div.success {
	background-image: url('/images/sidebar_block.png');
	height: 217px;
	width: 207px;
	padding: 10px 15px;
}

div.success p {
	text-align: center;
}

h1 {
	color: rgb(150, 186, 28);
	font-weight: bold;
	font-size: 16px;
	margin: 6px 0px;
	padding: 0px;
}

h2 {
	font-size: 18pt;
	margin: 30px 0px 4px 0px;
	font-weight: normal;
}

h3 {
	color: rgb(104, 103, 108);
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 7px;
}

dt {
	font-weight: bold;
}

dd {
	margin:0px 1px 10px 0px; 
	padding: 0px; 
	border-bottom:1px solid rgb(150, 186, 28); 
}

dl.bare dd {
	border: none;
}



h1, h2, h3, h4, h5, #headLinkNav a, #searchFAQ span {
	font-family: Arial;
	font-weight: bold;
	margin: 0px;
	line-height: 1.24em;
}

h3 {
	font-size: 11pt;
	padding: 0px;
	color: #A7D11C;
}

h1, #headLinkNav a, h3.button, #searchFAQ span {
	font-weight: normal;
	font-size: 11pt;
	color: white;
	font-style: normal;
	position: relative;
}

#headLinkNav a, #topPicks h1, #searchFAQ span {
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-style: normal;
	position: relative;
}

h1, h3.button, #searchFAQ span, #topPicks h1 {
	height: 27px;
	padding-top: 10px;
}

#headLinkNav a {
	margin-left:18px;
}

#headLinkNav li.altlink a {
	color: #69B138;
}

h1, #headLinkNav a {
	background-image: url("images/menu-graygrad.gif");
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #72757C;
}

h1 {
	padding-left: 18px;
}

h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 14pt;
	margin: 20px 0px;
	color: #222222;
}

.padded h2 {
	margin-top: 0px;
}

h3.button {
	background-image: url("images/header-green.gif");
	text-align: center;
	height: 27px;
	padding-top: 10px;
	padding-right: 25px;
}

h3.button img {
	position: absolute;
	right: 5px;
	top: 20%;
}

#topPickNav {
	list-style-image: url("images/list-plus.gif");
	list-style-position: inside;
	padding-left: 18px;
}

/* Overrides for header information go here */
#topPicks h1, #headLinkNav, #headLinkNav a, #searchFAQ span {
	background: none;
	color: black;
}

#headLinkNav a {
	line-height: 1.45em;
}


#footer {
	background-color: #EFF0EC;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 11pt;
	color: #2D2F36;
	padding-left: 30px;
	margin-bottom:30px;
	padding-bottom:68px;
	position:relative;
	clear:both;
}

#footer ul {
	margin-bottom: 12px;
}

#footer li {
	border-bottom: 1px dotted #2D2F36;
	line-height: 1.21em;
}

#footer a {
	font-family: Georgia, Times, serif;
	font-style: normal;
	color: #2D2F36;
	font-size: 9pt;
}

#footerShim {
	background-color: #EFF0EC;
	position: absolute;
	height: 100%;
	width: 24px;
	z-index: 1;
	top: 0px;
	left: 250px;
}

#footerLogo {
	margin-right: 36px;
	vertical-align: top;
	width: 204px;
}
