/* Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
}
#commentform textarea {
font-family:georgia;
font-size: 1.5em;
} 
#navigation{
	height: 55px;
	background-image: url("images/nav.jpg");
	background-repeat: no-repeat;
	text-align: center;
}
	
#page {
	margin: 0px auto;
	padding: 0;
	width: 900px;
	background-image: url("images/bg.jpg");
}
#postwrapper{
	background-image: url("images/header4.jpg");
	background-repeat: no-repeat;
}

#content{
	margin: 0px auto;
	width: 710px;
	padding-top: 287px;	
}

.narrowcolumn {
	width: 425px;
	float: left;
}

#postcolumn{
	float: left;
	width: 445px;
}

#sidebar{
	width: 200px;
	padding-top: 115px;
	float: right;
}

.had{
	display:none;
}

#footer{
	text-align: center;
}

/* Begin Typography & Colors */
body {
	font-size: 71.5%; /* Resets 1em to 10px */
	font-family: Georgia;
	background: #8D4FB0;
	color: #FFFFFF;
	}

	a {
	  color: #8D4FB0;
	  font-weight: bold;
	  font-size: 1em;
	  text-decoration: none;
	  }
	a:hover {
	  color: #FFFFFF;
	  }
	strong, em, i, b {
	  color: #FFFFFF;
	  }
	u {
	  text-decoration: none;
	  color: #FFFFFF;
	  border-bottom: 1px solid #A5C733;
	  }
	blockquote {
	  color: #000000;
	  background-color: #8D4FB0;
	  border: 1px solid #000000;
	  padding: 3px;
	  }
	h2 {
	  color: #FFFFFF;
	  font-family: georgia;
	  font-weight: bold;
	  text-transform: lowercase;
	  font-size: 2.8em;
	  text-align: left;
	  letter-spacing: -2pt;
	  }

	h3 {
	  color: #8D4FB0;
	  font-family: georgia;
	  text-transform: lowercase;
	  font-size: 2.2em;
	  text-align: left;
	  letter-spacing: -2pt;
	  line-height: 0px;
	  }
	.post h3{
	  color: #8D4FB0;
	  font-family: georgia;
	  text-transform: lowercase;
	  font-size: 2.2em;
	  text-align: left;
	  letter-spacing: -2pt;
	  line-height: 0px;
	margin-top: -22px;
	  }
#sidebar	h2 {
	  color: #FFFFFF;
	  font-family: georgia;
	  text-transform: lowercase;
	  font-size: 2.2em;
	  text-align: left;
	  letter-spacing: -1pt;
	  line-height: 0px;
	text-align: right;
	  }

.date{

}
#sidebar{
	text-align: right;
}
#sidebar ul {
  margin: 3px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  }
#sidebar ul li {
  margin: 3px;
padding-top: 4px;
  }
#sidebar ul a {
  color: #8D4FB0;
  font-weight: bold;
  font-size: 1em;
  background-image: 
url("http://img.photobucket.com/albums/v322/supergongie/musicisart4.gif");
  background-repeat: no-repeat;
  background-position: right top;
  text-decoration: none;
padding-right: 20px;
}
#sidebar ul a:hover {
  color: #8D4FB0;
  background-image: 
url("http://img.photobucket.com/albums/v322/supergongie/musicisart3.gif");
  background-repeat: no-repeat;
  background-position: right top;
  }

.postmetadata {
	  color: #FFFFFF;
	  font-family: georgia;
	  text-transform: lowercase;
	  font-size: 1.4em;
	  text-align: left;
	  letter-spacing: -1pt;
	  line-height: 15px;
	text-align: left;
}

hr{
	background-color: ;
}
#navigation ul{
	margin-top: 0px;
	padding-top: 14px;
}

#navigation li{
	list-style: none;
	display: inline;
	padding-right: 25px;
	}
#navigation li a{
	color: #FFFFFF;
}
#navigation li a:hover{
	color: #8D4FB0;
}

#side h2{
	  color: #FFFFFF;
	  font-family: georgia;
	  text-transform: lowercase;
	  font-size: 1.6em;
	  text-align: left;
	  letter-spacing: -1pt;
	  line-height: 0px;
	text-align: right;
}

#bottoml{
	display:none;
}

.entry{
	font-size: 1.2em;
.gravs {margin-top:20px;}
.avatar {float:left; margin-right:5px; margin-bottom:5px; padding:3px; border:1px solid #999999;}
.postauthor {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 10px;
    margin: 10px 0;
    }

.postauthor h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    }

.postauthor img {
    float: left;
    margin: 0 15px 8px 0;
    }
.authbio{
color: #666;
font-weight: normal;
background: #fff;
border: 1px solid #ccc;
width: 420px;
height:60px;
padding: 8px;
margin-bottom:5px;
}
img.alignleft {
    float:left;
    background-color: #fff;
    border:1px solid #ccc;
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.commentlist li.tweetback {  
background-color: #94E4E8;  
}  
