/*  
Theme Name: Crash Into Me
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A Wordpress theme of Dave Matthews
Author: Theme Lab
Author URI: http://www.themelab.com
*/

/* main structure */
* { 
	margin: 0;
        left:0px;
	padding: 0;
	}
  
body {
	background-color:#0a0a0a;
        background:url(images/60.jpg) repeat;        
        margin:0px;
        font-size:.7em;
	font-family:georgia, serif;
        }
  
#content {
	margin:0 auto 0 auto;
	width:810px;
	border:5px solid #070707;
	background-color:#0a0a0a;
        padding:10px;
        line-spacing:10px;
	}
 
#header {
	margin:0;
	background:url(images/dave.jpg) no-repeat;
	height:512px;
	width:810px;
	text-align:center;
	}
	
#text {
	float:left;
	width:640px;
        color:#e16100;
        line-spacing:10px;
	}
	
#side {
	float:right;
	width:150px;
        color:#e16100;
	border-left:0px dashed #994cac;
	margin:20px 0 0 0;
	padding:0 5px 0 5px;
	line-height:normal;
	font-size:0.8em;
	}
	
#footer {
	font-size:0.8em;
	margin-top:5px;
	text-align:center;
	color:#e16100;
	}
	
	
p {
	font-size:1.0em;
	text-align:justify;
        margin-bottom:10px;
	}

#desc {
	font-size:0.8em;
	color:#FFFFFF;
	}
	
/* headlines and links */
h1, h2, h3, h4, h5, h6 {
	font-family:courier-new, serif;
	}
	  
h1 {
	margin-bottom:10px;
	font-size:2.2em;
	padding-top:40px;
	}
  
h1 a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
h1 a:hover {
	text-decoration:underline;
	}

h2 {
	font-size:2.0em;
	color:#e16100;
	font-weight:none;
	line-height:normal;
	margin-top:15px;
        margin-bottom:5px;
        display:block;
	background:url(images/60.jpg);
	}
	
h2.color {
	color:#994cac;
	font-size:1.2em;
	}

h3 {
	font-size:2.0em;
        color:#FFFFFF;
        text-transform:lowercase;
	font-weight:none;
        letter-spacing:-2px;
	line-height:normal;
	margin-top:15px;
        margin-bottom:5px;
        display:block;
        background:url(images/60.jpg);
        }

		
#side h3 {
	margin-top:10px;
	margin-left:3px;
	font-size:1em;
        color:#e16100;
	}

.post h2 a {
	font-size:0.9em;
	color:#994cac;
	font-weight:bold;
	}
	
.post h2 a:hover {
	text-decoration:underline;
        color:#e16100;
	}
	
a {
	color:#994cac;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:underline;
        color:#e16100;
	}
	
#side a {
	color:#994cac;
	font-weight:normal;
	margin-left:10px;
	text-decoration:none;
	}
	
#side a:hover {
	text-decoration:underline;
        font-weight:bold;
        background:url(images/60.jpg);
        color:#e16100;
	}
	
.postmetadata a {
	color:#994cac;
	text-decoration:none;
	font-weight:normal;
	}
	
.postmetadata a:hover {
	text-decoration:underline;
        color:#e16100;
	}
	
#footer a {
	color:#994cac;
	}


/* comments */
h3.comments {
	margin-top:0px;
	margin-bottom:0px;
	font-size:2em;
	color:#994cac;
	}
	
.commentmetadata {
	font-size:.9em;
	background:url(images/60.jpg);
	padding:5px;
	margin-top:10px;
        color:#e16100;
	}
	
.commentlist p {
        background:url(images/60.jpg);
	padding:3px;
	}
  
textarea#comment {
	margin:1px 0 5px 0;
	border:#070707 3px solid;
	background:url(images/60.jpg);
        color:#e16100;
	padding:0px
        display:block;
	}
	
#author, #email, #url {
	border:#070707 3px solid;
	background-color:#e7e5e6;
        color:#e16100;
	padding:2px;
	margin:1px 0;
	}
 
.cleaner {
	height:0; 
	font-size:0;
	line-height:0;
	clear:both;
	padding:0;
	margin:0;
	}
	
ul, li {
	list-style:none;
        line-height: 130%;
        list-style-image: url();
	}
	
small {
	color:#994cac;
	font-size:0.9em;
        margin-bottom:5px;
	}

strong {
	color:#994cac;
	font-size:0.9em;
        margin-bottom:2px;
	}
	

.right {
	float:right;
	margin-left:10px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px dotted #000000;
	}
	
.postmetadata {
	border:0px solid #;
	background:url(images/60.jpg);
	padding:2px;
	line-height:normal;
	text-align:center;
	margin-top:5px;
	font-size:0.9em;
	}
  
#searchform {
	margin-top:10px;
        background-color:transparent;
	}

#recentcomments a, #recent-posts a, #rss-1 a, #rss-2 a, #categories a {
	margin-left:0;
	}
  
#recent-comments li, #recent-posts li, #rss-1 li, #rss-2 li {
	margin-left:30px;
	padding-left:0px;
	list-style:decimal;
  	}
  
.children li {
 	margin-left:20px;
	}
	
#categories li {
 	margin-left:10px;
	}
		
.post ul li {
	list-style-type:disc;
	font-size:0.8em;
	margin-left:18px;
	}

.post ol li {
	list-style-type:none;
	font-size:0.8em;
	margin-left:25px;
	}

blockquote {
	margin-left:40px;
	background:url(images/60.jpg);
	line-height:normal;
	margin:5px 5px 5px 20px;
	padding:5px;
	}

h4 {
	font-size:1.3em;
	color:#e16100;
	font-weight:bold;
	line-height:normal;
	margin-top:15px;
        margin-bottom:5px;
	}
	