/*
Author:            Andrew Stone, info@designbureaux.com
Intent:            designbureaux css/design for print media
Updated:           January 11th, 2006

Copyright Notice:  You may adapt individual ideas contained in this CSS 
for another website but the look and feel, the Design, is copyright 
2005-2006 Andrew Stone, Electricstone Design.
*/


/* ----------- GENERAL FORMAT ATTRIBUTES -----------*/


html, body {
	min-width: 700px;	/* Keeps banner from collapsing not in IE. */
	margin: 0;			/* snug */
	padding: 0;			/* papal dispensation to Opera rule */
	
	background: #533335 url(../images/body/bkgrnd_burgundy.gif) repeat;
/* 	background: #4C4B4B url(../images/body/bodyshadow-1.jpg) repeat-y; */
	/* 2 rules below for debugging */	
	line-height: 0;		/* squish type out of empty DIVs and 
						   undeclared attributes */
	font-size: 0;
}
img { border: 0; }

p {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans;
	font-size: 13px;
	line-height: 22px;
	margin-top: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #333;
	margin-top: 15px;
	margin-bottom: 5px;
}
h3 {
	width: auto;
	line-height: 30px;
	padding: 3px 0 3px 16px;
	background-color: #333;
	color: #CCCCCC;
}
cite { font-style: italic; font-weight: bold; }

/* ----------- SPECIAL/TEMPORARY ATTRIBUTES -----------*/

#triangle {
	position: absolute;
	z-index: 11;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 80px;
	margin: 0;
	padding: 0;
/*	background: url(/images/special/triangle_rebranded2.gif) no-repeat 0px 0px; */
}




/* ----------- GENERAL LINK/IMAGE ATTRIBUTES -----------*/


a:link { 
	color: #333; 
	text-decoration: none; 
}

a:visited { 
	color:#333; 
	text-decoration: none; }

a:hover {
	color: #666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
#header {
	margin: auto;
	border-top: 2px solid #669;
	background: #666 url(../images/nav/header_bkgrndGrad-13repeat.jpg);
	width: 100%;
	height: 75px;
}
#header h1 {
	top: 15px;
	left: 17px;
	font-family: Georgia, "Trebuchet MS", Times, sans-serif;
	font-size: 75px;
	line-height: 72px;
	height: 50px;
	color: #060;
	margin: 0 0 0 25px;
	font-weight: normal;
	z-index: 1;
	position: absolute;
	display: none;
}
#header a { border: 0; }

#logo {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 20px;
	width: 207px;
	height: 42px;
}
#logo a { border: 0; }

#chicklets { margin: 0 0 50px 170px; }

#chicklets img { margin: 18px 12px 0 0; }

#chicklets a:hover { border: 0; }


/* ----------- PRIMARY NAVBAR -----------*/


#pnav {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
	height: 22px;
	color: #4682BA;
	background: #369 url(../images/nav/pnav_BlueGrad-1.jpg);
}
#pnav li {
	display: inline;
	float: left;
	margin: 0;
	line-height: 22px;
	list-style: none;
	background: #369;

}
#pnav a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 25px 4px 25px;
	margin: 0;
	background: #369 url(../images/nav/pnav_BlueGrad-1.jpg) repeat-x top right;
	text-decoration: none;
}
#pnav a:link {
	color: #FFF;
	margin: 0;
}
#pnav a:visited {
	color:#FFF;
	background: #369 url(../images/nav/pnav_BlueGrad-1.jpg) repeat-x top right;
}
#pnav a:hover {
	color: #333;
	font-weight: bold;
	border: 0;
}
#pnav a:active, #pnav a.active {
	color: #FFF;
	background-color: #369;
	line-height: 22px;
	height: 28px;
	padding: 3px 25px 4px 25px;
	background: #369 url(../images/nav/pnav_BlueGrad-1active.jpg) repeat-x;
}
#pnavfootshdw {
	clear: left;
	background: url(../images/nav/DrpshdwHoriz_4C4B4B.jpg) repeat-x;
	height: 4px;
	width: 100%;
}

/* ----------- SECONDARY NAVBAR ----------- */

