/*--------------------------------------------------
  GENERAL STYLES
--------------------------------------------------*/

body
{
	margin:20px 20px 20px 20px;
	background:#335;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: small;
	color: #fff;
}

h1
{
	color: #ccf;
	font-weight: 500;
	font-size: x-large;
	padding: 3px;
	padding-top: 13px;
	margin: 0;
}

h2
{
	color: #ccf;
	font-weight: 500;
	font-size: large;
	padding: 3px;
	margin: 0;
}

img
{
	border: none;
}

a:link, a:visited
{
	color: #aaf;
	text-decoration: none;
}

a:hover
{
	color: #ccf;
	text-decoration: underline;
}

hr
{
	color: #aac;
	background-color: #aac;
	border-bottom: 1px solid #aac;
}

small
{
	color: #ddf;
}

/*--------------------------------------------------
  PAGE SECTIONS
--------------------------------------------------*/

.header
{
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #aad;
}

.main
{
	padding: 30px;
	border-right: 1px solid #aad;
	margin-right: 20px;
	text-align: center;
	font-size: medium;
	color: #fff;
	float: left;
	width: 70%;
	min-height: 400px;
	min-width: 600px;
}

.sidebar
{
	font-size: medium;
	padding: 10px;
	padding-top: 30px;
}

.footer
{
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #aad;
	clear: both;
}

/*--------------------------------------------------
  OTHER STYLING
--------------------------------------------------*/

.youarehere
{
	color: #ddf;
}

.nonlink
{
	color: #669;
}

.quote
{
	padding: 10px;
	border: 1px solid #aad;
	color: #ddf;
}

/*--------------------------------------------------
  BLOG-SPECIFIC STYLING
--------------------------------------------------*/

.title
{
	font-size: medium;
	color: #bbb;
}

.blog
{
	text-align: left;
	font-size: small;
}

.blogbody
{
}

.date
{
	font-size: medium;
	color: #999;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	font-weight: bold;
}

.posted
{
	font-size: x-small;
	color: #ddd;
	margin-bottom: 25px;
}

.side
{
	color: #ccc;
	font-size: x-small;
	line-height: 140%;
	padding: 2px;
}

.sidetitle
{
	color: #aaa;
	font-size: small;
	line-height: 140%;
	padding: 2px;
	margin-top: 30px;
	letter-spacing: .3em;
}

.powered
{
	color: #999;
	font-size: x-small;
	line-height: 140%;
	text-transform: uppercase;
	padding: 2px;
	margin-top: 20px;
	letter-spacing: .2em;
}

	
.comments-body
{
	color:#fff;
	font-size:small;
	line-height:140%;
	padding-bottom:10px;
	padding-top:10px;		
	border-bottom:1px dotted #999; 					
}		

.comments-post
{
	color:#ddd;
	font-size:x-small;
}	
		

.trackback-url
{
	color:#666;
	font-size:small;
	line-height:140%;
	padding:5px;		
	border:1px dotted #999; 					
}


.trackback-body
{
	color:#666;
	font-size:small;
	line-height:140%;
	padding-bottom:10px;
	padding-top:10px;		
	border-bottom:1px dotted #999; 					
}		

.trackback-post
{
	color:#666;
	font-size:x-small;
}	

	
.comments-head
{ 
	font-size:small; 
	color: #bbb; 
	border-bottom:1px solid #999;
	margin-top:20px;
	font-weight:bold;		
}		

#banner-commentspop
{
	color:#FFF;
	font-size:large;
	font-weight:bold;
	border-left:1px solid #FFF;	
	border-right:1px solid #FFF;  		
	border-top:1px solid #FFF;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;  		  		  			 
}