/*
Skin inspired from Blojsom 2.0 Theme
Name:     Asual
Author:   Rostislav Hristov
URL:      www.asual.com
Date:     1 October 2004

and later adapted for the SubText blogging platform by Simone Chiaretta www.piyodesign.it
finally tweaked colours and fonts for gig-shots - Mike Gatiss
*/

body {
	font: 76%/162% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	color: #999999;
	text-align: center;
}
input, textarea, select {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

body, div, p, img, ul, li, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #999999;
}
a:visited {
	color: #888888;
}
a:hover {
	color: #A30000;
}
#main {
	margin: 0 auto;
	text-align: left;
}
#header{
	height: 7.5em;
}
#name {
	float: left; 
	margin-right: -24em;
}
#name h1 {
	font-size: 200%;
	margin: 26px 0 6px 43px;
}
#name h1 span {
	background: url(Images/header.gif);
	background-repeat: no-repeat;
	position:absolute;
	width: 543px;
	height: 100px;
	}
#name h2 {
	font-size: 120%;
	font-weight: normal;
	margin-left: 43px;
	color: #ccc;
}
#name a {
	text-decoration: none;
	color: #aaa;
	margin-left: -1px;
}
#controls {
	float: right;
	width: 23em;
	border: 0;
	margin: 26px 43px 0 0;
	display: inline;
}
#searchform {
	text-align: right;
}
#searchlabel {
	margin-right: 4px;
}
#searchfield {
	width: 12em;
	border: 1px solid #999999;
}
#searchimage {
	vertical-align: middle;
}
#switcher {
	width: 12em;
	float: right;
	display: inline;
	margin: 4px 22px 0 0;
	text-align: center;
}
#switcher a {
	font-size: 84%;
	text-decoration: none;
	color: #999999;
	background: #000000;
	padding: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#switcher a span {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 100%;
	margin: -1px 1px;
	padding: 0 2px;	
}
#switcher a:hover {
	color: #A30000;
	background: #999999;
	padding: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#switcher a:hover span {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#footer {
	display: block;
	clear: both;
	margin: -10px 43px 0;
	height: 2.8em;
	color: #999999;
}
#footer p {
	font-size: 84%;
}
#copyright {
	float: left;
}
#info {
	float: right;
}
#info a {
	color: #999999;
	text-decoration: none;
	padding: 1px 0;
}
#info a:hover {
	text-decoration: underline;
}
#contentHeadLeft {
	background: #000000;
	height: 28px;
	padding-left: 22px;
}
#contentHeadCenter {
	height: 100%;
	margin: 0 6px;
}
#contentHeadRight {
	height: 100%;
	padding-right: 22px;
}
#contentBodyLeft {
	padding-left: 22px;
	clear: both;
}
#contentBodyCenter {
	height: auto;
}
#contentBodyRight {
	padding-right: 22px;
}
#contentFootLeft {
	background: #000000;
	height: 28px;
	padding-left: 22px;
	clear: both;
}
#contentFootCenter {
	height: 100%;
	margin: 0 6px;
}
#contentFootRight {
	height: 100%;
	padding-right: 22px;
}
#content {
	background: #000000;
	width: auto;
	height: 300px;
	margin: 0;
	padding: 16px 22px 0;
	color: #999999;
}
#entries {
	width: 100%;
	float: left; 
	clear: both;
	margin-right: -18em;
}
* html #entries{
	overflow: hidden;
}
#column {
	font-size: 92%;
	width: 18em; 
	float: right;
}
#column a.rounded {
	color: #999999;
	background: #000000;
	text-decoration: none;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#column a.rounded span {
	margin: -1px 1px;
	padding: 0 2px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#column a.rounded:hover {
	color: #000000;
	background: #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#column a.rounded:hover span {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#column a.rounded span.break {
	width: 0;
	margin: 0;
	padding: 0;
}

.links {
	padding: 0;
	margin: 0;
	line-height: 120%;
}

.links h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1.2em 0 .5em 0;
	padding: 0;
	clear: both;
}
.links ul {
	list-style: none;
}
.links li {
	margin-bottom: .8em;
	list-style: none;
	padding-left: 4px;
}
#subtext {
	display: block;
	margin-top: 1em;
}

div.entry {
	padding: 0;
	margin: 0 18em 2em 0;
}
div.entry div, div.entry p {
	margin-bottom: 1.2em;
}
div.entry h3 {
	font-size: 100%;
	font-weight: bold;
	color: #999999;
	margin-top: -.2em;
}
div.entry h4 {
	font-size: 130%;
	font-weight: normal;
	padding-bottom: .2em;
	border-bottom: 1px solid #A30000;
}
div.entry h4 a, div.entry h4 a:visited {
	color: #999999;
	text-decoration: none;
}
div.entry h4 a:hover {
	color: #CCCCCC;
}
div.entry ul, div.entry ol, div.entry dl {
	margin: 10px 0;
	padding: 0;
}
div.entry li {
	margin-left: 10px;
	padding: 0 0 .4em 12px;
	list-style: none;
	background: url(Images/asual-disc.jpg) no-repeat 0 .6em;
}
div.entry blockquote {
	margin: 10px;
	padding-left: 20px;
	background: url(Images/asual-blockquote.jpg) no-repeat;	
}
div.entry tt {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
div.entry .post {
	padding-top: 1em;
}
div.entry .info {
	color: #999999;
	margin-bottom: 0;
}
div.entry .info a, div.entry .info a:visited {
	color: #999999;
}
div.entry .info a:hover {
	color: #A30000;
}
div.entry .links {
	color: #999999;
}
div.entry .links a, div.entry .links a:visited {
	color: #999999;
}
div.entry .links a:hover {
	color: #A30000;
}
div.entry .commentslink a {
	float: left;
	margin: 0 6px 1.8em -4px;
	padding: 1px;
}
div.entry .commentslink a span {
	float: left;
	background: url(Images/asual-commentslink.jpg) no-repeat -22px .1em;
	width: 22px;
	height: 22px;
	margin-right: 2px;
	vertical-align: middle;
}
div.entry .commentslink a:hover span {
	background: url(Images/asual-commentslink.jpg) no-repeat 0 .1em;
}
div.entry .trackbackslink a {
	float: left;
	margin: 0 0 1.8em 4px;
	padding: 1px;
}
div.entry .trackbackslink a span {
	float: left;
	background: url(Images/asual-trackbackslink.jpg) no-repeat -22px .1em;
	width: 22px;
	height: 22px;
	margin-right: 3px;
	vertical-align: middle;
}
div.entry .trackbackslink a:hover span {
	background: url(Images/asual-trackbackslink.jpg) no-repeat 0 .1em;
}

div.entryDate {
	padding: 0;
}
div.entryDate h3 {
	font-size: 100%;
	font-weight: bold;
	color: #999999;
	margin-top: -.2em;
}
div.comment {
	margin: 0 0 1em 0;
}
div.trackback {
	margin: 0 18em 1em 0;
}
div.comment .info, div.trackback .info {
	color: #999999;
	margin-bottom: .2em;
	padding-left: 26px;
	height: 22px;
	display: block;
}
div.comment .info {
	background: url(Images/asual-comments.jpg) no-repeat 0 .1em;
}
div.trackback .info {
	background: url(Images/asual-trackbacks.jpg) no-repeat 0 .1em;
}

div.comment .post, div.trackback .post {
	margin-left:58px;
}

div.comment .post div, div.trackback .post div {
	border: 1px solid #999999;
	background: #000000;
	padding: 1.2em 1.2em 1.2em 26px;
	display: block;
}

div.author .post div
{
	border: solid 1px #967758;
	background: #ffffef url(images/CommentAuthorGradient.gif) repeat-x top left;
}

div.comment .gravatar 
{
	float:left;
}

.gravatar img 
{
	/*
	background: #F1F7FB;
	padding:2px;
*/
	border: 3px solid #999999;
}

#trackback {
	margin: 0 18em 3em 0;
}
#comments {
	margin: 0 18em 3em 0;
}
#comments h3 {
	display: block;
	font-size: 100%;
	font-weight: bold;
	color: #AAAAAA;
	clear: both;
	border-bottom: 1px solid #A30000;
	margin-bottom: 1.8em;
}
#commentform {
	display: block;
}

#comment-fields
{
	width: 600px;
	float: left;
}

#commentform .label {
	width: 8em;
	clear: both;
	float: left;
	margin-bottom: .4em;
}
#commentform .input {
	width: 450px;
	float: left;
	margin-bottom: .4em;
}

#commentform .input span {
	float: left;
	display: inline;
	margin-left: 5px;
}
#commentform input.fixed {
	width: 160px;
	float: left;
	border: 1px solid #999999;
}
#commentform textarea.fixed {
	width: 300px;
	float: left;
	border: 1px solid #999999;
}

