/*
-----------------------------------------------
STILL IMAGES BLOG CSS DOCUMENT
Copyright: 2009
Author:    Martin Dady
Version:   February 2009
----------------------------------------------- */

h2 {
	color: #ddd;
	margin: 1.5em 0 .75em;
	font: 10px/14px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

.post-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size: 16px;
	font-weight:normal;
	line-height: 24px;
	color:#fff;
	}

.post-title a,
.post-title a:visited,
.post-title strong {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	}

.post-title strong,
.post-title a:hover {
	color: #fff;
	}

.post div {
	margin: 0 0 .75em;
	line-height: 1.6em;
	}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/***********************************/

#blog-title {
	margin: 5px 0 0;
	font-size: 24px;
	line-height: 36px;
	font-weight:normal;
	color :#777;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#blog-title a {
	color:#777;
	text-decoration:none;
	}

#blog-title a:hover {
	color: #c60;
	}

.comment-link {
	margin-left: .6em;
	}

/* Comments
----------------------------------------------- */

#comments h4 {
	margin: 1em 0;
	font: bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999;
	}

#comments h4 strong {
	font-size:130%;
	}

#comments-block {
	margin:1em 0 1.5em;
	line-height:1.6em;
	}

#comments-block dt {
	margin:.5em 0;
	}

#comments-block dd {
	margin:.25em 0 0;
	}

#comments-block dd.comment-timestamp {
	margin:-.25em 0 2em;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	}

#comments-block dd p {
	margin:0 0 .75em;
	}

.deleted-comment {
	font-style:italic;
	color:gray;
	}

.paging-control-container {
	float: right;
	margin: 0px 6px 0px 0px;
	font-size: 80%;
	}

.unneeded-paging-control {
	visibility: hidden;
	}

/* Sidebar Content
----------------------------------------------- */

#sidebar ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	border-bottom:1px dotted #ccc;
	list-style:none;
	}

#sidebar li {
	margin:0;
	padding:0 0 .25em 15px;
	text-indent:-15px;
	line-height:1.5em;
	}

#sidebar p {
	color:#666;
	line-height:1.5em;
	}

#sidebar li a:link,
#sidebar li a:visited,
#footer a:link,
#footer a:visited {
	color: #ddd;
	border-bottom: 1px solid #666;
	text-decoration: none;
	}

#sidebar li a:hover,
#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	}