@charset "UTF-8";
/*
+================================+
    > Content Managment System
    > by David Sword.
    > http://davidsword.ca/
    > (C) Copyright 2008
    > All Rights Reserved.
+================================+
*/

/*html body*/
html {
	height:100%;
	margin:0px;
}
p {
	padding: 0;
	margin: 0;
}
body {
	background:#cccccc;
	text-align:center;
	padding:8px;
}
body, td, tr {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:0;
	padding:0;
	margin:0;
}
hr {
	width:120px;
	height:1px;
	background-color:#666;
	max-height:1px;
	max-width:120px;
	border:0px;
	text-align:left;
}

.newsdate {
	color:#666666;
}

/*Links and other text*/
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
/**/
.newsdetails a:link {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.newsdetails a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
.newsdetails a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}
.newsdetails a:active {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
/**/
.footer {
	color:#666;
	font-size:11px;
	padding-left:15px;
	background: #333333;
	display: block;
	padding:2px;
	height: 28px;
	overflow: hidden;
}
.footer a:link {
	color:#666;
	text-decoration: none;
	font-weight:normal;
}
.footer a:visited {
	text-decoration: none;
	font-weight:normal;
	color:#666;
}
.footer a:hover {
	text-decoration: none;
	font-weight:normal;
	color:#999;
}
.footer a:active {
	text-decoration: none;
	font-weight:normal;
	color: #999;
}

.nav {
	color:#666;
	padding-left:20px;
}
.nav a:link {
	color:#666;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color:#666;
}
.nav a:hover {
	text-decoration: none;
	color:#fff;
}
.nav a:active {
	text-decoration: none;
	color: #fff;
}
.menu {
	text-transform:lowercase;
	color:#999999;
	font-weight:normal;
	text-align:right;
	padding:14px;
}
.menu a:link {
	color:#666666;
	font-weight:normal;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color:#666666;
	font-weight:normal;
}
.menu a:hover {
	text-decoration: none;
	color:#fff;
	font-weight:normal;
}
.menu a:active {
	text-decoration: none;
	color:#fff;
	font-weight:normal;
}
.red {
	color:#990000;
}
.copyright {
	text-align:left;
	width:300px;
	float:left;
	padding-top:8px;
	padding-left: 8px;
	height:20px;
	margin:2px;
}
.joinmailinglist {
	float:right;
	width: 250px;
	height: 23px;
	background: white;
	margin: 2px 2px 2px 0;
	text-align: center;
	padding: 8px 0 0 0;
}
.joinmailinglist a:link {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}
.joinmailinglist a:visited {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
}
.joinmailinglist a:hover {
	text-decoration: none;
	color:#333;
	font-weight:bold;
}
.joinmailinglist a:active {
	text-decoration: none;
	color: #333;
	font-weight:bold;
}
.title {
	padding-top:25px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:29px;
}
.subtitle {
	color:#990000;
	font-weight:bold;
	font-size:12px;
}
.date {
	font-style:italic;
	font-weight:bold;
}


h1 {
	padding-top:25px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:29px;
	margin: 0;
}
h2 {
	color:#990000;
	font-weight:bold;
	font-size:12px;
	margin: 0;
	padding: 0;
}
h3, h4, h5, h6 {
	color:#990000;
	font-size:12px;
	margin: 0;
	padding: 0;
}



/*Elements & other text*/
.center {
	text-align:center;
	margin:0px auto;
	height:inherit;
	width:722px;
}
.omfgIE7 {
	text-align:left;
}
.box {
	width:727px;
	max-width:727px;
	margin:0px auto;
	padding:2px;
	background:white;
}
.text {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	text-align:justify;
}
.sidebar {
	color:#666;
	padding:14px;
	text-align:right;
}
.sidebar a:link {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}
.sidebar a:visited {
	text-decoration: none;
	color: #fff;
}
.sidebar a:hover {
	text-decoration: underline;
	color:#FFF;
}
.sidebar a:active {
	text-decoration: none;
	color: #FFF;
}



.concertsidebar {
	color:#666;
	padding:14px;
	text-align:right;
}
.concertsidebar a:link {
	color: #666;
	font-weight:normal;
	text-decoration: none;
}
.concertsidebar a:visited {
	text-decoration: none;
	color: #666;
}
.concertsidebar a:hover {
	text-decoration: underline;
	color:#FFF;
}
.concertsidebar a:active {
	text-decoration: none;
	color: #FFF;
}




.line {
	/*width:175px;
	height:1px;
	line-height:1px;
	overflow:hidden;
	background-color:#666666;*/
	height:16px;
	border-bottom:1px dotted #888;
	width:175px;
	margin-bottom: 10px;
}
input.contact {
	margin-top:10px;
	margin-bottom:10px;
}


/*Drop down menu */
#menuwrapper {
	background-color:#333;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	color:#999999;
	font-weight:normal;
	margin-left:20px;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
}
#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li ul, #p7menubar ul li  {
	width:150px;
	font-weight:normal;
}
#p7menubar ul li a  {
	color: #fff;
	border-right: 0;
	padding: 3px 1px 3px 10px;
	margin-left:0px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #333;
	border:0;
	background-repeat: repeat-x;
	margin-left:19px;
	text-align:left;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color:#333;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #333;
	background-color: #999;
	border-top: 1px solid white;
}
#p7menubar ul a:hover {
	background-color: #999!important;
	color: #ffffff!important;
}
#p7menubar li {width: auto;}




