/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #f57b20; color: #fff; text-shadow: none; }
::selection { background: #f57b20; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Dan Farrelly for Apogee Media
   ========================================================================== */

/*===Layout========================================================================================

	General Layout:
*/
	body {
		margin:0 auto;
	}
	#container {
		width:1000px;
		margin:0 auto;
	}
/* HEADER */
	header { 
		position:relative;
		width:100%;
	}
	#logo {
		padding:10px 0 5px;
		height:55px;
	}
	#log-out {
		position:absolute;
		top:25px;
		right:10px;
	}
	#user-bar {
		position:relative;
		width:100%;
	}
	#user-image {
		float:left;
		padding:10px 20px;
	}
	#user-info {
		padding:10px 20px;
	}
	#user-info #edit-button {
		margin:10px 0 0 0 ;
	}
	#site-menu {
		position:absolute;
		right:20px;
		top:15px;
	}
	#nav {
		margin: 20px 0;
		width:100%;
	}
	.nav-btn {
		width:24.5%;
		height:80px;
		padding:5px 0 10px;
		margin-right:0.5%;
		float:left;
	}
	a:last-of-type .nav-btn {
		width:25%;
		margin-right:0;
	}	
/* Panels */
	#main {
		position:relative;
	}
	.panel {
		display:none;
		width:100%;
		position:absolute;
		top:0px;
	}
	.panel.active {
		display:block;
	}


/*===Regions Style & Color=========================================================================
	General Page
*/
	body {
		background:#f7f6f6 url('../../dashboard/_img/dashboard-bg.jpg') top center;
	}
	#container {}
	#user-bar {
		background:#393939 url('../_img/user-bar-bg.jpg') repeat;
		box-shadow:0 2px 5px rgba(0,0,0,0.2);
	}
	#user-image img {
		border:1px solid #f57b20;
	}
	#site-menu {
		text-align:right;
	}
	#nav {
		text-align:center;
	}
	a .nav-btn {
		background:#dcdcdb;
		-webkit-transition: all 0.3s ease;
	  	   -moz-transition: all 0.3s ease;
	  		-ms-transition: all 0.3s ease;
	  		 -o-transition: all 0.3s ease;
	  			transition: all 0.3s ease;
	}
	/* Setting the color of each set of 4 .nav-btns */
	a:nth-of-type(4n+1) .nav-btn { background:#dcdcdb; }
	a:nth-of-type(4n+2) .nav-btn { background:#d0cfce; }
	a:nth-of-type(4n+3) .nav-btn { background:#e8e6e5; }
	a:nth-of-type(4n+4) .nav-btn { background:#dcdcdb; }
	.nav-btn:hover {
		-webkit-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.3), inset -3px -3px 5px rgba(0,0,0,0.3);
		   -moz-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.3), inset -3px -3px 5px rgba(0,0,0,0.3);
			 -o-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.3), inset -3px -3px 5px rgba(0,0,0,0.3);
				box-shadow:inset 3px 3px 5px rgba(0,0,0,0.3), inset -3px -3px 5px rgba(0,0,0,0.3);		
	}
	a .nav-btn.active {
		background:#333;
		color:#fff;
		text-shadow:0 1px #000;
		-webkit-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.3), inset -3px -3px 5px rgba(0,0,0,0.3);
		   -moz-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.3), inset -3px -3px 5px rgba(0,0,0,0.3);
			 -o-box-shadow:inset 3px 3px 5px rgba(0,0,0,0.3), inset -3px -3px 5px rgba(0,0,0,0.3);
				box-shadow:inset 3px 3px 5px rgba(0,0,0,0.3), inset -3px -3px 5px rgba(0,0,0,0.3);
		-webkit-transition: all 0.5s ease;
	  	   -moz-transition: all 0.5s ease;
	  		-ms-transition: all 0.5s ease;
	  		 -o-transition: all 0.5s ease;
	  			transition: all 0.5s ease;
	}
/* Panel */	
	
	
/*===Fonts & Text Styles===========================================================================

*/
	body {
		font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color:#000;
		font-size:13px;
	}
