@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border:none;
}
#body, #splash-body {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000000;
}
#body {
	background-image: url(../images_layout/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#splash-body {
	margin: 15px;
}
#wrapper {
	width: 945px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 15px;
}
#main-header-wrapper {
	height: 129px;
	position: relative;
	width: 945px;
}
#main-header-wrapper .logo {
	float: left;
	height: 118px;
	/*width: 440px;*/
	text-align: center;
	vertical-align: bottom;
	padding-top: 11px;
}
#slideshow {
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;
}
/** MAIN MENU **************************/
#mainmenu {
	font-size: 0.9em;
	color: #f19f2f;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
	margin-top: 59px;
	margin-bottom: 0px;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	height: 24px;
	padding: 0px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainmenu ul {
	text-transform: capitalize;
	z-index: 80;
	vertical-align: middle;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#mainmenu ul li{
	display: inline;
}
#mainmenu ul li a, #mainmenu ul li span{
	float: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: lowercase;
	background-image: url(../images_layout/mainmenu_divider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainmenu ul li span{ /*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
	padding-right: 1px;
}
#mainmenu ul li a#leftcorner{
	float: none;
	padding-left: 7px;
	padding-right: 7px;
	background: url(../images_layout/spacer_transparent.gif) no-repeat left top;
}
#mainmenu ul li a#leftcorner:hover{
	color: #0065a4;
	background-color: #FFFFFF;
}
#mainmenu ul li a#rightcorner{
	padding-right: 7px;
}
#mainmenu ul li a:hover{
	color: #0065a4;
	background-color: #FFFFFF;
}

#mainmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	font-size: 0em;
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/***************************************/

/** SIDE COLUMN ************************/
#sidecolumn {
	float: left;
	width: 221px;
	color: #000000;
	font-size: .9em;
	z-index: 10;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 40px;
}
#sidecolumn h5 {
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 8px;
	margin: 0px;
}
#sidecolumn .highlight-box {
	width: 221px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidecolumn .highlight-box .top {
	font-size: 1px;
	background-image: url(../images_layout/highlight-box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 221px;
}
#sidecolumn .highlight-box .bottom {
	font-size: 1px;
	background-image: url(../images_layout/highlight-box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 221px;
}
#sidecolumn .highlight-box-content {
	background-color: #eeea54;
	width: 197px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 1.1em;
}
#sidecolumn .highlight-box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidecolumn .highlight-box li {
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2d54a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidecolumn .highlight-box-content .entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6194AD;
	margin-bottom: 8px;
}
#sidecolumn .highlight-box-content p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidecolumn .highlight-box a {
	color: #0065a4;
	font-weight: bold;
	text-decoration: underline;
}
#sidecolumn .highlight-box a:hover {
	text-decoration: underline;
	color: #faa634;
}
#sidecolumn .highlight-box .title {
	text-transform: capitalize;
}
#sidecolumn .highlight-box .date {

}
#sidecolumn .highlight-box .subtitle {
	text-transform: capitalize;
	font-style: italic;
}
/***************************************/

/** SUBMENU ****************************/
#contentbox #submenu {
	width: 221px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidecolumn #submenu .top {
	font-size: 1px;
	background-image: url(../images_layout/submenu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 221px;
}
#sidecolumn #submenu .bottom {
	font-size: 1px;
	background-image: url(../images_layout/submenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 221px;
}
#sidecolumn .submenu-content {
	background-color: #6d839b;
	width: 197px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 1.1em;
}
#contentbox #submenu .link {
	margin-top: 0px;
	margin-bottom: 25px;
}
#contentbox #submenu .link a {
	color: #2a6c8a;
	text-decoration: underline;
}
#contentbox #submenu .link a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#contentbox #submenu ul {
	margin: 0px;
	padding: 0px;
}
#contentbox #submenu ul li {
	list-style-type: none;
	margin: 0px;
}
#contentbox #submenu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	width: 197px;
}
#contentbox #submenu li a:hover {
	color: #eeea54;
}
/***************************************/

/** CONTENT ****************************/
#contentbox {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	clear: both;
	position: relative;
}

#contentbox h1 {
	font-size: 2.5em;
	color: #8d5e84;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}
