﻿body 
{
    background-color: #b4b7a8;
	margin:0;
    padding:0px;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #8F8A8A;
}

a:link {
  color:#6B6D5A;
  text-decoration:none;
  }
  
a:visited {
  color:#6B6D5A;
  text-decoration:none;
  }
  
a:hover {
  color:#D7D7D7;
  text-decoration:none;
  }
  
a img {
  border-width:0;
  }

#header { 
	display: block;
} 

#navigation
{
    background-color: #3D4130;
	padding: 8px;
}
/*
974
*/
#content
{
    width: 900px;
    padding: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
	margin-top: 25px;
}

#contentBg
{
    width: 900px;
    text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	background: url("../images/col_tile_900_v2.gif") repeat;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* background-color: #3D4130; 
width:174px;
*/
#sidebar 
{
    color: #AAAF98;
	padding: 0 15px;
    width:190px;
}

/* background-color: #241E00; 
    width:768px;
*/
#main
{
	padding: 0 15px;
    width:650px;    
}

#footer 
{
    padding: 8px;
}

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin: 20px 0px;
    border-bottom:1px dotted #ccc;
    padding-bottom: 30px;
    }
  }

.post-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size: 14px;
	font-weight:bold;
	line-height:16px;
	color:#6B161B;
	text-transform:uppercase;
  }

.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#6B161B;
  font-weight:normal;
  }
  
.post-title strong, .post-title a:hover {
  color:#fff;
  text-decoration: none;
  }
  
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
  
.post a:link
{
    text-decoration:none;
    color:#6B161B;
}

.post a:visited 
{
    text-decoration:none;
    color:#6B161B;
}

.post a:hover { color: #6B161B; text-decoration: underline;}

.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border: 1px solid #6B6D5A;
  }
  
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
  /*
  p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
*/
.post-footer 
{
    margin-bottom: .25em;
	padding: 10px 0;
}

.post-footer .text 
{
    float: left;
    margin-left: 2px;
}

.post-footer .text em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
  
.post-footer .text em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }

.post-footer .avatar 
{
    float: left;
    margin: 2px;
    vertical-align: text-top;
}

.post-footer a:link, a:visited 
{
    color:#6B161B;
    text-decoration:none;
}

.post-footer a:hover { color: #6B161B; text-decoration: underline;}

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#413B3B;
  font-weight:bold;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#8F8A8A;
  line-height:1.5em;
  }

#sidebar a:link, a:visited
{
    color: #8F8A8A;
}

#sidebar a:hover
{
    color: #6B161B;
    text-decoration: none;
}
