/* Import general Styles for second levels */

@import url("939.css");

/* Home page styles for cafe 939 site */
/* BODY */
html, body
{
	background-image: url(../img/home/home_tile.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

/* HEADER */
#divheader { height: 260px; }

/* tool links */
#divtoolbar
{
	left: 610px;
	width: 170px;
	text-align: right;
}

/* intro text */
#divintrotext
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-style: italic;
	font-weight: lighter;
	font-size: 0.85em;
	line-height: 160%;
	width: 425px;
	padding: 0 40px 20px 15px;
}

/* news */
#divnews
{
	font-size: 0.70em;
	font-style: normal;
	color: #FFF;
	width: 425px;
	background-color: #000;
	margin-left: 15px;
}

#divnews p
{
	width: 380px;
	border-bottom: 1px dotted #343434;
	margin: 0 0 0.4em 2.3em;
	padding: 0 5px 9px 0;
	text-align: left;
	line-height: 16px;
}

#divnews h1
{
	font-size: 1.0em;
	color: #F4911E;
	width: 380px;
	margin: 0.2em 0 0 2.3em;
	text-align: left;
	font-weight: normal;
	padding-top: 3px;
	line-height: 16px;
}

/* events */
#divevents { width: 285px; }

#diveventslist
{
	font-size: 0.70em;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	width: 285px;
	background-color: #000;
}

#diveventslist strong
{
	font-size: 1.0em;
	color: #badb18;
}

#diveventslist p
{
	width: 240px;
	border-bottom: 1px dotted #343434;
	margin: 0 0 0.4em 2.3em;
	padding: 4px 5px 9px 0;
	direction: ltr;
	text-align: left;
	line-height: 16px;
}

#event_dataset_cafe939sitehome h3, #event_dataset_cafe939sitehome .teaser, #event_dataset_cafe939sitehome .ticket_price,  #event_dataset_cafe939sitehome .ticket_url,  #event_dataset_cafe939sitehome .maplink,  #event_dataset_cafe939sitehome .pageToolMenu, 
#event_dataset_cafe939sitehome img, #event_dataset_cafe939sitehome .venue, #event_dataset_cafe939sitehome .venue_address, #event_dataset_cafe939sitehome .description { 
	display: none; 
	}

.dataset ul
{
	list-style: none;
	margin: 0;
	padding: 10px 20px 0 25px;
}

.dataset ul li
{
	border-bottom: 1px dotted #343434;
	margin: 0;
	padding: 4px 5px 0px 0;
	text-align: left;
	line-height: 15px;
}

.dataset .event h4
{
	color: #badb18;
	padding-top: 0;
	font-weight: bold;
}

.dataset .subtitle
{
	color: #badb18;
	padding: 0;
}

.dataset .datetime
{
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}

/* news links */
#diveventslist a,#diveventslist a,#divnews a,#divnews a:link { color: #be2e36; }

#diveventslist a,#divnews a:visited
{
	color: #666;
	text-decoration: none;
}

#diveventslist a, #divnews a:active,
#diveventslist a, #divnews a:hover,
#diveventslist a, #divnews a:focus
{
	color: #be2e36;
	text-decoration: underline;
}