/*
-----------------------------------------------
Blogger Template Style
Name:     Minima Black
Designer: Douglas Bowman
URL:      www.stopdesign.com
Date:     26 Feb 2004
----------------------------------------------- */

body {
	background: #000000;
	margin: 0;
	padding: 20px;
	font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	text-align: center;
	color: #cccccc;
	/* */
	/**/
	/**/
	font-size: small;
}

a:link {
	color: #b9e2e2;
	text-decoration: none;
}

a:visited {
	color: #CC9966;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #b9e2e2;
}

a img { border-width: 0; }
a.thumblink:link, a.thumblink:visited, a:link img.thumb, a:visited img.thumb { background-color: transparent; }
a.thumblink:hover, a:hover img.thumb { background-color: transparent; }
.thumb { background-color: transparent; }

/* Header
----------------------------------------------- */

#header {
	width: 700px;
	height: 189px;
	margin: 0 auto 10px;
	border: 1px solid #666666;
	background-image: url(/images/head_bg3.jpg);
	background-repeat: no-repeat;
}

#blog-title {
	margin: 20px 5px 0;
	padding: 20px 20px .25em;
	font-size: 200%;
	line-height: 1.2em;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .2em;
}

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

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

#description {
	margin: 20px 5px 5px;
	padding: 0 20px 20px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #ad9;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-size: 78%;
	line-height: 1.4em;
	font-weight: bolder;
}

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

#content {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#main {
	width: 448px;
	float: left;
}

#sidebar {
	width: 202px;
	float: right;
}

/* Headings
----------------------------------------------- */

h2 {
	margin: 1.5em 0 .75em;
	font: bold 78%/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999999;
}

/* Posts
----------------------------------------------- */

.date-header { margin: 1.5em 0 .5em; }

.post {
	margin: .5em 0 1.5em;
	border-bottom: 1px dotted #444;
	padding-bottom: 1.5em;
}

.post-title {
	margin: .25em 0 0;
	padding: 0 0 4px;
	font-size: 150%;
	line-height: 1.4em;
	color: #9cd9d9;
	font-family: Times, "Times New Roman", Georgia, serif;
}

.post-title a {
	text-decoration: none;
	color: #b9e2e2;
}

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

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

p.post-footer {
	margin: -.25em 0 0;
	color: #333;
}

.post-footer em, .comment-link {
	font: 78%/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.post-footer em {
	font-style: normal;
	color: #999999;
	margin-right: .6em;
}

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

.post img {
	padding: 4px;
	border: 1px solid #222;
}

.post blockquote { margin: 1em 20px; }
.post blockquote p { margin: .75em 0; }

.gallery {
	font: normal 90%/1.2em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	letter-spacing: .1em;
}

/* 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;
}

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

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

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

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

/* Profile
----------------------------------------------- */

#profile-container {
	border: 1px solid #666666;
	background-color: #000000;
}

.profile-datablock { margin: .5em 0 .5em; }
.profile-img { display: inline; }

.profile-img img {
	float: left;
	padding: 4px;
	border: 1px solid #222;
	margin: 0 8px 3px 0;
}

.profile-data {
	margin: 0;
	font: bold 78%/1.6em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.profile-data strong { display: none; }
.profile-textblock { margin: 0 0 .5em; }

.profile-link {
	margin: 0;
	font: 78%/1.4em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* Footer
----------------------------------------------- */

#footer {
	width: 660px;
	clear: both;
	margin: 0 auto;
}

#footer hr { display: none; }

#footer p {
	margin: 0;
	padding-top: 15px;
	font: 78%/1.6em "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