#commentform .button {
	width: auto;
	float: left;
}
#commentform textarea {
	overflow: auto;
}
#commentform h4 {
	font-size: 100%;
	font-weight: bold;
	color: #999999;
	clear: both;
}
#commentPreview {
	display: block;
	margin: 0 0 1.8em 0;
}
#commentPreview p {
	margin-bottom: .8em;
}
img.emoticons {
	vertical-align: middle
}
.author {
	color: #999999;
}
.author a {
	color: #999999;
}
.author a:hover {
	color: #A30000;
}
.red {
	color: #A30000;
}
.clear {
	clear: both;
	height: 0;
}

#calendar {
	border: 1px solid #000000;
	background: #000000;
	padding: .6em .6em 1em;
	text-align: center;
}
#calendar table {
	margin: 0 auto;
	border-collapse: collapse;
}

#calendar tbody a {
	display: block;
	background: #999999;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#calendar tbody a:hover {
	color: #000000;
	background: #A30000;
	border-top: 1px solid #E39A9D;
	border-bottom: 1px solid #E39A9D;
}
#entryCal {
	color: #000000;
	width: 16.5em;
	border: none !important;
	border-collapse: collapse;
}

#entryCal td {
	background-color: #000000!important;
	width:100%;
}

#entryCal td.day {
	width:15%!important;
}

#entryCal td.day-header {
	font-size: 94%;
	font-weight: normal;
	color: #000000;
	width:15%!important;
}

#entryCal td a{
	border: none !important;
}

#entryCal .title td {
	width:100%;
}
#entryCal .title td a{
	background-color: #000000!important;
}

#entryCal .today {
	color: #999999!important;
	background-color: #F1F7FB!important;
}

#entryCal .other-month {
	visibility:hidden;
	width:15%!important;
}

#entryCal .title {
	background-color: #000000 !important;
	padding: 4px;
	border-bottom: none !important;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-bottom: .2em;
	color: #A30000;
}

#entryCal .next {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-bottom: .2em;
	color: #A30000;
}

#entryCal .next a{
	color: #999999;
	margin: 0 .8em; 
	text-decoration: none;
	background-color: #F1F7FB!important;
}

#entryCal .next a:hover {
	color: #999999;
}



.Thumbnail {


	padding: 0;
	margin: 2em 18em 2em 2em;
}


.Thumbnail a img {

	border:1px solid black;
	margin: 15px;

}

div.Thumbnail h1 {
	font-size: 130%;
	font-weight: normal;
	padding-bottom: .2em;
	border-bottom: 1px solid #A30000;

}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}
	
/*
Fix to make the skin work with IE7Beta2, too
Will later merge with the rest of the CSS
*/

	  #content {
              height: auto;
              padding-bottom: 300px;
      }
      #contentBodyLeft {
              background-color: #000000;
      }
      #contentBodyCenter {
              background: none;
      }
      
div.debug
{
	display: none;
}

div.previousNext
{
	width: 550px;
	margin-bottom: 10px;
}

#full-tag-cloud, #tag-cloud
{
    padding: 5px 0;
}

#full-tag-cloud
{
	width: 500px;
}

#full-tag-cloud li
{
	display: inline;
}

/*
This to fix a problem with coComment bar
*/
.cocomment-minibar {
clear:both;
}

#column #tag-cloud li a, #full-tag-cloud li a
{
	text-decoration: none;
}


/* ------------- {search layout} -------------- */
#search
{
	position: relative;
	width: 300px;
	text-align: right;
	padding: 0;
	margin: 6px 0px 0 0px;
}

#search-box
{
	padding: 0;
	margin: 0 0 5px 0;
	width: 100%;
	float: none;
}

#search input
{
	margin: 0;
	padding: 0;
}

#search input.searchterm
{
	width: 125px;
	border: solid 1px #444;
}

#search-results
{
	width: 300px;
	min-width: 300px;
	position: absolute;
	top: 18px;
	right: 28px;
	z-index: 10;
	text-align: left;
}

#search-results h5
{
	font-size: 1em;
	color: #444;
	margin: 0;
	padding: 0;
	width: 300px;
}

#search-results ul
{
	padding: 0;
	margin: 0 0 0 8px;
	width: 100%;
}

#search-results ul li
{
	padding: 0;
	margin: 0: 
}

#search-results div.innerbox
{
	background-color: #f6f6f6;
	padding: 10px;
}

#search a.close
{
	position: absolute;
	top:0;
	right: 4px;
	display: block;
}

#search-progress
{
	position: absolute;
	top: -8px;
	left: 80px;
}

.searchButton
{
    background-color:Transparent;
    background-image:url(images/asual-search.jpg);
    width:22px;
}

