@charset "UTF-8";
/* CSS Document */


.printonly {
	display: none;
}


/******************************* Main Layout *******************************/

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/bknd-main.jpg) no-repeat top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
}

body#home  {
	background: #000 url(../images/bknd-home.jpg) no-repeat top center;
}

body#about  {
	background: #000 url(../images/bknd-about.jpg) no-repeat top center;
}

body#gallery  {
	background: #000 url(../images/bknd-gallery.jpg) no-repeat top center;
}

body#contact  {
	background: #000 url(../images/bknd-contact.jpg) no-repeat top center;
}

h1, h2, h3, h4, h5, p, ul, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
#header { 
	margin: 0 auto;
	padding: 0;
	width: 780px;
	height: 220px;
	display: block;
	position: relative;
	overflow: visible;
	z-index: 30;
	background: transparent;
} 



#centerArea {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background: none;
	overflow:auto;
}


#sidebar {
	display: block;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 26px 0 0 0;
	padding: 0;
}

#main {
	float: left; /* since this element is floated, a width must be given */
	position: relative;
	width: 550px;
	margin: 25px 30px 15px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0;
	min-height: 300px;
}

#main.onecolumn {
	float: left; /* since this element is floated, a width must be given */
	position: relative;
	width: 780px;
	margin: 25px 0 15px 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0;
	border: none;
	min-height: 300px;
}

#footer { 
	margin: 75px 0 0 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
	background-position:top;
	background-repeat:no-repeat;
	width: 780px;
	height: 75px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





/******************************* Styles for Main Area *******************************/

#main img {
	border: none;
}

#main h1, #main h2, #main h3, #main h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main a {
	color: rgb(20,170,230);
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#main a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#main a:hover, #main a:visited:hover {
	color: #FFF;
	background-color: rgb(20,170,230);
	text-decoration: none;
	border-bottom: 1px solid rgb(20,170,230);
	cursor:pointer;
}

#main h1 {
	font: 170% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(20,170,230);
	line-height: 1.35em;
	margin-top: .75em;
	margin-bottom: .5em;
}


#main h2 {
	font: 170% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(20,170,230);
	line-height: 1.35em;
	margin-top: .75em;
	margin-bottom: .5em;
}

#main h3 {
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	line-height: 1.35em;
	margin-top: 1em;
}

#main h4 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color: rgb(20,170,230);
	line-height: 1.25em;
	margin-top: 1.5em;
}

#main h2.home { display: block; text-decoration: none; text-indent: -9009px; padding: 0; height: 38px; width: 550px;
	background: transparent url(../images/text-welcome.png) no-repeat 0 0;
}

#main h2.about { display: block; text-decoration: none; text-indent: -9009px; padding: 0; height: 38px; width: 550px;
	background: transparent url(../images/text-about.png) no-repeat 0 0;
}

#main h2.gallery { display: block; text-decoration: none; text-indent: -9009px; padding: 0; height: 38px; width: 550px;
	background: transparent url(../images/text-ourwork.png) no-repeat 0 0;
}

#main h2.contact { display: block; text-decoration: none; text-indent: -9009px; padding: 0; height: 38px; width: 550px;
	background: transparent url(../images/text-contact.png) no-repeat 0 0;
}

#main p {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.5em;
}

#main ul {
	margin-left: 3em;
	line-height: 1.5em;
}

#main li {
	margin-top: .5em;
	color: #999;
}

#main dl {
	line-height: 1.35em;
}

#main .divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

.floatright {
	float: right;
	margin: 5px 0 10px 15px;
}

.floatleft {
	float: left;
	margin: 10px 15px 10px 0;
}

.floatright img, .floatleft img, .caption img {
	margin: 0;
	padding: 0;
	border: 0;
}










#main .divline {
	display: block;
	overflow:hidden;
	height: 1px;
	background-color: rgb(205,205,205);
	margin: 20px 0 20px 0;
	clear: both;
}



/******************************* Styles for Sidebar *******************************/

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar p, #sidebar ul {
 margin-left: 15px;
 color: #999;
}

