/*  
Theme Name: Nerdized
Theme URI: http://www.dreamz.com/
Description: Theme for Nerdized
Version: 2.0
Author: Tobias Lidström
Author URI: http://www.dreamz.com/
*/

/* elements */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url('images/page_background.png');
}

body, select, input, textarea {
	font-family: verdana, georgia, 'times new roman', arial, sans-serif;
	font-size: 12px;
	color: #34341C;
}

textarea {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	outline: none;
	color: #1b55b3;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
	color: #404040;
}

p {
	margin: 0;
	margin-bottom: 15px;
	line-height: 150%;
}

p:first-letter {
	text-transform: capitalize;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	clear: both;
	padding-bottom: 10px;
	padding-top: 15px;
}

h1 {
	font-size: 19px;
	padding-bottom: 5px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

form input[type=hidden], form input[type=image] {
	border: none !important;
	padding: 0 !important;
}

input, textarea, select {
	padding: 3px;
}

input:hover, textarea:hover, select:hover {
	border: 1px solid #666666;
}

select, input, textarea {
	color: black;
	border: 1px solid #abad9a;
	background: white;
}

ul, ol, li {
	padding: 0;
	margin: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

blockquote {
	font-size: 12px;
	font-style: italic;
	background: url('images/quote.png') top left no-repeat;
	padding-left: 35px;
	padding-top: 4px;
	margin-left: 20px;
}

hr {
	padding: 0;
	margin: 0;
	border: none;
	border-top: 1px solid #e0e3cb;
}



/*************************
	Properties
**************************/

#index {
	display: table;
	width: 100%;
	background: url('images/page_header_background.png') repeat-x;
}

#flora_left {
	background: url('images/flora_left.png') repeat-x;
	width: 181px;
	height: 178px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#flora_right {
	background: url('images/flora_right.png') repeat-x;
	width: 182px;
	height: 184px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 925px;
	position: relative;
	left: -5px;
	z-index: 2;
}

#header {
	width: 100%;
	height: 77px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

#header_image {
	position: absolute;
	top: -5px;
	left: 25px;
	z-index: 2;
	display: block;
	width: 159px;
	height: 89px;
	background: url('images/header_image.png') no-repeat;
}

#header_image a {
	display: block;
	width: 159px;
	height: 89px;
}

#topmenu {
	position: absolute;
	top: 0;
	right: 230px;
	height: 77px;
}

#topmenu li {
	float: left;
	list-style-type: none;
}

#topmenu li a {
	display: block;
	width: 100px;
	height: 77px;
}

#topmenu #weblog {
	background: url('images/topmenu_weblog.png') no-repeat;
	height: 77px;
}

#topmenu #about {
	background: url('images/topmenu_about.png') no-repeat;
	height: 77px;
}

#search {
	position: absolute;
	top: 54px;
	right: 0;
}

#search input {
	font-size: 10px;
	opacity: 0.6;
}

#main {
	display: table;
	width: 100%;
	background: white;
	border: 5px solid #6db9dc;
	padding-top: 0;
	margin-top: 0;
	position: relative;
	z-index: 3;
}

#side {
	float: right;
	width: 23%;
	padding-bottom: 50px;
	font-size: 11px;
}

#side .item {
	margin-top: 30px;
	padding-right: 20px;
}

#side .item h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e3cb;
}

#side .item li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 13px;
	font-size: 11px;
	background: url('images/list_icon.png') left center no-repeat;
}

#side .item p {
	margin-bottom: 5px;
}

#side .item a {
	font-weight: bold;
}

#side .item li a  {
	font-weight: normal;
}

#footer {
	position: relative;
	font-size: 10px;
	width: 925px;
	height: 40px;
	padding-top: 15px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border: 5px solid #6db9dc;
	background: white;
}

#footer p {
	margin: 0;
}

#footer a {
	font-weight: bold;
	color: #97541e;
}

#footer .left {
	position: absolute;
	left: 0;
	padding-left: 20px;
}

#footer .right {
	position: absolute;
	right: 0;
	padding-right: 20px;
	text-align: right;
}

#content {
	float: left;
	width: 65%;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	min-height: 830px;
}

.post {
	clear: both;
	padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e3cb;
}

.post h1 {
	padding-top: 0;
}

.post h1 a {
	color: #34341C;
}

.post ul {
	margin-bottom: 15px;
}

.post li {
	margin-left: 25px;
	margin-bottom: 5px;
}

.post li label {
	display: block;
	padding-bottom: 2px;
	font-weight: bold;
}

.post .avatar {
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #666666;
}

.post .gallery {
	display: table;
	width: 100%;
}

.post .gallery img {
	float: left;
	display: block;
	margin: 3px;
	padding: 1px;
	border: 1px solid #666666;
}

.post img[align=left] {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #666666;
}

.post img[align=right] {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #666666;
}

.post .comment_link {
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: 35px;
}

.post .post_info {
	float: left;
	margin-bottom: 15px;
}

.post .post_info h1 {
	padding-top: 0;
	padding-bottom: 3px;
}

.post .post_info p {
	font-size: 10px;
	margin-bottom: -2px;
}

.post .post_info .date {
	font-size: 11px;
}

