body {
  font-family: arial, verdana;
  padding: 0;
  margin: 0;
  font-size: 10pt;
  background: #626262;
}

label {
  padding-bottom: 3px;
  display: block;
  font-weight: bold;
}

h2 {
  padding-top: 0;
}

.pagination {
  padding-top: 14px;
}

.error_message {
  display: block;
  color: red;
  padding: 0 0 3px 0;
}

thead tr th {
  text-align: left;
}

.highlight {
	background-color: #FFC;
	padding: 10px;
}


textarea {
  width: 400px;
  height: 100px;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  background-color: pink;
}

#title_container,
#head_container,
#body_container,
#footer_container {
  margin: 0 auto;
  width: auto;
/*  padding-left: 47px;*/
  background-repeat: repeat-y;
  background-position: top left;
}


#body_container,
#footer_container {
  background-color: #cccccc;
  width: 1112px;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
}


#head_container {
}

#body_container {

}

#footer_container {
    padding-bottom: 50px;
    padding-top: 20px;
}

#head {
/*  padding-top: 58px;   */
}

#head h1 {
 height: 167px;
 background: transparent url('../images/header_bg.jpg') no-repeat scroll center;
 position: relative;
   margin: 0 auto;
	width: 1112px;
}

#head h1 a {
  font-weight: bold;
  font-size: 11pt;
  color: white;
  text-decoration: none;
  position: absolute;
  top: 86%;
	margin-left: 25px;
}




h3 {
  color: #880306;
  font-weight: bold;
  font-size: 11pt;
}


#main h3 a {
  text-decoration: none;
  color: #880306;  
}

#main h3 a:hover {
  text-decoration: underline;
}

#content {
  padding: 28px 28px 0 28px;  
}


#flickr_widget .zg_div {
margin: 0 auto;
}

#lastfm_widget table {
margin: 0 auto;
}

#main {
  width: 575px;
  background-color: #FFFFFF;
  float: left;
  padding: 0 25px 25px 25px;
  color: #626262;
}

#main a {
  color: #454e93;
}

#main a.dateline {
  font-style: italic;
}


.post {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 14px;
}

.post .meta a {
  font-style: italic;
}

#sources {
  width: 100%;
}


#sources tbody tr td {
  padding-top: 5px;
}


#sidebar {
  width: 150px;
  float: left;
  margin: 0 10px 0 10px;
  color: #43326b;
}

#sidebar a {
  color: #43326b;  
}

#sidebar h3 {
  margin-bottom: 0;
}

#sidebar p, #sidebar ul {
  margin-top: 2px;
}

#footer {
  color: #626262;
  padding: 0 50px;
}

#footer a {
  color: #454e93;
}


#main #notice.success {
  background-color: #B6E4FA;
}

#main #notice.error {
  background-color: pink;
}

#main #notice.important {
  background-color: #FFF90F;
}


#main #notice {
  border: 1px solid #fff;
  line-height: 1;
  padding: 7px;  
  background-color: #FFF3A4;  
  margin-top: 1em;
  color: #000;
}


.comment {
  border-bottom:1px solid #EEEEEE;
}

.comment_byline {
  color:#AD9984;
  font-size:90%;  
}

.comment_number {
  background:transparent url(/images/icons/comment.png) no-repeat scroll left top;
  padding-left:22px;
}


#widgets {
  float: left;
  text-align: center;
  width: 240px;
}

#widgets table {
	margin: 0 auto;
}

.field_blurb {
  display:block;
  font-size:90%;
  font-style:italic;
  font-weight:normal;
  padding-bottom:0.5em;
  padding-top:0.5em;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

textarea#sidebar_content {
  width: 100%;
  height: auto;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/* iPhone specifics */

#iphone #main {
	width: 100%;
}


img.source_icon {
	padding-right: 5px;
	vertical-align: bottom;
}

/* Source specific styles */

#main .post.lastfm {
	padding-top:14px;
}

#main .post.lastfm span{
	font-size: 10pt;
	font-weight: normal;
}

#main .post.lastfm span a{
	color: #b35a5c;
	text-decoration: none;
}

#main .post.lastfm span.content {
	margin-right: 2em;
}

#main .post.lastfm span.comment_info a{
	text-decoration: underline;
	color: #454E93;
}

#main .post.lastfm span.meta_data {
	background-color: #ddf60b;
	padding: 2px;
	position: absolute;
}

#main .post.lastfm span.meta_data a{
	color: #454E93;	
	text-decoration: underline;	
}

#main .post.lastfm span.meta_data span {
	padding: 6px;
	display: block;
}

/* Applied to a meta data element when we're using it as a tool tip. */
.active_meta_data {
	padding: 35px;
	border: 1px solid #242424;
}


/* This is a TBG.com special */
div.t_block{
	margin-bottom: 1em;
}
