@import url('typography.css');
/*@import url('forms.css');*/
@import url('bootstrap.css');

/* ==|== Webbit Demo Colors =====================================================
   
   ========================================================================== */

/* Blues ---------- */
.menu-main li ul,
.related-docs li a {
	background: rgba(20,68,128,1);
}

a,
.related-docs li a:hover {
	color: rgba(20,68,128,1);
}

#directory-photos .photo {
	border-color: rgba(20,68,128,1);
}

#directory-entries .directory-container.bg {
	background: rgba(20,68,128,0.1);
}

#directory-entries .directory-container.directory-header {
	background: rgba(20,68,128,0.25);
}

/* Greens ---------- */
a:hover {
	color: rgba(121,161,56,1);
}

#menu,
.related-docs  {
	background: rgba(121,161,56,1);
}

.sidebar-linklist li a:hover,
#directory-details li {
	background: rgba(121,161,56,0.3);
}

#store #product-options {
	background: rgba(121,161,56,0.1)
}

#store #product-options {
	border-color: rgba(121,161,56,1);
}


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */



	#footer .center {
		text-align: center;
	}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

.left { float: left; }
.center { text-align: center; }
.right { float: right; }

.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }

.pagination { margin-bottom: 1em; }
	.pagination .previous { float: left; }
	.pagination .next { float: right; text-align: right; }

/* Contain floats: h5bp.com/q */
.cl { clear: both; }
.cl:before, .cl:after { content: ""; display: table; }
.cl:after { clear: both; }
.cl { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}