
/* css/01-page.css */

/* General Document Formatting */

body {
	margin: 0;
	padding: 0;
	background: black url(images/DV-ThumbnailBG_01.jpg) no-repeat;
}

#page {
	padding: 10;
	text-align: left;
	padding: 10px;
	width: 1160px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 30px;
	color: white;
}

div#body {
	text-align: left;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0 auto 0 auto;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.thumbs {
	position: absolute;
	left: 77px;
	top: 112px;
	width: 1105px;
	height: 500px;
}

.thumb {
	margin: 5px;
}

.text-content {
	position: absolute;
	left: 77px;
	top: 112px;
	width: 1105px;
	height: 500px;
}

h1, h2, h3, h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	color: white;
	margin-bottom: 10px;
}

h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 29px;
	color: #e69100;
	width: 450px;
}

h4 {
	font-size: 12pt;
	margin-bottom: .5em;
}

h5 {
	font-size: 12pt;
	font-family: Verdana, Helvetica, sans-serif;
	margin-bottom: .5em;
	font-weight: normal;
}

li {
	font-size: 14px;
	padding-bottom: 7px;
}

p {
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: white;
	width: 800px;
}

a {
	color: white;
}

a, a:hover img {
	text-decoration: none;
	color: white;
	border-bottom: none;
}

a img {
	border-bottom: none;
}

a:hover {
	text-decoration: none;
	color: white;
}

strong {
	font-weight: bold;
}

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

html, #body, #header {
	padding: 0;
	margin: 0;
}

dt, dd {
	margin-bottom: 20px;
}

.top-link {
	display: none;
}

#content {
	margin: 0;
	margin-top: 0;
}

ul {
	margin-left: -25px;
}

/* forces content to extend below any floats */

#contentend {
	clear: both;
}

/* generic styles */

.callout {
	float: right;
	clear: right;
	margin: 5px;
	margin-top: 0;
	margin-right: 0;
	width: 150px;
	display: block;
	background: transparent;
	border: none;
	padding: 0;
}

.callout h1 {
	font-size: 12pt;
	padding: 0 0 5px 5px;
}

.callout a {
	display: block;
	font-size: 8pt;
	padding: 5px;
	padding-top: 0;
}

.callout p {
	display: block;
	font-size: 8pt;
	padding: 5px;
	padding-top: 0;
}

.callout img {
	float: left;
	padding-right: 10px;
}

.callout a.toplink {
	float: right;
	margin: 0 5px 0 5px;
	padding: 0;
	font-size: 8pt;
}

/* redefine these for custom colors */

.callout .header {
	background-color: #EEE;
	color: #FFF;
}

/* table defaults for a 'standard' data table */

.basictable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #EEE;
	margin-bottom: 15px;
}

.basictable td, .basictable th {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	font-size: 10pt;
	border: 1px solid #EEE;
}

.basictable tr.alt {
	background-color: #ECF3FE;
}

/* Miscellaneous Use */

#notice {
	background-color: #660000;
	color: #FFF;
}

#error {
	background-color: #D00;
	color: #FFF;
}

.pdf {
	padding-left: 5px;
	color: #333;
	font-size: 7pt;
}

/* to highlight photos so they look like photos */

.photo {
	border: 1px solid #EEE;
	padding: 5px;
	width: 450px;
	text-align: center;
	margin-left: 150px;
	margin-right: auto;
	margin-top: 20px;
}

a:link {
	color: white;
	-webkit-transition: color 0.3s ease-in-out;
}

a:visited {
	color: white;
}

a:hover, a:active, a:focus {
	-webkit-transition: color 0.3s ease-in-out;
	color: white;
	text-decoration: none;
}

iframe {
	border-style: none;
}

.modal {
	height: 135px;
	width: 430px;
	background: #fbfbfb;
	opacity: 0.95;
	-webkit-animation-name: modal-overlay;
	-webkit-animation-duration: 1s;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 30px;
	margin-top: -8px;
	margin-left: -3px;
}

.close-modal {
	float: right;
}

.create-client {
	margin: 30px;
}

.bits-client {
	margin-top: 5px;
}

@-webkit-keyframes 'modal' {
	from {
		opacity: 0;
}

80% {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes 'modal-overlay' {
	from {
		height: 0px;
	opacity: 0;
}

30% {
	height: 0px;
	opacity: 0;
}

to {
	height: 135;
	opacity: 0.95;
}
}
/* css/02-header.css */

/* Nav references */
#header {
	color: white;
}

#header a {
	color: #626262;
	font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

a.selected {
	color: black;
}

#header a:visited {
	color: #626262;
}

#header .title {
	color: #000;
	font-variant: small-caps;
	font-size: 48px;
}

#nav {
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: auto;
	padding: 10px;
}

#nav a {
    margin-left: 20px;
    margin-right: 20px;
	text-decoration: none;
}

