/* Clearfix - to sort floats */

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */



/* Article - spaces away from Page title */
.cb_article {
    padding-top: 6px;
}

/* Image padding */

.document img[align=right] {
    margin-left: 2em;
    margin-bottom: 2em;
}

.document img[align=left] {
    margin-right: 2em;
    margin-bottom: 2em;
}

/* Itinerary */

.cb_itinerary_list {
    padding-top: 13px;
}

.cb_itinerary_list .event {
    padding-bottom: 2em;
}

.cb_itinerary_list .event .title {
	background-color: #F2E8CB;
	padding: 4px;
	padding-left: 30px;
}

.cb_itinerary_list .event .date {
    padding-left: 30px;    
    font-size: 10px;
    text-transform: uppercase;
}

.cb_itinerary_list .event .information {
    padding-left: 30px;  
    margin-top: 0.5em;
}

/* Friends */

.cb_friends_list {
    padding-top: 13px;    
}

.cb_friends_list .friend {
    padding-bottom: 2em;
}

.cb_friends_list .friend .title {
	background-color: #F2E8CB;
	padding: 4px;
	padding-left: 30px;
}

.cb_friends_list .friend .description {
    padding-left: 30px;  
    margin-top: 0.5em;
}

/* Blog */

.cb_blog_list {
    padding-top: 13px;
}

.cb_blog_list .post {
    padding-bottom: 2em;
}

.cb_blog_list .post .title {
	background-color: #F2E8CB;
	padding: 4px;
	padding-left: 30px;
}

.cb_blog_list .post .date {
    padding-left: 30px;    
    font-size: 10px;
    text-transform: uppercase;
}

.cb_blog_list .post .content {
    padding-left: 30px;  
    margin-top: 0.5em;
}

.cb_blog_list .post .posted {
	border-top: 1px solid #F2E8CB;
    /* border-bottom: 1px solid #F2E8CB; */
	padding: 4px;
	padding-left: 30px;
}

/* Odds and Evens - not used */

.list_odd {
    
}

.list_even {
    
}