/* HYPERLINKS */
	a:link, a:visited {
		color: #00e;
		text-decoration:none;
	}
	a:hover, a:active {
		color: #06e;
		-webkit-transition: color 0.2s ease;
	  	   -moz-transition: color 0.2s ease;
	  		-ms-transition: color 0.2s ease;
	  		 -o-transition: color 0.2s ease;
	  			transition: color 0.2s ease;
	}
	a.btn {
		color:#fff;
	}
	nav a, nav a:link, nav a:visited {
		
	}
	nav a:hover, nav a:active {
		
	}
	#log-out a, #log-out a:link, #log-out a:visited {
		color:#333;
	}
	#log-out a:hover, #log-out a:active {
		
	}
	a .nav-btn, a:link .nav-btn, a:visited .nav-btn {
		color: #333;
	}
	a .nav-btn.active {
		color:#fff;
	}
/* REGIONAL STYLES*/
	#log-out {
		font-weight:bold;
	}
	#user-bar {
		color:#fff;
		text-shadow:0px 1px 0 #000;
		text-shadow:0px 1px 0 rgba(0,0,0,0.9);
	}
	#user-bar h2 {
		margin:0 0 5px 0;
	} 
	#site-menu span {
		font-size:1.2em;
	}
	#site-menu span#current-site {
		font-size:1.5em;
		color:#f57b20;
		text-transform:uppercase;
	}
	.nav-btn {
		font-weight:bold;
		text-transform:uppercase;
		font-size:1.2em;
		text-shadow:0 1px #fff;
	}




