/* ************************************************
************************************************ */

a[rel~="hcard"] {
        padding-left: 11px; 
        background: url(data/style/icons/vcard_hcard.png) 
                    left center no-repeat; }

a[rel~="friend"] {
        padding-left: 11px; 
        background: url(data/style/icons/user_friend.png) 
                    left center no-repeat; }

a[rel~="tag"] {
        padding-left: 14px;
        background: url(data/style/icons/tag_purple.png) 
                    left center no-repeat; }

/*
/a[rel~="license"][rel~="cc"] {
/        padding-left: 13px; 
/        background: url(data/style/icons/cc_w.png) 
/                    left center no-repeat; }
*/

.geo { 
        padding-left: 11px; 
        background: url(data/style/icons/world_geo.png) 
                    left center no-repeat; }

.hcite {
	margin-top: 2em; } 

.hcite .fn{
        font-size: 110%;
        font-weight: bold;
        padding-left: 11px; 
        background: url(data/style/icons/book_hcite.png)
	        left 4px no-repeat; }

.hcite .creator, .hcite .editor, .hcite .publisher, .hcite .uid { 
        display: block; }

.hcite .creator, .hcite .editor { 
        font-style: italic; }

.hcite .vcard .fn{
        font-size: 100%;
        font-weight: normal;
        padding-left: 0; 
        background: transparent; }

.hcite .uid {
        font-size: 75%; }

.hreview .item img.photo {
	padding: .5em;
	float: right; }

.hreview .description {
        text-indent: 11px; 
        background: url(data/style/icons/page_white_edit_hreview.png)
	        left 8px no-repeat; }
/* WIP */

.vevent {}

img.cover {
	padding: .5em;
	float: right; }

