/*
cream: #FAF0DD;
rusty: #922D1F;
green: #393;
brown: #360500;
ltbrown: #492416;
orange: #EB5034;
redorange: #EB362B;
blue: #006CCB;
teal: #388F99;
pink: #E9427D;
brightpink: #FF31A0;
*/

body {
	font-family:helvetica, arial, sans-serif;
	background:url(../img/other/bkgd-gradient.jpg) repeat-x top left;
	padding-top:15px;
}
p {
	font-family:georgia, times, 'Times New Roman', serif;
	font-size:105%;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#FF31A0;
}
h3 a[href^='http://'] {
	background: url(../img/other/external_site.png) no-repeat right center;
	padding-right:15px;	
}
ul.right a[href^='http://'] {
	background-image:none;
	padding-right:0;
}

ul {
	list-style:none;
}

h4 {
	font-size:110%;
	margin:0;
	padding:3px 0;
}
/*HEADER*/
div#header {
	height:140px;
	position:relative;
	/*
	background:url(../img/other/boom_mic_top.png) no-repeat top left;
	*/
}
div#header #flashcontent {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
/*only appears if javascript is not enabled*/
div#header h1 {
	text-align:right;
	margin-top:60px;
	margin-right:20px;
	font:480% Georgia, Times, serif;
	font-weight:bold;
	color:#fff;
}

div#login {
	position:absolute;
	top:10px;
	margin:0;
	right:0;
	z-index:1;
	font-size:90%;
}
form.login {
	float:right;
	margin:0;
}
form.login table {
	margin:0;
}
form.login input {
	border:1px solid #fff;
	color:#fff;
	padding:2px;
	margin:3px;
	font-family:helvetica;
	background:url(../assets/other/80white.png);
}
form.login input:hover {
	background:white;
	color:#000;
}
form.login input.btn {
	color:black;
	font-weight:bold;
	cursor:pointer;
	padding:2px 0;
	border:none;
	background:none;
}
form.login th.label {
	color:white;
	padding-right:5px;
}
/*MENU*/
table.menu {
	width:100%;
	text-align:center;
	font-size:150%;
	margin-bottom:0;
}
table.menu td {
	font-weight:bold;
	background:#388F99;
}
table.menu td.focus {
	background:#fff;
}
table.menu td.focus a {
	color:black;
}
table.menu td.focus a:hover {
	background:#fff;
	color:#222;
}

table.menu td a {
	padding:2px 30px;
	color:white;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
table.menu td a:hover {
	background:#222;
	color:white;
}

/*TITLES*/
h2, div.message {
	margin:0;
	padding-top:2px;
	padding-left:10px;
	background:black;
	color:#fff;
	
	font-size:175%;
	font-weight:bold;
}
div.message {
	background:#006CCB;
}
.margintop {
	margin-top:20px;
}
.marginbottom {
	margin-bottom:10px;
}

/*DOCUMENT OF THE DAY*/
#mainImage img {
	margin-top:10px;
}
#main h4 {
	font-size:100%;
	color:#333	;
}
p.info {
	font-size:90%;
}

p.description {
	padding-right:10px;
}
p a {
	text-decoration:underline;
}
/*RIGHT SIDE LIST*/
div#right {
	float:right;
}
ul.right, ul.right li, ul.right li ul {
	margin:0;
}
ul.extras li a:hover {
	color:#fff;
	background:#393;
}
ul.right li {
	background:url(../img/other/right-bkgd.gif);
}
ul.right li ul li {
	background-image:none;
}
ul.right li h4 {
	background:#393939;/* url(../img/other/graygradient.gif) repeat-x bottom left; */
	color:white;
	padding-left:10px;
}
/*IE FIX*/
ul.right li ul li {
	display:inline;
}
ul.right li.ads, ul.right li.ads ul li {
	/*IE FIX*/
	background-image:none;
}

ul.right a {
	margin:0;
	padding:3px 0;
	padding-left:10px;
	display:block;
	text-decoration:none;
	color:black;
	font:90% georgia, times, serif;
}
ul.right a.last {
	padding-bottom:8px;
}
ul.right a.first {
	padding-top:8px;
}
ul.right a:hover {
	background:#EB5034;
	color:white;
}


