/*

Theme Name: Collars and Sleeves
Version: 1.0
Description: KINCH Collars and Sleeves Theme
Author: Jake Malone
Author URI: http://www.kinchband.com


*/

div#error, div.error {
	display: none;
	visibility: hidden;
}

BODY {
	background: #fff url(/klog/wp-content/themes/cas/images/main_bg_01.jpg) no-repeat fixed bottom left;
	margin: 0;
	font-family: arial, helvetica;
	font-size: 14px;
	color: #000;
}
IMG {
	border: 0;
}

/*-----------------------------------*/

A:link, A:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
}
A:hover, A:active, A:visited:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/*-----------------------------------*/

DIV#logo {
	position: fixed;
	/*left: 20px;
	top: 20px;*/
	border: 20px solid #fff;
	width: 201px;
	height: 54px;
}

/*-----------------------------------*/

DIV#nav {
	position: fixed;
	top: 113px;
	width: 175px;
	border-left: 22px solid #fff;
}

DIV#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

DIV#nav ul li {
	margin-top: 5px;
}

DIV#nav a:link, DIV#nav a:visited {
	font-weight: bold;
	font-size: 17px;
	background-color: #590307;
	padding: 2px 5px 2px 5px;
	color: #fff;
	text-decoration: none;
}

DIV#nav a:active, DIV#nav a:hover, DIV#nav a:visited:hover {
	font-weight: bold;
	font-size: 17px;
	background-color: #fff;
	padding: 2px 5px 2px 5px;
	color: #590307;
	text-decoration: none;
}

DIV#nav p a:link, DIV#nav p a:visited {
	font-weight: normal;
	color: #000;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
	font-size: 14px;
}

DIV#nav p a:active, DIV#nav a:hover, DIV#nav p a:visited:hover {
	font-weight: normal;
	color: #000;
	padding: 0;
	background-color: transparent;
	font-size: 14px;
	text-decoration: none;
}

DIV#navCurrent {
	position: fixed;
	border-left: 22px solid #fff;
	top: 113px;
	width: 84px;
	height: 18px;
	border-top: 5px solid #fff;
}
DIV#navMusic {
	position: fixed;
	border-left: 22px solid #fff;
	top: 140px;
	width: 72px;
	height: 18px;
	border-top: 5px solid #fff;
}
DIV#navShows {
	position: fixed;
	border-left: 22px solid #fff;
	top: 167px;
	width: 79px;
	height: 18px;
	border-top: 5px solid #fff;
}
DIV#navPress {
	position: fixed;
	border-left: 22px solid #fff;
	top: 199px;
	width: 68px;
	height: 18px;
	border-top: 5px solid #fff;
}
DIV#navOther {
	position: fixed;
	border-left: 22px solid #fff;
	top: 225px;
	width: 65px;
	height: 18px;
	border-top: 5px solid #fff;
}

/*-----------------------------------*/

DIV#list {
	position: fixed;
	left: 70px;
	top: 210px;
	width: 200px;
}
DIV#list TABLE {
	border: 0;
}
TD#listHeader {
	text-align: left;
}
TD#listBox {
	padding-top: 7px;
}
TD#listThanks {
	padding-top: 10px;
	font-weight: normal;
}
TD#listBox INPUT {
	border: 0 none;
	width: 178px;
	height: 28px;
	background: transparent url(images/mailing_list_box.gif) no-repeat;
	font-size: 11px;
	font-family: Georgia;
	color: #787770;
	padding: 7px 7px 0px 10px;
}
TD#listButton {
	padding-top: 3px;
	text-align: right;
}

/*-----------------------------------*/

DIV#content {
	position: absolute;
	left: 290px;
	top: 0px;
	width: 650px;
	padding-bottom: 250px;
	line-height: 21px;
	border-top: 75px solid #fff;
}

DIV#content p {
}

div#bottom {
	position: fixed;
	width: 100%;
	height: 200px;
	top: 600px;
}

/*-----------------------------------*/

DIV.post {
	margin-top: 40px;
}
DIV.post DIV.entry {
	margin: 0;
	padding: 0;
}
DIV.post DIV.entry P {
	margin: 2px 0px 15px 0px;
	padding: 0;
	line-height: 21px;
}
DIV.post DIV.entry P IMG {
	border: 3px solid #fff;
	margin-left: auto;
	margin-right: auto;
}
DIV.post h2 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
}
DIV.post h2 A:link, DIV.post h2 A:visited {
	color: #3f3f3e;
	text-decoration: none;
}
DIV.post h2 A:hover, DIV.post h2 A:active, DIV.post h2 A:visited:hover {
	color: #6c6c6c;
	text-decoration: none;
}
DIV.post h2 SPAN {
	font-size: 12px;
	color: #3f3f3e;
	font-weight: bold;
	letter-spacing: 0px;
}

/*-----------------------------------*/

TABLE#showsTable {
	width: 100%;
	font-size: 12px;
	margin-top: 15px;
}
TABLE#showsTable TD {
	padding: 8px 6px 8px 0px;
}
TABLE#showsTable TD {
	border-bottom: 1px dotted #9c8f85;
}
TABLE#showsTable TD TABLE TD {
	border-bottom: 0;
}
TABLE#showsTable TD TABLE {
	width: 100%;
}

/*-----------------------------------*/

TABLE#advancesTable {
	width: 100%;
	margin-top: 20px;
}
TABLE#advancesTable TD#text {
	vertical-align: top;
	text-align: left;
}
TABLE#advancesTable TD#cover {
	text-align: right;
	vertical-align: top;
	padding-left: 40px;
	padding-right: 5px;
}
TABLE#advancesTable TD#cover IMG {
	border: 2px solid #000;
}

/*-----------------------------------*/

TABLE#ecTable {
	width: 100%;
	margin-top: 20px;
}
TABLE#ecTable TD#text {
	vertical-align: top;
	text-align: left;
}
TABLE#ecTable TD#cover {
	text-align: right;
	vertical-align: top;
	padding-left: 40px;
	padding-right: 5px;
}
TABLE#ecTable TD#cover IMG {
	border: 2px solid #000;
}

/*-----------------------------------*/

TABLE#casTable {
	width: 100%;
	margin-top: 0px;
}
TABLE#casTable TD#text {
	vertical-align: top;
	text-align: left;
}
TABLE#casTable TD#cover {
	text-align: right;
	vertical-align: top;
	padding-left: 40px;
	padding-right: 5px;
}
TABLE#casTable TD#cover IMG {
	border: 2px solid #000;
}

/*-----------------------------------*/

TABLE#press {
	border: 0;
	width: 550px;
	line-height: 17px;
	margin-top: 8px;
}

TABLE#press td.date {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 7px 9px 0px;
	width: 80px;
	text-align: right;
}
TABLE#press td.date span {
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 75px;
}

TABLE#press td.title {
	font-size: 14px;
	padding: 0px 0px 9px 0px;
}

TABLE#press td.title a {
	letter-spacing: -1px;
}

TABLE#press td.title div.info {
	font-size: 11px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

TABLE#press td.external {
	vertical-align: top;
	font-size: 11px;
	padding: 0px 0px 9px 0px;
	width: 50px;
	text-align: right;
}

TABLE#press td.border {
	border-top: 1px solid #ccc;
	padding-top: 13px;
}

TABLE#press td.header {
	font-size: 15px;
	color: #999;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}