/*
Theme Name: K2.0
Theme URI: http://getk2.com
Description: <strong><a href="themes.php?page=k2-options">Configure K2</a></strong> or visit the <a href="http://getk2.com/forum/">support forums</a>, <a href="http://k2.stikipad.com/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>. K2 was developed by <a href="http://binarybonsai.com/">Michael</a>, <a href="http://chrisjdavis.org/">Chris</a>, <a href="http://zeo.unic.net.my/">Zeo</a>, <a href="http://stevelam.org/">Steve</a> and Ben, and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: Release Candidate 5
Author: Various Artists
Author URI: http://getk2.com/

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview

Author Name: John Niedermeyer
Author Site: http://nedward.org
Style Name: splat
Style URI:
Version: 20080708
Comments:
*/

/* 

Colors:
============================
GREEN // #29ba1a

*/

<?php require('gzip-header-css.php'); ?>

/* This file contains the core CSS elements for K2 */

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
	font-family: 'HelveticaNeue', 'Helvetica Neue', Arial, Sans-Serif !important;
}
/*body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*- Page Structure */

html { /* Force Vertical Scrollbar */
	/* IE */
/*	overflow-y: scroll;*/ 
	/* Moz */
/*	height: 100%;*/
/*	margin: 0 0 0.1em 0;*/
/*	padding: 0;*/
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5% 'HelveticaNeue', 'Helvetica Neue', Arial, Sans-Serif !important; /* Resets 1em to 10px */
	color: #444;
	text-align: left;
	margin: 0 !important;
	padding: 10px 10px 0 10px !important;
	background: white url("http://nedward.org/g/bg.gif") no-repeat 0 10px !important;
	border-top: 10px solid #29ba1a;
	border-bottom: 10px solid #29ba1a;
	}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px */
	}

#page {
	text-align: left;
	margin: 0 0 0 16px !important;
	padding: 0 !important;
	border: none;
	background: transparent !important;
	clear: both;
	overflow: hidden;
	}

.columns-one #page {
	width: 560px;
	}

.columns-two #page {
	width: 780px;
	}

.columns-three #page {
	width: 944px;
	}

#header {
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	height: 110px;
	background: transparent !important;
	}

.content {
	padding: 0 !important;
	margin: 0 !important;
	}

#primary {
	position: relative;
	float: left;
	width: 500px;
	padding: 0 !important;
	margin: 0 !important;
	top: 25px;
	left: 0;
	}

* html #primary {
	display: inline;
	}

.columns-three #primary {
	margin: 0;
	padding: 10px 0;
	}

.columns-one #sidebar-main,
.columns-one #sidebar-alt {
	width: 240px;
	padding: 0 10px;
	}

.columns-one .secondary {
	border-top: 1px solid #eee;
	}

.columns-two #sidebar-main {
	width: 200px;
	padding: 10px 10px 0;
	}

.columns-three #sidebar-main, .columns-three #sidebar-1 {
	position: relative;
	float: left;
	top: 0;
	left: 166px;
	width: 278px;
	padding: 0 0 90px 0;
	margin: 0;
	color: #888;
	background: url("http://nedward.org/g/bg2.gif") no-repeat 0 bottom !important;
	overflow: visible;
}

.columns-two #sidebar-alt {
	width: 200px;
	padding: 0 10px;
	}

.columns-three #sidebar-alt, .columns-three #sidebar-2 {
	position: absolute;
	float: left;
	top: 249px;
	left: 518px;
	width: 131px;
	padding: 0 0 90px 0 !important;
	margin: 0;
	color: #888;
	background: url("http://nedward.org/g/bg2.gif") no-repeat -70px bottom !important;
	}

.secondary {
	font-size: 115%;
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
	}

.comments {
	text-align: left;
	padding: 30px 0 0 0;
	position: relative;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	height: 39px !important;
	border-top: 1px solid #ddd !important;
	border-bottom: 5px solid #ddd !important;
	background: url("http://nedward.org/g/menu.png") repeat 0 0 !important;
	white-space: normal !important;
	}

ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
	}
