/* squarecat.com
** Hand-crafted by Scott Bram
*/

/* HTML Styles
*/
body {
	margin: 0;
	padding: 0;
	border-top: 5px solid #af0000;
	background: #262626 url(/images/canYouSee.png) repeat-x left 5px;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
a, a:link {
	color: #afafaf;
	text-decoration: underline;
	}
a:visited {
	color: #afafaf;
	text-decoration: underline;
	}
a:hover {
	color: #af0000;
	}
a img {
	border: 0;
	text-decoration: none;
	}
h1 {
	margin: 0 0 20px;
	padding: 0;
	color: #af0000;
 	font-size: 1.6em;
	}
h2 {
	margin: 30px 0 0;
	padding: 0 0 0 30px;
	color: #af0000;
 	font-size: 0.8em;
	font-weight: bold;
	}
h3 {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	color: #000;
 	font-size: 0.8em;
	font-weight: bold;
	}

/* Element Styles
*/
#bubbleWrap {
	margin: 0 auto;
	width: 750px;
	}

.closedCaptioned {
	display: none;
	visibility: hidden;
	height: 0;
	}
.scRed {
	color: #af0000;
	}
.black {
	color: #000;
	}

#face {
	margin: 0;
	padding: 0;
	height: 100px;
	}

#display {
	margin: 0;
	padding: 0;
	height: 92px;
	}

#station {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
	}
#station li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#station li a {
	display: block;
	float: left;
	width: 55px;
	height: 15px;
	padding: 25px 5px 0;
	color: #afafaf;
	text-align: center;
	text-decoration: none;
	}
#station li a:hover {
	color: #af0000;
	text-decoration: none;
	}
#station li a.selected,#station li a.selected:hover {
	color: #af0000;
	text-decoration: none;
	}
#station li a#home {
	margin-right: 5px;
	width: 45px;
	background: #716F6e url(/images/navHomeIcon.png) center bottom no-repeat;
	text-indent: -9999px;
	}
#station li a#home.selected, #station li a#home:hover {
	background: #af0000 url(/images/navHomeIcon.png) center bottom no-repeat;
	text-indent: -9999px;
	}

#amplitude {
	clear: both;
	margin: 0;
	padding: 0;
	background: #fff url(/images/thatNavBg.png) repeat-x;
	}
#amplitude p {
	margin: 15px 0 0;
	padding: 0 30px;
 	font-size: 0.75em;
	}
#amplitude img {
	display: block;
	margin: 2px 0 0;
	padding: 4px 0;
	border: none;
	}


#thatNav {
	margin: 0;
	height: 17px;
	background-color: #afafaf;
	}

#thatNav h1 {
	float: left;
	margin: 0 30px;
	padding: 0;
	height: auto;
	color: #fff;
	font-size: 0.8em;
	}
#thatNav p {
	margin: 0;
	padding: 0;
	color: #e5e5e5;
	font-size: 0.8em;
	}
#thatNav a, #thatNav a:link {
	color: #716F6e;
	}
#thatNav p a:visited {
	color: #e5e5e5;
	}
#thatNav p a:hover {
	color: #af0000;
	}

#thatNavFixed {
	z-index: 1;
	display: none;
    position: fixed;   
    top: 0;
	/*margin-left: 0px;
	padding-left: 30px;*/
	width: 750px;
	/*height: 35px;
    background: #fff url(../images/SquareCatIcon.png) 915px 50% no-repeat ! important;*/
	-moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
	}
#thatNavFixed h1, #thatNavFixed p#dj {
	margin-bottom: 0;
	}
#thatNavFixed h1 {
	float: left;
	margin: 0 30px 0 30px;
	padding: 0;
	height: auto;
	color: #fff;
	font-size: 0.8em;
	}
#thatNavFixed p#dj {
	margin: 0;
	}
/*#thatNavFixed .floatingHome {
	float: left;
	border: 1px solid red;
	overflow: hidden;
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	width: 35px;
	height: 35px;
	text-decoration: none;
	text-indent: -9999px;
}*/

#amplitude p.song {
	
	}
#amplitude ul.modulate {
	margin: 0;
	padding: 0 0 0 45px;
	font-size: 0.75em;
	}

#trough {
	clear: both;
	margin: 0 0 -10px 0;
	padding: 0 10px 0 0;
	background-image: url(/images/troughSediment.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #af0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 3.2em;
	font-weight: 600;
	}

#bassline {
	margin: 0;
	padding: 0 0 0 60px;
	height: 60px;
	background-color: #af0000;
	}

#shadowWrap {
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);*/
	}

#twidget {
	float: right;
	margin: 30px 15px;
	}	