#sidebar .indent h1, #sidebar .indent h2, #sidebar .indent h3, #sidebar .indent h4, #sidebar .indent h5, #sidebar .indent p, #sidebar .indent ul {
 margin-left: 8px;
}


#sidebar .divline {
	display: block;
	overflow:hidden;
	height: 1px;
	background-color: rgb(205,205,205);
	margin: 20px 0 20px 0;
	clear: both;
}


#sidebar h3.latestnews {
	text-indent: -9009px;
	background: url(../images/text-latestnews.gif);
	display: block;
	overflow: hidden;
	width: 250px;
	height: 25px;
	margin: 25px 0 0 0;
	padding:0;
}

#sidebar h3.spotlight {
	text-indent: -9009px;
	background: url(../images/text-spotlight.gif);
	display: block;
	overflow: hidden;
	width: 250px;
	height: 25px;
	margin: 25px 0 0 0;
	padding:0;
}

#sidebar img {
	border: none;
	margin: 0;
	padding: 0;
}

#sidebar h2, #sidebar h3, #sidebar h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sidebar a {
	color: rgb(20,170,230);
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#sidebar a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#sidebar a:hover, #sidebar a:visited:hover {
	color: #FFF;
	background-color: rgb(20,170,230);
	text-decoration: none;
	border-bottom: 1px solid rgb(20,170,230);
	cursor:pointer;
}


#sidebar h2 {
	font: 140% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(20,170,230);
	line-height: 1.35em;
	margin-top: .75em;
	margin-bottom: .5em;
}

#sidebar h3 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: rgb(20,170,230);
	line-height: 1.35em;
	margin: 3.5em 0 0 0;
}

#sidebar h4 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: rgb(20,170,230);
	line-height: 1.25em;
	margin-top: 1.5em;
}

#sidebar p {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0;
	line-height: 1.5em;
}

#sidebar ul {
	margin-left: 2.5em;
	line-height: 1em;
}

#sidebar li {
	margin-top: .5em;
}

#sidebar .divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}


#sidebar p.caption {
	margin: 0;
	line-height: 1.25em;
	font-size: 85%;
	font-style: italic;
	text-align: center;
	color: #999;
}





/******************************* Styles for Footer *******************************/

#footer p {
	width: 760px;
	text-align: left;
	font-size: 80%;
	margin: 0 0 0 0;
	display: block;
}

#footer .copyright {
	margin-top: 5px;
	padding: 0;
	color: #666;
}

#footer .footernav { 
	width: 760px;
	display: block;
	color: #999;
}

#footer .footernav a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#footer .footernav a:hover {
	text-decoration: none;
	color: rgb(20,170,230);
	border-bottom: 1px solid rgb(20,170,230);
}



/******************************* Styles for Site Map *******************************/


#main #sitemap ul {
	list-style: none;
	margin: 0;
}

#main #sitemap ul li.category {
	margin: 25px 0;
}

#main #sitemap ul li.category ul {
	margin: 0;
}

#main #sitemap ul li.category ul li {
	list-style: none;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 85%;
	background: transparent url(../images/nav/navarrow.gif) no-repeat 0 5px;
	z-index: 500;
}

#main #sitemap ul li.category a.category, #main #sitemap ul li.category a.category:visited {
	color: rgb(20,170,230);
}

#main #sitemap ul li.category a.category:hover, #main #sitemap ul li.category a.category:visited:hover {
	background-color: rgb(20,170,230);
	color: #FFF;
}



