/*  
Theme Name: Brightbox theme
Theme URI: http://blog.brightbox.co.uk
Description: Custom theme for Brightbox blog
Version: 18 Nov 2007
Author: Jeremy Jarvis

*/


/****************** BLOG SPECIFIC ********************/

h1.archive {
  color: #999;
  font-size: 14px;
margin: 0 0 10px 0;
border: none;
padding: 0;
text-shadow: none;
text-transform: uppercase;
}

div.post {
  margin-bottom: 40px;
  padding-bottom: 40px;
/*  background: url("/images/bg/post_separator.gif") no-repeat bottom center; */
}

div.post h2,h2 a {
  color: white;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 0.7em;
  text-decoration: none;
  border: 0;
  padding: 0;
  text-shadow: #121212 2px 2px;
}

div.post h2 a:hover {
color: #66ccff;
}

.alignleft {
	float: left;
	display: inline;
}

.alignright {
	float: right;
	display: inline;
}



div.post h2 span.date {
  color: #555;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-size: 80%;
  text-shadow: none;
  white-space: nowrap;
}

#sidebar .item h4 {
  margin-bottom: 0.5em;
}

#sidebar .item #flickr { width: 200px; }




p.postmetadata {
  color: #999;
  font-size: 10px;
  padding-top: 7px;
  
  border-top: 1px solid #222;
  margin-bottom: 0.3em;
  padding-left: 5px;
}

#content p.postmetadata a em {
  color: #999;
  text-decoration: none;
  font-style: normal;
}

p.postmetadata strong {
  color: #fff;
}

p.postmetadata span {
  text-align: center;
  padding: 0 3px;
  color: #333;
}

p.categories {
  padding-left: 5px;
  font-size: 10px;
}

p.categories a {
  margin-right: 4px;

}

#tag_cloud {
  margin-bottom: 60px;
}

#tag_cloud a {
  margin-right: 0.4em;	
}
	

#sidebar div.item ul.tags li {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}



/****************** BLOG COMMENTS *****************/

#comments {
  background-color: #212121;
  padding: 20px;
}

#comments h3 {
  margin-bottom: 1em;
}

#comments ol.commentlist {
  padding: 0;
  list-style: none;
  font-size: 12px;
  margin-bottom: 40px;
}

ol.commentlist li {
  padding: 0;
  margin-bottom: 25px;
}

p.commentmetadata {
  color: #888;
  margin-bottom: 2px;
  padding: 0;
}

#commentform input.textfield, #commentform textarea {
  border: 1px solid #000;
  font-size: 13px;
  padding: 1px;
}

#commentform label {
  font-size: 12px;
  padding-left: 4px;
}

#commentform label span {
  font-size: 11px;
  color: #999;
  padding-left: 2px;
}

textarea#comment {
  width: 430px;
}


#commentform span.required {
  color: red;
}





#main div.post {
	background-image: none;	
}

div.post-footer {
	clear: both;
}

p.categories {
	color: #666;
}

p.postmetadata strong a {
	color: white;	
}
div.author_profile {
	background-color: #333;
	width: 180px;
	padding: 10px 10px 15px 10px;
	margin-bottom: 30px;	
	
	
}

div.author_profile img {
	border: 1px solid #222;
	margin-bottom: 10px;
}