/*
Theme Name: Pyrmont V2
Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html
Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
Version: 2.0.7
Author: motta
Author URI: http://imotta.cn/
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/


/* 
Meyer's 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, 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;
}
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;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body {

/*	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;*/
	font-family: "Droid Sans", arial, sans-serif;
/*	font-family: Arial, Helvetica, Sans-Serif;*/
	font-size: 10px;
	background-color: #121315;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

div#page_wrap {
	background: url('images/bg.gif') no-repeat -200px 0;
	margin: 0 auto;
	width: 960px;
}

div#header {
	font-size: 12px;
	background-image: url('http://weblog.uzar.nl/images/sunflower_background.jpg');
	background-position: right 94%;
	background-repeat: no-repeat;
	padding-bottom: 62px;
	padding-right: 30px;
	margin-right: -30px;
}
div#header div.blog_title {
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}
div#header div.blog_title h1 a {
	color: #ff9900;
	display: block;
/*	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;*/
/*	font-family: 'Tangerine', arial, serif;*/
	font-family: 'IM Fell DW Pica', serif;
/*	letter-spacing: -1px;*/
	font-size: 40px;
	font-weight: normal;
	line-height: 45px;
}
div#header div.blog_title p.description {
	color: #999;
	margin-top: 10px;
	margin-left: 5px;
}
div#header div#search {
	border: none;
	float: right;
	position: relative;
}
div#header div#search form#searchform {
	position: absolute;
	top: 65px;
	right: 10px;
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
}
div#header div#search form#searchform .searchinput {
	border: 0;
	color: #666;
	font-size: 13px;
	left: 8px;
	position: absolute;
	top: 5px;
	width: 165px;
}
div#header div#search form#searchform .button {
	position: absolute;
	top: 0px;
	left: 175px;
	background: url(images/mag.gif) no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
}

div#main_navi {
	background: url(images/navi.gif) no-repeat;
	float: left;
/*	margin-top: 30px;*/
	height: 37px;
	position: absolute;
	top: 105px;
	width: 960px;
}
div#main_navi ul.left {
	float: left;
	list-style-type: none;
	padding: 2px 0 0 10px;
	width: 660px;
}
div#main_navi ul li {
	position: relative;
	float: left;
	text-transform: uppercase;
}
div#main_navi ul.left li a {
	color: #ccc;
	display: block;
	font-size: 13px;
	line-height: 18px;
	margin: 0 15px 0 15px;
	overflow: hidden;
	padding: 7px 4px 9px;
}

div#main_navi ul.left li a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

/*---------------------header dropdown menu 20090803---------------------------------------*/
div#main_navi ul.left li ul {
	display: none;
	position: absolute;
	left: 0;
	width: 125px;
	margin-top: 33px;
	padding: 0 3px;
	height: auto;
	background-color: #111;
	border: 1px solid #2d2c2c;
	border-top: 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
div#main_navi ul.left li ul li {
	width: 125px;
	overflow: hidden;
}
div#main_navi ul.left li ul li a {
	font-size: 12px;
	padding: 3px 6px;
	margin: 0 2px;
}
/*---------------------header dropdown menu 20090803---------------------------------------*/
div#main_navi ul.right {
	float: right;
	list-style-type: none;
	padding: 9px 10px 0 0;
}
div#main_navi ul.right li a {
	float: left;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}
div#main_navi ul.right li.twitter a {
	background: url('images/twitter.gif') no-repeat 0 3px;
	padding-left: 21px;
}
div#main_navi ul.right li.twitter a:hover {
	color: #0af;
}
div#main_navi ul.right li.feed a {
	background: url(images/feed.gif) no-repeat 0 5px;
	padding-left: 15px;
}
div#main_navi ul.right li.feed a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}
div#main_navi ul.right li.picasaweb a {
	background: url('images/picasa.png') no-repeat 0 2px;
	padding-left: 22px;
}

div#main_navi ul.right li.picasaweb a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}
/* END div#header */

div#main {
	float: left;
	display: inline;/* fix double margin */
	margin: 0 0 30px 10px;
	width: 660px;
}

div#main div.entry div#search form#searchform {
	border: none;
	background-color: #fff;
	margin-bottom: 1.5em;
	position: relative;
	width: 200px;
	height: 25px;
}

