/* ====================

Title: NS Blog Main
Last updated: 04/01/2008 by Mike

* Some ideas from Blueprint
* code.google.com/p/blueprintcss

==================== */


/* --------------------------
 @Reset - Based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
----------------------------- */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, 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: inherit;vertical-align: baseline;} table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight:400; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: none; }


/* --------------------------
 @Typography
----------------------------- */

body {
	color: #584B38;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
}

/* Headings */

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

h1 { font-size: 1.8em; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; margin-bottom: 0.5em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

/* Text elements */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }

ul, ol      { margin: 0 0 1.5em 1.5em; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

/* Default link styles */

a:link, 
a:visited {
	color: #67b529;
	text-decoration: none;
}

a:active, 
a:focus,
a:hover {
	color: #79ca39;
}

em { font-style: italic; }

/* Tables */

table   { margin-bottom: 1.4em; }
th      { font-weight: bold; }

/* Text Classes */

.new {
	color: #f37800;
	font-weight: bold
}


/* --------------------------
 @Structure 
----------------------------- */

html { height: 100%; margin-bottom: 1px;}

body {
	background: #8CADCB;
	height: 100%;
}

div#wrapper {
	background: #fff url('../images/bg_wrapper.gif') top center no-repeat;
	margin: 15px auto 0;
	padding: 5px 0 0;
	width: 770px;
}

div#content {
	overflow: hidden;
	padding: 5px;
}

div#content_primary, div#content_secondary {
	float: right;
}

div#content_primary {
	margin-left: 5px;
	width: 505px
}


/* --------------------------
 @Branding
----------------------------- */

div#identity {
	height: 176px;
	overflow: hidden;
	padding: 0 5px 0 5px;
}

img#logo {
	display: block;
	float: left;
}

div#topimage_container {
	float: left;
	padding-left: 5px;
}

#topimage_container img {
	display: block;
}


/* --------------------------
 @secondarycontent
----------------------------- */

div#content_secondary {
	width: 250px
}

.navigation {
	margin: 0 0 5px 4px;
}

.navigation li {
	background: #fff url('../images/bg_navigation.gif') top left repeat-x;
	line-height: 1.8em;
	list-style-type: none;
	padding: 0.75em 0 0.75em 1px;
}

	.navigation li.last {
		background: none;
	}

	.navigation li:first-child { background-image: none; }

.navigation li a:link, .navigation li a:visited {
	background: #fff url('../images/arrow_green.gif') center left no-repeat;
	color: #483a1d;
	font-weight: bold;
	padding: 0 0 0 18px;
	text-transform: uppercase
}

#navigation_archives li a:link, #navigation_archives li a:visited { background: #fff url('../images/arrow_brown.gif') center left no-repeat; }

.navigation li a:hover, .navigation li a:active, .navigation li a:focus {
	color: #725e34
}

.ad, .button {
	display: block;
	margin: 0 0 5px;
}

.rss {	margin: 0 0 10px; }


/* @Search
------------ */

#search {
	background: #eef9ff url('../images/bg_search.gif') no-repeat;
	height: 31px;
	margin: 0 0 10px;
	padding: 5px 4px;
	width: 242px
}

#search input {
	float: left;
}

#search .text {
	background: #fff url('../images/bg_searchinput.gif') no-repeat;
	border: 0;
	color: #584b38;
	font-size: 0.91667em;
	height: 13px;
	padding: 8px;
	width: 188px;
}



/* --------------------------
 @Colourboxes
----------------------------- */

.colourbox, #title {
	background: #584b38 url('../images/brownbox_bottom.gif') bottom left no-repeat;
	margin: 0 0 5px;
	padding-bottom: 25px;
}

#title { padding-bottom: 16px; }

.colourbox .top {
	background: url('../images/brownbox_top.gif') no-repeat;
	padding: 16px 13px 0 13px
}

.colourbox img {
	display: block;
}

.colourbox h1 {
	background: url('../images/dots_blue-brown.gif') bottom left repeat-x;
	color: #fff;
	margin: 9px 0 12px 0;
	padding: 0 0 21px 0;
}

#title h1 {
	background: url('../images/brownbox_top.gif') no-repeat;
	color: #fff;
	margin: 0;
	padding: 16px 13px 0 13px
}

.colourbox h3 {
	background: url('../images/dots_blue-brown.gif') bottom left repeat-x;
	color: #595959;
	font-size: 0.9em;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 8px 0;
	padding: 0 0 7px 0;
	text-transform: uppercase;
}

.colourbox p {
	color: #fff;
	line-height: 2.2em;
	background: url('../images/dots_blue-brown.gif') bottom left repeat-x;
	margin: 0;
	padding-bottom: 11px;
}

.colourbox p.last {
	background: url('../images/dots_blue-brown.gif') bottom left repeat-x;
	margin: 0;
	padding-bottom: 11px;
}



/* --------------------------
 @Post
----------------------------- */

