/* Common Elements 
------------------------------------ */

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

body {
	font: normal small/1.4 "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url('../images/bckgd_DkGray_Vert.gif')
}

h2 {
	text-transform: uppercase;
	color: #b88800;
	border-bottom: dotted 2px #735500;
	font-size: 150%;
}

h2, p {
	text-align: left;
}

a {
	color: #332500;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
	visibility: hidden;
}

hr, .hide {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

ul {
	list-style-type: none;
}

a img {
	border: 0;
}

dl {
	text-align: center;
	margin-top: 0.5em;
	padding: 0.5em;
	line-height: 1.3em;
}

dt {
	color: #332500;
	font-weight: bold;
}

dd {
	font-size: 90%;
}


/* Wrapper
------------------------------------ */
#wrapper {
	width: 904px;
	margin: 0 auto;
}


/* Header
------------------------------------ */
#header {
	width: 100%;
	color: #332500;
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	background: #daaf00 url('../images/bckgd_Header.jpg') repeat-x;
}


/* Main Navigation
------------------------------------ */
#navwrapper {
	margin: 0 auto;
}

#navigation {
	color: #332500;
	font-size: 120%;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: #ffcd00 url('../images/bckgd_Main_Nav.jpg') repeat-x;
}

#navigation img {
	padding: 0px 6px 1px 0px;	
}

#navigation ul {
	float: left;
}

#navigation li {
	float: left; 
}

#navigation a {
	color: #332500;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 18px 10px 20px;
	float: left;
}

#navigation a:active {
	text-decoration: none;
	background-color: #c29c00;
}

#navigation a:hover {
	text-decoration: none;
	color: #fff;
}

#navigation .active {
	background-color: #34373a;
}

#navigation .active a,#navigation .active a:hover{
	color: white;
	background-color: #daaf00;
}


/* Sub Navigation
------------------------------------ 
#subnavwrapper {
	margin: 0px 20px;
}

#subnav {
	color: white;
	font-size: 100%;
	width: 100%;
	float: left;
	background-color: #daaf00;
}

#subnav ul {
	float: left;
}

#subnav li {
	float: left;
}

#subnav a {
	color: white;
	float: left;
	display: block;
	padding: 10px 18px 10px 20px;
	text-decoration: none;
}
		
#subnav a:active {
	background-color: #9B7D00;
}

#subnav a:hover {
	text-decoration: underline;
}
	
#subnav .active {
	
}

#subnav .active,#subnav .active a,#subnav .active a:hover {
	background-color: #121518;
}  */


/* Main
------------------------------------ */
#main {
	margin: 10px auto;
	padding: 30px 20px 20px 20px;
	clear: both;
	float: left;
	background: #f3f1e9 url('../images/bckgd_Main_Top.jpg') repeat-x;
}



/* Collage
------------------------------------ */
#collage {
	margin: 1em 0 1em 0;
	padding: 0;
}

#collage img {
	float: left;
	margin: 0 5px 5px 0;
}



/* Content
------------------------------------ */
#content {
	margin-right: 258px;
}

#content p {
	margin-top: 14px;
	color: #332500;
}



/* Portfolio
------------------------------------ */
#portfoliomenu {
	margin: 0;
	padding: 0;
}
#portfoliomenu ul {
	width: 100%;
	float: left;
}

#portfoliomenu li {
	float: left; 
}

#portfoliomenu a {
	color: #332500;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 10px 18px 10px 10px;
	float: left;
}

#portfoliomenu a:active {
	text-decoration: none;
	background-color: #c1bfb9;
}

#portfoliomenu a:hover {
	text-decoration: none;
	background-color: #e7e5De;
}

#portfoliomenu .active {
	background-color: #dddbd4;
}

#portfoliomenu .active a,#portfoliomenu .active a:hover{
	color: white;
	background-color: #dddbd4;
}

#portfoliomenu img {
	padding: 0px 6px 1px 0px;	
}

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

#portfolio p {
	margin-top: 14px;
	margin-bottom: 14px;
	color: #332500;
}

.portfolioitem {
	font-size: 90%;
	width: 19.9%;
	height: 12.5em;
	padding-top: 1.2em;
	float: left;
	background-color: #dddbd4;
}

.portfolioitem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.portfolioitem a {
	font-weight: normal;
	text-decoration: none;
}

.portfolioitem a:hover {
	text-decoration: none;
}
	
.portfolioitem:hover {
	background-color: #fff;
}

.timecode {
	font-size: 70%;
	color: #888;
}

.jingleradioitem {
	font-size: 90%;
	width: 19.9%;
	height: 5.6em;
	padding-top: 1.2em;
	float: left;
	background-color: #dddbd4;
}

.jingleradioitem a {
	font-weight: normal;
	text-decoration: none;
}

.jingleradioitem a:hover {
	text-decoration: none;
}
	
.jingleradioitem:hover {
	background-color: #fff;
}
		

/* Links
------------------------------------ */
#links a {
	color: #332500;
	font-size: 100%;
	text-align: left;
	display: block;
	padding: 4px 4px;
	text-decoration: none;
}
	
#links a:hover {
	text-decoration: none;
	background-color: white;
}

#links img {
	padding-right: 4px;	
}


/* Sidebar
------------------------------------ */
#sidebar {
	color: #332500;
	margin-top: 2.1em;
	float: right;
	width: 238px;
}

#sidebar p {
	width: 218px;
	padding: 0 10px;
}

#sidebar a {
	color: #332500;
	font-weight: normal;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

blockquote {
	font-size: 110%;
	line-height: 140%;
	width: 100%;
	background-color: #d1d0c8;
}

.blockquotestart {
	height: 21px;
	width: 238px;
	background: #d1d0c8 url('../images/quote_Open.gif') no-repeat top left !important;
}

.blockquoteend {
	height: 21px;
	width: 238px;
	background: #d1d0c8 url('../images/quote_Close.gif') no-repeat bottom right !important;
}


/* Footer
------------------------------------ */
#footer {
	clear: both;
	color: #332500;
	font-size: 85%;
	text-align: left;
	margin: 0 auto 20px;
	padding: 14px 20px;
	background: #ffcd00 url('../images/bckgd_Footer.jpg') repeat-x;
}

