/*
Theme Name: NerdiTEA
Theme URI: http://nerditea.com/
Description: 
Version: 1.0
Author: Jess
Author URI: http://lianhua.nu/
Tags:

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick 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
*/

/* - GLOBAL RESET - */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* - BASIC STUFF - */
body {
	background: #FFF url(images/bg-tile.png) top left repeat-x;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#07640f;
	margin: 0;
	padding:0;
}
a {
	text-decoration:none;
	color: #1ca129;
}
a:hover {
	text-decoration:underline;
}

/* -- LISTS -- */
ul {
	margin:0;
	padding:0;
}
ul li {
	margin-left:5px;
	padding:0;
}
li {
	list-style-type:none;
}
.disc {
	list-style-type:disc
}
/* lists inside posts */
.entry-content ul ol {
	margin-left:0;
}
.entry-content ul li {
	margin-left:10px;
	list-style:disc;
	list-style-position:inside
}
.entry-content ul li ol {
	margin-left:10px;
}
.entry-content ol li {
	margin-left:5px;
	list-style: decimal;
	list-style-position:inside
}
.entry-content ol li li {
	margin-left:5px;
}

ul.vendors-list {
	margin-bottom: 15px;
}
	ul.vendors-list li {
		list-style-type: none;
	}
	ul.vendors-list li h3 {
		margin-bottom: 5px;
	}
	ul.vendors-list li p {
		margin: 0;
	}

/* -- MAIN DIVS -- */
#wrapper {
	float:none;
	clear:both;
	margin: 20px;
	padding:0;
	width:1000px;
}
#header {
	background: transparent url(images/header.png) top left no-repeat;
	height: 80px;
	margin:0;
	text-align:left;
	padding: 0px;
}

ul#navigation {
	margin-left: 80px;
	margin-bottom: 15px;
}
	ul#navigation li {
		display: inline;
		margin: 0 25px 0 0;
		font-size: 2.0em;
		text-transform: lowercase;
	}
		ul#navigation li a {
			color: #38bd24;
		}
		ul#navigation li a:hover {
			color: #1ca129;
			text-decoration: none;
		}
#footer {
	height:50px;
	overflow:hidden;
	margin:20px auto 0;
	clear:both;
	float:none;
	text-align:center;
	padding: 20px 0;
	font-size: 1.2em;
}


/* -- HEADINGS -- */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 a {
	width: 500px;
	height: 80px;
	display: block;
	text-indent: -3000em;
}
	p.description {
		display: none;
	}

h2.entry-title, h2.page-title, h2.archive-title {
	font-size: 3.0em;
	font-weight: normal;
	text-transform: lowercase;
	color: #1ca129;
	margin-bottom: 0;
}
	h2.entry-title a, h2.entry-title a:hover {
		color: #1ca129;
		text-decoration: none;
	}
	h2.page-title, h2.archive-title {
		margin-bottom: 10px;
	}

h3.entry-title {
	font-size: 2.6em;
	font-weight: normal;
	text-transform: lowercase;
	color: #1ca129;
	margin-bottom: 0;	
}

h3#comments, div#respond h3 {
	font-size: 2.2em;
	font-weight: normal;
	text-transform: lowercase;
	color: #1ca129;
	margin-bottom: 0;	
}
/* headings inside posts */
.entry-content h3 {
	font-size:140%;
}
.entry-content h4 {
	font-size:120%;
}
.entry-content h5 {
	font-size:100%;
}
.entry-content h6 {
	font-size:90%;
}

/* -- POSTS -- */
.post-index {
	margin:0 0 10px;
}
#post-single {
	margin:0 0 20px;
}
.posts-wrap {
	float:left;
	clear:none;
	width:640px;
	margin-left: 80px;
}
	div.additional-meta {
		font-size: 1.2em;
		font-style: italic;
		text-transform: lowercase;
		color: #1ca129;
		position: relative;
		top: -5px;
		margin-bottom: 10px
	}
		div.additional-meta a, div.entry-meta a {
			color: #38bd24;
		}
		div.additional-meta a:hover, div.entry-meta a:hover {
			color: #38bd24;
		}
		div.entry-meta span.author-signoff {
			font-size: 1.4em;
			display: block;
			margin-bottom: 10px;
		}
	div.entry-meta {
		text-align: right;
		font-size: 1.2em;
		font-style: italic;
		text-transform: lowercase;
		color: #1ca129;
		margin-top: 10px;
		clear: both;
	}
	div.entry-content {
		font-size: 1.4em;
	}
		div.entry-content p {
			margin-bottom: 10px;
		}
		div.entry-content p:first-child:first-line, div.entry-content div + p:first-line {
			font-size: 1.5em;
		}