.post, #post, #message, .section {
	background: url('../images/bg_post.gif') no-repeat;
	margin: 0 0 2em 0;
	padding: 0.8333em 14px 0 14px;
}

.post h2, #post h1, #message h1, .section h2 {
	background: url('../images/dots_brown.gif') bottom left repeat-x;
	color: #67b529;
	font-family: arial, sans-serif;
	font-size: 2.25em;
	padding: 0 0 0.25em;
}


#post em { font-style: italic; }

.post h2 a:link, .post h2 a:visited { color: #67b529; }

.post h2 a:hover, .post h2 a:active, .post h2 a:focus { color: #79ca39 }

.post h2 .edit, #post h1 .edit { font-size: 0.5em; }

.post p, #post p, #message p { line-height: 2.2em;}

.post .post_content { overflow: hidden; }

.post img { float: left; margin-right: 6px; width: 140px;}

.meta {	background: url('../images/dots_brown.gif') bottom left repeat-x; overflow: hidden; padding: 1em 0 1em}

.meta p { color: #988b78; background: url('../images/dots_brown.gif') top left repeat-x; font-size: 0.8333em; letter-spacing: 1px; margin: 0; padding: 1em 0 0; text-align: right; text-transform: uppercase;}

#post .meta p { text-align: center }

.meta img { float: left; width: auto; }

.meta .author { background: url('../images/icon_user.gif') 0 2px no-repeat; padding: 0 0 0 16px }

.meta .date { background: url('../images/icon_calendar.gif') 0 2px no-repeat; padding: 0 0 0 16px }

.meta .pipe { color: #d2c8b9; margin: 0 6px;}

.navigation_post { background: #f8f6f3; margin: 0 14px 1em; padding: 0.5em; }

#post .navigation_post { margin: 0 }

.navigation_post p { margin: 0; text-align: center; }

.navigation_post .pipe { color: #d6cab8; margin: 0 6px; }

.post_image {
	display: block;
	margin: auto;
}

img.alignleft { float: left; margin-right: 12px; }

.youtube object { display: block; margin: 0 auto 1em; }

#content_primary li { margin: 0 0 0.8em }

/* --------------------------
 @Siteinfo
----------------------------- */

#site_info {
	background: #8CADCB;
	height: 74px;
	padding: 0 0 10px 133px;
	position: relative;
}

#site_info p {
	color: #fff;
	font-size: 0.9em;
	padding: 5px 0 0 0;
	text-align: center;
	width: 368px;
}

#site_info p .wp {
	color: #6991b5;
	display: block;
	padding: 8px 0 0;
}

#site_info a:link,
#site_info a:visited {
	color: #132f5b;
	text-decoration: none;
}

#site_info a:active, 
#site_info a:focus,
#site_info a:hover {
	color: #a3d2fb;
}

#site_info .pipe {
	color: #b1d0ed;
	margin: 0 3px;
}

#tothetop {
	background: url('../images/bg_takemetothetop.gif') top left no-repeat;
	height: 23px;
	left: 0px;
	padding: 0 5px 5px 5px;
	position: absolute;
	top: 0px;
	width: 123px;
}

#otherlogos {
	background: url('../images/bg_otherlogos.gif') bottom left no-repeat;
	height: 70px;
	right: 0px;
	padding: 0 5px 5px 13px;
	position: absolute;
	top: 0px;
	width: 250px;
}

#otherlogos img.logo {
	display: block;
	float: left;
	margin: 0 2px 0 0;
}

#otherlogos img.last {
	margin: 0;
}


/* --------------------------
 @Classes (reusable)
----------------------------- */

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}

.column {
	float: left;
}


/* --------------------------
 @Forms
----------------------------- */

form.default {
	margin-bottom: 1.5em;
}

fieldset {
	border: 0;
}

	fieldset.hidelegend legend {
		display: none;
	}

	
.default label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0 0 1.5em;
}

input,
textarea,
select {
	font-family: inherit;
}

.default input.text {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	font-weight: normal;
	margin: 0.2em 0 0 0;
	padding: 3px;
}

	.default input.text:focus {
		background: #FFF
	}

.default textarea {
	background: #fdfdf8;
	border-top: 1px solid #BBB;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #CCC;
	display: block;
	font-size: 1em;
	height: 200px;
	line-height: 1.5em;
	margin: 0.2em 0 0 0;
	padding: 3px;
	width: 400px;
}

	.default textarea:focus {
		background: #FFF
	}

select {
	font-family: inherit;
}

.default input.submit {
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 0;
}

.error, 
.success {
	background: #fbf3f3;
	border: 3px solid #c84040;
	color: #000;
	margin: 0 0 1.5em 0;
	padding: 0.5em;
}

.success {
	background: #fffbe2;
	border-color: #ffe222;
}

.error ol {
	margin: 0;
}

.error li {
	margin: 0 0 0.4em 2.8em;
}

.required, 
label span.required {
	color: #A6010C;
}

.error h3, 
.success h3 {
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

