/*
THEME NAME: TAHV2010
AUTHOR: nataliette
*/
/****************************** css_reset ******************************/
@import url("style-reset.css");

/****************************** ngg_gallery ******************************/
@import url("style-ngg.css");















/****************************** template_framework ******************************/

body  {
	background: black;
	margin: 0;
}
body,input,textarea,h1,h2,h3,h4,h5,h6 {
	font: normal 10px/10px "Century Schoolbook", Century, Georgia, "Times New Roman", Times, serif;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: white;
	border-left: 10px solid white;
	border-right: 10px solid white;
	background: url(images/top.gif) top right no-repeat white;
}

.wrap .side {
	width: 300px;
	height: 1280px;
	float: left;
	background: url(images/sidebarbg.gif) no-repeat;
}

.wrap .content {
	width: 660px;
	float: right;
	margin: 100px 0 0 0;
}

.wrap .footer {
	clear: both;
	width: 960px;
	height: 334px;
	background: url(images/bottom.gif) bottom right no-repeat white;
}
	.wrap .footer img#copyright {
		position: relative;
		top: 230px;
		left: 75px;
		width: 200px;
		height: 100px;
	}
	.wrap .footer img#version {
	position: relative;
	top: 200px;
	left: 175px;
	width: 180px;
	height: 100px;
	}




h1,h2,h3,h4,h5,h6 {
	letter-spacing: -0.1em;
	line-height: normal;
}
h1 { font-size: 200%; text-transform: lowercase; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }


p,pre {
	margin: 1em 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:hover {
	background: yellow;
}

pre, tt {
	font: normal 100%/100% Consolas, "Courier New", Courier, monospace;
}




input,
textarea,
select,
option,
button,
a.button {
	font: normal 100%/100% Consolas, "Courier New", Courier, monospace;
}
input,textarea,button,a.button {
	border: 2px solid black;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
	input[type="button"],
	input[type="submit"],
	button,
	a.button {
		text-transform: uppercase;
		font-weight: bold;
		color: white;
		background: black;
	}
	input[type="button"]:hover,
	input[type="submit"]:hover,
	button:hover,
	a:hover.button {
		color: black;
		background: white;
		border-top: 1px solid black;
		border-left: 1px  solid black;
		border-right: 3px solid black;
		border-bottom: 3px solid black;
	}
	input[type="button"]:active,
	input[type="submit"]:active,
	button:active,
	a:active.button {
		border-top: 3px solid black;
		border-left: 3px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
	}
	input {
			color: black;
			background: white;
	}



fieldset { 
	border: 3px double black;
	padding: 0 0.5em;
	margin: 1em auto;
}
fieldset legend {
	padding: 0.2em 0.5em;
	border: 1px solid black;
	text-align: center;
	background: yellow;
}











hr {
	height: 3px;
	color: black;
	background: black;
	border: 0;
	margin: 0.8em 0 0.5em 0;
}




.wp-caption {
	border: 1px dashed black;
	text-align: center;
	background: none;
	padding: 5px 0;
	margin: 0 0 1em -6px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 3px;
}
.wp-caption img {
	border: 1px solid black;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: smaller;
	font-style: italic;
	padding: 0;	margin: 0;
}



ul.content .text ul,
ul.content .text ol {
	padding: 0 0 0 2em;
}
	ul.content .text ul { list-style: disc; }
	ul.content .text ol { list-style: lower-roman; }
	ul.content .text ul li,
	ul.content .text ol li {
		margin: 0.5em 0;
	}


ul.content .text blockquote {
	border-left: 5px double black;
	padding: 0 0 0 0.5em;
	margin: 1em 0 1em 1em;
	font-size: 130%; letter-spacing: -0.1em; line-height: 90%;
}


















/****************************** navigation ******************************/

a.logo img {
	width: 515px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 19px;
	background: url(images/btn-theangryhedonist.gif) 0 0 no-repeat;
}
	a.logo:hover img { background-position: 0 -75px; }
	a.logo:active img { background-position: 1px -74px; }



a.menu img {
	position: absolute; 
	top: 0; 
	height: 80px;
}
	a.art img		{ width: 72px; left: 570px; background: url(images/menu-art.gif) 0 0 no-repeat; }
	a.blog img		{ width: 102px; left: 642px; background: url(images/menu-blog.gif) 0 0 no-repeat; }
	a.shop img		{ width: 75px; left: 742px; background: url(images/menu-shop.gif) 0 0 no-repeat; }
	a.goodies img	{ width: 96px; left: 818px; background: url(images/menu-goodies.gif) 0 0 no-repeat; }
		a.art:hover img, a.art.active img, 
		a.blog:hover img, a.blog.active img, 
		a.shop:hover img, a.shop.active img,
		a.goodies:hover img, a.goodies.active img	{ background-position: 0 -80px; }





a.gotoBio img {
	width: 176px;
	height: 28px;
	position: absolute;
	top: 532px;
	left: 80px;
	background: url(images/gotoBio.gif) 0 0 no-repeat;
}
	a.gotoBio:hover img { background-position: 0 -27px; }
	a.gotoBio:active img { background-position: 1px -26px; }

a.gotoBlog img {
	width: 176px;
	height: 28px;
	position: absolute;
	top: 909px;
	left: 78px;
	background: url(images/gotoBlog.gif) no-repeat;
}
	a.gotoBlog:hover img { background-position: 0 -27px; }
	a.gotoBlog:active img { background-position: 1px -26px; }


a.extlinks img {
	width: 184px;
	height: 18px;
	position: absolute;
}
	a.extlinks.blogg img			{ top: 1095px; left: 97px; background: url(images/xbtn-blog.gif) 0 0 no-repeat; }
	a.extlinks.facebook img		{ top: 1114px; left: 97px; background: url(images/xbtn-facebook.gif) 0 0 no-repeat; }
	a.extlinks.twitter img		{ top: 1133px; left: 97px; background: url(images/xbtn-twitter.gif) 0 0 no-repeat; }
	a.extlinks.tumblr img		{ top: 1152px; left: 97px; background: url(images/xbtn-tumblr.gif) 0 0 no-repeat; }
	a.extlinks.flickr img		{ top: 1171px; left: 97px; background: url(images/xbtn-flickr.gif) 0 0 no-repeat; }
	a.extlinks.deviantart img	{ top: 1190px; left: 97px; background: url(images/xbtn-deviantart.gif) 0 0 no-repeat; }
		a.extlinks.blogg:hover img,
		a.extlinks.facebook:hover img,
		a.extlinks.twitter:hover img,
		a.extlinks.tumblr:hover img,
		a.extlinks.flickr:hover img,
		a.extlinks.deviantart:hover img
										{ background-position: -185px 0; }
		a.extlinks.blogg:active img,
		a.extlinks.facebook:active img,
		a.extlinks.twitter:active img,
		a.extlinks.tumblr:active img,
		a.extlinks.flickr:active img,
		a.extlinks.deviantart:active img
										{ background-position: -184px 1px; }

	/* to hide inactive buttons */
	
	{ display: none; visibility: hidden; position: absolute; top: 0; left: 0; }



/****************************** leftsidecontent ******************************/

.side p {
}

#about {
		width: 205px;
		height: 120px;
		position: absolute;
		top: 400px;
		left: 18px;
		text-indent: 45px;
}
	#about p {
		font-size: 14px;
		line-height: 90%;
	}

#newsies {
	width: 190px;
	height: 240px;
	overflow: auto;
	position: absolute;
	top: 671px;
	left: 40px;
	padding: 0 5px;
	}



















/*----- NEWSies posts in LEFT COLUMN -----*/

#newsies .post {
	padding: 0;
	margin: 0;
	width: 170px;
}
	#newsies .post .text p {
		display: inline;
	}
	#newsies .post .text img,
	#newsies .post .text embed,
	#newsies .post .text object,
	#newsies .post .text br {
		display: none;
	}


#newsies .post .header h1.title {
	font-size: 150%;
}
#newsies .post .header h2.date {
	width: 20px;
	height: 20px;
}
#newsies .post .header h2.date {
	font-size: 100%;
}
#newsies .post .header h2.date .time,
#newsies .post .header h2.date .mmyy .yy {
	display: none;
}
#newsies .post .header h2.date .mmyy .mm {
	font-size: 75%;
}
#newsies .post .header h2.date .dd {
	font-size: 150%;
	position: relative; bottom: 0.15em;
}
#newsies .post .text {
	font-size: 120%;
}
#newsies .post .header {
	margin: 0.5em 0;
}
#newsies .post a.readmore {
	font-size: 100%;
	line-height: normal;
	font-variant: small-caps;
}





































ul.content { /* post content */
	font-size: 140%;
	line-height: 100%;
}
.post .header {
	margin: 0 0 1em 0;
}