/*
ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}
*/
ul.menu li a {
	float: left;
	padding: 7px 0 0 5px;
	margin: 0;
	font-size: 1.2em !important;
	font-weight: bold;
	color: #ccc;
	width: 68px !important;
	height: 32px !important;
	line-height: 1em;
	border-right: 1px solid #ddd;
	overflow: hidden;
	}

ul.menu li a:hover, body.single ul.menu li.blogtab a:hover, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a:hover, body.single ul.menu li.blogtab a:hover {
	color: #777 !important;
	text-decoration: none;
	background: url("http://nedward.org/g/menu3.png") repeat 0 0 !important;
	}

	ul.menu li.current_page_item a, ul.menu li.current_page_ancestor a, body.single ul.menu li.blogtab a {
	color: #fff !important;
	background: url("http://nedward.org/g/menu2.png") repeat 0 0 !important;
	text-decoration: none;
	}
	
	body.single ul.menu li.blogtab a {
		color: #29BA1A !important;
		background: url("http://nedward.org/g/menu1.png") repeat 0 0 !important;
		text-decoration: none;
	}

.admintab {
	position: relative;
}

* html .admintab { padding: 5px 7px 6px 7px; margin: 0; position: relative; }	/*IE hack */

a img,:link img,:visited img { border:none }

	
/*- Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}

/*- Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeue', 'Helvetica Neue', Arial, Sans-Serif;
	}

.blog-title { /* H1 is the title in the header */
	width: 235px;
	height: 48px;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	background: url("http://nedward.org/g/logo.gif") no-repeat 0 0;
}

.blog-title span {
	font-weight: 800;
}

.blog-title, .blog-title a, .blog-title a:hover, .blog-title a:visited, #header .description {
	text-decoration: none;
	width: 239px;
	height: 48px;
	display: block;
	color: white !important;
}

.blog-title a span {
	display: none;
}

.blog-title a:hover {
	text-decoration: underline;
}

.blog-title {
	padding: 0;
	margin: 0;
}

#header .description { /* Description in header */
	display: none;
	font-size: 1.2em;
	margin: 0;
	padding: 10px;
	position: absolute;
	width: 258px;
	top: -8px;
	right: 0;
	background: url("http://nedward.org/g/menu2.png") repeat 0 0 !important;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 3.5em;
	font-weight: 500 !important;
	padding: 0 !important;
	margin: 44px 0 0 0 !important;
	border-bottom: 1px solid #ddd;
	text-align: left !important;
	}

#rollingarchives.emptypage {
	display: none;
	}

.page-head {
	margin: 20px 0;
	}

.archivepages {
	color: #999;
	display: block;
	font-size: .45em;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: lowercase;
	margin-top: 2px;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em !important;
	padding: 0 0 5px 0 !important;
	margin: 0 0 7px 0 !important;
	border-bottom: 0 !important;
	display: block !important;
	text-align: left !important;
	clear: both;
	letter-spacing: .1px;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3, #primary .entry-title { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-weight: normal;
	letter-spacing: .1px;
	font-size: 2em;
	}

#primary .entry-content h3, #primary .entry-content .entry-title {
	clear: both;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 0 2px 0 !important;
	margin: 10px 0 8px 0 !important;
	border-bottom: 1px solid #ddd;
	}

.entry-title {
	margin: 0 !important;
	font-size: 2em;
}

#primary .entry-content h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 1px 0;
	}
#primary .k2-asides h3 {
	font-size: 1.3em;
	font-weight: bold !important;
	float: left;
	clear: left;
	margin: 2px .5em 0 0;
}
#primary .k2-asides h3 a {
	color: #29ba1a !important;
	font-weight: bold !important;
	}

.entry-head {
	margin: 0 !important;
	padding: 0 !important;
	}

.k2-asides .entry-head {
/*	display: none; */
	float: left;
	position: absolute;
	left: -9999px;
}

