/* CSS Document */

/* CSS RESET -- line 48*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/*******************************************************************************
													BODY
*******************************************************************************/

body {
	background-image: url(/images/siteBG.gif);
	background-repeat: repeat-x;
	background-color: #929292;
	}

#siteBody {
	background-color: #FFF;
	}


/*******************************************************************************
													HEADER
*******************************************************************************/
#siteHeader a.KaceAudioLogo {
	width: 174px;
	height: 82px;
	display: block;
	float: left;
	background-image: url(/images/KaceAudioLogo.gif);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	}

#siteHeader a.KaceAudioLogo .KaceAudioText {
	padding: 100px 0;
	display: block;
	}

#siteHeader #mainNav li {
	float: left;
	padding: 0 5px 0 5px;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	}

#siteHeader #mainNav li a {
	background-image: url(/images/mainNavBG.gif);
	background-repeat: no-repeat;
	background-position: center -6px;
	display: block;
	padding: 12px 5px 12px;
	color: #fff;
	text-decoration: none;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#siteHeader #mainNav li a:hover {
	background-image: url(/images/mainNavBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: solid #fff 1px;
	color: #aaa;
	}


/*******************************************************************************
													LEFT NAV
*******************************************************************************/

/*************************************
			internalNav
*************************************/

#leftNav ul#internalNav li {
	background-image: url(/images/ulNavBG.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#leftNav ul#internalNav li span {
	display: block;
	width: 135px;
	padding: 8px 10px 8px;
	vertical-align: baseline;
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url(/images/leftNavBG.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #1B1769;
	}
#leftNav ul#internalNav li ul, 
#leftNav ul#internalNav li ul li {
	padding: 0;
	background-image: none;
	}
#leftNav ul#internalNav li ul {
	padding: 8px 0 0 0;
	}
#leftNav ul#internalNav li ul li {
	background-image: url(/images/listNavBG2.gif);
	background-position: -9999px;
	background-repeat: no-repeat;
	}
#leftNav ul#internalNav li ul li a {
	display: block;
	height: 1.5em;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/listNavBG.gif);
	background-position: left .3em;
	background-repeat: no-repeat;
	}
#leftNav ul#internalNav li ul li a:hover {
	text-decoration: underline;
	color: #09C;
	background-image: url(/images/listNavBG2.gif);
	background-position: left .2em;
	background-repeat: no-repeat;
	}

/*************************************
			externalNav
*************************************/

#leftNav ul#externalNav li {
	display: block;
	margin: 0 0 8px 35px;
	overflow: hidden;
	}
#leftNav ul#externalNav a {
	display: block;
	width: 80px;
	height: 15px;
	border: solid #000 1px;
	overflow: hidden;
	}
#leftNav ul#externalNav a span.externalNavLink {
	display: block;
	margin: 0 0 0 -999px;
	overflow: hidden;
	font-size: .8em;
	}
#leftNav ul#externalNav a#tit11 {
	background-image: url(/images/linkTurnItTo11.gif);
	background-repeat: no-repeat;
	}
#leftNav ul#externalNav a#earwaks {
	background-image: url(/images/linkEarwaks.gif);
	background-repeat: no-repeat;
	}
#leftNav ul#externalNav a#kace {
	background-image: url(/images/linkKace.gif);
	background-repeat: no-repeat;
	}
#leftNav ul#externalNav a#anime-planet {
	background-image: url(/images/linkAnime-planet.gif);
	background-repeat: no-repeat;
	}
#leftNav ul#externalNav a#firefox {
	background-image: url(/images/linkFirefox.gif);
	background-repeat: no-repeat;
	}
#leftNav ul#externalNav a#flash {
	background-image: url(/images/linkFlash.gif);
	background-repeat: no-repeat;
	}
#leftNav ul#externalNav a#savetheinternet {
	background-image: url(/images/linkSavetheInternet.gif);
	background-repeat: no-repeat;
	}
#leftNav ul#externalNav a#linkedin {
	background-image: url(/images/linkLinkedIn.gif);
	background-repeat: no-repeat;
	}


/*******************************************************************************
													FOOTER
*******************************************************************************/

#siteFooter {
	text-align: center;
	font-size: .8em;
	color: #AAA;
	}
#siteFooter a {
	color: #AAA;
	text-decoration: none;
	}
#siteFooter a:hover {
	text-decoration: underline;
	color: #09C;
	}


/*******************************************************************************
													CONTENT
*******************************************************************************/

/*************************************
			Image Header
*************************************/

#rightContent #headerImage {
	padding: 0 0 5px 0;
	}

#rightContent #headerImage p {
	text-align: right;
	font-size: 0.6em;
	padding: 0;
	}

#rightContent #headerImage p a {
	text-decoration: none;
	color: #000;
	border-bottom: dotted #000 1px;
	}

#rightContent #headerImage p a:hover {
	border-bottom: solid #000 1px;
	}

/*************************************
			Header
*************************************/

#rightContent h1 {
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
	color: #C30;
	border-bottom: dotted #AAA 1px;
	padding: 0 0 3px 0;
	}

#rightContent h2 {
	color: #AAA;
	font-size: .8em;
	font-weight: bold;
	padding: 3px 0 0 0;
	}

