/* sample.css - You are able to pass in a custom CSS file and format every emelment of vekeo. */
/* I used the Sample.css to remove some fields that appear in the standard API event detail page. */
/* You can get as creative as you want with this file.*/

/* start of css for event info display */

/* Hide the following elements and minimize line height of empty rows*/
.subscription-action-button,.event-titles-left,.Who, .ed-links, .Channel, .Title  {
    visibility: hidden;
    line-height: .1em;
} 

/* individual rows that contain event specifics like Title, Who, When, Info */
.event-detail {
    clear: both;
    color: #666;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: lighter;
    padding: 0 0 15px;
    width: 100%;
	font: 18px;
	font-family: Georgia, 'Oswald',sans-serif;
	font-weight:300;
	font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-stretch: normal;
    font-size: 18px;
    line-height: 1.5;
    font-family: Georgia, Oswald, sans-serif;
    font-weight: 300;
	
}

.ed-left {
    /*color: #ab9daa;*/
    float: left;
    padding: 0 1%;
    text-align: right;
    width: 100;
	font: 18px;
	font-family: Georgia, 'Oswald',sans-serif;
	font-weight:300;
	color: #666;
	font-style: normal;
    font-variant: normal;
	display: none;
	visibility: hidden;
   
}

.ed-right {
    float: left;
    padding-right: 1%;
    text-align: left;
    width: 100%;
	font: 18px;
	font-family: Georgia, 'Oswald',sans-serif;
	font-weight:300;
	color: #666;
	font-style: normal;
    font-variant: normal;
    font-weight: 300;
    font-stretch: normal;
    font-size: 18px;
    line-height: 1.5;
    font-family: Georgia, Oswald, sans-serif;
    font-weight: 300;
}

.event-image {
	width: 550px;
	text-align: center;
}

/* end of css for event info display */