/* Eric Meyer reset.css */
@import url("reset.css");

/* website layout */
@import url("structure_1.css");

/* typography */
body { font: normal 12px/1.5em Verdana, Arial, sans-serif; background-color: #262e16; color: #fde668; }

h1 { font: italic normal 1.8em/1em Georgia, Garamond, serif; margin: 1em 0 0 0; padding: 0; }
h1.first { margin: 0; }
h2, caption, legend { font: italic normal 2em Tahoma; margin: 0.75em 0 0 0; padding: 0; text-align: left;}
h3 { font: normal 1.5em/1em Tahoma; margin: 1em 0 0 0; padding: 0; text-align: left;}
h4 { font: normal 1.2em/1.25em Tahoma; margin: 1em 0 0 0; padding: 0; text-align: left; }
h5 { font: bold 1.2em/1em Tahoma; margin: 1em 0 0 0; padding: 0; text-align: left; }
h6 { font: bold 1.2em/1em Tahoma; margin: 1em 0 0 0; padding: 0; text-align: left; }

p { margin: 0.5em 0 0 0; padding: 0; }
p.preamble strong { font-weight: normal; }

ul { margin: 0.5em 0 0 1.5em; list-style-type: square; }
ul ul { list-style-type: disc; }
ol { margin: 0.5em 0 0 2em; list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol, ol ul, ul ul, ul ol { margin-top: 0; }

a { color: #fdea82; font-weight: bold; font-style: italic;}
a:hover { text-decoration: none; }
a:active { outline: 0; }
h1 a { text-decoration: none; }

address { font-style: normal; }

/* forms */
form {}
input, select, textarea, button { font: normal 1em Tahoma; color: #fdea82;}
button { background: #681b0f; border: 0; margin: 0; padding: 5px 10px; }
input, select, textarea { padding: 5px 8px; border: 0; background: #262e16; width: 232px;  } 
textarea { overflow-y: auto; }
label { display: block; }
label.list input { border: 0; width: auto; }

.buttons { padding: 1em 0 0 0; }

/* global classes */
.left { float: left; }
.right { float: right; }

.error { background: #681b0f; padding: 5px; margin: 0; }

.content { width: auto; margin: 0 auto; height: 1%; }
.content:after { content: "."; display: block; clear: both; position: relative; visibility: hidden; height: 0; }

.column { width: 325px; }

/* images */
.img { display: block; clear: both; margin: 1em 0 1em 0; padding: 10px; background: #262e16;}
	.img img { display: block; }
	.img p { font-size: .9em; color: #fde668; }
	.img a { text-decoration: none; }
	.img.left { display: block; margin: .5em 1.5em .75em 0; }
	.img.right { display: block; margin: .5em 0 .75em 1.5em; }
	
body#frontpage #scene .img { margin-top: 0; }
#foot .img { background: #2e3817; padding: 8px; width: 160px; height: 100px; overflow: hidden;}
#foot .img img { margin: 0 auto; }
#extra .img { background: #414f26; padding: 6px; margin: 13px auto 0 auto;}
#puff .img { background: #414f26; padding: 8px; margin: 6px 0px 0px 0px; }
#product .img.top, #page .img.top { background: none;  }
.pics img { padding: 10px; background-color: #262e16; }

	
/* file list */	
#file-list { padding-top: 1em; }
	#file-list ul { margin-left: 5px; }
	#file-list li { list-style: none; }
	#file-list li a { font-weight: normal; display: block; padding-left: 22px; background: url(/backnet/inc/images/icon/page_white.png) left center no-repeat; }
	#file-list li.txt a { background-image: url(/backnet/inc/images/icon/page_white_text.png); }
	#file-list li.pdf a { background-image: url(/backnet/inc/images/icon/page_white_acrobat.png); }
	#file-list li.rar a { background-image: url(/backnet/inc/images/icon/page_white_compressed.png); }
	#file-list li.zip a { background-image: url(/backnet/inc/images/icon/page_white_compressed.png); }
	#file-list li.xls a { background-image: url(/backnet/inc/images/icon/page_white_excel.png); }
	#file-list li.xlsx a { background-image: url(/backnet/inc/images/icon/page_white_excel.png); }
	#file-list li.doc a { background-image: url(/backnet/inc/images/icon/page_white_word.png); }
	#file-list li.docx a { background-image: url(/backnet/inc/images/icon/page_white_word.png); }
	#file-list li.ppt a { background-image: url(/backnet/inc/images/icon/page_white_powerpoint.png); }
	#file-list li.pptx a { background-image: url(/backnet/inc/images/icon/page_white_powerpoint.png); }
	#file-list li.gif a { background-image: url(/backnet/inc/images/icon/page_white_picture.png); }
	#file-list li.jpg a { background-image: url(/backnet/inc/images/icon/page_white_picture.png); }
	#file-list li.png a { background-image: url(/backnet/inc/images/icon/page_white_picture.png); }
	#file-list li.psd a { background-image: url(/backnet/inc/images/icon/page_white_picture.png); }

div.error { border: 1px solid #d8000c; background: #ffbaba url(/backnet/inc/images/icon_error.png) 15px center no-repeat; color: #000; padding: 15px 10px 15px 60px; margin: 0 0 20px 0;}
	div.error strong { display: block; }
	div.error a { color: #000; }
	
/* microformats */
.vcard {}
	.vcard .street-address { display: block; }
	.vcard .tel .type { display: none; }
	.vcard .tel-container { display: block; margin: 0; padding: 0; }
	.vcard .contact-container { display: block; margin: 0; padding: 0; }
	
/* sitemap */
#sitemap { margin-top: 10px;}
	#sitemap ul li a { text-decoration: none; font-size: 1.2em;}
	#sitemap ul li a:hover { text-decoration: underline; }
	#sitemap ul li ul li a { font-weight: normal; font-size: 1em;}

/* structure outline */
/*div.content { padding-top: 1px; padding-bottom: 1px; border: 1px dotted #999; }
#head-content,#navigation-content,#scene-content,#extra-content,#foot-content { border: 1px dotted #999; }
.paragraph-item { border-bottom: 1px dotted #999;}
#sub-navigation ul li a { border: 1px dotted #999; margin: 1px; }
#sitemap { border-top: 1px dotted #999; margin: 0.5em 0 0 0; padding: 0; } */

/* colorbox */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/inc/images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/inc/images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/inc/images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/inc/images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/inc/images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/inc/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/inc/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/inc/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/inc/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/inc/images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/inc/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/inc/images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/inc/images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/inc/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/inc/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/inc/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/inc/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/inc/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/inc/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/inc/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/inc/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/inc/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