#secondarynav {
	float:left;
	margin: 0;
	padding: 0;
	width: 150px;
	background: #666;
	border-top: 1px dashed #999995;
	border-left: 1px solid #999995;
	border-right: 1px solid #999995;
	z-index: 6;
}
#secondarynav li {
	text-align: center;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	list-style: none;
	border-bottom: 1px dashed #999995;
	padding: 4px 0;    
}
#secondarynav li a:link {
	text-decoration: none;
	color: #CCC;
}
#secondarynav li a:visited {
	color: #CCC;
	text-decoration: none;
	border: none;
}
#secondarynav li a:hover {
	color: #333;
	text-decoration: none;
	border: none;
}
#secondarynav li a:active, #secondarynav li a.active {
	color: #FFF;
	background: #CCC url(../images/nav/secNav_BlueGrad919DB0.jpg);
}


/* ----------- BREADCRUMB ----------- */

#breadcrumb {
	font: 9px/20px Verdana, Arial, Helvetica, sans;
	color: #000;
	margin: 0;
	padding: 0 0 6px 170px;
}
#breadcrumb ul {
	padding: 0 20px 1px 0;
	margin: 1px 0 0 0;
}
#breadcrumb li {
	font: italic 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans;
	display: inline;
	margin: 0;
	padding: 0;
	color: #FC0;

}
#breadcrumb li a {
	float: left;
	color: #FC0;
	margin: 0;
	padding: 0 27px 0 0;
	text-decoration: none;
	background: url(../images/nav/bc_arrow_060.gif) no-repeat right;
}
#breadcrumb li a:link {
	color: #FC0;
	margin: 0;
	padding: 0 27px 0 0;
	text-decoration: none;
}
#breadcrumb li a:hover
{
	color: #FFF;
	margin: 0;
	padding: 0 27px 0 0;
	text-decoration: none;
	border: none;
}

/* ----------- BREADCRUMB HEADER NAV ----------- */

#bcnav {
	font: italic 13px/31px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 0;
	border: 1px solid #000;
	height: 30px;
	background: #666;
	width: 780px;
}
#bcnav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 8px 100px 7px 12px;
	border-left: 3px solid #000;
	border-bottom: 1px solid #000;
}
#bcnav li a { border: none; color: #CCC; }

#bcnav li a:hover { color: #CCC; }

/* ----------- Content Area DESIGN ELEMENTS ----------- */

/* ----------- CONTENT 1.a -- GENERAL CONTENT ELEMENTS ----------- */


#contentcontainer {
	margin: 12px 0 50px 38px;                  /* Space around content box */
	min-width: 750px;
	padding-bottom: 1px; /* IE BUG: wouldn't acknowledge the bottom margin unless there was some padding present */
}
#content { margin: 25px 0 0 0; width: 508px; }


/* ----------- CONTENT 1.a2 -- GENERAL CONTENT ELEMENTS - HOMEPAGE ----------- */

#contentcontainerhp {
	margin: 0 0 50px 0;                  /* Space at top of content box */
	min-width: 750px;
	padding-bottom: 1px; /* IE BUG: wouldn't acknowledge the bottom margin unless there was some padding present */
	text-align: center;
/*	background-color: #4C4B4B; */
	background-color: #533335;

}
#flashcontenthp {
	width: 700px;
	margin: 0px auto 0;
	padding: 25px 0 0 0;
	height: 410px;
	background-color: #533335;
}

#bodycopyhp {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	height: 260px;
	text-align: left;
}
#bodycopyhp p {
	font: 12px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: justify;
	margin: 0 0 4px 0;
	padding: 0;
}
#bodycopyhp h1 {
	font: 14px/14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FAF0E6;
	margin: 12px 0 3px 0;
	font-weight: bold;
}
#bodycopyhp a {
	color: #FFF;
}
#bodycopyhp a:hover {
	color: #FC0;
	border: none;
}

#copyhp1 {
	float: left;
	width: 223px;
	margin-right: 10px;
}
#copyhp2 {
	float: left;
	width: 223px;
	margin-right: 10px;
}
#copyhp3 {
	float: left;
	width: 223px;
	margin-right: 10px;
}
#copyhp4 {
	clear: both;
	height: 100px;
}

/* ----------- CONTENT 1.b -- GENERAL CONTENT AREA NAV ELEMENTS ----------- */


#backbutton {
	position: absolute;
	z-index: 7;
	top: 400px;
	left: 0;
	height: 58px;
	width: 30px;
	margin: 0;
	padding: 0;
}
#forwardbutton {
	position: absolute;
	z-index: 8;
	top: 400px;
	right: 0;
	height: 58px;
	width: 30px;
	margin: 0;
	padding: 0;
}