body.page .entry-content h3, body.page .entry-content .entry-title {
	font-size: 1.3em;
	display: block;
	padding: 0 0 0 0;
	}

body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	}

.skiplink {
	display: none;
	}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}

#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	letter-spacing: 0;
	text-transform: lowercase;
	margin-left: 15px;
	}

#primary .k2-asides .metalink {
	font-size: 1.4em;
	}

.single #primary .k2-asides .entry-content {
	color: #444;
	font-size: 1.3em;
	}

.comment-meta {
	margin: 0 15px 0 0;
	float: none;
	}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #777;
}

#comment-personaldetails {
	margin-top: 10px;
}

.feedicon { /* Next to Comment Section Headline */
	border: 0 !important;
	padding: 0 !important;
	}

.feedlink { /* On the sidebar */
	border: none;
	padding: 2px;
	padding-right: 20px;
	background: url('../images/feed.png') right center no-repeat;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	}

.feedlink span {
	visibility: hidden;
	}

.feedlink:hover span {
	visibility: visible;
	}

.secondary .k2-asides {
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
	}

.secondary .k2-asides p {
	display: inline;
	}

.secondary .k2-asides .metalink {
	padding-left: 0px;
	}

.secondary span a {
/*	margin-left: 10px;*/
	margin: 0 !important;
	}

body.page .entry-edit {
/*	position: absolute;
	right: 0;
	margin: 0;
*/	}

.entry-edit a {
	background: #efefef !important;
	margin: 0;
	padding: 1px 5px;
	color: #ccc !important;
	font-size: .75em;
	font-weight: bold !important;
	float: right;
/*	border: 1px solid #aaa;*/
/*	padding: 2px 4px;*/
/*	background: url('../../../images/pencil.png') left center no-repeat;*/
	}

.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
/*	background: url('images/comment_edit.png') left center no-repeat;*/
	height: 16px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, .entry-title a, .entry-title a:visited {
	color: #444 !important;
	text-decoration: none;
	}


.entry-meta { /* Time and category for blog entries */
	margin: 1em 0 2em 0 !important;
	padding: 0;
	display: block;
	font-size: 1em !important;
	color: #888 !important;
	background: none !important;
	}

.chevron {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 .25em !important;
	color: #ccc;
}

.entry-meta a {
	color: #999 !important;
	border: none !important;
}
	
.entry-meta div {
	display: inline;
	}

.entry-date abbr {
	border: 0;
	color: #999;
	}

.entry-author {
	display: none;
	}

.entry-author address {
	display: inline;
	font-style: normal;
	}
	
.entry-category {
	text-transform: lowercase;
	}

.entry-meta address {
	display: inline;
	font-style: normal;
}


.chronodata, .meta-start {
	padding: 0;
	margin: 0;
	background: none !important;
/*	background: url('images/time.png') left center no-repeat;*/
	}

.commentslink {
	padding: 0;
	margin: 0;
	background: none !important;
/*	background: url('images/comment.png') left center no-repeat;*/
	}

.quoter_comment {
	padding: 2px 0 2px 20px;
/*	background: url('images/comment.png') left center no-repeat;*/
	margin-left: 5px;
	}

.entry-tags {
	display: inline;
	padding: 0;
	margin: 0;
/*	background: url('http://nedward.org/wp-content/themes/k2/images/tag_blue.png') left center no-repeat; */
	background: none !important;
	text-transform: lowercase;
	}

.entry-tags a {
	text-transform: uppercase;
	background: #f4f4f4;
	font-size: .8em;
	font-weight: bold;
	padding: 2px 3px;
	margin: 0 1px;
	}
	
.entry-tags a:hover, .entry-tags a:active {
	background: url("http://nedward.org/g/menu2.png") repeat 0 0;
	text-decoration: none !important;
	color: #fff !important;
}

/*- Primary Contents */

.hentry {
	padding: 0;
	margin: 2em 0 0 0;
	position: relative;
	border-bottom: 5px solid #dedede;
	}