/*INSIDE AUDIO DOCS*/
div.even {
	background:#eee;
}
div.even p a, div.odd p a {
	text-decoration:underline;
}

h3 {
	margin:10px 0;
}

div.list {
	margin-left:0;
	margin-top:20px;
}

/*HORIZONTAL SCROLLS*/
div.minigrid {
	margin:0;
	margin-bottom:10px;
	padding:12px 0;
	position:relative;
	height:225px;
	overflow-y:hidden;
	overflow-x:auto;
}

div.box {
	height:200px;
	width:245px;
	background:yellow;
	margin-right:10px;
}
div.lastbox {
	margin-right:0;
}

.dates, .archives {
	margin:0;
	padding-left:10px;
	color:#333;
}
.archives {
	color:#fff;
	background-color:#393;
}

/*FOOTER*/
#footer {
	margin-top:20px;
}
#footer p {
	font-size:90%;
	color:#333;
}
#footer a {
	color:black;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*COLOR*/
.dkgray {
	color:#292929;
}
.mdgray {
	color:#666;
}
.brown {
	color:#360500;
}
.ltbrown {
	color:#492416;
}
.black {
	color:#000;
}
.blue {
	color:#006CCB;
}
.green {
	color:#393;
}
.ltyellow {
	color:#ffa;
}
.white {
	color:#fff;
}

.pinkbkgd {
	background-color:#E9427D;
}
.greenbkgd {
	background-color:#393;
}
.bluebkgd {
	background-color:#006CCB;
}
.ltbrownbkgd {
	background-color:#492416;
}
.brownbkgd {
	background-color:#360500;
}
.dkgraybkgd {
	background-color:#222;
}
.whitebkgd {
	background-color:#fff;
}
.redorangebkgd {
	background-color:#EB362B;
}
.nobkgd {
	background:none;
}

table.cake-sql-log {
	float:left;
	width:90%;
	margin-left:5%;
	margin-top:50px;
	font-family:times;
}

form.keyword {
	font-family:georgia, times, serif;
}
form.keyword input {
	background:#fff;
	border:1px solid white;
	padding:4px;
	font-family:georgia;
	width:200px;
}
form.keyword input.btn {
	margin-left:2px;
	border:none;
	background:none;
	width:auto;
}
form.keyword input.btn:hover {
	cursor:pointer;
	color:black;
}


form.contact input, form.contact textarea, form.contact label, form.contact div {
	display:block;
	clear:both;
	width:85%;
	font-family:georgia, times, serif;
}
form.contact input.btn {
	width:auto;
	margin:20px 0;
	background:white;
}
form.contact input.btn:hover {
	border-color:#000;
	cursor:pointer;
}
form.contact input, form.contact textarea {
	font-size:95%;
	border:1px solid #999;
	padding:4px;
}
form.contact label, .error-message {
	font-size:90%;
}
.error-message {
	color:#cc0000;
}
form.contact input.form-error, form.contact textarea.form-error {
	border-color:#c00;
}

p.justify {
	text-align:justify;
}


/*PAGINATION*/
.paginate {
	margin:0;
	padding:5px 10px;
	color:#666;	
}
.paginate span {
	color:#999;
	padding:5px;
}
.paginate a {
	text-decoration:none;
	color:#fff;
}
.paginate a:hover {
	color:#ffa;
}
span.bright {
	color:#fff;
}

#related {
	background:url(../img/other/related.jpg) no-repeat center left;
	height:140px;
	overflow:hidden;
	position:relative;
}
#related #bottom {
	width:100%;
	height:30px;
	position:absolute;
	z-index:100;
	left:0;
	bottom:0;
	background:url(../img/other/whitegradient.png) repeat-x bottom left;
}
#related div.relatedMain {
	cursor:pointer;
}
/*
#related {
	border-bottom:1px solid #ccc;
}
*/
#featuredAudio table td {
	vertical-align:middle;
}
div.ads {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

a.addthis {
	text-decoration:none;
	background-image:none;
	padding-right:none;
	padding-bottom:none;
}

.smaller {
	font-size:90%;
}