div#main div.entry div#search form#searchform .searchinput {
	border: 0;
	color: #666;
	font-size: 13px;
	left: 8px;
	position: absolute;
	top: 5px;
	width: 165px;
}

div#main div.entry div#search form#searchform .button {
	position: absolute;
	top: 0px;
	left: 175px;
	background: url('images/mag.gif') no-repeat;
	border: none;
	cursor: pointer;
	height: 25px;
	width: 25px;
}

div#main div.post {
/*		background-color: #131313;*/
	background-color: #000;
	border: 1px solid #444;
	color: #ccc;
	line-height: 1.5em;
	margin-bottom: 30px;
}

/* sticky post */
div#main div.sticky {
	background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
}
div#main div.post div.date {
	background: url(images/date.gif) no-repeat;
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-family: "Trebuchet MS", Georgia, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	height: 43px;
	width: 50px;
	margin-left: -10px;
	margin-top: 16px;
	padding-top: 4px;
	_position: relative;/* ie6 fix */
	margin-right: 12px;
}
div#main div.post div.title {
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 16px;
	_margin-top: 0;/*ie6 fix*/
	*+margin-top: 0;/*ie7 fix*/
}

/* selluf */
div#main div.post div.title h2{
	font-family: "Droid Sans", arial, sans-serif;
/*	font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;*/
	font-size: 20px;
	font-weight: normal;
/*	letter-spacing: -1px;*/
	color: #fff;
	width: 600px;
	line-height: 30px;
}
div#main div.post div.title h2 a {
	color: #fff;
}
div#main div.post div.title h2 a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}
div#main div.post div.title div.postmeta {
	font-size: 12px;
	color: #666;
	width: 580px;
	overflow: hidden;
}
div#main div.post div.title div.postmeta a {
	color: #666;
	text-decoration: none;
}
div#main div.post div.title div.postmeta a:hover {
	color: #D34D04;
}
div#main div.post div.entry {
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 1em 2em 1em;
	_width: 618px;
}
div#main div.post div.no_result {
	padding: 20px;
}
div#main div.post div.no_result p.no_result {
/*	margin-bottom: 0;*/
}
div#main div.post div.entry a {
/*	color: #ff5a00;*/
	color: #D34D04;
	text-decoration: none;
}
div#main div.post div.entry a:hover {
	text-decoration: underline;
}
div#main div.post div.entry p {
	margin-bottom: 1.5em;
}
/* 20090629 add h1-h6 style in entry */
/* selluf */
div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px; }
div#main div.post div.entry h2{ font-size: 18px; margin-bottom: 5px; }
div#main div.post div.entry h3{ font-size: 18px; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #444; color: #fff; font-weight: normal; clear: both;}
div#main div.post div.entry h4{ font-size: 14px; color: #fff; font-weight: normal; clear: both;}
div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }

div#main div.post div.entry ul,
div#main div.post div.entry ol {
	padding-bottom: 24px;
	margin-left: 40px;
	margin-right: 40px;
}
div#main div.post div.entry ul {
	list-style-type: disc;
}
div#main div.post div.entry ol {
	list-style-type: decimal;
}
div#main div.post div.entry ul li,
div#main div.post div.entry ol li {
	padding: 1px 0;
	list-style: inside;
}

/* selluf */
div#main div.post div.entry blockquote {
/*	background: url(images/blockquote.gif) no-repeat;
padding: 35px 20px 10px 50px;
margin: 0 15px 24px 15px;
background-color: #181818;
border-top: 1px solid #2a2e2f;
border-bottom: 1px solid #2a2e2f;
color: #999;
*/}

div#main div.post div.entry blockquote {
	font-style: italic;
	margin: 0 15px 24px 15px;
}

div#main div.post div.entry blockquote p {
	margin-bottom: 8px;
}
div#main div.post div.entry code {
	font-family: "Courier New", mono;
	background-color: #181818;
	border-left: 1px solid #2a2e2f;
	color: #197b30;
	padding: 5px 10px;
	display: block;
}
/* 20090629 add table layout */
div#main div.post div.entry table {
	margin-bottom: 20px;
	border-collapse:collapse;
	border: 1px solid #2a2e2f;
	background-color: #181818;
	color: #999;
}
div#main div.post div.entry table td,
div#main div.post div.entry table th {
	padding: 2px 5px;
	border: 1px solid #2a2e2f;
}
div#main div.navigation {
	font-size: 13px;
}
div#main div.navigation a {
	background-color: #101010;
	border: 1px solid #444;
	color: #ccc;
	display: block;
	padding: 6px 5px 8px;