/****************************** CONTENT:art ******************************/

.content#art .post h1.title {
	
}

ul.artpaginate {
	border-top: 5px double black;
	border-bottom: 5px double black;
	margin: 0; padding: 0;
	text-align: center;
}
	ul.artpaginate li {
		line-height: 130%;
		display: inline;
		margin: 0 0.5em;
	}











/****************************** CONTENT:shop ******************************/

.content#shop,
.content#shop .text .wrap {
	width: 500px;
	float: left;
	background: none; /* needed for the "wrap" class */
}
.content#shop .text .wpsc_container { /* resetting the crap i defined earlier */
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
	margin: 0 -3px;
}
.content#shop .text br { 
	display: none;
}



.wpsc_container .productdisplay {
	width: 150px; height: 280px;
	float: left;
	padding: 5px;
	margin: 3px;
	border: 1px dashed black;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-align: center;
}
	.wpsc_container .productdisplay .imagecol {
		display: inline; float: none;
	}
	.wpsc_container .productdisplay img.product_image {
	}
	.wpsc_container .productdisplay .producttext {
	}
		.wpsc_container .productdisplay .producttext p {
			margin: 0;
		}
		.wpsc_container .productdisplay .producttext  .wpsc_product_title {
			line-height: 100%; font-style: italic; text-align: center;
			height: 2.5em;
			border: 0;
			padding: 0.2em 0;
			display: table-cell;
			width: 150px;
			vertical-align: middle;
		}
		.wpsc_container .productdisplay .producttext  .wpsc_edit_product {
			font-size: 75%; color: red; display: none;
		}

	.wpsc_container .productdisplay .producttext form.product_form {
		display: inline;
		margin: 0; padding: 0;
	}
		.wpsc_container .productdisplay .producttext form.product_form .wpsc_variation_forms {
			font-size: 75%; line-height: 100%;
		}
		.wpsc_container .productdisplay .producttext form.product_form div.custom_meta,
		.wpsc_container .productdisplay .producttext form.product_form p.wpsc_extras_forms {
			display: none;
		}
		.wpsc_container .productdisplay .producttext form.product_form .wpsc_product_price {
			font-size: 120%; line-height: 100%;
		}
		.wpsc_container .productdisplay .producttext form.product_form .wpsc_buy_button_container .wpsc_buy_button {
			font-size: 75%; line-height: 100%;
		}
		.wpsc_container .productdisplay .producttext form.product_form .wpsc_buy_button_container .wpsc_loading_animation {
			font: normal 100%/120% Consolas, "Courier New", Courier, monospace; text-transform: uppercase;
			margin-top: -15px;
			position: relative;
			top: 15px;
			color: white;
			background: black;
		}

.wpsc_cart_actions a.button {
	padding: 2px; margin: 2px; display: inline-block;
}

.adjustform input[type=submit],
.adjustform button.remove_button {
	font-size: 75%;
	padding: 0; margin: 0;
}






ul.sidebar#shop li {
	text-align: left;
}
	ul.sidebar#shop li p {
		font-size: 120%; line-height: 100%;
		margin: 0.5em 0; padding: 0;
	}
	ul.sidebar#shop li h2,h3 {
		text-align: center;
	}
		ul.sidebar#shop li h3 {
			font-size: 200%;
			line-height: 80%;
			font-weight: normal;
			font-style: italic;
			text-transform: lowercase;
			margin: 0 0 0.5em 0;
		}

#sideshoppingcart .wpsc_cart_actions {
	margin: 1em;
	text-align: center;
}



table.shoppingcart,
table.productcart {
	border: 2px solid black;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin: 1em 0;
}

	table.shoppingcart th,
	table.shoppingcart td,
	table.productcart td {
		border: 1px solid;
		padding: 2px;
		vertical-align: middle;
	}
		#wpsc_shopping_cart_container table.productcart {
			border: 0;
			border-collapse: separate;
		}
			#wpsc_shopping_cart_container table.productcart td {
				border: 0;
			}
	table.productcart td {
	}
	table.shoppingcart th,
	table.productcart tr.firstrow td {
		font-weight: bold;
		color: white;
		background: black;
		border: 0;
	}
	table.shoppingcart td {
	}
	#sideshoppingcart span.items {
		font-weight: bold;
		display: block;
		text-align: center;
		margin: 0.5em;
	}