.entry-content {
	font-size: 1.3em;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: .04em;
	text-align: left;
	color: #444;
	padding: 0;
	margin: .75em 0 1em 0;
	clear: both !important;
	}
	
.entry-content p, .entry-content blockquote {
	text-align: justify !important;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 0 0 1em 0;
	list-style-type: disc;
	}


.entry-content p.left {
	margin: 7px 0 1em 0;
}


.entry-content blockquote {
	clear: left;
}

.entry-content blockquote.links p {
	margin: 0 !important;
}

.entry-content ul.links, .entry-content blockquote.links {
	margin: 0 0 1em 110px;
	padding: 0;	
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0 10px 0px;
	padding: 0 20px 0 50px;
	background: url('http://nedward.org/wp-content/themes/k2/images/quote.png') no-repeat 10px 0;
	border: none;
}

.entry-content ul.links li {
	font-style: italic;
}

.entry-content ul.links li a, .entry-content blockquote.links a {
	font-style: normal !important;
}

.entry-content .vid {
	margin: 0 0 1em 0;
	padding: 0;
}

.k2-asides .entry-content p,
.k2-asides .entry-content ul,
.k2-asides .entry-content ol,
.k2-asides .entry-content div,
.k2-asides .entry-content blockquote {
	margin: 0 0 1em 0;
	list-style-type: disc;
	}

/* Google Maps Support */
.entry-content .map div {
	margin: 0;
	}

.single .k2-asides .entry-content p,
.single .k2-asides .entry-content ul,
.single .k2-asides .entry-content ol,
.single .k2-asides .entry-content div,
.single .k2-asides .entry-content blockquote {
	margin: 0 0 1em 0;
	list-style-type: disc;
	}

.metalinks {
	margin-top: 3px;
	}

.commentsrsslink {
	background: url('http://nedward.org/wp-content/themes/k2/images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	}

.trackbacklink {
	background: url('http://nedward.org/wp-content/themes/k2/images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.commentsrsslink a, .trackbacklink a {
	color: #999;
	padding: 2px;
	}

.nopassword {
	text-align: center;
	}

#commentlist {
	margin: 0;
	padding: 10px 0 20px;
	position: relative;
	}

#commentlist li {
	margin: 10px 0 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

#commentlist li .comment-content {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	}

#commentlist li .comment-meta {
	padding: 2px 0 2px 20px;
	background: url('http://nedward.org/wp-content/themes/k2/images/time.png') left center no-repeat;
	display: block;
	}

#commentlist li img {
	padding: 0;
	border: none;
	}

#commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
	}

#commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0;
	}

#commentlist li .counter {
	display: none;
	font: normal 150% 'HelveticaNeue', 'Helvetica Neue', Arial, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

li.byuser {
	background: #f6f7f8;
	}

li.bypostauthor {
	background: #eee;
	}

li.bypostauthor blockquote {
	color: #333;
	background: url('http://nedward.org/wp-content/themes/k2/images/quote.png') no-repeat 10px 0;              
	}
	 
#pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 10px;
	background: #f6f7f8;
	}

#pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

#pinglist li small {
	font-size: 0.8em;
	display: block;
	}

#pinglist li .counter {
	display: none;
	}

#pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

#pinglist li img {
	padding: 0;
	border: none;
	}
	
#leavecomment, .comments #loading, #comments-closed-msg {
	text-align: center;
	margin: 30px 0 20px !important;
	color: #ddd;
	font-size: 2em;
	letter-spacing: 0;
	}

.comments #loading {
	margin-top: 20px !important;
	}

#comments-closed-msg {
	margin-bottom: 40px !important;
	}

.comments #commenterror {
	display: none;
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
}

.comments #commentload {
	display: none;
	padding-top: 3px;
	float: right;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	background: url('http://nedward.org/wp-content/themes/k2/images/spinner.gif') center center no-repeat;
}

.comments form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.comments input[type=text], .comments textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	width: 100%;
	margin: 10px 0;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

