/* CSS Document for 352 Media Group Events Feature */

/* -------- >>>>>>>>>>>>>>>>>  STYLES FOR STANDARD VIEW LISTING PAGE <<<<<<<<<<<<< ----------*/

.listing-Container {
	width: 100%;
	line-height: 22px;
}

/* --------- PAGING DIV ------------*/
.listing-Container div{
	width: 50%;
	font-size: 11px;
	color: #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* --------- PAGING LINKS ------------*/
.listing-Container div a{
	color: #069;
	text-decoration: none;
	font-size: 11px;
	display:inline;
	font-weight: bold;
}

.listing-Container div a:hover{
	color: #9C0;
	text-decoration: none;
	font-size: 11px;
	display:inline;
	font-weight: bold;
}



/* ------- CHANGE VIEW TEXT ----------*/
.listing-Container h1 {
	color: #069;
	font-size: 11px;
	font-weight:bold;
	margin: 0px 15px 10px 0px;

}

/* ------- DATE ----------*/
.listing-Container h2 {
	color: #999;
	font-size: 11px;
	font-weight:bold;	
	display:inline;
	margin-right:12px;
}

/* ------- EVENT TITLE LINK ----------*/
.listing-Container a{
	color:#069;
	text-decoration:underline;
}

.listing-Container a:hover{
	color:#999;
}


/* -------- >>>>>>>>>>>>>>>>>  STYLES FOR DETAIL PAGE <<<<<<<<<<<<< ----------*/

.detail-Container {
width: 100%;
}

/* ------- EVENT TITLE & DATE ----------*/
.detail-Container h1{
	color: #069;
	font-size: 15px;
	font-weight:normal;	
	margin: 0px 0px 10px 0px;
}

/* ------- EVENT START, END & LOCATION  ----------*/
.detail-Container h2{
	color: #999;
	font-size: 11px;
	font-weight:bold;	
	margin: 5px 0px 5px 0px;
}


/* ------- SPACE BETWEEN LOCATION LINE & TEXT -----------*/
.detail-Container div{
margin-top: 20px;
}


/* ------- SPACE BETWEEN TEXT & BUTTON -----------*/
.detail-Container img{
margin-top: 30px;
display: block;
}
