@charset "UTF-8";
@import "/themes/concept/master.css";

/*
 [ Index
----------------------------------------------------------- */

.photo {
	margin: 0 15px 20px 0;
	padding: 5px;
	border: #ddd 1px solid;
}
.bottom_text {
	padding: 10px 30px;
	border: #666666 3px double;
	clear: both;
	font-size: small;
	margin-bottom: 1em;
}
.blogEntry {
	padding-bottom: 5px !important;
	margin-bottom: 2em;
}
.blogEntryHeader {
	margin-bottom: 20px;
}
blockquote {
	clear: both;
	border:3px solid #f8931f;
	background: url(images/blockquoteBg.gif) repeat;
	color:#555555;
	margin:30px 0px;
	padding:15px;	
}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