#footer {
	width: 944px;
	height: 75px;
	clear: both;
	margin: 30px 0 0 16px;
	padding: 10px 0 40px 0;
	text-align: left !important;
	color: #777;
	border-top: 5px solid #ddd;
	line-height: 1.4em;
	background: white url("http://nedward.org/g/bg-foot.gif") no-repeat 0 0 !important;
	overflow: visible;
	}

#footer p {
	line-height: 1.4em;
	}

#footer a {
	color: #888;
	border: none;
	font-weight: bold;
	}

#footer a img {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

#footer a:hover {
	border: none;
	color: #000;
	}

/*- Links */

#sidebar-alt a, #sidebar-2 a, #colophon li a, #text-10 li a {
	color: #888 !important;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#sidebar-alt a:hover, #sidebar-alt a:active, #sidebar-2 a:hover, #sidebar-2 a:active, #colophon li a:hover, #colophon li a:active, #text-10 li a:hover, #text-10 li a:active {
	background-color: #eee;
}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #29ba1a !important;
	}

a {
	color: #29ba1a !important;
	font-weight: normal;
	text-decoration: none;
	}

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

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.entry-content img {
/*	border: 1px solid #ccc;
	max-width: 100%;
*/	}

.center {
	text-align: center;
	}

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

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	display: inline;
	}

img.alignleft, img[align="left"] {
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

small {
	font-size: 0.9em;
	line-height: 1.4em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 1em 'Courier New', Courier, Monospace;
	color: #777;
	}


blockquote {
	margin: 0 0 1.5em 0 !important;
	padding: 0 60px 0 50px;
	color: #777;
	background: url('http://nedward.org/wp-content/themes/k2/images/quote.png') no-repeat 15px 2px;
	border: none;
	font-size: .9em;
	line-height: 1.4em !important;
	}

blockquote.tweet {
	background: url('http://nedward.org/g/twitter-big.png') no-repeat 13px 2px;
}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

.comments .navigation {
	margin: 10px 0;
	}

.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #999;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}

/*- Begin Lists */
.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
	}

.secondary div p {
	margin-top: 0.5em;
	}

.secondary ul, .secondary ol, .secondary div div {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ul ul, .secondary ol ol, .secondary div div {
	margin: 0;
	}
       
.secondary ul ul ul ul, .secondary ol ol ol ol, .secondary div div div div {
	margin: 0 0 0 10px;
	}

.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}

/*- Search Form and Livesearch */

#search, #search-3 {
	position: absolute;
	left: 0;
	top: -30px;
	width: 275px;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

#searchform {
	display: block;
	position: relative;
	}

#search h4, #search-3 h4 {
	display: none !important;
	}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}

#s {
	width: 77% !important;
	font-size: 1.1em;
	}

#s.livesearch {
	width: 88% !important;
	}

#searchreset {
	position: absolute;
	right: 0px;
	top: 3px;
	height: 13px;
	width: 13px;
	background: url('http://nedward.org/wp-content/themes/k2/images/reset-fff.png') center center no-repeat;
	}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url('http://nedward.org/wp-content/themes/k2/images/spinner.gif') center center no-repeat;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

#search-label {
	position: absolute;
	text-indent: -9999px;
}

/*- Attachment */
.entry-content .attachment { 
	text-align: center; 
	}

/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */


/*-
	Links Module
*/

.sb-links h4 {
	display: none;
	}

.linkcat h4 {
	display: inline;
	}

.linkcat ul {
	margin-top: 7px !important;
	}




/*-
	Brian's Latest Comments
	http://meidell.dk/archives/2004/09/12/brians-latest-comments/
*/

#brians-latest-comments ul li span a, #brians-latest-comments ul li small a,
.sb-comments-blc ul li span a, .sb-comments-blc ul li small a {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}

#brians-latest-comments ul li,
.sb-comments-blc ul li {
	margin-bottom: 6px;
}