/*===Buttons & Special Style=======================================================================

*/
	.hover-icon [class^="icon-"] {
		display:none;
		margin-top:2px;
		position:absolute;
		left:-18px;
		top:0;
	}
	.hover-icon:hover [class^="icon-"] {
		display:inline-block;
	}


	.btn {
	  display: inline-block;
	  padding: 4px 10px 4px;
	  font-size: 13px;
	  line-height: 18px;
	  color: #333333;
	  text-align: center;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	  background-color: #fafafa;
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	  background-repeat: no-repeat;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	  border: 1px solid #ccc;
	  border-bottom-color: #bbb;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	  cursor: pointer;
	  *margin-left: .3em;
	}
	.btn:first-child {
	  *margin-left: 0;
	}
	.btn:hover {
	  color: #333333;
	  text-decoration: none;
	  background-color: #e6e6e6;
	  background-position: 0 -15px;
	  -webkit-transition: background-position 0.1s linear;
	  -moz-transition: background-position 0.1s linear;
	  -ms-transition: background-position 0.1s linear;
	  -o-transition: background-position 0.1s linear;
	  transition: background-position 0.1s linear;
	}
	.btn:focus {
	  outline: thin dotted;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}
	.btn.active, .btn:active {
	  background-image: none;
	  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	  background-color: #e6e6e6;
	  background-color: #d9d9d9 \9;
	  color: rgba(0, 0, 0, 0.5);
	  outline: 0;
	}
	.btn.disabled, .btn[disabled] {
	  cursor: default;
	  background-image: none;
	  background-color: #e6e6e6;
	  opacity: 0.65;
	  filter: alpha(opacity=65);
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	.btn-large {
	  padding: 9px 14px;
	  font-size: 15px;
	  line-height: normal;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	}
	.btn-large .icon {
	  margin-top: 1px;
	}
	.btn-small {
	  padding: 5px 9px;
	  font-size: 11px;
	  line-height: 16px;
	}
	.btn-smaller {
	  padding: 3px 5px;
	  font-size: 11px;
	  line-height: 16px;
	}
	.btn-small .icon {
	  margin-top: -1px;
	}
	.btn-smaller .icon {
	  margin-top: -2px;
	}

	.btn-primary,
	.btn-primary:hover,
	.btn-warning,
	.btn-warning:hover,
	.btn-danger,
	.btn-danger:hover,
	.btn-success,
	.btn-success:hover,
	.btn-info,
	.btn-info:hover {
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  color: #ffffff;
	}
	.btn-primary.active,
	.btn-warning.active,
	.btn-danger.active,
	.btn-success.active,
	.btn-info.active {
	  color: rgba(255, 255, 255, 0.75);
	}
	.btn-primary {
	  background-color: #006dcc;
	  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	  background-image: linear-gradient(top, #0088cc, #0044cc);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	  border-color: #0044cc #0044cc #002a80;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled] {
	  background-color: #0044cc;
	}
	.btn-primary:active, .btn-primary.active {
	  background-color: #003399 \9;
	}
	.btn-warning {
	  background-color: #faa732;
	  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	  background-image: -o-linear-gradient(top, #fbb450, #f89406);
	  background-image: linear-gradient(top, #fbb450, #f89406);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	  border-color: #f89406 #f89406 #ad6704;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-warning:hover,
	.btn-warning:active,
	.btn-warning.active,
	.btn-warning.disabled,
	.btn-warning[disabled] {
	  background-color: #f89406;
	}
	.btn-warning:active, .btn-warning.active {
	  background-color: #c67605 \9;
	}
	.btn-danger {
	  background-color: #da4f49;
	  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	  background-image: linear-gradient(top, #ee5f5b, #bd362f);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	  border-color: #bd362f #bd362f #802420;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-danger:hover,
	.btn-danger:active,
	.btn-danger.active,
	.btn-danger.disabled,
	.btn-danger[disabled] {
	  background-color: #bd362f;
	}
	.btn-danger:active, .btn-danger.active {
	  background-color: #942a25 \9;
	}
	.btn-success {
	  background-color: #5bb75b;
	  background-image: -moz-linear-gradient(top, #62c462, #51a351);
	  background-image: -ms-linear-gradient(top, #62c462, #51a351);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	  background-image: -o-linear-gradient(top, #62c462, #51a351);
	  background-image: linear-gradient(top, #62c462, #51a351);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	  border-color: #51a351 #51a351 #387038;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-success:hover,
	.btn-success:active,
	.btn-success.active,
	.btn-success.disabled,
	.btn-success[disabled] {
	  background-color: #51a351;
	}
	.btn-success:active, .btn-success.active {
	  background-color: #408140 \9;
	}
	.btn-info {
	  background-color: #49afcd;
	  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	  background-image: linear-gradient(top, #5bc0de, #2f96b4);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	  border-color: #2f96b4 #2f96b4 #1f6377;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	.btn-info:hover,
	.btn-info:active,
	.btn-info.active,
	.btn-info.disabled,
	.btn-info[disabled] {
	  background-color: #2f96b4;
	}
	.btn-info:active, .btn-info.active {
	  background-color: #24748c \9;
	}
	button.btn, input[type="submit"].btn {
	  *padding-top: 2px;
	  *padding-bottom: 2px;
	}
	button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	  padding: 0;
	  border: 0;
	}
	button.btn.large, input[type="submit"].btn.large {
	  *padding-top: 7px;
	  *padding-bottom: 7px;
	}
	button.btn.small, input[type="submit"].btn.small {
	  *padding-top: 3px;
	  *padding-bottom: 3px;
	}

/*===Form Elements - Input, Select, Button, etc.===============================================================

*/

	button,
	input,
	select,
	textarea {
	  margin: 0;
	  font-size: 100%;
	  vertical-align: middle;
	}
	button, input {
	  *overflow: visible;
	  line-height: normal;
	}
	button::-moz-focus-inner, input::-moz-focus-inner {
	  padding: 0;
	  border: 0;
	}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	  cursor: pointer;
	  -webkit-appearance: button;
	}
	input[type="search"] {
	  -webkit-appearance: textfield;
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box;
	}
	input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	  -webkit-appearance: none;
	}
	textarea {
	  overflow: auto;
	  vertical-align: top;
	}
	label,
	input,
	button,
	select,
	textarea {
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-size: 13px;
	  font-weight: normal;
	  line-height: 18px;
	}
	label {
	  display: block;
	  margin-bottom: 5px;
	  color: #333333;
	}
	input,
	textarea,
	select,
	.uneditable-input {
	  display: inline-block;
	  width: 270px;
	  height: 30px;
	  padding: 4px;
	  margin-bottom: 9px;
	  font-size: 13px;
	  line-height: 28px;
	  color: #555555;
	  border: 1px solid #ccc;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	}
	.uneditable-textarea {
	  width: auto;
	  height: auto;
	}
	label input, label textarea, label select {
	  display: block;
	}
	input[type="image"], input[type="checkbox"], input[type="radio"] {
	  width: auto;
	  height: auto;
	  padding: 0;
	  margin: 3px 0;
	  *margin-top: 0;
	  /* IE7 */

	  line-height: normal;
	  border: 0;
	  cursor: pointer;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	}
	input[type="file"] {
	  padding: initial;
	  line-height: initial;
	  border: initial;
	  background-color: #ffffff;
	  background-color: initial;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	input[type="button"], input[type="reset"], input[type="submit"] {
	  width: auto;
	  height: auto;
	}
	select, input[type="file"] {
	  height: 28px;
	  /* In IE7, the height of the select element cannot be changed by height, only font-size */

	  *margin-top: 4px;
	  /* For IE7, add top margin to align select with labels */

	  line-height: 28px;
	}
	select {
	  width: 220px;
	  background-color: #ffffff;
	}
	select[multiple], select[size] {
	  height: auto;
	}
	input[type="image"] {
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	textarea {
	  height: auto;
	}
	input[type="hidden"] {
	  display: none;
	}
	.radio, .checkbox {
	  padding-left: 18px;
	}
	.radio input[type="radio"], .checkbox input[type="checkbox"] {
	  float: left;
	  margin-left: -18px;
	}
/* Region Specific Form Tweaks */
	#edit-user-info label {
		clear:left;
		float:left;
		text-align:left;
		margin-left:10px;
		margin-right:10px;
	}
	#edit-user-info input, #edit-user-info select {
		float:left;
	}
	#edit-user-info button {
		clear:left;
	}

/*===jQuery Pop-up Boxes============================================================================

*/
	#mask {
	  position:absolute;
	  left:0;
	  top:0;
	  z-index:9000;
	  background:url('../_img/transparent-overlay.png') repeat;
	  background:rgba(0,0,0,0.6);
	  display:none;
	}
	#boxes .window {
	  position:fixed;
	  left:0;
	  top:0;
	  display:none;
	  z-index:9999;
	}
	#boxes #edit-user-info { 
		height:auto;
		width:600px;
		padding:30px 10px 40px;
		text-align:center;
		background-color:#fff;
		border-radius:10px;
		border:1px solid #333;
	}

	#edit-user-info #close-window-x {
		height:20px; width:20px;
		position:absolute;
		top:10px;
		right:10px;
		z-index:9999;
	}
	#edit-user-info #close-window {
		position:absolute;
		bottom:10px;
		width:100%;
		text-align:center;
		font-size:0.8em;
	}
	a.close {
		text-decoration:none;
		border:none;
	}


/*===Icon Classes===================================================================================

*/
/* Nav Icons */
.nav-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: text-top;
	background-image: url(../_img/nav-icons.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
}
.icon-site-map { 		background-position: 0px 0px; }
.icon-account-details { background-position: 0px -60px; }
.icon-recent-activity { background-position: 0px -120px; }
.icon-maintenance { 	background-position: 0px -180px; }

/* Glyphcons */
	[class^="icon-"] {
	  display: inline-block;
	  width: 14px;
	  height: 14px;
	  vertical-align: text-top;
	  background-image: url(../_img/glyphicons-halflings.png);
	  background-position: 14px 14px;
	  background-repeat: no-repeat;
	  *margin-right: .3em;
	}
	[class^="icon-"]:last-child {
	  *margin-left: 0;
	}
	.icon-white {
	  background-image: url(../_img/glyphicons-halflings-white.png);
	}
	.icon-glass {
	  background-position: 0      0;
	}
	.icon-music {
	  background-position: -24px 0;
	}
	.icon-search {
	  background-position: -48px 0;
	}
	.icon-envelope {
	  background-position: -72px 0;
	}
	.icon-heart {
	  background-position: -96px 0;
	}
	.icon-star {
	  background-position: -120px 0;
	}
	.icon-star-empty {
	  background-position: -144px 0;
	}
	.icon-user {
	  background-position: -168px 0;
	}
	.icon-film {
	  background-position: -192px 0;
	}
	.icon-th-large {
	  background-position: -216px 0;
	}
	.icon-th {
	  background-position: -240px 0;
	}
	.icon-th-list {
	  background-position: -264px 0;
	}
	.icon-ok {
	  background-position: -288px 0;
	}
	.icon-remove {
	  background-position: -312px 0;
	}
	.icon-zoom-in {
	  background-position: -336px 0;
	}
	.icon-zoom-out {
	  background-position: -360px 0;
	}
	.icon-off {
	  background-position: -384px 0;
	}
	.icon-signal {
	  background-position: -408px 0;
	}
	.icon-cog {
	  background-position: -432px 0;
	}
	.icon-trash {
	  background-position: -456px 0;
	}
	.icon-home {
	  background-position: 0 -24px;
	}
	.icon-file {
	  background-position: -24px -24px;
	}
	.icon-time {
	  background-position: -48px -24px;
	}
	.icon-road {
	  background-position: -72px -24px;
	}
	.icon-download-alt {
	  background-position: -96px -24px;
	}
	.icon-download {
	  background-position: -120px -24px;
	}
	.icon-upload {
	  background-position: -144px -24px;
	}
	.icon-inbox {
	  background-position: -168px -24px;
	}
	.icon-play-circle {
	  background-position: -192px -24px;
	}
	.icon-repeat {
	  background-position: -216px -24px;
	}
	.icon-refresh {
	  background-position: -240px -24px;
	}
	.icon-list-alt {
	  background-position: -264px -24px;
	}
	.icon-lock {
	  background-position: -287px -24px;
	}
	.icon-flag {
	  background-position: -312px -24px;
	}
	.icon-headphones {
	  background-position: -336px -24px;
	}
	.icon-volume-off {
	  background-position: -360px -24px;
	}
	.icon-volume-down {
	  background-position: -384px -24px;
	}
	.icon-volume-up {
	  background-position: -408px -24px;
	}
	.icon-qrcode {
	  background-position: -432px -24px;
	}
	.icon-barcode {
	  background-position: -456px -24px;
	}
	.icon-tag {
	  background-position: 0 -48px;
	}
	.icon-tags {
	  background-position: -25px -48px;
	}
	.icon-book {
	  background-position: -48px -48px;
	}
	.icon-bookmark {
	  background-position: -72px -48px;
	}
	.icon-print {
	  background-position: -96px -48px;
	}
	.icon-camera {
	  background-position: -120px -48px;
	}
	.icon-font {
	  background-position: -144px -48px;
	}
	.icon-bold {
	  background-position: -167px -48px;
	}
	.icon-italic {
	  background-position: -192px -48px;
	}
	.icon-text-height {
	  background-position: -216px -48px;
	}
	.icon-text-width {
	  background-position: -240px -48px;
	}
	.icon-align-left {
	  background-position: -264px -48px;
	}
	.icon-align-center {
	  background-position: -288px -48px;
	}
	.icon-align-right {
	  background-position: -312px -48px;
	}
	.icon-align-justify {
	  background-position: -336px -48px;
	}
	.icon-list {
	  background-position: -360px -48px;
	}
	.icon-indent-left {
	  background-position: -384px -48px;
	}
	.icon-indent-right {
	  background-position: -408px -48px;
	}
	.icon-facetime-video {
	  background-position: -432px -48px;
	}
	.icon-picture {
	  background-position: -456px -48px;
	}
	.icon-pencil {
	  background-position: 0 -72px;
	}
	.icon-map-marker {
	  background-position: -24px -72px;
	}
	.icon-adjust {
	  background-position: -48px -72px;
	}
	.icon-tint {
	  background-position: -72px -72px;
	}
	.icon-edit {
	  background-position: -96px -72px;
	}
	.icon-share {
	  background-position: -120px -72px;
	}
	.icon-check {
	  background-position: -144px -72px;
	}
	.icon-move {
	  background-position: -168px -72px;
	}
	.icon-step-backward {
	  background-position: -192px -72px;
	}
	.icon-fast-backward {
	  background-position: -216px -72px;
	}
	.icon-backward {
	  background-position: -240px -72px;
	}
	.icon-play {
	  background-position: -264px -72px;
	}
	.icon-pause {
	  background-position: -288px -72px;
	}
	.icon-stop {
	  background-position: -312px -72px;
	}
	.icon-forward {
	  background-position: -336px -72px;
	}
	.icon-fast-forward {
	  background-position: -360px -72px;
	}
	.icon-step-forward {
	  background-position: -384px -72px;
	}
	.icon-eject {
	  background-position: -408px -72px;
	}
	.icon-chevron-left {
	  background-position: -432px -72px;
	}
	.icon-chevron-right {
	  background-position: -456px -72px;
	}
	.icon-plus-sign {
	  background-position: 0 -96px;
	}
	.icon-minus-sign {
	  background-position: -24px -96px;
	}
	.icon-remove-sign {
	  background-position: -48px -96px;
	}
	.icon-ok-sign {
	  background-position: -72px -96px;
	}
	.icon-question-sign {
	  background-position: -96px -96px;
	}
	.icon-info-sign {
	  background-position: -120px -96px;
	}
	.icon-screenshot {
	  background-position: -144px -96px;
	}
	.icon-remove-circle {
	  background-position: -168px -96px;
	}
	.icon-ok-circle {
	  background-position: -192px -96px;
	}
	.icon-ban-circle {
	  background-position: -216px -96px;
	}
	.icon-arrow-left {
	  background-position: -240px -96px;
	}
	.icon-arrow-right {
	  background-position: -264px -96px;
	}
	.icon-arrow-up {
	  background-position: -289px -96px;
	}
	.icon-arrow-down {
	  background-position: -312px -96px;
	}
	.icon-share-alt {
	  background-position: -336px -96px;
	}
	.icon-resize-full {
	  background-position: -360px -96px;
	}
	.icon-resize-small {
	  background-position: -384px -96px;
	}
	.icon-plus {
	  background-position: -408px -96px;
	}
	.icon-minus {
	  background-position: -433px -96px;
	}
	.icon-asterisk {
	  background-position: -456px -96px;
	}
	.icon-exclamation-sign {
	  background-position: 0 -120px;
	}
	.icon-gift {
	  background-position: -24px -120px;
	}
	.icon-leaf {
	  background-position: -48px -120px;
	}
	.icon-fire {
	  background-position: -72px -120px;
	}
	.icon-eye-open {
	  background-position: -96px -120px;
	}
	.icon-eye-close {
	  background-position: -120px -120px;
	}
	.icon-warning-sign {
	  background-position: -144px -120px;
	}
	.icon-plane {
	  background-position: -168px -120px;
	}
	.icon-calendar {
	  background-position: -192px -120px;
	}
	.icon-random {
	  background-position: -216px -120px;
	}
	.icon-comment {
	  background-position: -240px -120px;
	}
	.icon-magnet {
	  background-position: -264px -120px;
	}
	.icon-chevron-up {
	  background-position: -288px -120px;
	}
	.icon-chevron-down {
	  background-position: -313px -119px;
	}
	.icon-retweet {
	  background-position: -336px -120px;
	}
	.icon-shopping-cart {
	  background-position: -360px -120px;
	}
	.icon-folder-close {
	  background-position: -384px -120px;
	}
	.icon-folder-open {
	  background-position: -408px -120px;
	}
	.icon-resize-vertical {
	  background-position: -432px -119px;
	}
	.icon-resize-horizontal {
	  background-position: -456px -118px;
	}










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

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 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; }

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



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1000px) {
  /* Style adjustments for viewports 1000px and under go here */
	#container {
		width:100%;
	}
}

@media only screen and (max-width: 650px) {
  /* Style adjustments for viewports 650px and under go here */
	#site-menu {
		display:none;
	}
	.nav-btn {
		height:100px;
	}
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: 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; }
}