#contentbox h1 .subtitle {
	color: #8d5e84;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 74%;
}
.content h2, .mceContentBody h2 {
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0em;
	margin-top: 0px;
	color: #faa634;
	margin-bottom: 6px;
	padding-top: 8px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #faa634;
	padding-bottom: 9px;
}
.content h3, .mceContentBody h3 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 8px;
	text-transform: capitalize;
	color: #000000;
}
.content h4, .mceContentBody h4 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin-top: 0px;
	color: #666666;
	margin-bottom: 4px;
	padding-top: 8px;
	text-transform: capitalize;
}
.content ul, .mceContentBody ul {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-position: outside;
}
.content li, .mceContentBody li {
	padding-bottom: .8em;
}
.content {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contentbox .content {
	width: 684px;	
	padding-right: 0px;
}
#contentbox #contentfloat {
	float: left;	
}

.content p, .mceContentBody p {
	padding-top: 0px;
	padding-bottom: 20px;
}
.content hr, .mceContentBody hr {
	color: #D7C39E;
	background-color: #c8c8c8;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content a, .mceContentBody a {
	color: #0065a4;
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover, .mceContentBody a:hover {
	color: #faa634;
	text-decoration: underline;
}
.content img, .mceContentBody img {
	padding: 6px;
}
/***************************************/

/** NEWS *******************************/
.news {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeea54;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.news .title {
	font-weight: bold;
	font-size: 1.4em;
	color: #faa634;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0;
	line-height: normal;
	margin: 0px;
}
.news .subtitle {
	font-size: 0.9em;
	text-align: left;
	color: #9d9c9c;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #faa634;
	margin: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0;
}
.news .image {
	float: right;
	padding-top: 18px;
	padding-left: 20px;
	padding-bottom: 30px;
}
.news .entry {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.content p.pagination {
	font-size: 0.75em;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	background-color: #f6f4a9;
	color: #000000;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #eeea54;
}
.content p.pagination img {
	margin: 0px;
	padding: 0px;
}
.content p.pagination a {
	color: #0065a4;
}
.content p.pagination a:hover {
	text-decoration: underline;
	color: #fd9c00;
}
.pagination .selected {
	font-size: 150%;
	color: #000000;
	font-weight: bold;
}
#submenu .date {
	color: #faa634;
	font-weight: normal;
}
/***************************************/

/** BUTTON 1 ***************************/
a.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	color: #ffffff !important;
	background-color: #0065a4;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: .9em;
	border: 1px solid #004AA6;
}
a.button1:hover {
	background-color: #faa634;
}
/***************************************/

/** BUTTON 2 ***************************/
a.button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff !important;
	background-color: #faa634;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	border: 1px solid #faa634;
}
a.button2:hover {
	background-color: #f6f4a9;
	color: #faa634 !important;
}
/***************************************/

/** SMALL BUTTON ***********************/
a.smallbutton {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #0065a4;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}
a.smallbutton:hover {
	background-color: #faa634;
}
/******************************************/

/******************************************/
.artistswrapper {
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeea54;
}
.artistswrapper .Name {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 4px;
}
.artistswrapper .Tracklist {
	text-align: left;
	margin: 0px 0px 14px;
	padding: 0px;
}
.artistswrapper .Entry {
	text-align: left;
}
.artistswrapper .Image {
	padding: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.artistswrapper .ImageFull {
	padding: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/******************************************/

/** FOOTER FRAME **************************/
#ffooter-body {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #000000;
}
#musicplayer-wrapper {
	background-color: #0065a4;
	height: 28px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
}
#musicplayer-container, #ffooter-wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 2px;
	position: relative;
}
#ffooter-wrapper {
	line-height: 1.2em;
}
#musicplayer-container .title {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #cce0ed;
	font-weight: bold;
	padding-right: 20px;
}
#musicplayer-container #selectsong {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-left: 15px;
}
#ffooter-wrapper .menu {
	color: #666666;
	font-size: .75em;
}
#ffooter-wrapper .menu a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#ffooter-wrapper .menu a:hover {
	color: #faa634;
	font-weight: bold;
	text-decoration: none;
}
#ffooter-wrapper .copyright {
	color: #9d9c9c;
	font-size: .75em;
}
#ffooter-wrapper .copyright a {
	color: #9d9c9c;
	font-weight: bold;
	text-decoration: none;
}
#ffooter-wrapper .copyright a:hover {
	color: #faa634;
	font-weight: bold;
	text-decoration: none;
}
/******************************************/