#brians-latest-comments ul li > a[title="Go to the comments of this entry"],
.sb-comments-blc ul li > a[title="Go to the comments of this entry"] {
	position: absolute;
	right:0;
	color: #999;
}

.activityentry {
	font-size: 1.1em;
	}

div#latest-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}


/*-
	FlickrRSS
*/

.sb-flickr div {
	margin-top: 10px !important;
	}

.sb-flickr div img {
	padding: 5px;
}

.sb-flickr div a {
	}
	
.sb-flickr div a img {
	margin: 0px 5px;
}

/*
	Calendar Module
*/

#wp-calendar {
	width: 100%;
	}

#wp-calendar td {
	text-align: center;
	}

#wp-calendar caption {
	font-size: 1.2em;
	padding: 5px;
	}

#wp-calendar #prev {
	text-align: left;
	}

#wp-calendar #next {
	text-align: right;
	}

/*
	Ultimate Tag Warrior
	K2 removes UTW's default tags for more default control.
*/

.localtags, .technoratitags {
	display: none;
	}

/*
	Contact Form
*/

.contactform {
	width: 100%; 
	position: relative;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
	}

/* Noteworthy */

.category-noteworthy h3.entry-title {
	background: url('http://nedward.org/g/heart.png') no-repeat right center;
	display: normal !important;
	margin: 0 25px .5em 0 !important;
}

.noteworthyLink { margin-left: 5px }


/* Tag Cloud Module */

.sb-wptagcloud ul {
	line-height: 2em;
	text-align: justify;
	}

.sb-wptagcloud li {
	display: inline;
	}

.sb-wptagcloud a {
	padding: 0 2px;
	white-space: nowrap;
	text-transform: lowercase;
	}

/* Learn more about the other K2: http://en.wikipedia.org/wiki/K2 */



/* Custom */

#module-c2-a1ie-6-users {
	display: none;
	position: absolute;
	top: -132px;
	left: -148px;
	width: 420px;
	height: 73px;
	padding: 5px 0 0 0 !important;
	background: url("http://nedward.org/g/menu5.png") repeat 0 0 !important;
	border: none !important;
}


#module-c2-a1ie-6-users h4, #module-c2-a1ie-6-users p {
	padding: 0 15px 0 10px !important;
	margin: 0 !important;
	color: #fff !important;
}

#module-c2-a1ie-6-users a {
	text-decoration: underline;
	color: white !important;
}

* html #module-c2-a1ie-6-users  /* only IE sees this */
{ display: block; /* IE 5 and IE 5.5 see this value */
   \display: block; /* another one for only IE 5 and IE 5.5 */
   di/splay: block; /* Only IE 6 sees this */
}

#about-nedwardorg, #text-4 {
	position: relative;
	top: 25px;
	left: -148px;
	width: 426px;
	height: 95px;
	padding: 0 0 12px 0 !important;
	margin: 0  0 37px 0 !important;
	font-weight: 500 !important;
	overflow: hidden;
}

#about-nedwardorg p, #text-4 p {
	font-size: 1.15em;
	margin: 0 0 12px 0 !important;
	}

#about-nedwardorg img, #text-4 img {	
	border: 0;
	padding: 0 !important;
	margin: 0 7px 5px 0 !important;
	}

#about-nedwardorg h4, , #text-4 h4 {	
	position: relative;
	left: -9999px;
}

#rss {
	background: url("http://nedward.org/g/feed.png") no-repeat top right;
}

#rss p {
	font-size: 1.2em;
}

.feedburnerFeedBlock p.feedTitle { display: none; }
.feedburnerFeedBlock p.date { display: none; }
.feedburnerFeedBlock div { display: none; }
.feedburnerFeedBlock .boxfooter { margin: 3px 0 0 0; font-size:90%;}








.delicious-categories {
	padding: 0 0 .5em 0 !important;
	margin: 0 0 .75em 0 !important;
	font-size: .8em !important;
	border-bottom: 1px solid #dedede;
}



#delicious-1 br,
#delicious-1 .designed {
	display: none;
}