/******************************* Styles for Navigation *******************************/



	#mainnav {
	  position: absolute;
	  top:15px;
	  left:330px;
      width:450px;
	  height:40px;
	  display:block;
      margin: 0;
	  padding: 0;
	  overflow: hidden;
	  z-index: 100;
      }


	#mainnav ul, #mainnav li {
		list-style: none;
		margin: 0;
		padding: 0;
		display:block;
		float:left;
	}
	
	#mainnav li a {
		display: block;
		position: relative;
		top: 0;
		outline: none;
		border: none;
		text-decoration: none;
		text-indent: -9009px;
		margin: 0 0 0 20px;
		padding: 0;
		height: 40px;
		background: transparent url(../images/nav.png) no-repeat;
	}

	#mainnav li#nav-home a { width: 71px; background-position: 0 0; }
	#mainnav li#nav-home a:hover, #mainnav li#nav-home.current a { background-position: 0 -40px; }
	
	#mainnav li#nav-about a { width: 79px; background-position: -71px 0; }
	#mainnav li#nav-about a:hover, #mainnav li#nav-about.current a { background-position: -71px -40px; }
	
	#mainnav li#nav-portfolio a { width: 108px; background-position: -150px 0; }
	#mainnav li#nav-portfolio a:hover, #mainnav li#nav-portfolio.current a { background-position: -150px -40px; }
	
	#mainnav li#nav-contact a { width: 97px; background-position: -258px 0; }
	#mainnav li#nav-contact a:hover, #mainnav li#nav-contact.current a { background-position: -258px -40px; }

	



 /************************** Style for Contact Forms **************************/


#contact-area {
	width: 490px;
	margin-top: 25px;
	color: #999;
	display: block;
}

#contact-area input, #contact-area textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	padding: 5px;
	width: 378px;
	margin: 0px 0px 10px 0px;
	border: 1px solid rgb(180,180,180);
	/* I added the following */
	display: block;
	float: left;
	background: transparent;
}

#contact-area select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #999;
	padding: 5px;
	width: 430px;
	margin: 0px 0px 10px 0px;
	border: 1px solid rgb(180,180,180);
	/* I added the following */
	display: block;
	float: left;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid rgb(20,170,230);
}

#contact-area input#submit-button {
	display: block;
	outline: none;
	float: right;
	border: none;
	text-decoration: none;
	text-indent: -9009px;
	padding: 0;
	width: 77px;
	height: 29px;
	background: transparent url(../images/button-submit.gif) no-repeat 0 0;
}

#contact-area input#submit-button:focus, #contact-area input#submit-button:hover {
	cursor: pointer;
	background-position: 0 -28px;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 90px;
	padding-top: 5px;
	/* I added the following */
	font-size: 12px;
	display: block;
}
#contact-area label.state {
	width: 55px;
}

#contact-area label.zip {
	width: 30px;
}

#contact-area input#name, #contact-area input#email, #contact-area input#company, #contact-area input#city {
	width: 151px;
}

#contact-area input#phone, #contact-area input#fax {
	width: 115px;
}

#contact-area input#state {
	width: 25px;
}

#contact-area input#zip {
	width: 73px;
}

#contact-area input#checkbox {
	width: 15px;
	height: 15px;
}

#contact-area input#required, #contact-area input#event {
	display:none;
}

#contact-area .divider {
	width: 490px;
	height: 1px;
	display: block;
	clear: both;
}

#contact-area #footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 2.5em;
	display: block;
	float: left;
	margin-left: 110px;
}

#contact-area .indented {
	margin-left: 100px;
}

#contact-area input.error, #contact-area textarea.error {
	background-color: rgb(255,204,127); /* was rgb(255,240,215) */ /* was rgb(251,247,192) */
	color: #000;
}

#contact-area #errormsg  {
	margin-left: 100px;
}

#contact-area #errormsg li {
	text-align: left;
	list-style-type: none;
}




 /************************** Style for Portfolio **************************/



#main h3.gallerylabel {
	display: block;
	width: 748px;
	height: 56px;
	float: none;
	clear: left;
	color: #FFF;
	border-bottom: 1px solid rgb(20,170,230);
	margin: 50px 0 17px 0;
}

#main h3.gallerylabelfirst {
	display: block;
	width: 748px;
	height: 26px;
	float: none;
	clear: left;
	color: #FFF;
	border-bottom: 1px solid rgb(20,170,230);
	margin: 50px 0 17px 0;
}


#main h3#furniture {
	display: block;
	text-decoration: none;
	text-indent: -9009px;
	padding: 0;
	background: transparent url(../images/text-furniture.gif) no-repeat 0 0;
}

#main h3#murals {
	display: block;
	text-decoration: none;
	text-indent: -9009px;
	padding: 0;
	background: transparent url(../images/text-murals.gif) no-repeat 0 30px;
}