#nav a:hover, #nav a.selected, #subnav a:hover, #subnav a.selected {
	text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
}

.nav-section {
	display: inline;
}

#subnav {
	position: relative;
	top: 30px;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #626262;
}

#subnav a {
	color: #626262;
	text-decoration: none;
}
/* css/03-footer.css */

.footertext {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-right: -30px;
	line-height: 18px;
}

#footer {
	clear: both;
	margin: 0;
	margin-left: 30px;
	margin-top: 20px;
	font-size: 10px;
	color: gray;
}

#footer .footerlink {
	color: #525252;
	text-decoration: none;
}

#footer a:hover {
	color: #525252;
	text-decoration: none;
}

#footer img {
	padding: 0;
	margin: 0;
}

#printfooter {
    display: none;
}

/* css/debug.css */

/* CSS Document */

div.debug {
}
div.debug table  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0;
}

div.debug .header { 
	font-weight: bold; 
	color: #FFF; 
}
div.debug td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #000;
}
div.debug .error {
	background-color: #F00;
	color: #FFF;
}

/* default */
div.debug td {
	background-color:#FFF;
}
div.debug table, div.debug .header { 
	background-color: #7A7; 
}
div.debug td.key { 
	background-color: #CFC; 
}

/* array */
div.debug .array, div.debug .array td.header { 
	background-color: #77A; 
}
div.debug .array td.key { 
	background-color: #CCF; 
}

/* object */
div.debug .object, div.debug .object td.header { 
	background-color: #AA7; 
}
div.debug .object td.key { 
	background-color: #FFC; 
}

/* resource */
div.debug .resource, div.debug .resource td.header { 
	background-color: #A7A; 
}
div.debug .resource td.key { 
	background-color: #FDF; 
}

/* xml */
div.debug .xml, div.debug .xml td.header { 
	background-color: #AAC; 
}
div.debug .xml td.key { 
	background-color: #CCF; 
}

/* css/diff.css */

/* CSS Document */

.diff {
    margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.diff tr.titles td {
	border: none;
	color: gray;
	font-weight: bold;
} 

.diff td {
	font-family: mono;
	font-size: smaller;
	vertical-align: top;
	padding-left: 5px;
	border-top: 1px solid #EEE;
}

.diff ins {
	color: #FFF;
	background-color: #55F;
	text-decoration: none;
}

.diff del {
	background-color: #BBB;
}

.diff span {
	background-color: #BFB;
}

.diff .line {
	text-align: right;
	padding-right: 2px;
	color: #FFF;
	background-color: #CCC;
	border-top: 1px solid #CCC;
	width: 30px;
}


/* css/fancy.css */

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: black;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 30px;
	background: transparent url(images/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
	background-color: white;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
	background-color: white;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
	background-color: white;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: black;
	padding-bottom: 2px;
	font: bold 12px Helvetica, Arial, Sans Serif;
}

td#fancy_title_left {
	height: 0px;
	width: 15px;
}

td#fancy_title_main {
	height: 0px;
}

td#fancy_title_right {
	height: 0px;
	width: 15px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 10px 10px 10px 10px;
    margin: 0;
    overflow: hidden;
    background: black;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #black;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url();
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(images/fancybox/fancy_left.png) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(images/fancybox/fancy_right.png) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	background-color: white;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent repeat-x;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent repeat-x;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent repeat-x;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent repeat-x;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent repeat-x;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent repeat-x;
}
/* css/fm.css */

#filelist {
	margin-top: 20px;
}

#filelist .form {
	padding: 0;
	margin: 0;
}

#filelist .form input {
	font-size: smaller;
	padding: 0;
	margin: 0;
}

#filelist th, #filelist .status {
	background: #DDD;
	color: #000;
}

#filelist-embed td {
	font-size: 11px;
}

#filelist-embed thead, #filelist-embed .status, #filelist-embed .operations {
	display: none;
}

#filelist th {
	padding: 0.5em 0.5em;
	text-align: left;
	font-weight: bold;
}

#filelist .title-links {
	font-size: smaller;
	font-weight: normal;
	float: right;
}

#filelist tr {
	background: #f0f0f0;
}

#filelist tr.odd {
	background: #FFF;
}

#filelist td {
	color: #000;
	font-size: 11px;
	border-top: 0px;
	border-bottom: 0px;
}

#filelist a {
	color: black;
	padding: 0.5em;
}

#filelist a:hover {
	background-color: none;
}

#filelist .long {
	font-weight: normal;
	padding-left: 1em;
}

#filelist .dir .name {
	font-weight: bold;
	width: 200px;
}

#filelist .thumb {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
}

#filelist .icon {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
}

#filelist .thumb img,  .icon img {
	margin: 0 auto 0 auto;
}

#filelist .operations {
	font-size: 9px;
	width: 50px;
}

#filelist .operations a img {
	font-size: 9px;
	padding-left: .1em;
	padding-right: .1em;
}