/*************/


#MOM_menubar, #MOM_menubar ul {
	list-style: none;
	list-style-image: none;
	background: #333;
	height: 35px;
	padding:0;
	margin:0;
}
#MOM_menubar {
padding-left: 12px;
}
#MOM_menubar a {
	display: block;
	text-decoration: none;
	color:#999999;
	font-weight:normal;
	max-height:35px;
	padding: 10px 15px 0 15px;
}
#MOM_menubar a.trigger {
	
}
#MOM_menubar li {
	float: left;
	width: 9em;
	color: #888;
}

#MOM_menubar li.seperate {
padding: 10px 5px 0 5px;
}



#MOM_menubar li ul {
	padding-top: 4px;
}

#MOM_menubar li ul, #MOM_menubar ul li  {
	width:150px;
	font-weight:normal;
}
#MOM_menubar ul li a  {
	color: #fff;
	border-right: 0;
	padding:4px 7px;
}
#MOM_menubar li ul {
	position: absolute;
	display: none;
	background-color: #333;
	border:0;
	background-repeat: repeat-x;
	text-align:left;
}
#MOM_menubar li:hover a, #MOM_menubar a:focus,
#MOM_menubar a:active, #MOM_menubar li.p7hvr a {
	color: #fff;
	background-color:#333;
}
#MOM_menubar li:hover ul, #MOM_menubar li.p7hvr ul {
	display: block;
}
#MOM_menubar li:hover ul a, #MOM_menubar li.p7hvr ul a {
	color: #333;
	background-color: #999;
	border-top: 1px solid white;
}
#MOM_menubar ul a:hover {
	background-color: #999!important;
	color: #ffffff!important;
}
#MOM_menubar li {width: auto;}



/*line seperators*/
.line_1 {
	width:3px;
	height:10px;
	top:314px;
	z-index:9999999999999999;
	position:absolute;
	margin-left:190px;
	background-image:url(images/lines.gif);
}
.line_2 {
	width:3px;
	height:10px;
	top:314px;
	z-index:9999999999999999;
	position:absolute;
	margin-left:280px;
	background-image:url(images/lines.gif);
}
.line_3 {
	width:3px;
	height:10px;
	top:314px;
	z-index:9999999999999999;
	position:absolute;
	margin-left:374px;
	background-image:url(images/lines.gif);
}
.line_4 {
	width:3px;
	height:10px;
	top:314px;
	z-index:9999999999999999;
	position:absolute;
	margin-left:478px;
	background-image:url(images/lines.gif);
}

a.topleft {
	display:block;
	width: 108px;
	height:327px;
	background: url('images/top_left_2.jpg') 0 0 no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
}
a:hover.topleft {
	background-position:-108px 0px;
	border: 0;
	margin: 0;
	padding: 0;
}


a.momradiobutton2 {
	display:block;
	width: 180px;
	height:198px;
	background: url('images/mom_radio_button2.gif') 0 0 no-repeat;
	border: 0;
	margin: 0 0 0 -10px !important;
	padding: 0;
}
a:hover.momradiobutton2 {
	background-position: 0px -198px;
	border: 0;
	margin: 0;
	padding: 0;
}





/*    momradiobutton.png    */


.topleftnormal {
				width: 108px;
				height:327px;
				border: 0;
				margin: 0;
				padding: 0;

}





/*showhide*/
.morenews {
	display: none;
}
a.showLink, a.hideLink {
	text-decoration: none;
}
a.hideLink {
}
a.showLink:hover, a.hideLink:hover {
	text-decoration: underline;
}

.container {
	background: #cc0000;
	overflow: hidden;
	width: 727px;
}
.content {
	width:527px;
	padding:10px;
	background:white;
	text-align:left;
	float:left;
	min-height: 550px;
}
.newsidebarr {
	float:right;
	width:160px;
	padding:10px 2px;
	text-align: center;
}

.newfooter {
	margin-top: 2px;
	background:#333;
	min-height: 35px;
	height: 35px;
	font-size: 11px;
	width: 727px;
	overflow: hidden;
}

.copyrght {
	color:#666;
	text-align: left;
	float: left;
	padding: 12px 0 0 13px;
}
.copyrght a:link {
	color:#666;
	text-decoration: none;
	font-weight:normal;
}
.copyrght a:visited {
	text-decoration: none;
	font-weight:normal;
	color:#666;
}
.copyrght a:hover {
	text-decoration: none;
	font-weight:normal;
	color:#999;
}
.copyrght a:active {
	text-decoration: none;
	font-weight:normal;
	color: #999;
}
