/* This is the hCard main wrapper */
.vcard
{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin:10px 10px 0 10px;
        padding:10px;
	width:396px;
	background-image:url('/css/images/backgroundLight.png');
	background-repeat:no-repeat;
	border:0;
	text-transform:none;
}

.vcard-featured
{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin:10px 10px 0 10px;
        padding:10px;
	width:396px;
	background-image:url('/css/images/backgroundLight-featured.png');
	background-repeat:no-repeat;
	border:0;
	text-transform:none;
}

.featured div.vcard
{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
	margin:10px 10px 0 10px;
        padding:10px;
	width:396px;
	background-image:url('/css/images/backgroundLight-featured.png');
	background-repeat:no-repeat;
	border:0;
	text-transform:none;
}

/* This defines the links in the hCard. */
.vcard a
{
    color:#333333;
    font-weight:bold;
    text-decoration:none;
}

/* This defines the over state of links in the vcard. */
.vcard a:hover
{
	text-decoration:underline;
}

/* This defines the wrapper for the hCalendar */
.vevent
{
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	margin:10px 10px 0 10px;
	width:396px;
	background-image:url('/css/images/backgroundLight.png');
	background-repeat:no-repeat;
	border:0;
	text-transform:none;
}

/* This defines the links in the hCalendar. */
.vevent a
{
    color:#333333;
    font-weight:bold;
    text-decoration:none;

}

/* This defines the links in the hCalendar. */
.vevent a:hover
{
	text-decoration:underline;
}

/* This defines the container div around the event content in the hCard */
.container
{
	width:160px;
	padding:10px;
	margin-left:100px;
}

/* This defines the container div around the event content in the hCalendar */
.eventContainer
{
	width:260px;
	margin:10px 10px 0px 10px;
	padding-top:10px;
}

/* This defines the photo in the hCard */
.photo
{
	margin:10px 10px 10px 20px;
	float:left;
	border:1px solid #333333;
	width:64px;
	height:64px;
}

/* This defines the name in the hCard*/
.full-name
{
	font-weight:bold;
	padding:0 20px 0px 0px;
	font-size:1.2em;
}

/* This defines the first name of the person in the hCard*/
.given-name
{
}

/* This defines the middle name of the person in the hCard*/
.additional-name
{
}

/* This defines the family name name of the person in the hCard*/
.family-name
{
}

/* This defines the address in the hCard and hCalendar*/
.adr
{
	margin:10px 10px 0px 0px;
}

/* This defines the telephone number in the hCard and hCalendar*/
.tel
{
	margin:10px 10px 0px 0px;
}

/* This defines the company name in the hCard and hCalendar*/
.org
{
	font-weight:bold;
	padding:0 20px 0px 0px;
	font-size:1.2em;
}

/* This defines the short summary in the hCalendar*/
.summary
{
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
}

/* This defines the long description of the event in the hCalendar*/
.description
{
		font-family: "Segoe UI", Arial, Helvetica, sans-serif;
		margin-top:10px;
		padding-top:10px;
		border-top:1px dotted #cccccc;
}

/* This defines the start date of the event in the hCalendar*/
.dtstart
{
}

/* This defines the end date of the event in the hCalendar*/
.dtend
{
}

/* This defines the location of the event in the hCalendar*/
.location
{
}

/* This defines the category of the event in the hCalendar*/
#category
{
	margin-top:10px;
}

/* This defines the link and tag area in the hCard.  This is not a hCard style.*/
.linksTags
{
	margin-top:10px;
}

.bio
{
	margin-right:10px;
}



/* This defines the link and tag area in the hCard.  This is not a hCard style.*/
.footer
{
	background-image:url('/css/images/bottomLight.png');
	background-repeat:no-repeat;
	width:396px;
	height:33px;
	margin-left:10px;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