#filelist .perms {
	width: 2.25em;
}

#filelist .size {
	text-align: right;
	width: 7em;
}

#filelist .modified {
	width: 6.5em;
}

#filelist .separator {
	border-top: 1px solid #CCC;
}

#filelist .status span {
	padding: 0;
	margin: 0;
}

#filelist .error {
	color: #a50000;
}

#filelist .ok {
	color: #005e00;
}

/* css/fnclient.css */

<br />
<b>Parse error</b>:  syntax error, unexpected T_STRING in <b>/home1/digitbs8/public_html/core/includes/init.php(289) : eval()'d code</b> on line <b>16</b><br />

/* css/form.css */

/* CSS Document */

/* form entries */

.form {
	display: block;
}

.form fieldset {
	border: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.form legend {
	display: none;
}

.form label, .form .comment, .form .comment-required {
    display: block;
	font-family: Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	text-transform: capitalize;
	padding-left: 2px;
	margin: 0;
	line-height: 11px;

}

.form select {
	margin: 5px 0 5px 0;
}

.form #refinement select {
	margin: 0;
}

.form label.required { 
	color: #ff0d05;
	font-size: 9px;
	text-transform: capitalize;
}

#form-error {
	background-color: #ff0d05;
}

li.form-error {
	background-color: #ff0d05;
	color: white;
	margin: 0;
	padding: 2px;
	width: 300px;
}

.form .comment {
	padding-bottom: 4px;
	line-height: normal;
}

.form label.checkradio {
    display: inline;
	margin-right: .5em;
}

.form input, .form textarea {
	font-family: Helvetica;
	font-size: 12px;
	margin-bottom: 2px;
	padding: 2px;
}

.form .inline {
    float: left;
	margin-right: 0.5em;
	position: relative;
}

.form .field, .form .comment, .form .comment-required {
	clear: left;
}

.form .required-multifield, .form .required-newmultifield, .form .multifield, .form .newmultifield, .form .newfield, .form .multifield {
    float: left;
	margin-right: 0.5em;
	/* position: relative; */
}

.form .required-field, .form div.newfield, .form .required-newmultifield, .form .newmultifield {
	clear: left;
}

.form .submit {
	 clear: both; 
	 float: left;
	/* position: relative; */
}

#loginextras .form .field {
	float: right;
	text-align: right;
}


.hidden, .hidden input {
	display: none;
}

.group {
	padding: 0;
	margin: 0;
}



#basic label {
 display: none;
}

#basic select {
	margin-top: 1px;
}

.datelabel {
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
}

/* css/forum.css */

/* Forum */

.forum .entry {
	padding: 10px;
	border: 1px solid #EEE;
	margin-bottom: 10px;
}

.forum .entry .title {
	font-size: larger;
	font-weight: bold;
}


.forum .entry .author {
	font-style: italic;
	float: right;
	clear: left;
	padding-bottom: 0;
	margin-bottom: 0;
}

.forum .entry .post-date {
	font-style: italic;
	font-size: smaller;
	float: right;
	clear: both;
}

.forum .entry-end {
	clear: both;
}

/* Blog */

.blog .entry {
	padding: 10px;
	border: 1px solid #EEE;
	margin-bottom: 10px;
}

.blog .entry .title {
	font-size: larger;
	font-weight: bold;
}


.blog .entry .author {
	display: none;
}

.blog .entry .post-date {
	font-style: italic;
	font-size: smaller;
	float: right;
	clear: both;
}

.blog .entry-end {
	clear: both;
}

/* Gallery */

.gallery .entry {
	padding: 10px;
	border: 1px solid #EEE;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	height: 300px;
	width: 210px;
}

.gallery .entry .title {
	font-size: larger;
	font-weight: bold;
}


.gallery .entry .author {
	display: none;
}

.gallery .entry .post-date {
	font-style: italic;
	font-size: smaller;
}

.gallery .entry-end {
	/* clear: both; */
}

/* FAQ */

.faq .entry {
	padding: 10px;
	margin-bottom: 10px;
}

.faq .entry p {
	margin-left: 20px;
}

.faq .entry p.title {
	font-size: larger;
	font-weight: bold;
	margin-left: 0;
}


.faq .entry p.author {
	display: none;
}

.faq .entry p.post-date {
	display: none;
}

.faq .entry-end {
	clear: both;
}



/* css/gallery.css */


/* css/print.css */

@media print {

body {
  background: white !important;
}

#nav, #footer, #subnav, form {
  display: none;
}

#content {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 0;
}

a {
    color: black;
	text-decoration: none;
}

h1, h2, h3, dt {
  page-break-before: auto;
  page-break-after: avoid !important;
}

div, p, dt, dd, table, ol, ul, dl, img {
  page-break-inside: avoid !important;
}

/*
#printfooter {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
}
*/

.pagebreak {
	page-break-before: always;
	margin-bottom: 20px;
}

}