.post .post_info .tags:first-letter {
	text-transform: lowercase;
}

.post .post_content {
	clear: both;
	margin-top: 10px;
}

.post .download_link {
	padding-top: 5px;
	font-weight: bold;
	display: inline-block;
}

#post_results {
	margin-top: 30px;
	border-bottom: 1px solid #e0e3cb;
	font-size: 12px;
}

#post_results em {
	font-weight: bold;
}

#is_page {
	border: none;
}

#pages_links {
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	font-size: 11px;
}


/*************************
	WHACK Functions
*************************/

#whack_pages_info {
	padding-bottom: 10px;
}

#whack_pages_links a, #whack_pages_links strong {
	border: 1px solid #bcbfaa;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #34341C;
}

#whack_pages_links strong {
	background: #e0e3cb;
}

#whack_pages_links a:hover {
	background: #e0e3cb;
}


/*************************
	Comments
*************************/

#comments_form, #comments {
	clear: both;
	margin-left: 5px;
}

#comments_form {
	margin-top: 30px;
	margin-bottom: 70px;
}

#comments_form h2 {
	font-size: 16px;
	margin-left: -5px;
}

#comments_form label {
	font-size: 11px;
}

#comments_form input, #comments_form select, #comments_form textarea {
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 11px;
}

#comments_form input[name=author], #comments_form input[name=email], #comments_form input[name=url] {
	width: 240px;
}

#comments_form textarea {
	width: 390px;
	height: 130px;
}

#comments_form input[type=submit] {
	padding: 5px;
}

#comments {
	font-size: 11px;
	margin-top: 20px;
}

#comments h2 {
	font-size: 16px;
	margin-left: -5px;
	margin-bottom: -5px;
}

#comments .avatar {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #666666;
}

#comments .comment {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #c9ccb6;
}

#comments p {
	margin-bottom: 5px;
}

#comments a {
	color: #5c5c32;
	text-decoration: none;
	border-bottom: 1px dashed #9ea18f;
}

#comments a:hover {
	border-bottom: 1px solid #5c5c32;
}

#comments .author {
	clear: both;
	padding-top: 10px;
	font-size: 10px;
	color: #5c5c32;
}


/*************************
	Feed Icon
*************************/

#feedicon {
	width: 48px;
	height: 48px;
	position: relative;
	top: 10px;
	left: 120px;
	background: url('images/feedicon-newspaper.png') no-repeat;
	opacity: 0.75;
}

#feedicon:hover {
	opacity: 1;
}

#feedicon a {
	width: 48px;
	height: 48px;
	display: block;
}


/*************************
	Looperium
*************************/

#looperium {
	font-size: 10px;
	font-style: italic;
	color: gray;
	margin-bottom: -10px !important;
}


/*************************
	LastFM Player
*************************/

.lastfmplayer {
	border-spacing: 0;
}

.lastfmplayer td {
	padding: 0 !important;
}

.lastfmplayer object {
	width: 184px;
	height: 139px;
}

.lastfmplayer .footer a {
	background: url(http://cdn.last.fm/widgets/images/en/header/radio/regular_red.png) no-repeat 0 -20px;
	width: 184px;
	height: 20px;
	display: block;
}


/*************************
	Projects
*************************/

.section {
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: -1px;
}

.section .item {
	float: left;
	width: 27%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	border-top: 1px solid #e0e3cb;
	border-right: 1px solid #e0e3cb;
	background: #fbfcf5;
}

.section .item:hover {
	background: #f8faeb;
}

.section .item h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f7e6;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e3cb;
}

.section .item h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.section .item ul {
	margin-bottom: 10px;
}

.section .item li {
	margin-bottom: 5px;
	text-align: left;
}

.section .item p {
	margin: 0;
}

.section .item .info {
	height: 150px;
}

.section .item_footer {
	padding-bottom: 10px;
}

.section .links li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 3px;
	font-size: 11px;
	background: url('images/list_icon.png') left center no-repeat;
	padding-left: 13px;
}

#project_links li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 3px;
	background: url('images/list_icon.png') left center no-repeat;
	padding-left: 13px;
}

.param {
	margin-top: 0;
	padding: 10px;
	border: 1px dashed #e0e3cb;
	width: 550px;
	margin-bottom: 10px;
}

.param li {
	list-style-type: none;
	margin-left: 10px;
	font-size: 11px;
	text-align: left;
}

.param li label {
	display: inline !important;
	margin: 0 !important;
	margin-right: 5px !important;
	font-weight: normal !important;
	color: blue;
}

.param .item {
	font-weight: bold;
	margin-left: 0;
	font-size: 12px;
}

/*************************
	Sociable
*************************/

div.sociable {
	margin-top: 40px;
	margin-bottom: -15px;
}

span.sociable_tagline {
	position: relative;
}

span.sociable_tagline span {
	display: none;
	width: 14em;
}

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span {
	display: block;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before {
	content: "";
}

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable_tagline {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

/*************************
	Subscribe To Comments
*************************/

.subscribe-to-comments {
	padding-top: 5px;
}

.subscribe-to-comments input {
	display: inline !important;
	margin: 0 !important;
}