#rightContent h3 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 13px 0 0 0;
	}

#rightContent h3.contact {
	font-size: 0.6em;
	font-weight: bold;
	display: inline;
	padding: 0 5px 0 0;
	}

#rightContent h3.ul {
	font-size:.8em;
	font-weight: bold;
	border-bottom: dotted #AAA 1px;
	color: #09C;
	}

/*************************************
			Paragraph
*************************************/

#rightContent p.contact {
	display: inline;
	padding: 0;
	}

#rightContent p {
	line-height: 1.6em;
	font-size: 0.7em;
	padding: 8px 0 5px 0;
	}

#rightContent p a {
	color: #09C;
	text-decoration: none;
	border-bottom: dotted #09C 1px;
	}

#rightContent p a:hover {
	color: #09C;
	border-bottom: solid #09C 1px;
	}

#rightContent a.extLink {
	border-bottom: dotted #C30 1px;
	text-decoration: none;
	color: #C30;
	}

#rightContent a.extLink:hover {
	border-bottom: solid #C30 1px;
	text-decoration: none;
	}

#rightContent a.extLink u {
	background-image: url(/images/extLinkBG.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding: 0 13px 0 0;
	text-decoration: none;
	display: inline-block;
	}

#rightContent a.extLink:hover u {
	background-image: url(/images/extLinkBG.gif);
	background-repeat: no-repeat;
	background-position: right -86px;
	padding: 0 13px 0 0;
	text-decoration: none;
	display: inline-block;
	}

/*************************************
			Page Jump
*************************************/

#rightContent #pageJump {
	text-align: center;
	height: 1%;
	padding: 10px 0 20px 0;
	}

#rightContent #pageJump:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	}

#rightContent #pageJump ul {
	background-image: url(/images/ulJumpBG.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	}

#rightContent #pageJump ul li {
	background-image: url(/images/jumpBG2.gif);
	background-position: -999px center;
	background-repeat: no-repeat;
	display: inline;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 2px 0 2px;	
	}

#rightContent a.pageJump {
	background-image: url(/images/jumpBG.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #09C;
	border-bottom: dotted #09C 1px;
	padding: 0 0 0 13px
	}

#rightContent a.pageJump:hover {
	background-image: url(/images/jumpBG.gif);
	background-position: 0 -88px;
	background-repeat: no-repeat;
	color: #09C;
	text-decoration: none;
	border-bottom: solid #09C 1px;
	padding: 0 0 0 13px
	}

#rightContent a.pageJumpTop {
	background-image: url(/images/jumpTopBG.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	color: #09C;
	border-bottom: dotted #09C 1px;
	padding: 0 0 0 13px
	}

#rightContent a.pageJumpTop:hover {
	background-image: url(/images/jumpTopBG.gif);
	background-position: 0 -86px;;
	background-repeat: no-repeat;
	color: #09C;
	text-decoration: none;
	border-bottom: solid #09C 1px;
	padding: 0 0 0 13px
	}


/*************************************
			Site Map
*************************************/

#rightContent .sitemap {
	line-height: 1.6em;
	font-size: 0.7em;
	padding: 5px 0 13px 13px;
	}

#rightContent .sitemap li a {
	color: #09C;
	text-decoration: none;
	border-bottom: dotted #09C 1px;
	}

#rightContent .sitemap li a:hover {
	color: #09C;
	text-decoration: underline;
	border: 0;
	}


/*************************************
			Lessons
*************************************/

#rightContent ol {
	line-height: 1.6em;
	font-size: 0.7em;
	font-weight: bold;
	padding: 5px 0 0px 13px;
	list-style: decimal;
	margin: 0 0 0 13px;
	}

#rightContent ol ul {
	line-height: 1.6em;
	padding: 5px 0 13px 13px;
	font-weight: normal;
	}


/*************************************
			Demos
*************************************/


#rightContent .demoMedia .descMedia {
	padding-top: 4px;
	}

#rightContent .demoMedia .descMedia h4 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.3em;
	color: #09C;
	/*border-bottom: dotted #AAA 1px;*/
	margin: 0 0 5px 0;
	}

#rightContent .demoMedia .descMedia div {
	color: #666;
	}
	
#rightContent .demoMedia .descMedia div h5 {
	display: inline;
	font-size: .7em;
	font-weight: bold;
	padding: 0 5px 0 0 ;
	}

#rightContent .demoMedia .descMedia div p {
	display: inline;
	font-size: .7em;
	font-weight: normal;
	padding: 0;
	}


/*************************************
			News
*************************************/

#rightContent .news {
	padding: 10px 0 10px 0;
	}

#rightContent .news p {
	margin: 0 0 0 20px;
	}
	

/*************************************
			Feature Buttons
*************************************/

#rightContent #featButtons {
	padding: 20px 0;
	}

#rightContent #featButtons ul {
	padding: 0 0 0 5px;
	}
	
#rightContent #featButtons li, 
#rightContent #featButtons a {
	float: left;
	}

#rightContent #featButtons h3 {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 5px .3em 0;
	margin: 0 0 5px 0;
	border-bottom: dotted #AAA 1px;
	}