@charset "UTF-8";
/* CSS Document */
/*  :link,:visited { text-decoration:none } */
/*  ul,ol { list-style:none } */
/*  h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } */
/*  ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 } */
/*  a img,:link img,:visited img { border:none } */
/*  address { font-style:normal } */

 * {
    margin: 0;
	padding:0;
 }
 
 html {
     height: 100%;
	 background:#b3b3a7 url(../images/body_bgd.jpg) repeat top center;
 }

body {
	
	font-family:georgia,"Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #232324;

}

body *	{
	margin:0;
	padding:0;
}

#pg_wrap {
	background:url(../images/pg_wrap_bgd-trans.png) repeat-y top center;
	position:relative;
	width:960px;
	margin:0 auto;
	
}

.about #pg_wrap, .contact #pg_wrap{
	padding:0 0 120px 0;
}

.portfolio #pg_wrap{
	padding:0 0 60px 0;
}

#pg_wrap .container {
	padding-bottom:0px;/*to keep content from hiding behind the footer. Value= footer's height + a little more*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#header {
	padding:0;
	background:#b3b3a7 url(../images/body_bgd.jpg) repeat top center;
}

#header .container {
	width:100%;
	margin:0;
	padding:0px;
	height:50px; 
	background:url(../images/nav_bg.jpg) repeat-x top center;
}

#header .centering_wrap {
	width:960px;
	margin:0 auto;
	padding:0;
}

#header ul, #header h1 {
	display:table-cell;
}

#header h1 {
	width:80px;
	height:105px;
	float:left;
	text-indent:-9999em;
	background:url(../images/logo.png) no-repeat top;
}
#header h1 a {
	display:block;
	width:80px;
	height:105px;
}

#header .logo{
	width:960px;margin:0 auto;
	text-align:left;
}

#header  ul {
	float:left; 
}

#header ul li { 
	display:inline;
	float:left;
}

#header ul li a {
	float:left;
	display:block;
	height:29px;
	color:#d3d3c4;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	padding:18px 15px 2px;
}

li.musiccontrol{
	padding:12px 0 0 10px;
}


#header ul li:first-child a {
	background:none;
}

#header ul li a:focus, #header ul li a:hover, #header ul li a:active, 
#header ul li.current a  {
	color:#ffff99;
}

#header ul li a:focus, #header ul li a:hover, #header ul li a:active, 
#header ul li.current a, #header ul li a:visited:hover{
	border-bottom:2px solid #261D1B;
	text-decoration:none;
}


#header ul li a:visited{
	border-bottom:none;
	text-decoration:none;
}
#header ul li.current a{
	border-bottom:2px solid #ffff99;
	text-decoration:underline;
}

#header .navBgfade{
	float:right;
	background:url(../images/nav_transp_bg.png) repeat-y top center; 
	width: 383px; 
	display:block;
	height:50px;
	
}
#header ul.secondary{
	float:right;
	
}

/*MAIN_COL */
#main_col {
	text-align:center;
	padding-top:30px;
}

.portfolio #main_col{
	padding-top:12px;
	padding-left:15px;
}



/*align text left on the About, Contact and Portfolio pages*/
.about #main_col, 
.contact #main_col  {
	text-align:left;
}

#main_col .page{
	text-align:left;
}

#main_col .page p{
	display:block;
	font-size:14px;
	line-height:1.6em;
	color:#232324;
	
}

/* Home page feature display images*/
body.home .featured_display_holder {
	position:relative;
	width:870px;
	height:447px;
	margin:0 auto;
	list-style-type:none;
	text-align:left;
}

body.home #main_col .featured_display {
	list-style:none;
	z-index:100;
	display:block;
	width:870px;
	height:447px;
	position:absolute;
	top:0;left:0;
	background:url(../images/image_holder-trans.png) no-repeat;
}

body.home #main_col .featured_display li {
	list-style-position:outside;
}

body.home #main_col .featured_display img {
	margin:42px 0 0 65px;
}

/*the 404 error page*/
#searchform {width:450px;margin:0 auto;}
.cat_links {list-style-type:none;}
.cat_links li a {display:block;font-size:1.2em;letter-spacing:1px;padding:0.5em 0;}