/*	line-height: 28px;*/
}
div#main div.navigation .left a:hover,
div#main div.navigation .right a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
	background-color: #000;
}
div#main div.navigation .left {
	float: left;
}
div#main div.navigation .right {
	float: right;
}
/* END div#main */

div#footer {
	color: #666;
	font-size: 12px;
	background: url('images/footer_bg.gif') repeat-x;
}
div#footer div.footer_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 18px 0;
	/* position: relative; */
}
div#footer div.footer_left {
	float: left;
	width: 600px;
}

div#footer div.footer_left a {
	color: #ccc;
	text-decoration: none;
}
div#footer div.footer_left a:hover {
	color: #fff;
}
/* END div#footer */

div#sidebar {
	background-color: #131313;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	color: #aaa;
	display: inline;/* fix double margin */
	float: right;
	font-size: 12px;
	margin-bottom: 30px;
/*	margin-top: 30px;*/
	overflow: hidden;
	width: 260px;
}

div#sidebar ul {
	/*background-color: #1c1c1c;*/
	background-color: #131313;
}

div#sidebar ul li h2 {
	background: url('images/sidebar_title_bg.gif') no-repeat;
	/*			background-color: #101010;*/
	background-color: #000;
	background-position: left bottom;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding: 5px 10px;
}
div#sidebar ul li ul {
	color: #ccc;
	list-style-type: none;
	line-height: 1.5em;
}

div#sidebar ul li ul li {
	background: url('images/sidebar_list_bg.gif') no-repeat;
	background-color: #121315;
	background-position: left bottom;
/*	padding: 3px 1em 6px 1.5em;*/
	padding: 0;
}

div#sidebar ul li.widget_twitter ul li,
div#sidebar ul li.widget_googlereader ul li {
	padding: 5px 1em 7px 1.5em;
}

div#sidebar ul li p {
	background: url('images/sidebar_list_bg.gif') no-repeat;
	background-color: #121315;
	background-position: left bottom;
/*	padding: 3px 1em 6px 1.5em;*/
	padding: 3px 1em 1em 1.5em;
}

div#sidebar ul li ul li:hover,
div#sidebar ul li p:hover {
	background-color: #000;
}

div#sidebar ul li ul li a {
	background: none;
/*	display: inline;*/
	display: inline;
	color: #ccc;
	line-height: 20px;
	text-decoration: none;
}

div#sidebar ul li ul li span {
	line-height: 20px;	
}

div#sidebar ul li#twitter-3 div h2 a {
	background-image: url('images/twitter-flip.gif');
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
}

div#sidebar ul li#twitter-3 div h2 a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

div#sidebar ul li#recent-posts-3 ul li a,
div#sidebar ul li#linkcat-37 ul li a {
	display: block;
	padding: 5px 1em 7px 1.5em;
}

div#blipgallery {
	padding: 1em 0 0 1.5em;
}

div#blipgallery:hover {
	background-color: #000;
}

div#blipgallery a {
	margin-right: 10px;
}

div#blipgallery a img {
	margin-bottom: 10px;
}

div#sidebar .widget_gb_blipgallery a:hover {
	color: #D34D04;
}

div#sidebar ul li ul li a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}
/* END div#sidebar */

/* modify div#sidebar for default widget */

div#sidebar ul li ul li.rc a {
	display: inline;
}

div#sidebar ul li.widget,
div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories, 
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text {/* sidebar_list_bg fix */
	background: url("images/sidebar_list_bg.gif") no-repeat left bottom;
	border-bottom: 1px solid #444;
}

div#sidebar ul li.widget h2 a {
	color: #fff;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select {/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap {
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

#wp-calendar {
	color: #ccc;
	width: 95%;
	font-family: Arial, sans-serif;
}

#wp-calendar caption {
	padding: 5px;
/*	letter-spacing: 2px;*/
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#wp-calendar th {
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
/*	color: #ff5a00;*/
	color: #D34D04;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

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

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

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad {
	border-top: 1px solid #1f2223;
}

#wp-calendar #prev a, #wp-calendar #next a {
	color: #999;
}

