/* toppage CSS Document */


.entry {
	margin:0 0 15px 0;
	padding:2px 0 10px 0;
	border-bottom:1px solid #E8E8E8;
	clear:both;
	}


.entry-header {
	border:none !important;
	margin:3px 0 0 0 !important;
	padding:0 !important;
	font-size:1.35em !important;
	}
.entry-header a {
	color:#970F00;
	text-decoration:none;
	}
.entry-header a:hover {
	color:#FFFFFF;
	background-color:#970F00;
	}


.date {
	float:left;
	width:38px;
	height:43px;
	margin-right:8px;
	padding-top:4px;
	background:url(/lib/img/bg_calender.gif) no-repeat 2px top;
	}
	
.date p {
	text-align:center;
	margin:2px 5px 0 5px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height:1.4em;
	}
.date span.day {
	color:#FFF;
	font-size:18px;
	display:block;
	padding-left:1px;
	}
.date span.month {
	color:#FEDE58;
	font-size:9px;
	height:13px;
	padding-left:2px;
	overflow:hidden;
	display:block;
	}

.entry-body {
	margin:0 0 0 3px;
	}

.entry-body:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.entry-body {display: inline-table;}

/* Hides from IE-mac \*/
* html .entry-body {height: 1%;}
.entry-body {display: block;}
/* End hide from IE-mac */





p.entry-more-link {
	margin-top:5px;
	}

.entry-more-link a{
	display:block;
	margin:0;
	padding:0;
	width:109px;
	height:15px;
	background:url(../img/btn_cont.gif) no-repeat 0 -15px;
	text-indent:-5000em;
	overflow:hidden;
	}

.entry-more-link a:hover{
	background:url(../img/btn_cont.gif) no-repeat 0 0;
	background-color:transparent;
	}

.entry-infomation a {
	color:#B2B2B2;
	text-decoration:none;
	}
.entry-infomation a:hover {
	color:#222222;
	text-decoration:underline;
	background-color:#FFFFFF;
	
	}
	
.entry-comment a,.entry-comment a:hover{
	background:url(../img/ico_comment.gif) no-repeat 0 1px;
	padding-left:15px;
	margin-left:5px;
	}

.entry-trackback a,.entry-trackback a:hover{
	background:url(../img/ico_trackbk.gif) no-repeat 0 1px;
	padding-left:15px;
	margin-left:5px;
	}


/* floicker */

#flickr_badge_uber_wrapper {/*text-align:center; width:150px;*/}
#flickr_badge_wrapper {padding:1px;}
.flickr_badge_image {margin:0 11px 7px 0;	float:left;}
.flickr_badge_image img { background-color: #fff; padding:2px; border: solid 1px #E5E4E4;width:64px; height:64px; overflow:hidden; }
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}



/* .pict  { background-color: #fff; margin-right: 5px; margin-bottom: 5px; padding: 7px; border: solid 1px #d8dcdc; text-shadow: 0.2em 0.2em 0.1em #CCC }*/
.pictR   {overflow:hidden; background-color: #fff; margin:0 0 5px 5px; padding: 7px; float: right; border: solid 1px #d8dcdc; text-shadow: 0.2em 0.2em 0.1em #CCC  }
.pictL   {overflow:hidden; background-color: #fff; margin:0 5px 5px 0;padding: 7px; float: left; border: solid 1px #d8dcdc; text-shadow: 0.2em 0.2em 0.1em #CCC  }
