/*  
Theme Name: Nova Jazz
Theme URI: http://www.commandertrombone.com
Description: Wordpress theme for Nova Jazz website
Version: 1.0
Author: Chris Wiley
Author URI: http://www.commandertrombone.com
*/

/*
Global--Reset
*/

blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th
{
	margin: 0;
	padding: 0;
}

body
{
	padding: 0;
	color: #000;
	font: 12px/18px "Lucida Grande", Geneva,Verdana,Arial,Helvetica,sans-serif;
	background: #fff url(images/mainbck.jpg) repeat-x; 
}

/*
Main layout
*/

#frame
{
	position: relative;
	max-width: 70em;
	margin: 0px auto 20px auto;
	padding: 0px;
}

#content { clear: both; }

#leftcol
{
	position: relative;
	float: left;
	width: 65%;
	margin: 1em 0 1.5em 4%;
	overflow: hidden;
}

#rightcol
{
	float: right;
	width: 25%;
	margin: 1em 0 1.5em 1.2em;
	padding: 0;
	color: #000;
}

#rightcol ul li { list-style: none; }

/*
Header
*/

#header
{
	position: relative;
	height: 111px;
	width: 100%;
	margin: 0 0 0 4%;
	background: url(images/nova-hed.jpg) 0px -10px no-repeat;
}

#header  h1 {text-indent: -9999px;}

