/* KZSU Master Stylesheet */


/* Use a CSS reset to smooth out browser incongruities. */
/* CSS Reset from meyerweb.com v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General styles */
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: black;
	background-color: #4D0A0A;
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 1.2;
}
a {
	color: #990010;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
p.indented {
	margin-left: 40px;
}
p.center {
	text-align: center;
}
h2 {
	font-size: 18pt;
	padding-top: 10px;
	margin-bottom: 10px;
}
h3 {
	color: #d83d04;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
}
ul {
	list-style: disc;
	margin-left: 20px;
}
li {
	margin-left: 10px;
	margin-bottom: 5px;
}
img.left {
	float: left;
	border: 2px solid #990010;
	margin: 5px 10px 5px 0;
}
img.right {
	float: right;
	border: 2px solid #990010;
	margin: 5px 0 5px 10px;
}


/* Header styles */

div.header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div.headerLogo {
	float: left;
	width: 200px;
	line-height: 1.1;
} 
div.headerLogo img{
        padding-top: 8px;
        width: 200px;
}
span.headerInternal{
        color: #fff;
	text-align: center;
}
div.headerNavbar {
        font-family: "century gothic", "helvetica", "sans serif";
	text-align: center;
	font-size: 17pt;
	color: #aaa;
	padding: 20px;
	padding-top: 35px
}
div.headerNavbar a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}
div.headerNavbar a:hover {
	color: #91a3ce;
	text-decoration: none;
}
  
div.headerListen {
        font-family: "century gothic", "helvetica", "sans serif";
	float: right;
	text-align: center;
	font-size: 32px;
	line-height: 34px;
	position: relative;
	top: -8px;
}
div.headerListen a {
	color: #fff;
	text-decoration: none;
}
div.headerListen a:hover {
	color: #91a3ce;
	text-decoration: none;
}
span.clickTo {
        position: relative;
        font-size: 22px;
        top: 8px;
}
span.listenLive {
	font-weight: bold;
	font-size: 38px;
}
div.rightStripe {
	float: right;
	clear: none;
	background-color: #4D0A0A;
	display: inline;
	width: 20px;
	margin-right: -20px; /* Hide this on non-moz/webkit browsers */
	height: 250px;
	-webkit-transform: translate(-60px,-50px) rotate(-45deg);
	-moz-transform: translate(-60px,-50px) rotate(-45deg);
}


/* Subnavigation Styles */
div.subnavigation {
        /* Remember to keep this in sync with contentWithoutStripe below. */
	background-color: #eee;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#navbar {
        float: center;
        background: #fff;
        width: 850px;
        padding: 5px;
}

#leftnav {
	float: left;
	text-align: left;
}

#rightnav {
	text-align: right;
}

#credentials {
        color: #d83d04;
	font-weight: bold;
}

/* Content Styles */
div.content {
        /* Remember to keep this in sync with contentWithoutStripe below. */
	background-color: #fff;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	padding-top: 20px;
	padding-right: 100px;
        min-height: 60px;
	overflow: auto;
}

div.contentWithoutStripe {
	background-color: #fff;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	padding-top: 20px;
	overflow: auto;
}

div.messageBanner {
	border: 3px solid #4D0A0A;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	padding: 10px;
	font-size: 18px;
	text-align: center;
}


/* Footer Styles */

div.footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10pt;
	color: #ccc;
	padding-top: 15px;
	padding-bottom: 10px;
}
div.footer a {
	color: #fff;
	text-decoration: none;
}
div.footer a:hover {
	color: #91a3ce;
	text-decoration: none;
}

