/* @override http://www.kwcw.net/kwcw.css */

/*
KWCW.net
CSS stylesheet
Revision 2.1

Written using CSSEdit 2.0.2
www.macrabbit.com/cssedit

Created by One Crayon
onecrayon.com
*/

/* @group Generic */

body {
	background-image: url(images/background.gif);
	font: 76% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0.6em 0em 0.3em;
}

h1 {
	font-size: 3.0em;
}

h2 {
	font: bolder 2.2em "Lucida Grande", Verdana, Arial, sans-serif;
}

h3 {
	text-align: left;
	font-size: 1.7em;
	font-weight: bolder;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}

p, li {
	text-align: left;
	font-size: 1.2em;
}

p {
	margin: 1.2em 0em 1.2em 0em;
}

li {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted #644111;
	color: #644111;
}

a:visited {
	border-bottom: 1px dotted #644111;
	color: #644111;
}

a:hover {
	border-bottom: 1px solid #FF9900;
}

a:active {
	border-bottom: 1px solid #FF9900;
}

table {
	margin: 0;
	padding: 0;
	border-style: none;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
	border-style: none;
	text-align: left;
}

th {
	margin: 0;
	padding: 0;
	border-style: none;
	text-align: left;
}
	
/* @end */

/* @group Classes */

.box {
	border: 2px solid #644111;
	padding: 0.5em;
	background-color: #EEEDDF;
	margin: 0;
	display: table;
}

span.box {
	/* Spans and inline-block necessary due to IE's lack of display: table */
	display: inline-block;
}

.full {
	/* for .box; overrides the display thing so that it's full width */
	display: block;
	margin: 1.0em auto;
	text-align: left;
	font-size: 1.0em;
}

.headline {
	width: 180px;
	float: right;
	text-align: left;
	margin: 0 0 0 0.2em;
	padding: 0;
}

.center {
	text-align: center;
}

form.center, table.center {
	/* Forces forms/tables with class center to center themselves as well as their contents */
	margin: 0 auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.half {
	width: 48%;
}

.error {
	color: #990000;
	font-weight: bold;
}

.success {
	color: #ff9900;
	font-weight: bold;
}

.req {
	color: #644111;
	font-weight: bold;
}

.float {
	float: left;
	margin: 0 1.0em 1.0em 0;
	padding: 0;
}

.clear {
	clear: both;
}

.chart {
	font: 0.8em Monaco, Courier, monospace;
	margin: 0.2em;
	padding: 0 3.5em;
	list-style-position: outside;
}

.chart li {
	padding: 0;
	margin: 0.5em 0;
}

/* @group Albums */

.cd {
	font: 0.8em  "Lucida Grande", Verdana, Arial, sans-serif;
	color: #303030;
}

.artist {
	font-weight: bold;
	text-transform: uppercase;
}

.song {
	font-style: italic;
}

.album {
	
}
	
/* @end */
	
/* @end */

/* @group Specific */

#page {
	padding: 0;
	margin: 0;
	text-align: center;
}

/* @group Header */

#header {
	padding: 1.5em 0px 0;
	margin: 0 auto;
	width: 800px;
}

#header h1 {
	font: bold 10.0em/1.0em Georgia, serif;
	letter-spacing: -0.1em;
	color: #644111;
	padding: 0;
	margin: 0;
}

#byline {
	width: 500px;
	margin: -1.6em auto 0;
}

#byline p {
	font-size: 1.0em;
	display: inline;
}

#header ul {
	margin: 0;
	padding: 1.0em 0 0;
}

#header ul li {
	display: inline;
	text-transform: lowercase;
	font: 3.0em "Lucida Grande", Geneva, Verdana, sans-serif;
	padding: 0 0.4em;
	letter-spacing: -0.1em;
	margin: 0;
}

#header ul li a:link {
	border-bottom-style: none;
}

#header ul li a:visited {
	border-bottom-style: none;
}

#header ul li a:hover {
	border-bottom-style: none;
	color: #ff9900;
}

#header ul li a:active {
	border-bottom-style: none;
}

#header ul#childlinks li {
	font-size: 2.0em;
}

#header h1.sm {
	font-size: 5.0em;
	letter-spacing: normal;
}
	
/* @end */

/* @group Main */

#main {
	width: 800px;
	margin: 0 auto;
	padding: 1.0em;
}

#leftSide {
	width: 55%;
}

#rightSide {
	width: 40%;
}

#webcam {
	border: 2px solid #644111;
	height: 240px;
	margin: 1.0em auto;
	background: no-repeat center bottom url(http://www.kwcw.net/webcam/image.jpg);
}

/* @group Settings & tabs */

div#settings {
	width: 600px;
	margin: 0 auto;
}

table#settings {
	width: 600px;
}

table#settings th {
	text-align: right;
}

table#settings th, table#settings td {
	padding: 0.2em;
}

table#settings .description {
	font-style: italic;
	padding: 0 0 1.0em 0;
	text-align: center;
}

#tabs {
	margin: 0 0 5px 0;
	padding: 0 1.0em;
	text-align: left;
}

#tabs ul {
	padding: 0;
	margin: 0;
}

#tabs li {
	list-style-type: none;
	display: inline;
	background-color: #EEEDDF;
	border-right: 2px solid #644111;
	border-left: 2px solid #644111;
	border-top: 2px solid #644111;
	padding: 5px;
	margin: 0 0.3em;
}

#tabs li.selected {
	position: relative;
	bottom: -2px;
}

#tabs a {
	border-bottom: none;
}

#tabs a:hover {
	color: #FF9900;
}

/* @end */
	
/* @end */

/* @group Schedule */

#schedule {
	background: #EEEDDF;
	border: 1px solid #000000;
}

#schedule td {
	border: 1px solid #000000;
	margin: 0;
	padding: 3px;
	text-align: center;
	vertical-align: top;
}

#schedule td p {
	text-align: center;
	font-size: 1.0em;
}

#schedule th {
	border: none;
	text-align: center;
}

#schedule th.time {
	border-top: 1px solid #666666;
	padding: 3px 0;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	vertical-align: top;
}

#schedule #time_spacer {
	width: 5.0em;
}


	
/* @end */

/* @group Playlist */

#recentTracks {
	padding: 0.5em;
	border: 2px solid #644111;
	background: #EEEDDF;
	margin: 0 auto;
}

#recentTracks th {
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #000000;
}

#recentTracks td {
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #000000;
	vertical-align: middle;
}

.rotation {
	text-align: center;
}
	
/* @end */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 1.5em 0 0;
	clear: both;
}

#footer p {
	font-size: 1.0em;
	text-align: center;
}
	
/* @end */