#delicious-1 .delicious-item {
	margin: 0 0 9px 0 !important;
	padding: 0 0 10px 0 !important;
	border-bottom: 1px solid #dedede;
}

#delicious-1 .delicious-item:last-of-type {
	border: none;
}

#delicious-1 .delicious-item a {
	display: block;
	padding: 0 !important;
	margin: 0 0 .3em 0 !important;
	line-height: 1.25em;
}

#delicious-1 .delicious-item .delicious-desc {
	display: block;
	font-size: 1em !important;
}

#delicious-1 ul.delicious {
	padding: 0;
	margin: 0 0 1em 0;
	list-style-type: none;
	list-style-image: none;	
}


#lastfmrecords, #last-fm-records { 
    padding: 0 !important;
    margin: 0 !important;
	overflow: visible; 
}

#lastfmrecords ol, #last-fm-records ol { 
	margin: 0 !important;
	height: 145px;
}

#lastfmrecords li { 
	list-style-type: none !important;
/*
	padding: 0 !important; 
	margin: 0 !important; 
*/
	margin: 0px 7px 7px 0px !important;
	display: inherit !important;
}

#lastfmrecords li:nth-of-type(4),
#lastfmrecords li:nth-of-type(8) {
    margin-right: 0 !important;
}

img#lastfmcover1, img#lastfmcover2, img#lastfmcover3, img#lastfmcover5, img#lastfmcover6 {
	float: left;
	width: 64px;
	height: 64px;
	padding: 0 !important;
	border: none;
}

img#lastfmcover4, img#lastfmcover5, img#lastfmcover8 {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 0 6px 0;
	padding: 0 !important;
	border: none;
}


    #lastfmrecords a           { display: block; float: left; width: 64px; height: 64px; line-height: 64px; overflow: hidden; position: relative; z-index: 1; }
    #lastfmrecords a img       { float: left; position: absolute; margin: auto;  }
    /* mouse over */
    #lastfmrecords a:hover     { overflow:visible; z-index:1000; border:none; }
    #lastfmrecords a:hover img { overflow:visible; margin-top: -20px; margin-left: -20px; height: 100px; width: 100px;  }





.widget {
	margin: 10px 0 8px 0 !important;
	padding: 0 0 10px 0 !important;
	border-bottom: 5px solid #ddd !important;
	clear: both;
}
#rss a img {
	position: relative;
	top: -1px;
	margin: 0;
	padding: 0 5px 0 0;
}


#flickr_badge_image1 img, #flickr_badge_image2 img, #flickr_badge_image3 img, #flickr_badge_image5 img, #flickr_badge_image6 img, #flickr_badge_image7 img {
	float: left;
	width: 64px;
	height: 64px;
	padding: 0 !important;
	margin: 0 7px 7px 0 !important;
	border: none;
}

#flickr_badge_image4 img, #flickr_badge_image8 img {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 0 7px 0 !important;
	padding: 0 !important;
	border: none;
}

#flickrnedward, #text-6 {
	background: url("http://nedward.org/g/flickr.png") no-repeat top right;
}

#twitternedward, #twitter-tools, #twitter-3 {
	background: url("http://nedward.org/g/twitter.png") no-repeat top right;
}

#deliciousnedward, #delicious-1 {
	background: url("http://nedward.org/g/delicious.png") no-repeat top right;
}

#lastfmnedward, #lastfmrecords-2 {
	background: url("http://nedward.org/g/lastfm.png") no-repeat top right;
}

#links {
	background: url("http://nedward.org/g/link.png") no-repeat top right;
}

#twitter-3, #twitter-tools {
	padding: 0 !important;
	margin: 0 !important;
}

#twitter-3 .twitter-avatar {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
#twitter-3 .entry-content {
    display: block;
	margin: 0 !important;
	padding: 0 0 .75em 0 !important;
	font-size: 1em !important;
	border-bottom: 1px solid #dedede;
	color: #888;
}

