/*   
Theme Name: Nonzero Blue
Theme URI: 
Description: Nonzero Blue
Author: NodeThirtyThree / Peter Gerritsen
Author URI: http://blog.petergerritsen.nl/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fbf7e6;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

input, textarea
{
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
text-transform: lowercase;
}

h2,h3,h4,h5,h6
{
color: #184366;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a, a:link, a:visited
{
text-decoration: underline;
color: #F16C00;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #205887 url('images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#branding
{
position: absolute;
bottom: 0.6em;
padding: 0;
}

#blog-title {
display: inline;
}

#blog-title a
{
display: inline;
color: #fff;
text-transform: lowercase;
}

#blog-description
{
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
font-style: normal;
text-transform: lowercase;
}

/* Menu */

#access
{
position: absolute;
right: 0em;
bottom: 1px;
height: 41px;
border-bottom: none;
}

#access div.menu {
margin: 0;
position:relative;
right: 0em;
width: 100%;
}

#access ul
{
list-style: none;
border-right: none;
}

#access li
{
float: left;
background: none;
}

#access li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#access li.current_page_item a
{
background: #FF790B url('images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}


/* Main */

#main_wrapper
{
background: #fbf7e6 url('images/n2.gif') 0px 1px repeat-x;
}

#main p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main ul
{
margin-bottom: 2.0em;
}

#main
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main h1,h2,h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#mai h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

.entry-title , .entry-title a
{
font-weight: normal;
color: #184366;
}

/* Footer */

#footer
{
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button
{
background: #FF790B url('images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input#s
{
width: 12.8em;
}

#search input#searchsubmit
{
float: right;
min-width: 2.0em;
max-width: 5.5em;
display: inline;
background:url("images/n3.gif") repeat-x scroll 0 0 #FF790B;
border:1px solid #DB7623;
color:#FFFFFF;
font-weight: bold;
font-size: 1.1em;
text-transform: lowercase;
}

#noresults-searchsubmit {
background:url("images/n3.gif") repeat-x scroll 0 0 #FF790B;
border:1px solid #DB7623;
color:#FFFFFF;
font-weight: bold;
font-size: 1.1em;
text-transform: lowercase;
}

/* Primary content */
	
	#container
	{
	position: relative;
	width: 540px;
	}
	
	#content
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	margin-left: 0;
	padding-right: 2em;
	}

/* Secondary Content */
	
	#aside_wrapper	
	{
	float: right;
	}
	
	#primary
	{
	width: 13em;
	float: left;
	padding: 0 1.5em 0.5em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: dotted 1px #E1E1E1;
	}	
	
	#secondary
	{
	width: 13em;
	float: left;
	padding: 0 0 0.5em 1.5em;
	border-left: dotted 1px #E1E1E1;
	}
	
	.main-aside {
	right: 0;
	}
	
	.main-aside ul {
	padding: 0;
	}
	
	.aside h3 {
	font-style: normal;
	margin-bottom: 10px;
	}
	
	.aside a, .aside a:link, .aside a:active , .aside a:hover {
	color: #F16C00;
	}
	
#blog-title a:hover, #blog-title a:active {
	color: #fff;
}

.entry-title a, .entry-title a:link {	
	text-decoration: none;
}

.entry-title a:hover, .entry-title a:active {
	color: #184366;
	text-decoration: underline;
}

.entry-meta a:hover, .entry-meta a:active, .entry-utility a:hover {
	color: #F16C00;
}

.entry-meta .meta-prep {
	font-style: normal;
}

.entry-meta .n , .entry-meta abbr {
	text-transform: none;
}

.entry-meta {
	background-image: url('images/n5.gif');
	background-position:0 0.2em;
	background-repeat: no-repeat;
	padding-left: 18px;	
}

.entry-meta span {
	font-size: 11px;
}

#siteinfo a, #siteinfo a:link {
	color: #F16C00;
}

#siteinfo a:hover, #siteinfo a:active, .navigation a:active, .navigation a:hover {
	color: #F16C00;
	text-decoration: none;
}

div.entry-meta {
	display: inline;	
}

span.meta-comments-number {
	background-image: url("images/n6.gif");
	background-position:0 0.2em;
	background-repeat: no-repeat;
	padding-left: 18px;	
}

li.widget_twitter ul {
	margin: 0;
	padding: 0;
}

li.widget_twitter ul li {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	list-style: none;
	border-bottom: dotted 1px #E1E1E1;
}

h1.page-title {
	padding: 0 0 15px;
	margin: 0 0 15px;
}

div.entry-utility { 
	border-top: dotted 1px #e1e1e1;
	font-size: 11px;
}

.widget_tag_cloud div{
	text-align: center;
}

.social_bookmark {
	width: 250px;
	float: right;
	padding: 0 !important;
	text-align: right !important;
}

.social_bookmark em {
	display: none;
}

.social_bookmark br {
	display: none;
}

.social_bookmark img {
	margin-bottom: 0;
}

.entry-content p a.thickbox img {
	max-width: 520px;
}

.entry-utility {
	margin-top: 5px;
}

.ctc {
	margin-bottom: 15px;
}

/* progressive statements */

.opacity .social_bookmark  img {
	opacity: 0.3;
}

.opacity .social_bookmark  img:hover {
	opacity: 1;
}

.cssgradients #footer {
	background: -moz-linear-gradient(top, #d9d5c6, #fbf7e6);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(251,247,230)), color-stop(1, rgb(217,213,198)));
}

.boxshadow #blog-title a {
	text-shadow: #999999 1px 1px 6px;
}

.boxshadow .entry-title, .boxshadow .widgettitle {
	text-shadow: #aaaaaa 2px 2px 3px;
}

.boxshadow .entry-content p img {
	margin-left: 5px;
	box-shadow: #333 0px 0px 7px;
   -moz-box-shadow: #333 0px 0px 7px;
   -webkit-box-shadow: #333 0px 0px 7px;
}

#respond {
	background-color: #fbf7e6;
}

#dwcredit {
	display: none;
}