#wp-calendar td#today {
	color: #fff;
	background-color: #101010;
	font-weight: bold;
}

/* multi-level category */
div#sidebar ul li ul li ul li,
div#sidebar ul li ul li ul.children li {
	background: none;
}

div#sidebar ul li ul li ul li:hover,
div#sidebar ul li ul li ul.children li:hover {
	background: none;
}

/* widget rss */
.widget_rss a {
	color: #ccc;
}

/* widget search */
li.widget_search #search {/* 090627fix */
	padding: 10px 30px;
}

li.widget_search form#searchform {
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
	position: relative;
}
li.widget_search form#searchform .searchinput {
	position: absolute;
	top: 5px;
	left: 8px;
	color: #666;
	font-size: 13px;
	width: 165px;
	border: 0;
}
li.widget_search form#searchform .button {
	position: absolute;
	top: 0px;
	left: 175px;
	background: url(images/mag.gif) no-repeat;
	height: 25px;
	width: 25px;
	border: 0;
	cursor: pointer;
}

/* tag cloud */
div#sidebar ul li.widget_tag_cloud div {
	padding: 10px 16px;
}

div#sidebar ul li.widget_tag_cloud div a {
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

/* textwidget */
.textwidget {
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p {
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a {
/*	color: #ff5a00;*/
	color: #D34D04;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover {
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments {
	margin-top: 1em;
	padding: 1em 1.25em;
}

div#main div#comments h3{
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-weight: normal;
}
div#main div#comments .add_your_comment a {
	float: right;
	font-size: 16px;
	color: #ccc;
	line-height: 24px;
	font-weight: normal;
}
div#main div#comments .add_your_comment a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

div#main ol.commentlist {
	font-size: 12px;
	color: #ccc;
	overflow: hidden;
}
div#main ol.commentlist li {
	margin-bottom: 2em;
}
div#main ol.commentlist li ul {
	list-style-type: none;
	margin-left: 53px;
/*	margin-top: 6px;*/
	margin-top: -1px;
}

div#main ol.commentlist li ul.children li {
	background-color: #121315;
/*	border: 1px solid #444;*/
}

div#main ol.commentlist li ul.children li  ul.children li {
/*	background-color: #000;
*//*	border: 1px solid #444;*/
}

div#main ol.commentlist li .wrapper {
	overflow: hidden;
}
div#main ol.commentlist li div.left {
/*	border: 1px solid #444;*/
	display: block;
	float: left;
/*	margin-right: 2px;*/
/*	padding: 3px;*/
}

/* selluf */
div#main ol li div.left img {
	background-color: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	border-right: none;
	display: block;
	padding: 2px 2px 2px 2px;
/*	height: 48px;
	width: 48px;
*/}

div#main ol li ul.children div.left img {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}

div#main ol.commentlist li div.comment-text {
	background-color: #000;
	border: 1px solid #444;
	padding: 1em;
	overflow: hidden;
}
div#main ol.commentlist li div.right {
	display: block;
	float: left;
	line-height: 1.5em;
	width: 80%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
}
div#main ol.commentlist li div.right p a {
/*	color: #ff5a00;*/
	color: #D34D04;
	text-decoration: none;
}
div#main ol.commentlist li div.right p a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
/*	border-bottom: 1px solid #ff5a00;*/
	text-decoration: underline;
}
div#main ol li div.commentmetadata {
	border-top: 1px solid #181a1b;
	clear: both;
	font-size: 12px;
	color: #999;
	padding-top: 5px;
}

div#main ol li div.commentmetadata p {
	font-size: .9em;
	color: #666;
	margin-bottom: 0;
}

div#main ol li div.commentmetadata a {
	color: #666;
	text-decoration: none;
}
div#main ol li div.commentmetadata a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
/*	text-decoration: none;*/
}
div#main ol li p {
	margin-bottom: 1em; /*20px;*/
}
div#main .comments_navi {
	font-size: 12px;
}
div#main .comments_navi .alignleft {
	float: left;
}
div#main .comments_navi .alignright {
	float: right;
}
div#main .comments_navi .alignleft a, 
div#main .comments_navi .alignright a {
	display: block;
	color: #ccc;
	border: 1px solid #1f2223;
	padding: 0 5px;
	background-color: #101010;
	line-height: 28px;
}
div#main .comments_navi .alignleft a:hover, 
div#main .comments_navi .alignright a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
	background-color: #000;
}
div#main div#respond {
	background-color: #000;
	border: 1px solid #444;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	/*	padding: 1em 2em;*/
	padding: 1.5em;
	margin-top: 30px;
}
div#main div#respond div.h3_cancel_reply {
	margin-bottom: 5px;
}
div#main div#respond h3 {
	font-size: 16px;
	color: #fff;
	line-height: 1em;
	font-weight: normal;
