/*
Theme Name: burst mod
Description: Based on Derek Punsalan's Foliage Mod which utilizes the scriptaculus library.
Version: 1.02
Author: Burst tv / Derek Punsalan
Author URI: http://5thirtyone.com/

This theme was designed and coded by Derek Punsalan.
You can find his ramblings and additional work at http://5thirtyone.com/

It was modified by Burst tv.

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/ 

* {
	margin: 0;
	padding: 0;
	outline: none;
	}
	
h1, h2, h3, p, pre, blockquote, form, fieldset, ul, ol {
	margin: 0em 0; /* give me back my basic margins */
	}
	
body {font: 71% 'Lucide Grande', Verdana, Arial, Sans-Serif; 
	color: #999;
	background: #000;
	text-align: center;
	}
	
/* links  and fonts */
a:link, a:active, a:visited {color: #ddd;}
a:hover {color: #8f0;}
a {text-decoration: none;}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #aaa;
	}
	
h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.1em;}

.chrondate {color: #3f3f3f; padding-left: 0.0em;}
.chrondate a {color: #3f3f3f;}
.chrondate a:hover {color: #d0dda3;}
	
/* shelf & navigation */
#shelfwrap {
	background: #b4b4b4 url(images/shelf_left.jpg) repeat-x top left;
	}
	
#shelf {
	color: #111;
	background: #b4b4b4 url(images/shelf_left.jpg) repeat-x top left;
	text-align: left;
	width: 601px;
	height: 183px;
	margin: 0 auto;
	line-height: 1.5em;
        padding-top: 0em;
	}

	#shelf .left {
		width: 28em; 
		padding: 0 0.5em 0.5em;
		background: #b4b4b4;
		}
		
		
	#shelf .right {
		width: 27em; 
		padding: 0 0.5em 0.5em;
		}
		
		ul#recentposts {
			margin: 0;	
			padding: 0;	
			list-style: none;	
			}
			
		#recentposts li {
			background: url(images/li.gif) no-repeat 0 0.3em;
			padding-left: 15px;	
			margin-left: 4px;		
			}
			
#shelfbreak {
	background: #b4b4b4;
	font-size:0px;
	height: 0px;
	}
	

.space {
line-height: .3 em;
} 
	
/* top banner */
#banner {
	background: #333 url(images/lawn.jpg) repeat-x top left;
	/*height: 118px;*/
	}
	
#menupanel {
    width: 800px; height: 118px;
    background: url(images/menupanel.jpg) no-repeat top left;
    margin: 0px auto 0px;
    display: block;
    position: relative;}
  #menupanel li {
    margin: 0px; padding: 0px; list-style: none;
    position: absolute; top: 0px;}
  #menupanel li, #menupanel a {
    height: 118px; display: block;}

  /*#homelink {left:100px; width:170px; height:81px;}*/
  #aboutlink {left:270px; width:120px; height:41px;}
  #worklink {left:396px; width:75px; height:41px;}
  #recentlink {left:470px; width:86px; height:41px;}
  #bloglink {left:556px; width:70px; height:41px;}
  #linkslink {left:625px; width:70px; height:41px;}
  
  /*#homelink a {height:81px;}
  #homelink a:hover {
    background: transparent url(images/menupanel.jpg)
    -100px -118px no-repeat;}*/

  #aboutlink a {height:41px;}
  #aboutlink a:hover {
    background: transparent url(images/menupanel.jpg)
    -270px -118px no-repeat;}

  #worklink a {height:41px;}
  #worklink a:hover {
    background: transparent url(images/menupanel.jpg)
    -396px -118px no-repeat;}

  #recentlink a {height:41px;}
  #recentlink a:hover {
    background: transparent url(images/menupanel.jpg)
    -470px -118px no-repeat;}

  #bloglink a {height:41px;}
  #bloglink a:hover {
    background: transparent url(images/menupanel.jpg)
    -556px -118px no-repeat;}
 
  #linkslink a {height:41px;}
  #linkslink a:hover {
    background: transparent url(images/menupanel.jpg)
    -625px -118px no-repeat;}	

		
/* main content area home and index */
#top {background: #333;}