/* --- version 2 of forward & back buttons using image replacement techniques -- */

#backbutton2 {
	position: absolute;
	z-index: 7;
	top: 400px;
	left: 0;
	height: 58px;
	width: 30px;
	margin: 0;
	padding: 0;	
	border: 0;
	display: block;
	overflow: hidden;
}
#backbutton2 a {
	height: 58px;
	width: 30px;
	margin: 0; padding: 0; border: 0;
	display: block;
/*	text-indent: -500px; */
	overflow: hidden;
	background: url(/images/nav_body/nav_body-backbutton2.gif) no-repeat left -58px;
}
#backbutton2 a:hover {
	overflow: hidden;
	background: url(/images/nav_body/nav_body-backbutton2.gif) no-repeat left 0px;
}
#upbutton2left {
	position: absolute;
	z-index: 10;
	top: 400px;
	left: 0;
	height: 58px;
	width: 30px;
	margin: 0;
	padding: 0;	
	border: 0;
	display: block;
	overflow: hidden;
}
#upbutton2left a {
	height: 58px;
	width: 30px;
	margin: 0; padding: 0; border: 0;
	display: block;
/*	text-indent: -500px; */
	overflow: hidden;
	background: url(/images/nav_body/nav_body-upbutton2left.gif) no-repeat left -58px;
}
#upbutton2left a:hover {
	overflow: hidden;
	background: url(/images/nav_body/nav_body-upbutton2left.gif) no-repeat left 0px;
}

#forwardbutton2 {
	position: absolute;
	z-index: 8;
	top: 400px;
	right: 0;
	height: 58px;
	width: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	overflow: hidden;
}
#forwardbutton2 a {
	height: 58px;
	width: 30px;
	margin: 0; padding: 0; border: 0;
	display: block;
/*	text-indent: 500px; */
	overflow: hidden;
	background: url(/images/nav_body/nav_body-forwardbutton2.gif) no-repeat left -58px;
}
#forwardbutton2 a:hover {
	overflow: hidden;
	background: url(/images/nav_body/nav_body-forwardbutton2.gif) no-repeat left 0px;
}

#upbutton2 {
	position: absolute;
	z-index: 9;
	top: 400px;
	right: 0;
	height: 58px;
	width: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	overflow: hidden;
}
#upbutton2 a {
	height: 58px;
	width: 30px;
	margin: 0; padding: 0; border: 0;
	display: block;
/*	text-indent: 500px; */
	overflow: hidden;
	background: url(/images/nav_body/nav_body-upbutton2.gif) no-repeat left -58px;
}
#upbutton2 a:hover {
	overflow: hidden;
	background: url(/images/nav_body/nav_body-upbutton2.gif) no-repeat left 0px;
}



/* ----------- */

#enlargebutton {
	margin: 0;
	padding: 0;
	height: 56px;
	list-style: none;
	display: block;
	overflow: hidden;
}
#enlargebutton li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -5000px; /* phark method employed to rid text */
	display: block;
}
#enlargebutton a {
	float: left;
	padding: 1px 0 0 0;
	border: 0;
	overflow: hidden;
/*	height: 0px !important; */
	height /**/:56px; /* for IE5win */
}

#buttonenlargebutton a {
	width: 149px;
	background: url(/images/buttons/button_enlarge2.gif) no-repeat left -56px;
}
#enlargebutton a:hover {
	background: url(/images/buttons/button_enlarge2.gif) no-repeat left 0px;
}
#enlargebutton h1 { margin-top: 56px; } /* a hack to deal with a shortcoming in IEwindows */


/* ----------- CONTENT 1.c -- SIDEBAR ELEMENTS ----------- */

#sidebar {
	width: 220px;
	margin: 5px 0 0 0;
	position: absolute;/*  border: 1px solid #000; */
	left: 570px;
	top: 150px;
}
#sidebar p {
	font: 11px/30px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FC0;
}
#sidebar img{ padding: 0 3px 0 0; }


#sidebar p a:link {
	color: #FFFF00;
	padding: 0 0 1px 0;
	font-weight: bold;
}


#sidebar p a:visited {
	color: #FC0;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #FC0;
}
#sidebar p a:hover{
	color: #FFFFFF;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #333;
}

/* ----------- CONTENT 1.d -- FOOTER ELEMENTS ----------- */

#footer {
	clear: both;
	border-top: 1px dashed #999;
	padding: 12px 0 6px 0;
	margin: 0 0 0px 0px;
	border-bottom: 1px dashed #999;
}
#footernav {
	clear: left;
	font: 10px/10px Verdana, Arial, Helvetica, sans;
	color: #FFF;
	padding-top: 16px;
	margin-top: 12px;
	margin-left: 170px; }
#footernav a:link { color: #999; }
#footernav a:visited { color: #999; }
#footernav a:hover { color: #FFF; }

#footeremail { display: none; }
#copyright p {
	font: 12px/12px "Courier New", Courier, mono;
	color: #CCC;
	margin: 26px 0 0 170px; }


/* ----------- Frontpage Specific DESIGN ELEMENTS ----------- */


#frontpagecontainer {
	background: #4C4B4B;  /* colour along edge of Malibu photo */
}

/* ----------- Portfolio Specific DESIGN ELEMENTS ----------- */

#portfoliocontainer { 
	float:left;
	width: 500px;
	margin: 0;
}
#portfoliodetailcontainer {
	float:left;
	margin: 0;
	min-width: 742px;
	margin-top: 45px;
}
#portfoliopiece {
	float: right;
	margin: 0;
	min-width: 300px; 	/* to fix an odd Safari bug */
	padding: 15px 14px 52px 14px;
	background: #4C4B4B url(../images/backgrounds/BkgrndTile646363.gif);
	border: 1px solid #333;
}

/* --- PORTFOLIO PIECES ENLARGED PAGES: VERSION 2 --- */

#contentcontainerportpiece {
	margin: 12px 0 120px 0;                 /* Space around content box */
	padding: 0 41px;
	min-width: 830px;
	text-align: center;
	padding-bottom: 1px; /* IE BUG: wouldn't acknowledge the bottom margin unless there was some padding present */
}

#portfoliopieceenlarged {
	margin: 0 auto;
	text-align: left; 	/* to fix an odd Safari bug */
	padding: 15px 14px 52px;
	background: #4C4B4B url(../images/backgrounds/BkgrndTile646363.gif);
	border: 1px solid #333;
	width: 800px;
}
#portfoliopiecetext {
	clear: both;
	margin: 0 auto;
	padding: 1px 0 0 0;
	width: 520px;
	text-align: center;
}

#portfoliopiecetext h2 {
	padding: 3px 0 3px 16px;
	background: #535353 url(../images/backgrounds/BkgrndTile646363.gif);
	border: 1px solid #333;
	color: #CCC;
	text-align: center;
	}
	
#portfoliopiecetext p {
	font: 12px/28px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: justify;
}

#portfoliopiecetext a {
	color: #FC0;
}

#portfoliopiecetext a:hover {
	color: #FFF;
	border: none;
}
/* --- End of PORTFOLIO PIECES ENLARGED PAGES: VERSION 2 --- */


#portfoliodetailpiece {
	margin: 0 0 0 170px; 	/* to fix an odd Safari bug */
	padding: 0;
	background: #535353 url(../images/backgrounds/BkgrndTile646363.gif);
	border: 1px solid #333;
	margin: 0 0 0 170px;
	min-width: 570px;	
}
#portfoliodetailpiece img {
	margin: 34px;
}
#portfoliopiece .portfolioimage {
	padding: 0 0 15px 0;
}
#portfoliotext {
	clear: both;
	padding: 1px 0 0 0;
	margin: 0 0 24px 170px;
}
#portfoliotext h2 {
	padding: 3px 0 3px 16px;
	background: #535353 url(../images/backgrounds/BkgrndTile646363.gif);
	border: 1px solid #333;
	color: #CCC;
}
#portfoliotext img {
margin: 12px 0;
display: block;
}
#portfoliotext p {
	font: 12px/28px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
}
#portfoliotext p+p { 
	margin-top: 5px; 
}

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

#portfoliotext li {	
	font: 12px/18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FC0;
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0 0 0 24px;
}

#portfoliotext a {
	color: #FC0;
}
#portfoliotext a:hover {
	color: #FFF;
	border: none;
}
#portfolionav { 
	text-align: left;
	display: none;
}
#portfoliodetailnav {
	text-align: left;
	margin: 19px 0 0 0;
	position: absolute;
	right: 180px;
	top: 97px;
	z-index: 4;
}
#portfoliodetailnav img{ 
	margin-right: 3px;
	display: none;
}