table.wpsc_checkout_table input,
table.wpsc_checkout_table textarea {
	color: black;
	background: white;
	width: 300px;
}
	table.wpsc_checkout_table td {
		vertical-align: top;
		padding: 5px;
	}


ul.PeCategories {
	border-top: 5px double black;
	border-bottom: 5px double black;
	margin: 1em 0; padding: 0;
	text-align: center;
}
	ul.PeCategories li {
		line-height: 130%;
		display: inline;
		margin: 0 1em;
	}
		ul.PeCategories li a {
			margin: 0 0.5em;
			padding: 0 0.5em;
		}

.wpsc_page_numbers {
}
	.wpsc_page_numbers a {
		padding: 0 0.5em; margin: 0 0 1em 0;
	}


div.receipt {
	border: 7px double black;
}
	div.receipt p {
		margin: 0; padding: 0.5em;
	}
	.content#shop .text div.receipt p.pdtlist br {
		display: block;
	}
	div.receipt p.totalship {
		border-top: 2px solid black;
		display: block;
	}
	div.receipt p.grandtotal {
		color: white;
		background: black;
	}





























/****************************** CONTENT:goodies ******************************/

.content#goodies .post ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	overflow: auto;
}
	.content#goodies .post ul li {
		width: 240px;
		height: 200px;
		margin: 10px;
		padding: 0;
		float: left;
		text-align: center;
	}















/****************************** CONTENT:blog ******************************/


.content#blog,
.content#archives,
.content#goodies,
.content#page {
	width: 500px;
	float: left;
}



/*------------------ HEADER/DATE/TAGS/CATEGORIES ------------------*/

h1.catname,
h1.tagname {
	color: white;
	background: black;
	display: block;
	margin: 0 0 0.3em 0;
	padding: 0;
}
	h3.catname,
	h3.tagname {
		display: block;
		margin: 0 0 0.3em 0;
		padding: 0;
		text-align: left;
	}
	h3.tagname {
		font-size: 300%;
		line-height: 100%;
	}


h1.title { /* post title */
	width: 90%;
	line-height: 80%;
}
h2.date {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	font: bold 50%/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	h2.date .mmyy {
		color: white;
		background: black;
	}
	h2.date .dd {
		font: bold 300%/100% Arial, Helvetica, sans-serif;
		letter-spacing: -0.1em;
	}
	h2.date .time {
		padding: 0 3px;
		color: white; background: black;
	}


h2.catname {
	margin: 0.3em 0;
}



/*------------------ POST CONTENT ------------------*/

.content#blog .post .text p a {
	border-bottom: 1px dashed black;
}
.content#blog .post .text a img {
	outline 2px solid black;
	background: 0;
}
.content#blog .post .text img,
.content#blog .post .text embed,
.content#blog .post .text object { /* post content image  & other embedded stuff */
	max-width: 500px;
	margin: 0;
	border: 0;
	background: none;
	background-color: transparent;
	vertical-align: bottom;  /* fixes background color problem */
}




/*------------------ POST FOOTER ------------------*/
.content .post .foot {
	margin: 1em 0 3em 0;
	height: 25px; /* height is necessary for clearing floats */
	color: white;
	background: black;
	overflow: visible;
}
.content .post .foot .commentslink {
	color: white;
}
.content .post .foot .commentslink:hover {
	color: black;
	background: white;
}




/* taggedlist */

.content .post .foot ul.taggedlist { /* post tags list */
	list-style: none;
	float: left;
	display: inline-block;
	font-size: 10px;
	line-height: 15px;
	text-align: right;
	margin: 0 5px; padding: 0;
	position: relative;
	top: 10px;
}
.content .post .foot ul.taggedlist li {
	display: inline;
}
.content .post .foot ul.taggedlist li a {
	color: black;
	background: white;
	display: inline-block;
border: 1px solid white;
border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px;
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 0px;
	margin: 0 2px;
}
.content .post .foot ul.taggedlist li a:hover {
	position: relative;
	bottom: 2px;
}



/* commentslink */

.content .post .foot a.commentslink {
	font-size: 200%;
	line-height: 25px;
	text-align: right;
	display: inline-block;
	float: right;
}



/* addthislink */

.content .post .foot a.addthislink { /* post tags list */
	clear: right;
	float: right;
	display: block;
	line-height: 15px;
	text-align: right;
	color: white;
	background: black;
border: 1px solid black;
border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	margin: 0 5px; padding: 0;
}
.content .post .foot ul.taggedlist li a:hover {
	position: relative;
	bottom: 2px;
}






