/* @override 
	http://www.sallysofomagh.com/news/news.css
	http://sallysofomagh.com/news/news.css
*/

/* --------------------------------------------------------------------- */
/*  sallysofomagh.com CSS													 */
/* --------------------------------------------------------------------- */
/*  Last modification: March 4th 2009		 */

div.barnews p, div.loungenews p, div.homenews p {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
	padding: 0;
	text-decoration: none;
}

div.backbeatsessions{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #999;
	padding: 20px 0 0 0;
	text-decoration: none;
}
	div.backbeatsessions a {
	font-weight: bold; color: #FFF;
	text-decoration: none; border-bottom: 1px solid #19AA4B;
	}
	div.backbeatsessions a:hover {
		border-bottom: 1px solid #FFF;
		}
	div.backbeatsessions a img {
		border: none;
		}

div.homenews{
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 18px;
color: #999;
text-decoration: none;
padding: 0 0 20px 0;
}
div.homenews a {
	font-weight: bold; color: #FFF;
	text-decoration: none; border-bottom: 1px solid #19AA4B;
	}
	div.homenews a:hover {
		border-bottom: 1px solid #FFF;
		}
	div.homenews a img {
		border: none;
		}

div.barnews {
	font-family: Arial;
	font-size: 13px;
	color: #999;
	}
div.barnews a {
	font-weight: bold; line-height: 20px; color: #FFF;
	text-decoration: none; border-bottom: 1px solid #7ED0E0;
	}
	div.barnews a:hover {
		border-bottom: 1px solid #FFF;
		}
		div.barnews a img {
		border: none;
		}
div.loungenews {
	font-family: Arial;
	font-size: 13px;
	color: #999;
	}
div.loungenews a {
	font-weight: bold; line-height: 20px; color: #FFF;
	text-decoration: none; border-bottom: 1px solid #B9A984;
	}
	div.loungenews a:hover {
		border-bottom: 1px solid #FFF;
		}
		div.loungenews a img {
		border: none;
		}
div.clubnews {
	font-family: Arial;
	font-size: 13px;
	color: #999;
	}
div.clubnews a {
	font-weight: bold; line-height: 20px; color: #FFF;
	text-decoration: none; border-bottom: 1px solid #E5B53A;
	}
	div.clubnews a:hover {
		border-bottom: 1px solid #FFF;
		}
		div.clubnews a img {
		border: none;
		}

div.readmoreHome a, div.readmoreBar a, div.readmoreLounge a, div.readmoreClub a {
	width: 102px; height: 20px; display:block;
	margin-left:20px; padding: 2px 0 0 10px;
	color: #FFF; text-decoration: none; border-bottom: 0px;
	}
	div.readmoreHome a:hover, div.readmoreBar a:hover, div.readmoreLounge a:hover, div.readmoreClub a:hover {
		color: #FFF;
		border-bottom: 0px;
		}
div.readmoreHome a {
	background: url(../images/readmorehome_background.gif) no-repeat left;
	}
	div.readmoreHome a:hover {
		background: url(../images/readmorehome_background_hover.gif) no-repeat left;
		}
div.readmoreBar a {
	background: url(../images/readmorebar_background.gif) no-repeat left;
	}
	div.readmoreBar a:hover {
		background: url(../images/readmorebar_background_hover.gif) no-repeat left;
		}
div.readmoreLounge a {
	background: url(../images/readmorelounge_background.gif) no-repeat left;
	}
	div.readmoreLounge a:hover {
		background: url(../images/readmorelounge_background_hover.gif) no-repeat left;
		}
div.readmoreClub a {
	background: url(../images/readmoreclub_background.gif) no-repeat left;
	}
	div.readmoreClub a:hover {
		background: url(../images/readmoreclub_background_hover.gif) no-repeat left;
		}

html, body {
	height: 100%; 
	background-color: #424C45;
	text-align: left;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0; 
}

/* ------------- TEXT -------------------------------------------------- */

.newstitle {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #FFF;
	font-size: 24px;
	font-weight:bold;
	line-height: 28px;
	text-shadow: #000 0 2px 0;
	text-decoration: none;
}

.offertitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	line-height: 22px;
	text-decoration: none;
}

.offercopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight:normal;
	line-height: 16px;
	text-decoration: none;
}

.newsdate, .newsdatebar, .newsdatelounge, .newsdateclub, .newscopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	font-size: 11px;
	font-weight:bold;
	line-height: 24px;
	text-decoration: none;
}

.newscopy div {
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	font-weight:normal;
	line-height: 21px;
	text-decoration: none;
	padding: 0 0 0 0;
	float: left;
	clear: left;
}
.newscopy strong {
	text-shadow: #000 0 1px 0;
	font-size: 16px;
}
div.newsSeperator {
	width: 442px;
	height: 2px;
	display: block;
	float: left;
	clear: both;
	background: url(../images/homepage_newsevents_seperator.gif) repeat-x 0 20px;
	padding: 20px 0 20px 0;
}
.newscopy img {
	padding: 12px 0 12px 0;
}






