/*
   styles.css
   deep-resonance.

   Created by Markus Kniebes on 2010-02-19.
   Copyright 2010 Markus Kniebes. All rights reserved.
*/

* {
	padding: 0;
	margin: 0;
}

*:focus {
	outline: 0;
}



/* imagereplacement
 *********************************************************************/
.replace {
	position:relative;
	margin:0px;
	padding:0px;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.replace span {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}



/* body
 *********************************************************************/
body {
	background: #262626 url('/static/dri/images/head-bg.gif') repeat-x top;
	color: #ddd;
	font: 0.7em/1.7em "Lucida Grande", Helvetica, Arial, Sans-Serif;
	text-align: center;
	text-transform: lowercase;
}



/* header
 *********************************************************************/
#header {
	margin: 0 auto 20px auto;
	width: 353px;
}

#dr, #dr span {
	width: 353px;
	height: 23px;
	background: url('/static/dri/images/logo.gif') no-repeat;
	font-size: 1px;
}



/* footer
 *********************************************************************/
#footer {
	width: auto;
	margin: 50px auto;
}
#footer a {
	color: #ddd;
	text-decoration: none;
}



/* navigation
 *********************************************************************/
#navigation {
	margin-top: 40px;
	text-shadow: #000 1px 1px 2px;
}
#navigation p {
	color: #666;
	font-size: 1.1em;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	padding: 0 10px;
}
#navigation a {
	color: #ddd;
	text-decoration: none;
}
#navigation a:hover {
	color: #dfd;
}


/* container
 *********************************************************************/
#container {
	margin: 60px auto;
	width: 514px;
}



/* entry
 *********************************************************************/
.entry {
	width: 514px;
	margin: 0 0 75px 0;
	padding: 0;
	background: #262626 url('/static/dri/images/shadow-body.gif') repeat-y;
	text-align: left;
}
.entry .top {
	background: #262626 url('/static/dri/images/shadow-top.gif') no-repeat top;
	height: 7px;
	line-height: 1px;
}
.entry .bottom {
	background: #262626 url('/static/dri/images/shadow-bottom.gif') no-repeat bottom;
	height: 7px;
	line-height: 1px;
}
.entry .outside {
	background: #262626;
	padding: 0 7px;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
}
.entry .inside {
	padding: 0 7px;
}



/* media
 *********************************************************************/
.media {
	position: relative;
}
.media img {
	border: 0;
}
.media .description {
	position: absolute;
	bottom: 0px;
	left: -1px;
	right: -1px;
	padding: 5px;
	background: #000;
	border-top: 1px solid #404040;
	opacity: 0.85;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
}



/* text
 *********************************************************************/
.text {
	text-shadow: #000 1px 1px 2px;
	text-align: left;
}
.text a {
	color: #fff;
}
.text h2 {
	background: none;
	border: 0;
	padding: 0;
	margin: 0 0 20px 0;
}



/* alignment
 *********************************************************************/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}



/* text
 *********************************************************************/
h2 {
	font-size: 1em;
	font-weight: normal;
	color: #ddd;
	letter-spacing: 2px;
	background: #303030;
	border-bottom: 1px solid #000;
	text-shadow: #000 1px 1px 2px;
}
h2 a,
h2 span {
	padding: 2px 10px;
	color: #ddd;
	text-decoration: none;
	display:block;
}

p {
	margin-bottom: 8px;
}

.posted a {
	text-decoration: none;
	color: #aaa;
}

.pager {
	padding: 5px 10px;
	background: #303030;
	text-shadow: #000 1px 1px 2px;
	color: #666;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.pager a {
	text-decoration: none;
	color: #fff;
}

.bigerror {
	padding: 50px 0;
	font-size: 15em;
	font-weight: bold;
	text-shadow: #000 0 0 15px;
}

/* comment
 *********************************************************************/
.comment {
	padding: 0 7px;
}
#comment-form {
	background: #303030;
	padding: 15px;
	margin: 0;
}
.comment label {
	float: left;
	width: 75px;
}
input.text,
textarea.text {
	padding: 5px;
	background: #404040;
	color: #ddd;
	border: 1px solid #000;
}
input.text {
	width: 380px;
}
textarea.text {
	width: 455px;
}

h2.commentheading {
	border: 0;
	margin: 0 7px;
}

ul#comments {
	margin: 0 7px;
	list-style-type: none;
	border-top: 1px solid #111;
	border-bottom: 1px solid #404040;
}
ul#comments li {
	border-top: 1px solid #404040;
	border-bottom: 1px solid #111;
	padding: 8px 20px 0 20px;
}
ul#comments h3 {
	font-size: 1.1em;
	font-weight: normal;
}


/* notification
 *********************************************************************/
#notification {
	display: none;
	position: fixed;
	top: 40px;
	right: 50px;
	height: auto;
	width: auto;
	background: #000;
	color: #ddd;
	padding: 20px 50px;
	text-shadow: 0px 0px 3px #000;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-box-shadow: 0 0 5px #000;
		-webkit-box-shadow: 0 0 5px #000;
		-moz-opacity:0.9;
		-webkit-opacity:0.9;
	opacity:0.9;
	z-index: 100;
}
#notification .error {
	color: red;
}
#notification .warning {
	color: yellow;
}
#notification .ok {
	color: green;
}



/* tagcloud
 *********************************************************************/
.tagcloud h2 {
	background: none;
	border: 0;
}
.tagcloud a {
	text-decoration: none;
	color: #ccc;
}

/* flickr photos
 *********************************************************************/
.flickr h2 {
	padding-left: 20px;
	background-image: url('/static/dri/images/flickr.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}