body {
	background: #ffffff;
	padding: 0;
	margin: 0;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

#super_wrapper {
  width: 790px;
  margin: 0 auto;
}

#header {
	padding:25px 0 0 0px;
  font-family: georgia, verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
}

#header .sub_title {
	font-size: 14px;
	font-weight: normal;
}

#footer {
	padding:20px 0 20px 0px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

#content {
    padding-top: 25px;
}

#content dl {
}

#content dt {
    float: left;
    margin-right: 0px;
    border: 0px solid red;
    clear: left;
}

#content dd {
    float: left;
    border: 0px solid red;
    margin: 0 0 0 10px;
    width: 350px;
    text-align: left;
}

.date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-top: 30px;
	color: #666;
}

.day_content {
  width: 510px;
  padding-left: 0px;
  border: 0px solid #cc0;
}

p {
  margin: 0 0 10px 0;
}

p.image {
  margin-top: 5px;
}

h3 {
}

h4 {
    font-family: "Courier New", Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 5px 5px 0;
}

h2 {
    font-family: "Courier New", Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 2px 5px 5px 0;
}

.clear {
    clear: both;
}

#right_panel {
    float: left;
    margin-top: 0px;
    width: 250px;
    font-size: 11px;
    color: #666;
    padding-left: 15px;    
}

#right_panel a {

}

#right_panel a:hover {
    background: red;
    text-decoration: none;
    color: #fff;
}

#right_panel h3 {
  color: #555;
  margin-bottom: 0px;
  font-size: 13px;
}

#right_panel p {
  margin-top: 0px;
  margin-bottom: 10px;  
  padding-left: 0px;
  line-height: 16px;
}

#left_panel {
    float: left;
    width: 520px;
	  padding-left: 0px;
    /* border-right: 1px dotted #cccccc;	  */
}

h3 a {
    text-decoration: none;
    color: #333;
		font-weight:normal;
		font-size:16px;
}

a {
  text-decoration: none;
  color: #DF3000;
  font-weight: bold;
}

a.link_title {
  color:#000;
  font-size:14px;
}

a.link_title:hover {
	color:#222;
}

a.permalink {
  text-decoration: none;
  color: #ccc;
}

img {
  padding:5px;
  background:#ccc;
  border: 0;
}

ul {
    padding: 1px;
}
li {
    margin-left: 0px;
}

.artist {
    color: #666666;
}

blockquote {
  padding: 0px 10px 0 10px;
  margin: 10px;
  border-left: 1px solid #ededed;
}

.quote-block {
  margin-top:10px;
  background: #ffffff url("../images/quote.gif") no-repeat;
}

.quote-long {
  padding-left: 38px;
  font-size: 18px;
  line-height: 20px;
  color: #61B5BC;
  font-weight: normal;  
}

.quote-meta {
  font-size: 12px;
  color: #333;
}

.flickr {
  padding: 0px;
}

.flickr p {

}

.comments-link {
	font-size: 10px;
	color: #666;
}

#comment-form {
  padding-top: 10px;	
  border-top: 1px dotted #cccccc;	    
}

#comments {
  background: #eee;
  padding: 10px;	
  border-top: 1px dotted #cccccc;	    
}

#comments h3 {
  font-size: 11px;
  line-height: 12px;
  letter-spacing: normal;
  margin: 0 0 3px 0;
}

#comments p {
  margin: 0 0 15px 0;
  overflow: auto;
}

.paginator {
	font-size: 11px;
	padding-top:10px;
	font-weight: bold;
	color: #DF3000;
	text-align:center;
}
.paginator a {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #DDDDDD;
padding:2px 6px;
text-decoration:none;
font-weight: normal;
width:100%;
}

.paginator a:hover {
background:#DF3000 none repeat scroll 0%;
color:#FFFFFF;
text-decoration:none;
}

/* might have to do this holy hack */
/* hacks for IE contained floats problems */
#formsContainer:after {
    content: ".";
    display: block;
    height: 0;
    overflow:hidden;
    clear: both;
    visibility:hidden;
}
/* Holly Hack Targets IE Win only \*/
* html #formsContainer {height: 1%;}