/*	margin-top: 5px;
*/}
div#main div#respond span.cancel-comment-reply {
	float: right;
	display: inline;/* fix double margin */
	padding-top: 6px;
}
div#main div#respond span.cancel-comment-reply a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
div#main div#respond span.cancel-comment-reply a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}
div#main div#respond form#commentform p {
	font-size: 12px;
	color: #999;
	padding: 3px 0;
}
div#main div#respond form#commentform p a {
	color: #fff;
	border: 0;
}
div#main div#respond form#commentform p a:hover {
	border-bottom: 1px solid #fff;
}
div#main div#respond div.input_area {
	padding: 1em 0;
}
div#main div#respond div .message_input {
/*	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;*/
/*	font-family: Arial, Helvetica, Sans-Serif;*/
	font-family: "Droid Sans", arial, sans-serif;
	background-color: #333;
	border: 1px solid #000;
	color: #ccc;
	font-size: 13px;
	padding: 5px;
	height: 100px;
	width: 97%;
}
div#main div#respond div.user_info {
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 0 0 1em;
}
div#main div#respond div.user_info div.single_field {
	display: inline;
	float: left;
	width: 30%;
}
label.desc {
	display: block;
	color: #999;
	padding-bottom: 4px;
}
label.desc abbr {
	color: #666;
	border: 0;
	font-size: 85%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
div#main div#respond div.user_info input.comment_input {
	background-color: #333;
	color: #ccc;
	border: 1px solid #000;
	padding: 2px 3px;
	width: 95%;
}
div#main div#respond div.submit_button {
	margin: 0;
}

/* selluf */
div#main div#respond form#commentform div.submit_button input.button {
	display: block;
	background: url(images/submit.gif) no-repeat 0 0;
	width: 76px;
	height: 28px;
	padding-bottom: 3px;
	border: 0;
	/*text-indent: -9999px; 20090708 no text button*/
	color: #bbb;/*20090708 no text button*/
	font-size: 12px;/*20090708 no text button*/
	cursor: pointer;
	float: left;
}

div#main div#respond form#commentform div.submit_button input.button:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

div#main div#respond form#commentform div.submit_button input.button:active {
	background-position: 0 -28px;
	color: #fff;/*20090708 no text button*/
}
div.submit_button span.key {
	float: left;
	margin-left: 10px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.nocomments {
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	display: inline;
	margin-bottom: 1.6667em;
	margin-right: 1.6667em;
	/*	padding: 3px;*/
}

img.alignright {
	display: inline;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	/*	padding: 3px;*/
}

.wp-caption {
	border: 1px solid #1f2223;
	text-align: center;
	background-color: #0d0d0d;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #ccc;
}

div#main div.post div.entry div.wp-caption p {
	margin-bottom: 3px;
	padding: 5px;
} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist {
	color: #ccc;
	font-size: 14px;
}

div#main div.post div.entry  ul.archiveslist li a {
	color: #ccc;
}

div#main div.post div.entry  ul.archiveslist li a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
	text-decoration: none;
}

/*------------------------ Links Page ------------------------*/

.linkpage {
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul {
	list-style-type: none;
}

.linkpage ul li {
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li {
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a {
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 12px;
}

.linkpage ul li ul li a:hover {
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
/*	color: #ff5a00;*/
	color: #D34D04;
}

.linkpage ul li h3 {
	margin-bottom: 5px;
	margin-left: 12px;
}

/*------------------------ Strong ------------------------*/

div.strong,
h2.strong {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
	margin-bottom: 25px;
}

div.strong .keyword {
	font-style: italic;
}

/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #page_wrap {
	height: 100%;
}

body > #page_wrap {
	height: auto; min-height: 100%;
}

#container {
	padding-bottom: 48px;/* must be same height as the footer */
}