/*page images
#main_col .page img {padding:5px;border:1px solid #999;background:#cbcdc3;}*/

/*the contact page*/
#main_col #contact_form {
	width:600px;
	margin:20px 0;
}

#main_col #contact_form form label, #sidebar form label{
	width:100px;
	text-align:left;
	margin:2px 0;
}

#main_col #contact_form form input.text, #main_col #contact_form form input[type='text'], 
#main_col #contact_form form textarea, #main_col #contact_form form select, #main_col #contact_form form textarea {
	width:300px;
	height:18px;
	padding:1px 2px;
	margin:2px 0 4px 0;
}

#main_col #contact_form form textarea{
	height: 200px;
}

#main_col #contact_form form input[type='submit'], #main_col #contact_form form input .sendbutton {
	margin-left:100px;
	margin-top:12px;
}

/*styles to be used with the contact_form*/
#main_col #contact_form form legend {
	display:none;
}

#main_col #contact_form form fieldset {
	margin-bottom:0;
}

#main_col #contact_form form .whythis {
	font-size:0.8em;
	display:block;
	padding-bottom:0.5em;
}

#main_col #contact_form form .whythis em {
	color:#cc0000;
}

/*error message and success*/
#main_col #contact_form #results .error, #contact_form dd  {
	color:#cc0000;
}

#main_col #contact_form #results .success{
	color:#669900;
}

#main_col #contact_form  .reset_form a {
	color:#663300;
	display:block;
}


#footer{
    bottom:0;
	margin:0;
	padding:0;
	text-align:center;
	border-top:1px solid #555;
	background:url(../images/footer_bg.png) repeat-x top center;
	
}

#footer p{
	padding:12px 0;
}


#column1 {
	float: left;
	width: 330px;
}
					
#column2 {
	float: left;
	width: 510px;
	margin-left: 60px;
}

.signature{
	display:block;
	padding:0 0 0 24px;
}

/* portfolio */ 


.galleria{list-style:none;width:200px}
.galleria li{display:block;width:40px;height:40px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

.gallery{width:752px;margin:0 auto 0 ; list-style:none;}
.gallery li{width:65px;height:40px;border:3px double #ffff99;margin: 0 2px;background:#261D1B;}
.gallery li div{left:240px}


.caption {
	font-family:georgia,serif;
	color:#888877;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
}

#main-img-frame{
	width:870px;
	height:447px;
	background:url(../images/image_holder-trans.png) no-repeat top center;
	padding:42px 0 0 0;
	margin:0 auto;
}

#main_image {
	background:black none repeat scroll 0 0;
	height:360px;
	margin:0 auto 40px 65px;
	padding:0;
	width:750px;
}
#main_image img {
	margin-bottom:16px;
	margin-top:0;
}
											



div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	margin-left:30px;
	width:642px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #663300;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	padding-left:15px;
}
div.nav-controls {
	float: right;
	padding-right:2px;
}

div.loader {
	background-image:url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	
}

#slideshow{
	width:680px;
	height:496px;
	background:url(../images/portfolio_image_holder-trans.png) no-repeat top center;
	padding:42px 0 0 7px;
	margin:0 auto -80px auto;
}


div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	width:auto;
	margin:0 auto;
	padding-bottom: 12px;
}

div.slideshow span.image-wrapper img{
	width:auto;
	margin: 0 auto;
}

div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border:none;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	padding: 0 0 12px 0;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	  
}

ul.thumbs {
	clear: both;
	margin: 66px 0 0 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 6px 3px 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	border:1px solid #663300;
}
ul.thumbs li.selected a.thumb {
	background:none;
	
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display:none;
}
div.navigation div.bottom {
	margin-top: 10px;
	padding:10px 0 0 0;
}
div.pagination a, div.pagination span.current {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	display: block;
	float: left;
	margin-right: 4px;
	padding: 0 4px 2px 0;
	border-right:1px solid #ccc;

	
}
div.pagination a:hover {
	
	text-decoration: underline;
}
div.pagination span.current {
	font-weight: bold;
	text-decoration: underline;
	
	color: #663300;
}

#music{
	text-align:right;
	padding-right:30px;
}