#header img
{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

#header a,
#header a:hover
{
	border: none;
	color: #fff;
	background: transparent;
}

/*
Footer
*/

#footer
{
	clear: both;
	margin: 0 0 0 4%;
	padding: 0.5em;
	border: 1px solid #ccc;
	background: #eee;
}

#footer p
{
	font-size: .9em;
	margin: 0;
	padding: 0;
}

/* Navigation Bar */
div#nav
{
	position: relative;
	height: 34px;
	border: 0;
	padding: 0;
	margin: 0 0 0 4%;
}

div#nav ul
{
	width: 1000px;
	height: 34px;
	color: #000;
	background: transparent url(images/nvnav.gif) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

div#nav ul li
{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: none;
	position: absolute;
	top: 0;
}

div#nav a { border-bottom: none; }

div#nav ul li, #nav a
{
	height: 34px;
	display: block;
	overflow: hidden;
}

#nvhome
{
	left: 2px;
	width: 70px;
}

#nvband
{
	left: 72px;
	width: 70px;
}

#nvrec
{
	left: 142px;
	width: 127px;
}

#nvlib
{
	left: 276px;
	width: 99px;
}

#nvabt
{
	left: 375px;
	width: 74px;
}

#nvcnt
{
	left: 453px;
	width: 91px;
}

#nvhome a:hover, #nvhome a.current { background: transparent url(images/nvnav.gif) -2px -34px no-repeat; }
#nvband a:hover, #nvband a.current { background: transparent url(images/nvnav.gif) -72px -34px no-repeat; }
#nvrec a:hover, #nvrec a.current { background: transparent url(images/nvnav.gif) -142px -34px no-repeat; }
#nvlib a:hover, #nvlib a.current { background: transparent url(images/nvnav.gif) -276px -34px no-repeat; }
#nvabt a:hover, #nvabt a.current { background: transparent url(images/nvnav.gif) -375px -34px no-repeat; }
#nvcnt a:hover, #nvcnt a.current { background: transparent url(images/nvnav.gif) -453px -34px no-repeat; }

/*
Posts
*/

.post
{
clear: both;
}


.date
{
	font-family: georgia, times, serif;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #666;
}

.postmetadata
{
     clear: both;
	font-size: .9em;
	font-style: italic;
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin: 10px 5px 10px 5px;
}

.note
{
	width: 200px;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #ccc;
	background: #eee;
}


.clearlist
{
clear: both;
margin: 15px 0 0 0;
}



h1 + div + .note
{
	padding: 0 0 1em 24px;
	border: none;
	background: url(/i/info.gif) no-repeat 2px 2px;
	border-bottom: 3px double #ddd;
}

.note p { margin-bottom: 1em; }
.note p+p { margin: 1em 0 0; }

/*
Forms
*/

fieldset { border: 0; }

label
{
font-style: italic;
}


.checkbox { margin-top: 1em; }
.checkbox label,
label.inl { display: inline; }

label em
{
	font-weight: normal;
	font-style: normal;
	font-size: 0.94em;
}

legend
{
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
}

input.txt
{
	
	display: block;
	color: #000;
	background: #fff;
}

input.btn
{
	display: block;
	width: 80px;
	padding-right: 0.25em;
	padding-left: 0.25em;
	margin-top: .5em;
}

textarea
{
	display: block;
	width: 450px;
	color: #000;
	background: #fff;
}

textarea:focus
{
 background: #eee;
}

input.txt:focus,
textarea.txt:focus { background: #eee; }

/*
Linkage
*/

a:link,
a:visited
{
	border-bottom: 1px dotted;
	color: #039;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:focus,
a:active
{
	border-bottom-style: solid;
	color: #e80000;
}

a:focus,
a:active { color: #fff; }
a.imglink:link,
a.imglink:visited { border: none; }
a.imglink:hover { background: transparent; }

/*
Headings
*/

h1,h2,h3,h4,h5,h6 { color: #8A8E27; }

h1
{
	margin: .5em 0 0 0;
	font-size: 1.8em;
}

h2
{
	margin: 0;
	font-size: 1.5em;
}

.about #main h2 { clear: none; }

h3
{
	margin: 0.2em 0 0;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h3 a:link,
h3 a:visited,
h3 a:hover
{
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #8A8E27;
	color: #8A8E27;
	font-weight: normal;
}

h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active { color: #e80000; }

.note h3
{
	color: #333;
	text-transform: none;
}

.note h3 a:link,
.note h3 a:visited
{
	border-bottom-color: inherit;
	color: #333;
	font-weight: bold;
}

.note h3 a:hover
{
	color: #D03900;
	border-bottom: 1px solid #D03900;
}

/*
Lists
*/

#leftcol ol, #leftcol ul
{
	padding-left: 1em;
	margin-bottom: 1em;
}

#leftcol li { margin: 0 0 0 1.4em; }

#internalnav
{
	margin: 0;
	padding: 0;
	width: 100%;
}

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

#internalnav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#internalnav.novap li
{
	display: inline;
	margin: 0 2em 0 0;
	padding: 0;
}


/*Cabel Sasser Zoom Styling*/

#zoompx
{
position: relative;
}

#zoompx ul
{
list-style: none;
}

#zoompx li
{
float: left;
}

#zoompx img
{
border: none;
}

#zoompx a
{
border: none;
}

#ZoomCapDiv img
{
margin: 0;
border: 0;
padding: 0;
}

/*End Sasser */


dl.table-display
{
	width: 41.1em;
	margin: 2em 0 0 0;
	padding: 0;
	font-family: georgia, times, serif;
}

dl.table-display li
{
	margin: 0;
	padding: 0;
}

#leftcol dl.table-display ol
{
	margin: 0;
	padding: 0;
}

.table-display dt
{
	width: 15em;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px solid #b8b8b8;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }

/* end hack */
.table-display dd
{
	float: left;
	width: 24em;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #b8b8b8;
}

.table-display ol
{
	margin: 0;
	padding: 0;
}

.table-display li
{
	margin: 0;
	padding: 0;
}

/*.code
{
	padding: 3px 5px 3px 35px;
	border: 1px solid #98be10;
	list-style-type: decimal-leading-zero;
	font-family: Courier;
}

.code code { font-family: Monaco,"Courier New",Tahoma; }

.code li
{
	margin: 2px 0;
	padding: 0 5px;
	background: #f7f7f5;
}

.code li.tab1 { padding-left: 4ex; }
.code li.tab2 { padding-left: 8ex; }
.code li.tab3 { padding-left: 12ex; }
.code li.tab4 { padding-left: 16ex; }
.code li.tab5 { padding-left: 20ex; }

.code .changed
{
	color: #900;
	font-weight: bold;
}

.code em
{
	color: #900;
	font-weight: bold;
	font-style: normal;
}*/

/*
Data tables
*/

table
{
border: 0;
margin: 0;
}



/*
Quotations
*/

blockquote
{
	margin: 1em 0;
	padding-left: 30px;
	color: #000;
}

/*q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
* html q { font-style: italic; }
.bq-cite { margin: 1em 0; }

.bq-cite div
{
	margin-left: 30px;
	font-size: 0.94em;
}

.bq-cite blockquote { margin-bottom: 0; }
.bq-cite cite { font-style: normal; }

blockquote.pullquote
{
	float: left;
	width: 10em;
	margin: 0.25em 0.75em 0.25em 0;
	padding: 0.5em;
	border: 3px double #ccc;
	border-width: 3px 0;
	color: #333;
	background: transparent;
	font: italic 1.2em/1.3 Georgia;
}

blockquote.alt
{
	float: right;
	margin: 0.25em 0 0.25em 0.75em;
}

.pullquote p
{
	margin: 0;
	text-align: center;
}

.pullquote p:first-letter { text-transform: uppercase; }
*/

/*
Images
*/

img
{
border: 0;
margin: 0;
padding: 0;
}

img.rt
{
	float: right;
	margin: .5em 0 0 .5em;
}

img.lft
{
	float: left;
	margin: 0 .5em 0 0;
}

img.garaspic
{
	background-color: #eee;
	padding: 5px;
}

img.cover
{
	height: 70px;
	float: left;
	padding: 10px;
}

.navigation
{
margin: 0 0 .9em 0;
}

.fullwidth { margin: 1em auto; }

.flow
{
	float: right;
	margin: 0 0 6px 12px;
}

.alt
{
	float: left;
	margin: 0 12px 6px 0;
}

.dec
{
	padding: 4px;
	border: 1px solid #ccc;
}

/*
Misc
*/

code,
kbd,
pre { font-family: Monaco,"Courier New",Tahoma; }
strong code,
dt code { font-weight: normal; }

ins
{
	background-color: #dde3dd;
	text-decoration: none;
}

p,
pre { margin: .9em .5em .9em 0; }
abbr,
acronym { border: none; }


/*abbr[title],
acronym[title]
{
	border-bottom: 1px dotted #666;
	cursor: help;
	font-style: italic;
}*/

.non-visual,
.structural
{
	position: absolute;
	left: -9999px;
}

.clearfix:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.clearfix { display: inline-block; }
.clearfix { display: block; }


/*
Skip links
*/

#skip
{
	height: 31px;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
	display: none;
	background: transparent;
}

#skip li
{
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 0.94em;
	line-height: 2.5;
}

/*
Extras
*/

.red { color: #C00; }

/*comments*/

#respond
{
clear: both;
}

/*
Style switcher
*/

#switch
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5em 1em;
	font-size: 0.94em;
}

#switch a:link,
#switch a:visited
{
	border: none;
	color: #ccc;
	font-weight: normal;
}

#switch a:focus,
#switch a:active,
#switch a:hover
{
	color: #fff;
	text-decoration: none;
}






