/* ============== Sleep on the Left - default style sheet ==============*/

body {
	margin: 0;
	padding: 0;
	background-image:url(images/mainWindow_bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
}

a{
	outline:0;
}

a:active {
	color: #55519F;
}
a:visited {
	color: #55519F;
}

p {
	line-height: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #55519F;
	font-size: 14px;
}

h1,h2,h3,h4,h5{
	margin:0 0 10px 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#mainWindow{
	width: 100%;
}

div#mainWrapper{
	width: 950px;

}

div#header{
	width: 100%;
}

div.home{
	height: 225px;
	background-image:url(images/header_home.jpg);
	background-repeat:no-repeat;
}

.logo{
	border: 0;
	position: relative;
	top: 50px;
	left: -300px;
}
/* ============== UI features ==============  */
.show{
	display:block;
}

.hide{
	display:none;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style:italic;
}

/* ============== Top Navigation ==============  */

div#topnavMenu{
	float:left;
	clear:both;
	width: 100%;
	height: auto;
	margin: 5px 0 5px 0;
	background-image:url(images/topnavMenu_bg.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position: 25px 0;
}


div#topnavMenu ul.firstline{
	clear:both;
	width: 85%;
	list-style: none;
	list-style-position:inside;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	margin-top: 0px;
	padding-left: 80px;
	line-height: 42px;
}

div#topnavMenu ul.secondline{
	clear:both;
	width: 85%;
	list-style: none;
	list-style-position:inside;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	margin-top: 0px;
	padding-left: 90px;
	line-height: 30px;
}

div#topnavMenu ul.firstline li a{
	float:left;
	height: 45px;
	padding: 0 12px 0 12px;
	text-decoration:none;
	color:#000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #55519F;
}

div#topnavMenu ul.secondline li a{
	float:left;
	height: 34px;
	padding: 0 12px 0 12px;
	text-decoration:none;
	color:#000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #55519F;
}

div#topnavMenu ul.firstline a:hover{
	text-decoration:none;
	height: 45px;
	color:#FFFFFF;
	background-color: #55519F;
}

div#topnavMenu ul.secondline a:hover{
	text-decoration:none;
	height: 34px;
	color:#FFFFFF;
	background-color: #55519F;
}

a.homeIcon {
	width: 45px;
	border-left: 0px none !important;
	text-indent: -3000px;
	background-image:url(images/home-icon.gif);
	background-repeat:no-repeat;
	background-position: 18px 7px;
}

a:hover.homeIcon {
	width: 45px;
	border-left: 0px none !important;
	text-indent: -3000px;
	background-image:url(images/home-icon-hover.gif);
	background-repeat:no-repeat;
	background-position: 18px 7px;
}

a.firstItem {
	border-left: 0px none !important;
}

.selected a{
	color:#FFFFFF !important;
	background-color: #55519F;
}
/* ============== USP/Banner/Advertising ==============  */

div#topBanner{
	float:left;
	clear:both;
	width: 100%;
}


/* ============== Page content ==============  */

div#content{
	width: 890px;
	float:left;
	clear:both;
	text-align:left;
	margin: 20px 30px 10px 30px;
}

div#leftContent{
	width: 46%;
	float:left;
	margin: 0 15px 0px 0px;
	padding-right: 15px;
}

div#rightContent{
	width: 46%;
	float:left;
	padding-left: 15px;
}

h2.latestRecordedTitle{
	text-indent: -3000px;
	background-image:url(images/home/latest-recorded-h2.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position: 0 0;
}

h2.latestLiveTitle{
	text-indent: -3000px;
	background-image:url(images/home/latest-live-h2.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position: 0 0;
}


/* ============== Footer ==============  */

div#footer{
	float:left;
	clear:both;
	width:100%;
	height: 220px;
	background-color:#000000;
	text-align:left;
	color:#CCCCCC;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/footer_bg.jpg);
}

div#footerContent{
	width: 700px;
	margin: 45px 0 0 240px;
}

div#footerContent ul{
	float:left;
	list-style:none;
	line-height: 20px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	padding-right: 25px;
	margin-bottom: 35px;
}

div#footerContent ul li a{
	color:#CCCCCC;
	font-size:12px;
	text-decoration: none;
}

div#footerContent ul li a:hover{
	color:#55519F;
	text-decoration: underline;
}

div#footerContent p{
	clear:both;
	font-size: 12px;
	color:#CCCCCC;
	margin: 0px 0 0 40px;
}

/* Social Links */

.socailLinkText {
	font-size: 9px;
	margin: 0 0 5px 0;
}

.facebookShare {
	margin: 5px 0 0 0;	
}

.adsenseLarge {
	margin: 0 0 0 25px;
}
