/*  
Theme Name: Jimmac's Stopped Clock
Theme URI: http://jimmac.musichall.cz
Description: Custom hideout theme
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
#content {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.postmetadata {
	font-size: 80%;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 110%em;
	}

#content h1 a, #content h2 a, #content h3 a {
	text-decoration: none;
}


#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

  #wp-calendar #prev a {
    font-size: 90%;
    }

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

  #wp-calendar caption {
    font: bold 110% 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    }

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

    ul#sidebar-tagitems li {
      display: block;
      float: left;
      margin-left: .2em;
    }

    ul#sidebar-tagitems li:after { content: ', '; }
    ul#sidebar-tagitems li:last-child:after { content: ''; }
/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: white;
	margin: 0px auto;
	padding: 0em;
	width: 640px;
	min-height: 130em;
}


	#body li {
		text-align: left;
	}

.post {
	margin: 0 0 40px;
	/* text-align: justify; radsi ne */
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* End Structure */



/*	Begin Headers */


#sidebar h2 {
	margin: 2em 0px 1em 0px;
	padding: 0em;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

/* End Images */





/* Begin Form Elements */

#sidebar #searchform #s {
	font-size: 80%;
	width: 80px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	font-size: 80%;
	width: 40px;
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 2em 0 0 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 1em 10px 1em;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
 /*  .commentmetadata+p { clear: left; } */

.jimmacComment {
	border-top: 2px solid #aaa !important;
	border-bottom: 2px solid #aaa !important;
  /*
	padding-left: 90px !important;
	background: #ddd url('/images/blog/jimmac-tiny.jpg') no-repeat 10px 10px !important; 
	min-height: 80px !important;
  */
}

img.avatar {
 float: right;
 margin: 0 0 2em 2em;
}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	display: block;
	list-style-image: none;
}

#logarchive {
	cursor: pointer;
	background: url('/images/arr-down.png') no-repeat right top;
}

.rollup {
	background: url('/images/arr-up.png') no-repeat right top !important;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	font-size: 80%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2em;
	min-height: 2em;
	}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* End Various Tags & Classes*/

/* custom */
span.shortcut {
	font-size: 9px;
	padding: 2px;
	border: 1px solid #aaa;
	background-color: #eee;
}

#content pre {
	max-width: 100%;
	overflow: auto;
	color: #eee;
	background-color: #555;
}

table.recaptchatable {
	width: auto;
}

video {
	max-width: 400px;
}

