/*-----attach body.custom to any style you add here-----*/

body {
       font: 64% "Segoe UI",Tahoma,Arial;
       text-align:center; 
       color:#111;
}

#footer{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#footer .right{
        width:33%;
}
.looped .entry,
.single .entry {
        border-bottom: 1px dashed #CCCCCC;
    	padding-top: 20px;

}
.entry-title, .page-title{font-size:20px; line-height:1; margin:5px 0 0;}
.entry-data{margin:0 0 0.8333em; font:italic 1.3em/1.6666 'trebuchet ms', sans-serif; color:#000;}
.entry-content h1, .entry-content h2 {font-size:1.3em;}

/*JC CSS*/

#JContainer{font-size:11px;} /*container*/

#JContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#JContainer .twittLI{list-style:none;background:#FFFFFF;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #CAF8C9;padding:3px;clear:both;height:45px;} 
#JContainer .twittList SPAN.time{color:#777;font-size:0.9em}
#JContainer .twittList A{color:#0000FF;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#JContainer .juitterAvatar{float:left;border:solid 1px #FFF;background:#FFF;margin-right:5px;padding:2px;width:38px;;height:38px;}

#JContainer .jRM{float:right;clear:both} /*read it on twitter link*/

#JContainer .extLink{} /*CSS for the external links*/

#JContainer .hashLink{} /*CSS for the hash links*/

/*end of JC CSS*/
