/*  
Theme Name: UTUstudio
Theme URI: http://utustudio.com/
Description: UTUstudio WordPress theme with band-specific category templates. May contain traces of nuts and of the Default WordPress 1.2 style by Dave Shea et al.
Version: 1.0
Author: Tuukka Tolvanen
Author URI: http://tt.home.dyndns.org/
*/


/* Import UTUstudio default styling. */
/*
@import "../../../../2004.css";
*/

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
    border-top: double 3px #aba;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 3px;
    text-align: center;
    clear: both;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	text-align: right;
	clear: both;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

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

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

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.post { margin-bottom: 4em }

#menu {
    float: right;
    width: 10%;         /* flexible width optimized for 800px */
 /*  width: 19%;         /* flexible width optimized for 1024px */
 /*  width: 192px;       /* static width optimized for 1024px */
    text-align: center;
    padding: 0 10px;
    margin: 20px;
    border: 1px solid #ddd;
}

#menu ul { list-style-type: none; padding-left: 0; margin-left: 0; }
#menu li { margin-bottom: 1em; }
#menu li li { margin-bottom: 0; }
#links, #calendar { display: none; }
#s { width: 90%; }
#header { display: none }
/*
#header { background: #ddd; margin-top: 20px; text-align: center }
#header .description { display: none }
#header a { color: blackXXX }
#header h1 { font-size: small }
*/
.storytitle { font-size: 100%; }
#commentlist { list-style-type: none; padding: 0; margin: 0; }
#commentlist p { margin: 1em 0; }

#commentlist li {
    border: #ddd 1px solid;
    padding: 0 1em;
    background: #fff;
    margin: .6em 0;
}

input, textarea { border-width: 1px; padding: 3px; }
.author { font-style: italic; }
.trackbackUrl { text-align: left; }
.postmetadata { text-align: center }
.alignright { float: right; text-align: right }
.alignleft { float: left; text-align: left }
.navigation { margin-bottom: 2em }
.navigation div { width: 50% }
.clear { clear: both }
.clearLeft { clear: left }

.helpNote {
    color: #543;
    background: white;
    border: 1px solid #dcb;
    border-width: 1px 2px 2px 1px;
    padding: .6em 1em;
    font-style: italic;
    text-align: left;
    margin: 2.6em 1.6em;
}

.helpNote p { margin: .4em 0 }
.entrytext .helpNote { float: left; margin-top: 1.6em }

.commentlist { list-style: none; border-top: 1px solid #ddd; margin-left: 0 }

.commentlist li {
    padding: 0 0 1em;
    margin: 1em 0 0;
    border-bottom: 1px solid #ddd;
}

.commentmetadata strong { color: #ccc; }
h3#comments { clear: left }

.skiplink { display: none }
@media handheld { .skiplink { display: inline } }

.avatar { float: right; margin: -1em 0 1em 1em }