#content {
	width: 53em;	
	margin: 0 auto 0;
	padding: 0 0 0em 0;
	text-align: left;
	line-height: 1.5em;
        padding-bottom: 4em;

	}
	
	.post { 
		padding: 0 0 1em 0;
                padding-bottom: 2em;
                padding-top: 1.2em;
		}
		
	.entrymeta {
		font-size: 0.9em;
		margin: -1.7em 0 2em 0;
		text-transform: lowercase;
                padding-top: 2em;
		}
		
	.entry {} 
		
	.entry ul li, .mulch ul li {
		list-style: none;
		background: url(images/li.gif) no-repeat 0 0.3em;
		padding-left: 1.5em;
		margin-left: 2.2em;
		}
		
	.entry ol, .mulch ol {
		margin-left: 3.5em;
		}
		
	.entry li, .mulch li {
		padding-bottom: 0.3em;
		width: 423px;
		font-size: 1em;
		}
	
	.entry blockquote, .mulch blockquote {
		margin-left: 3.9em;
		color: #8f8f8f;
		width: 9px;
		}
		
	.entry strong, .mulch strong {
		color: #fff;
		}
		
        .entry strong:hover, .mulch strong:hover {
                color: #8f0;
                }

.returnhome {
	float: right;
	}
	
/* single post pages and comments */
.commentnote {
	color: #B3BE82;
	padding: 0.5em 0.3em 0 0.9em;
	}

#singlecontent {
	width: 53em;	
	margin: 0 auto 0;
	padding: 0 0 0em 0;
	text-align: left;
	line-height: 1.5em;
    padding-bottom: 2em;
	}
	
	#singlecontent .post {	
		float: left;
		width: 53em;
		}
		
#relatedposts {margin: 0; padding: 0;}
	
#relatedposts h3 {margin: 0;}
#relatedposts ul {margin: 1em 0 0 0;}
		
p { margin-top: 1em; } 

#commentscolumn {
	color: #d6ddbc;
	margin: 2em 0 3em 0;
	float: right;
	width: 28em;
	background: #656C4A url(images/snippet_right.gif) no-repeat bottom right;
	}
	
	.comments {
		color: #d6ddbc;
		margin: 0;
		padding: 9px 9px 0 9px;
		background: url(images/snippet_left.gif) no-repeat -1px -1px;
		}
		
#commentwrap {
	float: left;
	margin:0;
	padding-bottom: 3em;
	}
	
	#commentform small {color: #555;}
	
.commentlist {}
	
	.commentlist li {
		list-style: none;
		border-top: 1px solid #717a50;
		padding-top: 0.3em;
		}
		
	.commentlist .alt {}
		
	.author .commententry {
		background: url(images/author.gif) no-repeat top right;
		}
		
	.commententry {
		padding: 0 0.8em 0 0.9em;
		overflow: hidden;
		}
		
	.commententry blockquote {color: #B3BE82; margin-left: 1em;}
		
#author, #email, #url, #comment {font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	background: #333;
	border: 0px solid #555;
	color: #ddd;
	
	
	padding: 0px;
	}

#author, #email, #url {width: 185px;}	
#comment {width: 436px; height: 125px; overflow: auto; font-size: 10px;}
#submit {background: #f00; border: 1px solid #d6ddbc; color: #d6ddbc; font-size: 11px; padding: 0 1em;}
		
/* bottom content area */
#footercontent {
	background: #111 url(images/bottom.jpg) repeat-x top left;
	margin: 0 0 -2em 0;
	line-height: 1.5em;
	}
	
	#bottomwrap {
		background: url(images/bottom_right.jpg) repeat-x top left;
		width: 53em;
		margin: 0em auto 0;
		text-align: left;
		}	
		
	#bottomcontent {
		color: #999;
		width: 53em;
		margin: 0 auto;
		padding: 1em 0em 5em 0em;
		}
		
#footer {
	color: #999;
	width: 53em;
	margin: 0em auto 0;
	text-transform: lowercase;
	}
		
/* misc and images */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.center {text-align: center;}

.entry img {
	padding: 0px;
	background: #111;
	border: 0px solid #777;
	}
	