#footer {
	position: relative;
	margin-top: -48px; /* negative value of footer height */
	height: 48px;
	clear:both;
}

/*-------- selluf ----------*/
p.catcloud {
	padding: 1em 1em 1em 2em;
}

p.catcloud a {
	background: none;
	display: inline;
	color: #ccc;
	line-height: 26px;
	text-decoration: none;
}

p.catcloud a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}


div#sidebar ul li#google-reader ul li span.comment {
	color: #666;
	display: block;
	font-style: italic;
}

div#sidebar ul li#google-reader h2 a {
	display: block;
}

div#sidebar ul li#google-reader h2 a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

div.share {
	margin-top: 2em;
}

div.sociable {
	float: right;
}

.minicity_iframe {
	background-color:#555555;
	border:medium none;
	height:255px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:170px;
}

.minicity {
	background-color:#555555;
	height:255px;
}

.minicity_iframe_post, .minicity_post {
	background-color: #000;
	color: #ccc;
	font-size: 0.875em;
	height:121px;
	line-height: 1.7143em;
	width:606px;
}

.minicity_post img {
	float:right;
	margin-left:20px;
}

.minicity_post p {
	margin-bottom:1.5em;
}

.minicity_post p a {
/*	color: #ff5a00;*/
	color: #D34D04;
}

.minicity_post p a:hover,
.minicity_post p a:focus {
	text-decoration: underline;
}

.lastfm {
	margin:0 auto;
	width:460px;
}

.lastfm_iframe {
	background-color:#000000;
	border:medium none;
	height:265px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:460px;
}

/*
	twitter
*/
li#twitter-3 h2.widgettitle {
	padding-right: 1em;
}

li#twitter-3 h2.widgettitle a {
	background-image: url('images/twitter-flip.gif');
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
}

li#twitter-3 h2.widgettitle a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

div#sidebar ul li#twitter-3 ul li a {
	color: #666;
	font-style: italic;
	margin: 0;
	padding: 0;
}

div#sidebar ul li#twitter-3 ul li span a {
	display: inline;
	font-style: normal;
}

div#sidebar ul li#twitter-3 ul li a:hover,
div#sidebar ul li#twitter-3 ul li span a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

div#sidebar ul li#twitter-3 ul li span.entry-meta {
	display: none;
}

/*div#sidebar ul li#twitter-3 ul li span.entry-meta,
div#sidebar ul li#twitter-3 ul li span.entry-meta a {
	color: #666;
	font-style: italic;
}
*/
div#sidebar ul li#twitter-3 ul li span.entry-meta a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

/*
	comments
*/
div#sidebar ul li#sa-recent-comments ul li.recent-comments a {
	color: #666;
	display: block;
	padding: 5px 1em 7px 1.5em;
}

div#sidebar ul li#sa-recent-comments ul li.recent-comments a span {
	color: #ccc;
}

div#sidebar ul li#sa-recent-comments ul li.recent-comments a:hover span {
/*	color: #ff5a00;*/
	color: #D34D04;
}


/*
	picasaweb
*/
div#sidebar ul li#picasaweb {
	overflow: hidden;
}

div#sidebar ul li#picasaweb p {
	overflow: hidden;
	padding: 1em 1em 1em 1.5em;
}

div#sidebar ul li#picasaweb h2.widgettitle a {
	color: #fff;
}

div#sidebar ul li#picasaweb h2.widgettitle a:hover {
/*	color: #ff5a00;*/
	color: #D34D04;
}

/* -------- general classes -------- */
.more-link {
	display: block;
	margin-top: 1em;
}
/*
	gravatar box
*/
#gravbox {
/*	float: right;*/
	background: url('http://www.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=40.png');
	display: inline;
	float: left;
	height: 40px;
	margin: 0 6px 0 3px;
	width: 40px;
}
#gravbox .avatar {
	margin: 0;
	padding: 0;
}
div#main div#respond form#commentform p.nogravatar {
/*	padding: 0;*/
}
#gravbox .nogravatar {
	font-weight: bold;
	text-align: center;
}
div#main div#respond form#commentform #gravbox .nogravatar a {
	color: #D34D04;
	font-family: Arial, sans-serif;
	font-size: 11px;
/*	font-weight: bold;*/
	line-height: 12px;
}
#gravbox img {
/*	border: 1px solid black;*/
}