/*------------------ COMMENTS:FORM ------------------*/
.comments {
	border-top: 10px double black;
	padding: 1em 0;
	margin: 0 0 3em 0;
}
.comments table.commentform {/*
	width: 250px;
	float: right;
	overflow: auto;*/
	padding: 10px;
	border: 3px solid black;
	background: white;
	border-collapse:collapse;;
}
.comments table.commentform td {
	padding: 5px;
	vertical-align: top;
}
.comments table.commentform label {
	display: none;
}
.comments table.commentform p.note {
	font-size: 75%; line-height: 100%; margin: 0;
}
.comments table.commentform input,
.comments table.commentform textarea {
	margin: 2px 0 10px 0;
	display: block;
	width: 100px;
}
.comments table.commentform input		{ width: 100px; }
.comments table.commentform textarea	{ width: 225px; }
.comments table.commentform input.reqd,
.comments table.commentform textarea.reqd {
	background: yellow;
}





/*------------------ COMMENTS:LIST ------------------*/

ul.commentslist,
ul.commentslist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.commentslist li.comment {
	border-left: 5px solid black;
	margin: 10px 0;
	padding: 0 0 0 10px;
}
ul.commentslist li.comment h1.comment-author {
	padding: 0; margin: 0;
	font-size: 150%;
	line-height: 80%;
	font-weight: bold;
	letter-spacing: -0.1em;
}
ul.commentslist li.comment h1.comment-author i { /* replied */
	font-size: 75%;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0; padding: 0;
}
ul.commentslist li.comment h2.date {
	float: left;
	margin: 0 0.5em 1em 0;
}
ul.commentslist li.comment .comment-content {
	margin: 0; padding: 0;
}
ul.commentslist li.comment .comment-content p {
	margin: 0; padding: 0;
	line-height: 120%;
}
	.comment-content ul li .comment-content p {
		margin: 0; padding: 0;
	}





/* threaded comments */

p.thdrpy {
	display: block;
	font-size: 75%;
	line-height: 120%;
	background: black;
	text-align: right;
	border-top: 5px solid white;
}
	p.thdrpy a {
		color: white;
	}
	p.thdrpy a:hover {
		color: black;
		background: white;
	}

p.thdmang,
p.thdmang input.mvccls {
	display: none;
}
div#cancel_reply a {
	font-size: 75%; line-height: 100%; 
	text-transform: uppercase;
	font-weight: bold;	
}
	div#cancel_reply a:hover {
	}
	div#cancel_reply a:active {
	}









/* ERROR */


.error {
	text-align: center;
	line-height: 100%;
}
.error h1 {
	font-size: 500%;
}
.error h2 {
}
.error ul {
	margin: 1em 0;
}
.error li {
	display: inline;
	font-size: 150%;
	border-right: 2px solid #000000;
	padding: 0 0.2em;
}
.error li:last-child {
	border-right: 0px none transparent;
}



.error form#searchform {
	margin: 1em 0;
}
.error form#searchform input,
.error form#searchform input#searchsubmit {
	font-size: 150%;
	width: 50%;
	margin: 0.2em auto;
	display: block;
}









/* PAGINATION */

ul.pagination,
ol.wp-paginate {
	font-size: 75%;
	margin: 0 0 1em 0;
	border-top: 5px double black;
	border-bottom: 5px double black;
}

ul.pagination {
	overflow: hidden;
	width: 100%;
	clear: right;
}
	ul.pagination li,
	ol.wp-paginate li {
		width: 45%;
		padding: 0.1em;
	}
		ul.pagination li a {
			text-transform: uppercase;
		}
		ul.pagination li.prev {
			float: left;
		}
		ul.pagination li.next {
			text-align: right;
			float: right;			
		}




.wp-paginate {padding: 1em 0; text-align: center; }
.wp-paginate li {display:inline; list-style:none; font-size: 120%;}
.wp-paginate a {border:1px solid black; margin: 0.3em; padding:0.3em 0.5em;}
.wp-paginate a:hover, .wp-paginate a:active {background:yellow;}
.wp-paginate .title {margin: 1em;}
.wp-paginate .gap {margin: 0.3em;}
.wp-paginate .current {color:white; background:black; border:1px solid black; margin: 0.3em; padding:0.3em 0.5em;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}









