#bgRight
{
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: -1;
}

body.comments
{
  background-image: none;
  background-color: #f6f6f6;
  padding:10px;
  font-size: 12px;
}

body.comments h1
{
  color: #5bb4e5;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  font-weight: normal;
}

body.comments h2
{
  color: #990000;
  margin: 0px 0px 10px 0px;
  font-size: 12px;
  font-weight: normal;
}

#blogRecentEntriesContainer
{
  background-color: #eeeeee;
  font-size: 12px;
  padding: 12px;
  color: #cccccc;
}

#blogRecentEntriesContainer strong
{
  font-weight: normal;
  color: #999999;
}

#blogRecentEntriesContainer a
{
color: #5bb4e5;
}

#bodyTextContainer
{
  font-size: 14px;	
}

#blogTitleContainer
{
  position: relative;
  width: 990px;
  background-image: url(../images/bg-blog-header.gif);
  height: 100px;
  margin: 0px auto;
}

#blogFooterBar
{
	position: relative;
	background-image: url(../images/bg-blogfooterbar.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#blogFooterContainer
{
  position: relative;
  width: 990px;
  height: 50px;
  margin: 0px auto;
  clear: both;
}

#blogTitleContainer h1
{
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 36px;
  left: 24px;
}

#blogTitleContainer ul, #blogFooterContainer ul
{
  position: relative;
  float: right;
  list-style-type: none;
  margin: 30px 20px 0px 0px;
  padding: 0px;
}

#blogFooterContainer ul
{
  margin: 6px 20px 0px 0px;	
}

#blogTitleContainer ul li, #blogFooterContainer ul li
{
  display: inline;	
  padding: 0px;
  margin: 0px;
}

#blogHeader
{
  margin-top: 1px;
  background-repeat; repeat;
  padding: 8px 15px;
  font-size: 12px;
  background-color: #5bb4e5;
  color: #ffffff;
  position: relative;
}

#blogArchiveLinksContainer
{
  float: right;
  text-align: right;
  margin-top: 2px;
  margin-right: 20px;
}

#blogTagLinksContainer
{
  float: left;
  text-align: left;
}

#blogArchiveLinksContainer a, #blogArchiveLinksContainer strong, #blogTagLinksContainer a, #blogTagLinksContainer strong
{
  color: #ffffff;
}

.blogEntry
{
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.blogEntry a
{
  color: #5bb4e5;	
}

.blogImage
{
  background-color: #333333;
  color: #999999;
  margin: 40px 0px;
}

.blogCaption
{
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

p
{
  margin-top: 16px;
  margin-bottom: 0px;
  padding: 0px;
}

h2
{
  color: #5bb4e5;
  font-size: 34px;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h2 a
{
  color: #5bb4e5;
  text-decoration: none;
}

h4
{
  margin: 0px;
  color: #BBBBBB;
  font-weight: normal;
}

h4 a
{
  color: #5bb4e5;	
}

#blogMonthBackLink
{
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
  margin-bottom: 20px;
  color: #BBBBBB;
}

#blogMonthForwardLink
{
  position: relative;
  float: left;
  width: 50%;
  text-align: left;
  margin-bottom: 20px;
    color: #BBBBBB;
}

#blogMonthBackLink a, #blogMonthForwardLink a
{
  color: #5bb4e5;
}

#blogTopLink
{
  position: absolute;
  top: 6px;
  left: 10px;
}

.blogEntryShareLinks
{
 position: relative;
 float: right;
 text-align: right;
 width: 200px;
 padding-top: 5px;
}

#blogRSSFeedLink
{
  position: absolute;
  right: 15px;
  top: 11px;
}

#blogRSSFeedLink img
{
  border: 1px solid white;	
}

.blogCommentsHeaderBar
{
  background-color: #bbbbbb;
  color: white;
  padding: 7px;
  font-size: 14px;
  line-height: 14px;
}

.blogCommentsContainer
{
  border: 1px solid #dddddd;
  border-top: 0px;
  background-color: #f6f6f6;
  padding: 10px;
  font-size: 12px;
	 overflow: auto;
	 height: 100px
}

.blogCommentHeader
{
  border-bottom: 1px solid #dddddd;	
  padding-bottom: 5px;
  color: #aaaaaa;
  width: 900px;
}

.blogCommentHeader em
{
  font-style: normal;
    color: #5bb4e5;
}

.blogCommentText
{
  margin-bottom: 20px;
  margin-top: 5px;
}

.blogNumberOfComments
{
  float: left;
  position: relative;
  margin-top: 5px;
  margin-right: 10px;
}

.blogShowCommentsButton, .blogAddACommentButton
{
 float: left;
 position: relative;
  margin-right: 10px;
}

.blogAddComment
{
  position: relative;
  height: 262px;
  margin-bottom: 10px;
}

.blogAddCommentIframe
{
  border: 1px solid #dddddd;
  border-top: none;
  width: 958px;
  height: 260px;
}

.blogCommentsInputBox
{
  background-color: white;
  border: 1px solid #dddddd;
  padding: 2px;
  width: 300px
}

textarea.blogCommentsInputBox
{
  height: 50px;	
  font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}

.blogCommentsSubmit
{
  position: relative;
  margin-top: 5px;
  margin-left: 209px
}