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

/* Remove browser styles (see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
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: inherit;
	vertical-align: baseline;
}


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

/*
Main layout
*/

#frame
{
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

#content { clear: both; }

#leftcol
{
	position: relative;
	float: left;
	width: 550px;
	margin: 10px 20px 0 5px;
	
}

#rightcol
{
	float: left;
	width: 212px;
	margin: 28px 0 20px 20px;
	padding: 0;
	color: #000;
}

#rightcol ul { 
list-style: none; 
margin: 0 0 0 2px;
}

#rightcol li ul li a
{
font-size: .75em;
}

#rightcol h2
{
margin: 10px 0 0 2px;
line-height: 1em;
}

/*
Header
*/

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

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

#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;
	padding: 10px;
	background-color: #f4f4f4;
	border: 1px dashed #d3d3d3;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
}

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

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

div#nav ul
{
	width: 100%;
	height: 33px;
	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: 33px;
	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 { background: transparent url(images/nvnav.gif) -2px -34px no-repeat; }
#nvband a:hover { background: transparent url(images/nvnav.gif) -72px -34px no-repeat; }
#nvrec a:hover { background: transparent url(images/nvnav.gif) -142px -34px no-repeat; }
#nvlib a:hover { background: transparent url(images/nvnav.gif) -276px -34px no-repeat; }
#nvabt a:hover { background: transparent url(images/nvnav.gif) -375px -34px no-repeat; }
#nvcnt a:hover { background: transparent url(images/nvnav.gif) -453px -34px no-repeat; }


#nvhome a.current { background: transparent url(images/nvnav.gif) -2px -68px no-repeat; }

#nvband a.current { background: transparent url(images/nvnav.gif) -72px -68px no-repeat; }

#nvrec a.current { background: transparent url(images/nvnav.gif) -142px -68px no-repeat; }

 #nvlib a.current { background: transparent url(images/nvnav.gif) -276px -68px no-repeat; }
 
#nvabt a.current { background: transparent url(images/nvnav.gif) -375px -68px no-repeat; }

#nvcnt a.current { background: transparent url(images/nvnav.gif) -453px -68px no-repeat; }






/*
Posts
*/

.post
{
clear: both;
padding: 0 0 4px 0;
margin: 0 0 15px 0;
}


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

p.postmetadata
{
     clear: both;
     padding: 4px;
	font-size: .6875em;
	font-style: italic;
	background-color: #f4f4f4;
	border: 1px dashed #d3d3d3;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
}

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


/*
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: .75em;
}*/

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: none;
	color: #039;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:focus,
a:active
{
	text-decoration: underline;
	color: #e80000;
}

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


/*
Headings
*/

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

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

h2
{
	font-size: 1.5em;
}

.about #main h2 { clear: none; }

h3
{
	margin: 0.2em 0 0;
	font-weight: bold;
	font-size: 1.3em;
	
}	

h3.subhed
{
font-weight: normal;
font-style: italic;
}

h3#dig
{
text-transform: uppercase;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h3 a:link,
h3 a:visited,
h3 a:hover
{
	border-bottom: none;
	color: #8A8E27;
	font-weight: normal;
	line-height: 1.2;
}

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


p
{
font-size: .75em;
line-height: 1.5;
margin: 0 0 5px 0;
padding: 0;
}

em 
{
font-style: italic;
}

strong
{
font-weight: bold;
}


.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
*/



div#leftcol ul, div#leftcol ol
{
	margin: 5px 6px 10px 15px;
	padding: 0 0 0 6px;
}

div#leftcol li
{
line-height: 1.5;
font-size: .75em;
}

div#leftcol li ul li 
{
list-style-type: square;
line-height: 1.5;
font-size: 1em;
}

div#leftcol li p
{
line-height: 1.5;
font-size: 1em;
margin-top: 5px;
}



li.alt, li.alt p
{
font-size: 1em;
}

/* Social Media List in Sidebar  */

#social li
{
display: inline;
}

/* Recordings List  */

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

#internalnav.recordings  ul
{
     width: 500px;
	margin: 0;
	padding: 0;
}

#internalnav.recordings li
{
	display: inline;
	margin: 0 10px 20px 0;
	padding: 0;
}

/* Special for Nova Personnel  */


#internalnav.novap
{
margin: 0;
padding: 0;
height: 23px;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#internalnav.novap a
{
font-size: 1.2em;
line-height: 1.0625em;
display: block;
float: left;
padding: 4px;
border-bottom: none;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
}


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

a.curchoice 
{
color: #f00;
background-color: #fff;
}

.normal
{
background-color: transparent;
background-color: #f4f4f4;
}




/*Cabel Sasser Zoom Styling*/

#zoompx
{
position: relative;
}

#zoompx ul
{
list-style: none;
padding: 0;
margin: 0;
}

#zoompx li
{
float: left;
margin: 0;
padding: 0;
}

#zoompx a
{
border: none;
}


/*End Sasser */


dl.table-display
{
    clear: both;
    font-family: georgia, times, serif;
 }

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

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

.table-display dt
{
font-weight: bold;	
}

.table-display dd
{
font-size: 1.2em;	
}
.table-display ol
{
	margin: 0 0 0 40px;
	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
*/

#leftcol table
{
border: 0;
margin: 0;
padding: 0;
}



/*
Quotations
*/

blockquote
{
	margin: 1em 0 0 20px;
	padding-left: 10px;
	border-left: 4px solid #ddd;
	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: 12px 0 0 10px;
}

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

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

img.cover
{
	height: 70px;
	float: left;
	padding: 0px;
	margin: 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
*/

/*
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;
}

#notfound
{
font: bold 25px/25px  "Lucida Grande", Geneva,Verdana,Arial,Helvetica,sans-serif;

}

/*
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;
}