/****************************** CONTENT:blog:archives ******************************/
.content#archives .post h2 {
	margin: 0 0 0.5em 0;
}
.content#archives .post ul.archivelist {
	width: 500px;
	float : left;
}
ul.archivelist li {
}
	ul.archivelist li a {
		display: block;
		padding: 0.2em 0;
	}
	ul.archivelist li dd {
		float: right;
		font-weight: normal;
		font-style: italic;
	}


.content#archives .post .etc {
	margin: 5em 0;
}








/****************************** CONTENT:blog:sidebar ******************************/

ul.sidebar#bio ul {
	font-size: 150%; line-height: 100%;
}

ul.sidebar {
	float: right;
	clear: right;
	width: 150px;
	margin: 100px 0 0 0;
	padding: 0;
	text-align: center;
}
	ul.sidebar li { /* have to specify each LI to avoid IE's assumption of inheritance */
		border-top: 10px solid black;
		padding: 1em 0;
	}
		ul.sidebar li ul li,
		ul.sidebar li ul li:last-child {
			border: 0;
			padding: 0;
		}
		ul.sidebar li:last-child {
			border-bottom: 10px solid black;
		}




ul.sidebar li h2 {
	font-size: 200%;
	line-height: 80%;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	margin: 0 0 0.5em 0;
}



/*------------------ BLOGNAV ------------------*/
ul.sidebar li.blognav a {
	font-size: 280%;
	letter-spacing: -0.1em;
}


/*------------------ ARCHIVELIST ------------------*/
ul.sidebar li ul.archivelistyr {
	position: absolute;	visibility: hidden; display: none;
	font-size: 55%;
	line-height: 100%;
}
ul.sidebar li ul.archivelistyr li {
	display: inline;	
}

/*------------------ SEARCHFORM ------------------*/
ul.sidebar li.search { /* applicable in sidebar only */
}
form#searchform {
}
form#searchform label {
	position: absolute;
	visibility: hidden;
}
form#searchform input,
form#searchform input#searchsubmit {
	font: 280%/80% normal "Century Schoolbook", "Times New Roman", Times, serif;
	letter-spacing: -0.1em;
	margin: 2px 0;
	border: 2px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: black;
	background: white;
}
	form#searchform input						{ width: 146px; }
	form#searchform input#searchsubmit			{ width: 150px; font-style: italic; color: white; background: black; }
	form#searchform input#searchsubmit:hover	{ position: relative; top: -1px; left: -1px; }
	form#searchform input#searchsubmit:active	{ position: relative; top: 1px; left: 1px; }




/*------------------ TAGCLOUD ------------------*/
ul.sidebar li.archivelist-byTag {
}
ul.sidebar li.archivelist-byTag ul.wp-tag-cloud li {
	font-size: 150%;
	letter-spacing: -0.1em;
	font-style: italic;
	line-height: 100%;
}
ul.sidebar li.archivelist-byTag ul.wp-tag-cloud li a {
	font-weight: normal;
}

/*------------------ TWITTER ------------------*/

ul.sidebar li.twitter {
	font-size: 110%;
	padding: 0 5px;
}
	ul.sidebar#bio li.twitter {
		font-size: 75%;
	}
ul.sidebar li.twitter img#twitterbird { /* twitterbird */
	position: relative;
	top: 5px;
}
ul.sidebar li.twitter #tweet { /* container */
}
ul.sidebar li.twitter #tweet ul { /* list container style*/
	list-style: none;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	text-align: left;
}
ul.sidebar li.twitter #tweet ul li { /* list item style*/
	margin: 0 0 5px 0;
}

ul.sidebar li.twitter #tweet a.prefix { /* prefix */
	font-weight: bold;
	text-deocaration: underline;
}
ul.sidebar li.twitter #tweet a.time { /* time suffix */
	font-style: italic;
	font-size: 90%;
	margin-left: 10px;
}





/*------------------ LINKLIST ------------------*/
ul.sidebar li.linklist {
}
ul.sidebar li.linklist div.delicious-posts {
	width: 100%;
	overflow: visible;
	text-transform: uppercase;
}
ul.sidebar li.linklist div.delicious-posts ul {
}
ul.sidebar li.linklist div.delicious-posts ul li {
	text-align: left;
	margin: 0 0.25em;
	white-space: nowrap;
}
ul.sidebar li.linklist div.delicious-posts ul li p.delicious-extended {
	display: inline;
}
ul.sidebar li.linklist p.legend {
	text-align: left;
}




