﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

html, body
{
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #fff;
	font-size: 13px;
}

body, p, a, li, div, span, span.Normal
{
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #000;
	font-size: 32px;
	font-weight: Normal;
	line-height: 40px;
	padding: 0;
	margin: 0;
}

h2 
{
	font-weight: bold;
	margin: 0;
}

p
{
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 15px;
}

img
{
	border: 0;
}

/* Website areas */

#wrapper
{
	background-image: url(images/bg_black.gif);
	background-repeat: repeat-x;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	min-width: 742px;
}

#LeftWrapper
{
	background-color: #fff;
	float: left;
	width: 477px;
}

.contentpane
{
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 0;
	width: 477px;
	text-align: left;
}

.centerpane
{
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 7px 10px 7px 10px;
}

.centerpane p
{
	color: #fff;
	font-size: 11px!important;
}

#RightWrapper
{
	background-color: #fff;
	float: right;
	width: 265px;
}

.rightpane_intro
{
	float: right;
	margin: 0;
	padding: 36px 45px 0 20px;
	width: 200px;
}

.rightpane
{
	float: right;
	margin: 0;
	padding: 0 15px 0 15px;
	width: 219px;
}

.loginpane_intro
{
	background-color: #fff;
	clear: right;
	float: right;
	padding: 0 15px 0 15px;
	width: 219px;
}

.loginpane
{
	background-color: #fff;
	clear: right;
	float: right;
	margin: 0;
	padding: 0 15px 0 15px;
	width: 219px;
}

#pagetitleblock
{
	padding-bottom: 32px;	
}


/* Block templates */

.audiodownloadblock
{
	background-color: #000;
	background-image: url(images/icon_loudspeaker.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: White;
	font-size: 11px;
	margin: 0 28px 10px 26px;
	padding: 7px 10px 7px 35px;
	text-transform: uppercase;
	vertical-align: middle;
	width: 378px;
}

.topblock
{
	background-color: #000;
	color: White;
	font-size: 11px;
	margin: 0 28px 14px 26px;
	padding: 7px 8px 7px 8px;
	vertical-align: middle;
	width: 407px;
}

.topblock_right
{
	background-color: #000;
	color: White;
	font-size: 11px;
	margin: 0 0 14px 0;
	padding: 7px 10px 7px 10px;
	vertical-align: middle;
	width: 199px;
}

.audiodownloadblock a:link, .audiodownloadblock a:visited, .topblock a:link, .topblock a:visited, .topblock_right a:link, .topblock_right a:visited
{
	color: White;
	text-decoration: none;
}

.audiodownloadblock a:hover, .topblock a:hover, .topblock_right a:hover
{
	text-decoration: underline;
}

h1.rightblockspecial
{
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/dotted_title.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 0;
	padding: 0;
}

.rssimage
{
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
}

/* Homepage text */

h1.homepagespecial
{
	color: #000;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	padding: 0;
}

h2.homepagespecial
{
	color: #000;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0 0 0;
}

p.homepagespecial_summary
{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
}

p.homepagespecial_highlight
{
	color: Red;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
}


/* Menu */
.menulist
{
	background-image: url(images/right_column_separator.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.menulist li
{
	background-image: url(images/right_column_separator.gif);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	font-family: Arial, Helvetica, Sans-Serif;
	list-style-type: none;
	margin: 0;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
}

.menusublist
{
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 0 14px;
	width: 204px;
}

.menusublist li
{
	border-top: dotted 1px #ddd;
	list-style-image: url(images/menu_arrow.gif);
	padding: 7px 0 7px 0;
}

ul.menulist li a:link, ul.menulist li a:visited
{
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none!important;
}

ul.menulist li a.active:link, ul.menulist li a.active:visited, ul.menulist ul li a.active:link, ul.menulist ul li a.active:visited
{
	color: Red;
	text-decoration: none!important;
}

a.specialmenuitem:link, a.specialmenuitem:visited, a.specialmenuitemactive:link, a.specialmenuitemactive:visited
{
	color: #000!important;
	font-style: italic;
	text-decoration: none!important;
}

a.speciallink:link, a.speciallink:visited
{
}

ul.menulist li a:hover,
ul.menulist li a.active:hover,
ul.menulist ul li a:hover,
ul.menulist ul li a.active:hover,
a.specialmenuitem:hover,
a.specialmenuitemactive:hover,
a.speciallink:hover
{
	text-decoration: underline!important;
}


/* XSLT lists */
div.highlightslist
{
	clear: both;
	float: left;
	padding: 0 0 17px 0;
	width: 423px;
}

div.highlightslist_title
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	width: 120px;
}

div.highlightslist_summary
{
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 303px;
}

dl.narrowhighlightlist
{
	margin: 0;
	padding: 0;
}

dl.narrowhighlightlist dt
{
	color: Red;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

dl.narrowhighlightlist dd
{
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

div.quicklinkslist
{
	clear: both;
	float: left;
	padding: 0 0 17px 0;
	width: 100%;
}

div.quicklinkslist div.linktext
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

div.quicklinkslist div.linktext a:link, div.quicklinkslist div.linktext a:visited
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
}

div.quicklinkslist div.linktext a:hover
{
	text-decoration: underline;
}

/* Radio show template */

div.newsitem_showhide
{
	background-image: url(images/container_separator.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding: 10px 0 0 0;
	position: relative;
	width: 100%;
}

div.newsitem_showhide div.leftcol
{
	float: left;
	width: 204px;
}

div.newsitem_showhide div.rightcol
{
	float: right;
	margin: 0 0 0 15px;
	width: 204px;
}

div.newsitem_showhide h2
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

div.newsitem_showhide div.newsdetail p
{
	font-size: 11px;
}

div.newsitem_showhide div.summary p
{
	font-size: 11px;
}

div.newsitem_showhide div.newsitem_downloadaudio
{
	background-color: #fff;
	bottom: 0;
	clear: both;
	position: absolute;
	left: 219px;
	padding: 5px 0 0 0;
	text-align: left;
	width: 204px;
}

div.newsitem_showhide div.newsitem_toggle
{
	bottom: 0;
	clear: both;
	right: 0;
	position: absolute;
	text-align: right;
	cursor: pointer;
}

div.newsitem_featured
{
	font-size: 13px;
}

div.newsitem_featured .filestream
{
	margin: 15px 0 15px 0;
}


/* Text */
.Normal
{
	font-size: inherit!important;
}

.NormalRed
{
	color: Red!important;
	font-size: 1em;
	font-weight: Normal!important;
}

p.highlight_block
{
	font-size: 1.4em;
}

p.credits
{
	color: #666;
	font-size: 10px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

a.loginlink:link, a.loginlink:visited
{
	color: #000;
	font-size: 11px!important;
	font-weight: normal;
	text-transform: uppercase;
}

a.loginlink:hover
{
	color: #000;
	text-decoration: underline;
}

a.back_to_show:link, a.back_to_show:visited
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none!important;
}

a.back_to_show:link
{
	text-decoration: underline;
}

/* Tables */
table.regularlist
{
	width: 100%;
}

table.regularlist th
{
	background-color: #ddd;
	padding: 7px 3px 7px 3px;
	text-align: center;
	
}

table.regularlist td
{
	padding: 3px;
}