#main h3#trompe {
	display: block;
	text-decoration: none;
	text-indent: -9009px;
	padding: 0;
	background: transparent url(../images/text-trompe.gif) no-repeat 0 30px;
}

#main h3#portraits {
	display: block;
	text-decoration: none;
	text-indent: -9009px;
	padding: 0;
	background: transparent url(../images/text-portraits.gif) no-repeat 0 30px;
}

#main h3#paintings {
	display: block;
	text-decoration: none;
	text-indent: -9009px;
	padding: 0;
	background: transparent url(../images/text-paintings.gif) no-repeat 0 30px;
}

#main ul.thumblist {
	display:block;
	width: 765px;
	border: none;
	padding: 0;
	list-style: none;
	float:none;
	clear: both;
	margin: 0;
}

#main ul.thumblist li {
	display: block;
	width: 136px;
	height: 106px;
	background: #FFF;
	list-style: none;
	margin: 0 17px 17px 0;
	float: left;
	border: none;
}

#main ul.thumblist li a, #main ul.thumblist li a:hover {
	color: #FFF;
	border: none;
	text-decoration: none;
}

#main ul.thumblist li:hover {
	background: rgb(20,170,230);
	border: none;
	text-decoration: none;
}

#main ul.thumblist img {
	border: none;
	margin: 3px;
	padding: 0;
}

#main .bigpic {
	display: none;
}

#main .bigpic p {
	display: block;
	margin: 1.5em 50px 0 0;
	color: #888;
}



 /************************** Style for Pop-Up Facebook Style Big Pics **************************/


#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 330px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
/*  border-top: 1px solid #DDDDDD; */
/*  padding-top: 5px; */
  border-top: none;
  padding: 0;
  margin-top: 5px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}






     /****************** Style for misc *****************/

.larger h2, .larger h3, .larger h4, .larger h5, .larger p {
	font-size: 110%;
}

.smaller {
	font-size: 85%;
}

.homelink {
	display: block;
	text-indent: -9009px;
	background: none;
	position: absolute;
	width: 300px;
	height: 100px;
	top: 80px;
	left: 460px;
	z-index: 500;
	cursor: pointer;
	border: none;
	outline: none;
}



a.homelink,
a.homelink:visited
{ 
	border: 0;
	text-decoration: none;
	cursor: pointer;
}


sup {
	font-size: 65%;
	line-height: 0;
}

.readmore {
	font-size: 85%;
	text-transform: uppercase;
}

.siteby a, .siteby a:visited {
	display: block;
	text-indent: -9009px;
	width: 780px;
	height: 25px;
	border: none;
	text-decoration: none;
	overflow: hidden;
	margin: -10px auto 10px auto;
	padding: 0;
	background: transparent url(../images/siteby.gif) no-repeat center top;
	z-index: 50;
}

.siteby a:hover, .siteby a:visited:hover {
	border: none;
	text-decoration: none;
	background: transparent url(../images/siteby.gif) no-repeat center bottom;
}



.companyinfo {
	display: block;
	margin-top: 200px;
}



/* **** BEGIN THUMBNAIL POPUP CODE **** */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#sidebar a.thumbnail, #sidebar a.thumbnail:visited{
position: relative;
display: block;
z-index: 0;
border: 0;
width: 250px;
margin: 35px 0 0 0;
color: #999;

}

#sidebar a.thumbnail img {
border: 0;
display: block;
margin: 0 auto 5px auto;
}

#sidebar a.thumbnail:hover, #sidebar a.thumbnail:visited:hover{
background-color: transparent;
z-index: 1000;
border: 0;
color: rgb(20,170,230);
}

#sidebar a.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #999;
padding: 5px;
left: -1000px;
visibility: hidden;
color: #FFF;
text-decoration: none;
}

#sidebar a.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
border: 0;
padding: 2px;
width:600px;
margin: 0;
}

#sidebar a.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: 35px;
left: -460px; /*position where enlarged image should offset horizontally */
}

/* **** END THUMBNAIL POPUP CODE **** */

