@charset "utf-8";
/* CSS Document by Erin Lillis*/

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// BODY & LINKS     //////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/


body  {
	background: white;
	margin: 0; 
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 600px; /*Height of the footer*/
	text-align: left; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	height: 100%;*/
	vertical-align: baseline;
}

a {
	color:#d7db92;
}
			
a:hover {
	color:#f8fcba;
}

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// CONTAINER     /////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/


.threecolumnblog #container { 
	width: 1024px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	min-height:100%;
    position:relative;*/
} 

/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// ALIGNS   ///////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
.threecolumnblog .alignLeft {
	float:left; 
	margin-right: 1em;
}

.threecolumnblog .alignRight {
	float:right; 
	margin-left: 1em;
}


/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// SITE_WRAPPER    ///////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
.threecolumnblog #site_wrapper {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	text-align: left; 
}
/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////// HEADER     ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/
.threecolumnblog #header { 
	width: 1024px;
	height: 139px;
	border: none;
	/*height: 138px; */
} 


/*/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////  CONTENT     //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////*/

/* Content
----------------------------------------------- */
@media all {

.threecolumnblog #blog_content {
	width: 1024px;
}

.threecolumnblog #sidebars {
	float: right;
	width: 377px;
	height: 100%;
	background-color:#000406;
	background-image:url(../images/blog/chdr_sidebarbg_v2.gif);
	background-repeat:no-repeat;
	margin-top:60px;
}

.threecolumnblog #sidebar1 {
	float: left;
	margin-top: 60px;
	width: 135px;
	padding: 10px;
}

.threecolumnblog #sidebar2 {
	float: right;
	padding: 10px;
	margin-top: 60px;
	width: 195px; 
	border-color: #0b151b;
	border-left-width:thin;
	border-left-style:solid;
}

.threecolumnblog #main_content { 
	background-image:url(../images/blog/chdr_contentModule_v2.gif);
	background-repeat:no-repeat;
	width: 613px;
	height: auto;
	background-color: #0d191f;
	/*margin-top: 20px;
	padding: 20px 10px 5px 10px;*/
}

.threecolumnblog #blog_entries {
	/*margin-top: 60px;*/
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.blogPost
{
          clear: none;
}

/*div[style] {
   background: yellow !important;
}*/

/*div[blogPost] {
	clear: none !important;
	background:#00FF33;
}*/



/* Footer
----------------------------------------------- */

.threecolumnblog #footer hr {

  }

.threecolumnblog #footer { 
	padding: 20px 10px 0 20px; 
	height: 600px;
	background:#020304;
/*	position:absolute;
  	bottom:0;
   	width:100%;*/
} 
.threecolumnblog #footer p {
	margin: 0; 
	padding: 10px 0; 
}


 }
 


@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
	color: #f1ad7c;
  }
 
h3 {
	color: #f8fcba;
}


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
	color: #f2ae7c;
	font-size:14px;
	font-weight:bold;
  }
  
.post-title a, .post-title a:visited, .post-title strong {

  }
.post-title strong, .post-title a:hover {

  }
.post div {
  }

p.post-footer {

  }
.post-footer em, .comment-link {

  }
.post-footer em {

  }
.comment-link {

  }
.post img {

  }
.post blockquote {

  }
.post blockquote p {

  }


/* Comments
----------------------------------------------- */
#comments h4 {

  }
#comments h4 strong {

  }
#comments-block {

  }
#comments-block dt {

  }
#comments-block dd {

  }
#comments-block dd.comment-timestamp {

  }
#comments-block dd p {

  }
.deleted-comment {

  }
.paging-control-container {

}
.unneeded-paging-control {

}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {

  }
#sidebar li {

  }
#sidebar p {

  }


/* Profile
----------------------------------------------- */
#profile-container {

  }
.profile-datablock {

  }
.profile-img {

  }
.profile-img img {

  }
.profile-data {

  }
.profile-data strong {

  }
.profile-textblock {

  }
.profile-link {

  }





/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
  
  
  
  


			