#twitter-3 .entry-meta {
	font-size: .9em !important;
	margin: 0 0 1em 0 !important;
	padding: .75em 0 0 0 !important;
}

#twitter-3 .follow-button {
    margin: .25em 0 1em 0;
}

li.aktt_more_updates {
	border: none !important;
}

#colophon ul li, #text-10 ul li {
	padding: 0 0 0 20px;
	background: url('http://nedward.org/g/heart.png') no-repeat 0 center !important;
}

#GridLayout-params {
	float: left;
	position: relative;
	top: 0;
	color: #29ba1a;
}

.more-link {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	text-align: right;
/*	background: url("http://nedward.org/g/more.png") no-repeat right 2px;*/
}

h5 {
	font-size: 80% !important;
	font-weight: normal !important;
	margin: -.75em 0 1.5em 0;
	padding: 0;
	color: #828282;
	line-height: 1.25em;
	display: block;
}

h5 a {
	color: #54c848 !important;
}

.overlay {
	background: url("http://nedward.org/g/overlay.png") repeat 0 0 !important;
	position: relative;
	margin-top: -80px;
	width: 500px;
	height: 60px;
	float: left;
}

.overlay a {
	text-align: right;
	color: #fff;
	font-size: 140%;
	padding: .35em .6em 0 0;
	margin: 0;
	float: right;
}

#af-ela-menu li, #af-ela-year li, #af-ela-month li, #af-ela-category li {
	margin: 0 10px !important;
}

div.category-twitter div.entry-content {
	display: none;
	clear: both;
}

.entry-categories {
	display: none !important;
}

#rollingarchives {
	border: none !important;
}

strong, em, b, i {
	font-family: 'HelveticaNeue', 'Helvetica Neue', Arial, Sans-Serif !important;
}

strong a {
	font-weight: bold;
}

#tags li a {
	width: 100%;
	text-transform: uppercase !important;
	font-size: .9em;
}

#tags li span {
	float: right;
}

#tags p, #execphp-2 p {
	padding: .6em 0 .25em 0;
	margin: 0;
	clear: both;
}

#tags p a, #execphp-2 p a {
	color:#29ba1a !important;	
	border-top:1px solid #DEDEDE;
	padding: .5em 0 0 0;
	margin: 0;
	background: none !important;
	display: block;
}

#tags p a:hover, #tags p a:active, , #execphp-2 p a:hover, #execphp-2 p a:active {
	text-decoration: underline;	
}

#tag-cloud a {
	text-transform: uppercase;
	margin: .1em;
}


#links {
	margin: -8px 0 0 0 !important;
}

.inline, .inline240 {
	width: 255px;
	float: left;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline75 {
	width: 90px;
	float: left;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline100 {
	width: 115px;
	float: left;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline180 {
	width: 195px;
	float: left;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline192 {
	width: 207px;
	float: left;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline180r {
	width: 195px;
	float: right;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline100r {
	width: 115px;
	float: right;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline192r {
	width: 207px;
	float: right;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline240r {
	width: 255px;
	float: right;
	clear: left;
	padding: 0 !important;
	margin: 4px 0 1em 0 !important;
}

.inline img, .inline75 img, .inline240 img, .inline180 img, .inline100 img, .inline192 img {
	margin: 0;
	padding: 0 0 .5em 0;
	display: block;	
}

.inline180r img, .inline100r img, .inline240r img, .inline192r img {
	margin: 0 0 0 15px !important;
	padding: 0 0 .5em 0;
	display: block;	
}

.inline h5, .inline75 h5, .inline240 h5, .inline180 h5, .inline100 h5, .inline192 h5 {
	clear: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.inline180r h5, .inline100r h5, .inline240r h5, .inline192r h5 {
	clear: left;
	padding: 0;
	margin: 0 10px 0 15px;
}

.refer, h6 {
	font-size: .9em;
	font-weight: bold !important;
	margin: 12px 15px 0 0;
	padding: .75em 0 0 0;
	border-top: 1px solid #ddd;
	display: block;
	line-height: 1.4em;
}