div.post-info {
	background-color: #ecffe8;
	width: 600px;
	margin: 0 20px;
}
	div.post-info h3 {
		font-weight: bold;
		text-align: center;
		font-size: 1.4em;
		padding: 10px 0;
	}
	div.post-info ul.post-meta {
		display: block;
		background-color: #ecffe8;
	}
	ul.post-meta li {
		margin: 0px 10px 10px 20px;
		font-size: 1.2em;
		width: 270px;
		float: left;
		display: block;
	}
	ul.post-meta span.post-meta-key {
		font-weight: bold;
		font-style: italic;
		display: block;
		margin-left: -10px;
	}
*.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
/* -- SIDEBARS --*/
.sidebar-wrap {
	margin: 30px 50px 0 20px;
	overflow:hidden;
	float:right;
	clear:none;
	width:200px;
}
.sidebar {
	width:99%;
	clear:none;
}
.block-1 {
	float:right;
}
	
	div.widget {
		margin-bottom: 20px;
	}
		div.widget h3 {
			font-size: 2.0em;
			color: #38bd24;
			text-transform: lowercase;
			margin-bottom: 5px;
			font-style: italic;
		}
		div.widget ul li {
			font-size: 1.6em;
			margin: 0 0 5px 15px;
			text-indent: -5px;
		}
			div.widget ul li a {
				text-transform: lowercase;
			}
			div.widget div.aktt_tweets ul li {
				font-size: 1.2em;
			}
				div.widget div.aktt_tweets ul li a {
					font-style: italic;
				}
	
/* -- 404-PAGE --*/
.error404 {
	margin:0;
	width:100%;
}
.error404 h1, .error404 h2 {
	margin: 10px auto;
}
/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

ol#commentlist {
	width: 100%;
	margin: 0 auto 20px;
}
li.comment {
	padding: 10px;
	background-color: #fff;
}
	li.comment.alt {
		background-color: #ecffe8;
	}
img.avatar {
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}
div.comment-author cite {
	font-size: 1.8em;
}
div.comment-author span.says {
	display: none;
}
div.comment-meta {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 10px;
	text-transform: lowercase;
}
li.comment p {
	font-size: 1.4em;
}
div.reply {
	text-align: right;
	font-size: 1.3em;
	font-style: italic;
}

textarea#comment {
	width: 100%;
	margin-bottom: 10px;
}

div.cancel-comment-reply {
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
}

form#commentform p {
	font-size: 1.4em;
}
form#commentform input {
	margin-bottom: 5px;
}
/* -- ALIGNMENTS --*/
img.alignright {
	float:right;
	clear:none;
	margin:0 0 1em 1em
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
}
img.alignleft {
	float:left;
	clear:none;
	margin:0 1em 1em 0
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
}
img.aligncenter {
	display: block;
	margin:1em auto;
	text-align:center;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
}
img.alignnone {
	margin:0 0.5em 0 0;
}
/* -- NAVIGATION --*/
div.navigation {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	padding: 10px 0px;
}
.navigation-index {
}
.nav-next {
	float:right;
	clear:none;
	width:48%;
	text-align:right;
	font-size: 1.2em;
}
.nav-prev {
	float:left;
	clear:none;
	width:48%;
	text-align:left;
	font-size: 1.2em;
}

*.bold {
	font-weight: bold;
}
*.italic {
	font-style: italic;
}
*.underline {
	text-decoration: underline;
}

blockquote {
	margin: 10px;
	border-left: 3px double #ccc;
	padding: 5px 10px;
	font-style: italic;
	line-height: 1.6em
}