/* CSS Document */

body {
  background-color:#070707;
	background-image: url('http://www.destructivefiction.com/images/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
font-size:12px;
  text-align:center;
  color:#000000;
   line-height:150%;
  }
  
#ie {
	display:none;
}
  
/*Gets rid of dotted lines around image links*/	
a {
    outline: none;
    overflow: hidden;
}
  
a:link {
  color:#660000;
  text-decoration:none;
  }
a:visited {
  color:#660000;
  text-decoration:none;
  }
a:hover {
  color:#636363;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }


/*--------------------------CONTROLLER------------------------*/
	
	#controller {
  		font-family:Arial,Sans-Serif;
  		text-transform:none;
  		text-align:center;
  		margin-right: 0px;
  		margin-top: 0px;
  		_margin-bottom: -10px;
		font-size:85%;
	}
	
	#controller ul {
  		line-height: 0.8em;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#controller li {
  		display: inline;
  		padding: 0;
		float: left;
		position: relative;
		width: 137px;
	}
	#controller a {
  		color:#ffffff;
  		text-decoration: none;
	}
	#controller a:hover {
  		color:#ffffff;
  		text-decoration:none;
                background:#333333;
	}

#controller li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#controller ul li a {
	display: block;
	text-decoration: none;
	padding: 3px;
	border-bottom: 0;
	background:#111111;
	border: 1px solid #333333;
	}
	
/*--------------------------END CONTROLLER------------------------*/

/* Header
----------------------------------------------- */
@media all {
  #header {
    width:960px;
    margin:0 auto;
	padding:0;
    }
  }
#blog-title {
  margin:0;
  padding:0;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.4em;
  color:#000000;
  text-transform:none;
  letter-spacing:.01em;
  }
#blog-title a {
  color:#000000;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#636363;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border-width:0 1px 1px;
  font:78%/1.4em Arial,Verdana,Sans-serif;
  text-transform:none;
  letter-spacing:.01em;
  color:#000000;
  }


/* Content
----------------------------------------------- */
@media all {
  #content {
    width:910px;
    margin:-60px auto 0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:550px;
    float:left;
    margin:0 20px 0 20px;
    }
  #sidebar {
	  font-size:90%;
    width:160px;
	margin:0;
    float:left;
    text-align:left;
    }
	
	#sidebar p {
    margin:0 0 10px 0;
	padding:0;
    }
	
#sidebar2 {
	font-size:90%;
    width:160px;
	margin:0;
    float:right;
    text-align:left;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar, #sidebar2 {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
  margin:7px 0 4px 0;
  text-transform:none;
  color:#000000;
  font-size:90%;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:0;
	font-weight:100;
	font-size:86%;
  letter-spacing:.01em;
  color:#636363;
  font-style:italic;
  padding:0;
    }
  .post {
    margin:.5em 0 1.4em;
    padding-bottom:1.4em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.4em 0 1.4em;
    }
  .post {
    padding:0 1.4em 0 1.4em;
    }
  }
.post-title {
  margin:0;
  padding:0;
  font-size:140%;
  line-height:1.4em;
  color:#000000;
  font-size:110%;
  text-transform:none;
  }
.post-title a {
  text-decoration:none;
  color:#000000;
  }
.post-title a:hover {
  color:#636363;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.4em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#000000;
  }
.post-footer em, .comment-link {
  font:78%/1.4em;
  text-transform:none;
  letter-spacing:.01em;
  }
.post-footer em {
  font-style:normal;
  color:#B3B3B3;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #B3B3B3;
  }
.post blockquote {
  margin:1em 20px;
  line-height:120%;
  font-style:italic;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em;
  text-transform:none;
  letter-spacing:.01em;
  color:#000000;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.4em;
  line-height:1.4em;
  }
#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;
  text-transform:none;
  letter-spacing:.01em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:#000000;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul, #sidebar2 ul {
  margin:0 0 1.4em;
  padding:0 0 1.4em;
  /*border-bottom:1px solid #B3B3B3;*/
  list-style:none;
  }
#sidebar li, #sidebar2 li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.4em;
  }
#sidebar p, #sidebar2 p {
  color:#000000;
  line-height:1.4em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.4em;
  /*border-bottom:1px solid #B3B3B3;*/
  padding-bottom:.1em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #B3B3B3;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em Arial,Verdana,Sans-serif;
  text-transform:none;
  letter-spacing:.01em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em Arial,Verdana,Sans-serif;
  text-transform:none;
  letter-spacing:.01em;
  }


/* Footer
----------------------------------------------- */
#footer {
  text-align:center;
  width:862px;
  clear:both;
  margin:0 auto;
  padding:0;
  font-size:86%;
  letter-spacing:0;
  line-height:1.4;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }