/*
 *
 * ARCHITECTURE LEAGUE
 *
 * Author: Paul Singh
 * Version: 1.0
 *
 */
 
 
/*!
 * Bootstrap v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
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;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}


	
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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  background-color: #000000;
}
body.invert {
  background-color: #ffffff;
  color: #000000;
}
body.invert .footer {
  background-color: #000000;
}
body.invert .footer .section {
  padding-top: 25px;
}
body.invert .footer .span16 {
  border-top: none;
}
body.invert .footer p {
  color: #ffffff;
}

  	  	
a {
  	color: #3FA9F5;
  	text-decoration: none;
  	}
  	
a:hover {
  	color: #0066a3;
  	text-decoration: none;
  	}
  	
.row {
  	margin-left: -30px;
  	*zoom: 1;
  	position: relative;
  	}
  	
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 30px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 850px;
}
.span16 {
  width: 850px;
}
.span15 {
  width: 795px;
}
.span14 {
  width: 740px;
}
.span13 {
  width: 685px;
}
.span12 {
  width: 630px;
}
.span11 {
  width: 575px;
}
.span10 {
  width: 520px;
}
.span9 {
  width: 465px;
}
.span8 {
  width: 410px;
}
.span7 {
  width: 355px;
}
.span6 {
  width: 300px;
}
.span5 {
  width: 245px;
}
.span4 {
  width: 190px;
}
.span3 {
  width: 135px;
}
.span2 {
  width: 80px;
}
.span1 {
  width: 25px;
}
.offset16 {
  margin-left: 910px;
}
.offset15 {
  margin-left: 855px;
}
.offset14 {
  margin-left: 800px;
}
.offset13 {
  margin-left: 745px;
}
.offset12 {
  margin-left: 690px;
}
.offset11 {
  margin-left: 635px;
}
.offset10 {
  margin-left: 580px;
}
.offset9 {
  margin-left: 525px;
}
.offset8 {
  margin-left: 470px;
}
.offset7 {
  margin-left: 415px;
}
.offset6 {
  margin-left: 360px;
}
.offset5 {
  margin-left: 305px;
}
.offset4 {
  margin-left: 250px;
}
.offset3 {
  margin-left: 195px;
}
.offset2 {
  margin-left: 140px;
}
.offset1 {
  margin-left: 85px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10.5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.footer .container .row .section	{
									padding-top: 20px;
									padding-bottom: 20px;
									}

.footer p {
  margin: 0 0 10.5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.footer p small	{color: #ffffff;}

p small {
  font-size: 11px;
  color: #999999;
}
p a.blue-link {
  color: #3FA9F5;
}
p a.blue-link:hover {
  color: #0066a3;
}
p .gray {
  color: #808080;
}
.lead {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 200;
  line-height: 31.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
  display: inline;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 38px;
  line-height: 41px;
  color: #3FA9F5;
  font-family: 'Trocchi', serif;
}
.trocchi {
  font-size: 38px;
  line-height: 41px;
  color: #3FA9F5;
  font-family: 'Trocchi', serif;
  padding-bottom: 10px;
}
h1 small {
  font-size: 18px;
}
body.invert h1 {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 41px;
  color: #000000;
  text-align: left;
}

h2 {
  	font-size: 24px;
  	line-height: 42px;
  	}

h2 small {
  	font-size: 18px;
  	}

h3 {
  	line-height: 18.900000000000002px;
  	font-size: 18px;
  	color: #3FA9F5;
  	}

h3 small {
  	font-size: 14px;
  	}

h4,
h5,
h6 {
  	line-height: 21px;
  	}

h4 {
  	font-size: 14px;
  	}

h4 small {
  	font-size: 12px;
  	}

h5 {
  	font-size: 11px;
  	letter-spacing: 4px;
  	text-transform: uppercase;
  	font-weight: 500;
  	margin-bottom: 5px;
  	}
  	
h5.category {
  	font-size: 11px;
  	letter-spacing: 4px;
  	text-transform: uppercase;
  	font-weight: 500;
  	margin-bottom: 0px;
  	padding-bottom: 0px;
  	display: block;
  	color: #666;
  	}
  	
  h5.category a {
  	color: #666;
  	}
  	
.event-section {
  	border-top: solid;
  	border-top-width: thin;
  	border-top-color: #ccc;
  	font-size: 13px;
  	font-weight: 500;
  	margin-bottom: 0px;
  	padding-bottom: 0px;
  	display: block;
  	color: #00adee;
  	margin-top: 30px;
  	margin-bottom: 10px;
  	}
  	
.section {
  	margin-bottom: 0px;
  	}
  	
.section h5 {
  	font-size: 11px;
  	letter-spacing: 4px;
  	text-transform: uppercase;
  	font-weight: 500;
  	margin-bottom: 0px;
  	}
  	
.section-title {
  	border-bottom: solid;
  	border-bottom-width: thin;
  	border-bottom-color: #ccc;
  	padding-bottom: 5px;
  	margin-bottom: 25px;
  	position: relative;
  	}
  	
  .section-title-feat {
  	padding-bottom: 5px;
  	position: relative;
  	}
  	
.section-title	.white-shuffle {
	 					position: absolute;
	 					right: -1px;
	 					bottom: -25px;
	 					height: 50px;
	 					width: 50px;
	 					background-image: url(images/white-shuffle-button.png);
	 					}
	 					
.section-title	.white-shuffle:hover	{
							background-position: 0 -50px;	
							}

.sort-options	{
				margin-bottom: 20px;
				}

.black-shuffle {
				float: right;
				height: 50px;
				width: 50px;
				background-image: url(images/black-shuffle-button.png);
				}
	 					
.black-shuffle:hover	{
						background-position: 0 -50px;	
						}  	



#featured-content-position h5 a {
	color: #fff;
	}
	
.article-content h5 {
  	margin: 0 0 10.5px;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	line-height: 21px;
  	letter-spacing: normal;
  	text-transform: none;
  	font-weight: normal;
  	color: #808080;
  	}

.article-content h5 a {
  	font-style: italic;
  	}
  	
h6 {
  	font-size: 11px;
  	color: #999999;
  	}
  	
.page-header {
  	padding-bottom: 20px;
  	margin: 21px 0;
  	border-bottom: 1px solid #cccccc;
  	}
  	
.page-header h1 {
  	line-height: 1;
  	}

ul,
ol {
  padding: 0;
  margin: 0 0 10.5px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 21px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 21px;
}
dt {
  font-weight: bold;
  line-height: 20px;
}
dd {
  margin-left: 10.5px;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 21px 0;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 21px;
  border-left: 5px solid #cccccc;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26.25px;
}
blockquote small {
  display: block;
  line-height: 21px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #cccccc;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 21px;
  line-height: 21px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 12.025px;
  line-height: 21px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 21px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
 margin: 0 0 0 /* 21px */;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label,
input,
button,
select,
textarea {
  	font-size: 13px;
  	font-weight: normal;
  	line-height: 21px;
}

input,
button,
select,
textarea {
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	}

label {
  	display: block;
  	margin-bottom: 5px;
  	color: #333333;
  	}

input,
textarea,
select,
.uneditable-input {
  	display: inline-block;
  	width: 160px;
  	height: 15px;
  	padding: 3px;
  	margin-bottom: 0px;
  	font-size: 11px;
  	line-height: 11px;
  	color: #000;
  	margin-top: -4px;
  	}
  	
#search {
  	border: 0px solid #222;
  	background-color: #939598;
  	}
  	
.search {

  	margin-bottom: 5px;	
		}
  	
#searchsubmit {
	margin-top: -5px;
	margin-left: -5px;
	}

.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;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  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;
}
input[type="file"] {
  line-height: 18px \9;
}
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 input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 180px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 125px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 70px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 15px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #cccccc;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 20px 20px 21px;
  margin-top: 21px;
  margin-bottom: 21px;
  background-color: #cccccc;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}

.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  *margin-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 21px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #cccccc;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append input,
.input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}

.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}

.control-group {
  margin-bottom: 10.5px;
}
legend + .control-group {
  margin-top: 21px;
  -webkit-margin-top-collapse: separate;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-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,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.fade {
  	-webkit-transition: opacity 0.15s linear;
  	-moz-transition: opacity 0.15s linear;
  	-ms-transition: opacity 0.15s linear;
  	-o-transition: opacity 0.15s linear;
  	transition: opacity 0.15s linear;
  	opacity: 0;
  	}

.fade.in {
  	opacity: 1;
  	}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  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);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -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:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.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 #333;
  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;
  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 [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 19px;
}



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.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 21px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #cccccc;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3FA9F5;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 9.5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}


.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 21px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
  width: auto;
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  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);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 850px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 21px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.pagination {
  height: 42px;
  margin: 21px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination-centered {
  text-align: center;
}

.thumbnails {
  margin-left: -30px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 21px 30px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #3FA9F5;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.label {
  padding: 1px 4px 2px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}


.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #cccccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 31.5px;
  color: inherit;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.pull-left-tw {
	float: left;
  display: inline;  
  width: 85px;
  overflow: hidden;
}

.pull-left-fb {
  float: right;
  display: inline;
  margin-right: 20px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.alpha-black {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000;
  /* RGBa with 0.6 opacity */

  background: rgba(0, 0, 0, 0.7);
}
.alpha-gray {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #1a1a1a;
  /* RGBa with 0.6 opacity */

  background-color: rgba(49, 49, 49, 0.5);
}

.new-section {
  	margin-bottom: 25px;
  	}

.new-section-medium {
  	margin-bottom: 50px;
  	}
  	
.new-section-large {
  	margin-bottom: 25px;
  	}
  	
.xray {
  	background-color: fuchsia;
  	}
  	
.zray {
  	background-color: purple;
  	}
  
.xs-low-margin {
  margin-bottom: 5px;
}
.s-low-margin {
  margin-bottom: 10px;
}
.r-low-margin {
  margin-bottom: 25px;
}
.m-low-margin {
  margin-bottom: 50px;
}
.l-low-margin {
  margin-bottom: 75px;
}
html {
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: clarendon;
  src: url('/stylesheets/fonts/Clare') format('postscript');
}
a.white-link {
  color: #ffffff;
}
a.white-link:hover {
  color: #0066a3;
}
.white-link {
  color: #ffffff;
}
.white-link:hover {
  color: #0066a3;
}





/* CATEGORY STRIPS */


.category-strip {
  	position: relative;
  	width: 100%;
  	overflow: hidden;
  	border-bottom: solid;
  	border-bottom-width: thin;
  	border-bottom-color: #ccc;
  	margin-bottom: 20px;
  	padding-bottom: 20px;
  	}
  
  
.category-strip:hover .black-fade {
  	background: #000000;
  	background: rgba(0, 0, 0, 0.7);
  	}

.category-strip .container .title {
  	margin-bottom: 5px;
  	}

    
.category-strip p:nth-last-child(2) {
  	display: inline;
  	color: #000000;
  	margin-right: 5px;
  	}
  
.category-strip p:nth-last-child(1) {
  	color: #000000;
  	}
  	
   
.info:hover p {
  	color: #3FA9F5;
  	}
  
.category-strip .black-fade {
  /* Fallback for web browsers that doesn't support RGBa */
  background: #000000;
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0);
  width: inherit;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  /* Firefox 4 */
  -webkit-transition: background 0.5s;
  /* Safari and Chrome */
  -o-transition: background 0.5s;
  /* Opera */
  }



.collection-header {
  height: 650px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.collection-strip {
  height: 200px;
  position: relative;
  width: 850px;
  overflow: hidden;
  background-color: #808080;
  border-top: solid;
  border-top-width: thin;
  border-top-color: #ffffff;
  text-shadow: 0px 0px 10px #333333;
  margin-left: auto;
  margin-right: auto;
}
.collection-strip:hover .black-fade {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000;
  /* RGBa with 0.6 opacity */

  background: rgba(0, 0, 0, 0.7);
}
.collection-strip .container {
  padding-top: 15px;
  padding-left: 10px;
  position: relative;
  z-index: 999;
  color: #ffffff;
}
.collection-strip .container .title {
  margin-bottom: 5px;
}

.collection-strip .container:hover p:nth-last-child(2) {
  color: #0066a3;
}

.collection-strip p:nth-last-child(3) {
  /* font-style: italic; */
}

.collection-strip p:nth-last-child(2) {
  display: inline;
  color: #ffffff;
  margin-right: 5px;
}

.collection-strip .black-fade {
  /* Fallback for web browsers that doesn't support RGBa */

  background: #000000;
  /* RGBa with 0.6 opacity */

  background: rgba(0, 0, 0, 0);
  width: inherit;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  /* Firefox 4 */

  -webkit-transition: background 0.5s;
  /* Safari and Chrome */

  -o-transition: background 0.5s;
  /* Opera */
}

.view-more	{
  			color: #3FA9F5;
  
  			}
a:hover .view-more {
  					color: #0066a3;
  					}



/* @media screen and (min-width: 1280px) { */
  #featured-header img,
  .collection-header img,
  .collection-strip img {
    position: absolute;
    z-index: 100;
    width: 100%;
  }
/* } */
/* @media screen and (max-width: 1280px) {
  #featured-header img,
  .collection-header img,
  .collection-strip img {
    z-index: 100;
    position: absolute;
    margin-left: -640px;
    left: 50%;
  }
} */

.featured-gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.71) 31%, rgba(0, 0, 0, 0.07) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000000), color-stop(31%, rgba(0, 0, 0, 0.71)), color-stop(100%, rgba(0, 0, 0, 0.07)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.71) 31%, rgba(0, 0, 0, 0.07) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.71) 31%, rgba(0, 0, 0, 0.07) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.71) 31%, rgba(0, 0, 0, 0.07) 100%);
  /* IE10+ */

  background: linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.71) 31%, rgba(0, 0, 0, 0.07) 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#000000', endColorstr='#12000000', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */

  width: inherit;
  height: 520px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}



.horizontal-gradient {

background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.40) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#70000000',GradientType=1 ); /* IE6-9 */



  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

.serif-link {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-weight: bold;
}
.content-adjuster {
  position: relative;
}
.adjustment {
  position: absolute;
  z-index: 300;
  top: -600px;
}
.arrow-right {
  /* width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3FA9F5;
  display: inline-block; */
  font-size: 10px;
  color: #3FA9F5;
  
}
a:hover .arrow-right {
  color: #0066a3;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3FA9F5;
  display: inline-block;
}
a:hover .arrow-left {
  border-right-color: #0066a3;
}
.box {
  width: 8px;
  height: 8px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #ffffff;
  display: inline-block;
}
.uniarrow-slide {
  font-size: 10px;
  vertical-align: 20%;
}
.unibox {
  font-size: 20px;
}
.uniarrow {
  font-size: 10px;
}

.section {
  	border-top: thin;
  	border-top-color: #ffffff;
  	border-top-style: solid;
  	padding-top: 2px;
  	}
  	
.header-bookend {
  height: 66px;
  position: relative;
}
.header-bookend .copy {
  position: absolute;
  bottom: -13px;
}
div.black-nav p {
  margin-bottom: 0px;
}
div.black-nav a {
  color: #ffffff;
}
div.black-nav a:hover {
  color: #0066a3;
}
div.white-nav p {
  margin-bottom: 0px;
}
div.white-nav a {
  color: #000000;
  margin-right: 25px;
}
div.white-nav a:hover {
  color: #0066a3;
}
div.white-nav .section {
  border-top-color: #ccc;
}

.event-info {
	margin-bottom: 20px;
	}
	
.big-date {
  text-align: center;
  padding-bottom: 4px;
  width: 190px;
}

.big-date.black {
  	color: #000000;
  	margin-top: -2px;
  	}

.big-date.white {
  	color: #ffffff;
  	margin-top: -4px;
  	}

.big-date .day {
	font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; font-weight:600; font-stretch:condensed;
  	/* font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue"; */
  	font-size: 200px;
  	margin-bottom: 80px;
  	}

.big-date .month {
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:400; font-stretch:normal;
	/* font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue"; */
  	font-size: 16px;
  	text-transform: uppercase;
  	letter-spacing: 7px;
  	padding-left: 8px;
  	margin-top: 3px;
  	}

.breadcrumb-container.dark {
  	background-color: #333333;
  	border-bottom: solid;
  	border-bottom-width: thin;
  	border-bottom-color: #ffffff;
  	}
  	
.breadcrumb-container .bar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb-container.light {
  margin-bottom: 20px;
  min-height: 85px;
}

.breadcrumb-event-container.light {
  margin-bottom: 20px;
  min-height: 25px;
}

.breadcrumb-container.light.sort	{
									margin-bottom: 20px;
									}

.breadcrumb-container.light .row div:first-child {
  border-top: thin;
  border-top-color: #ccc;
  border-top-style: solid;
  padding-top: 5px;
}

.breadcrumb-event-container.light .row div:first-child {
  border-top: thin;
  border-top-color: #ccc;
  border-top-style: solid;
  padding-top: 5px;
}


.breadcrumb-container.light .arrow-right {
  margin-left: 5px;
  margin-right: 10px;
}
.collection-item {
  position: relative;
  height: 170px;
  margin-bottom: 25px;
}
.collection-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.collection-item .collection-item-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 455px;
  height: 170px;
  /* Fallback for web browsers that doesn't support RGBa */

  background: #1a1a1a;
  /* RGBa with 0.6 opacity */

  background-color: rgba(49, 49, 49, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 15px;
}
.collection-item .collection-item-content .collection-item-title {
  width: 388px;
  max-height: 44px;
  overflow: hidden;
}
.collection-item .collection-item-content .collection-item-meta {
  width: 260px;
  color: #808080;
  margin-bottom: 10px;
}
.collection-item .collection-item-content .collection-item-description {
  width: 388px;
  height: 63px;
  overflow: hidden;
}
.collection-item .collection-item-content h6 {
  font-style: italic;
}
.collection-item .collection-item-content p {
  color: #ffffff;
}
.collection-item .arrow-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-left: 4px solid #ffffff;
}
a .collection-item:hover p,
a .collection-item:hover h6,
a .collection-item:hover h3 {
  color: #0066a3;
}
.introduction {
  margin-bottom: 50px;
}
.introduction .title {
  margin-bottom: 5px;
}
.omnibus-item {
  height: 350px;
  /* Fallback for web browsers that doesn't support RGBa */

  background: #1a1a1a;
  /* RGBa with 0.6 opacity */

  background-color: rgba(49, 49, 49, 0.5);
  margin-bottom: 25px;
}

.omnibus-item-thumb	{
					height: 145px;
					background: url(images/omnibus-item-thumb-bg.png);
					}
					
.omnibus-item .copy {
  height: 205px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

  -webkit-box-sizing: border-box;
  /* Safari */

  padding: 10px;
}
.omnibus-item .copy div {
  height: 183px;
  overflow: hidden;
}
.omnibus-item .copy p {
  line-height: 18.09090909090909px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 12px;
}
.omnibus-item .button {
  height: 20px;
  background-color: #333333;
  /* margin-top: 3px; - commented out to fix gap issue, delete line entirely if there has been no further impact */
}
.omnibus-item .button .arrow-right {
  margin-left: 175px;
}
a div.omnibus-item:hover p,
a div.omnibus-item:hover h3 {
  color: #0066a3;
}
a div.omnibus-item:hover .button {
  background-color: #262626;
}


.article-header {
  margin-bottom: 50px;
}

.event-header {
  margin-bottom: 0px;
}

.search-header	{
				margin-bottom: 20px;
				}

.article-title {
  border-bottom: thin;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.article-title .title {
  position: relative;
  text-align: left;
}

.article-title	.event .span11	{
								height: 155px;
								position: relative;
								overflow: hidden;
								}
						
.article-title	.event .span11	.title	{
										margin-bottom: 0px;
										position: absolute;
										bottom: 4px;
										text-align: left;
										}




.event-title {
  border-bottom: thin;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.event-title .title {
  position: relative;
  text-align: left;
}

.event-title	.event .span11	{
								height: 155px;
								position: relative;
								overflow: hidden;
								}
						
.event-title	.event .span11	.title	{
										margin-bottom: 0px;
										position: absolute;
										bottom: 4px;
										text-align: left;
										}



.page-header {
  margin-bottom: 20px;
}
.page-title {
  border-bottom: thin;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-title .title {
  position: relative;
  margin-bottom: 20px;
  min-height: 80px;
}


.event-title {
  position: relative;
  margin-bottom: 20px;
  min-height: 80px;
}

.page-title .atitle {
  position: relative;
  min-height: 80px;
}

.page-title h1 {
  position: absolute;
  bottom: 0;
  width: 520px;
}

.article-content img {
/*  	margin-bottom: 10px;*/
}

.article-section {
  	padding-top: 5px;
  	color: #3FA9F5;
  	font-weight: bold;
  	border-top-width: thin;
  	border-top-color: #ccc;
  	border-top-style: solid;
  	}
  	
.soc {
	  margin-left: -0px;
	  margin-top: 10px;
	  height: 20px;
	  overflow: hidden;
	  }
  	
.event-details div p:first-child {
  margin-top: 50px;
  padding-top: 5px;
  color: #3FA9F5;
  font-weight: bold;
  border-top-width: thin;
  border-top-color: #ccc;
  border-top-style: solid;
}
.related-item-mixin p {
  position: absolute;
  bottom: 3px;
  left: 10px;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  min-width: 160px;
  max-width: 160px;
  line-height: 18px;
}
.related-item-mixin span {
  color: #3FA9F5;
}
.related-item-mixin img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.related-item-mixin:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.related-item-vertical div {
  position: relative;
  background-color: #222222;
  margin-bottom: 25px;
  width: 190px;
  height: 145px;
}
.related-item-vertical div p {
  position: absolute;
  bottom: 3px;
  left: 10px;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  min-width: 160px;
  max-width: 160px;
  line-height: 18px;
}
.related-item-vertical div span {
  color: #3FA9F5;
}
.related-item-vertical div img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.related-item-vertical div:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.related-item-horizontal .span4 div {
  position: relative;
  background-color: #222222;
  margin-bottom: 25px;
  width: 190px;
}
.related-item-horizontal .span4 div p {
  position: absolute;
  bottom: 3px;
  left: 10px;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  min-width: 160px;
  max-width: 160px;
  line-height: 18px;
}
.related-item-horizontal .span4 div span {
  color: #3FA9F5;
}

.related-item-horizontal .span4 div img {
  	opacity: 0.3;
  	filter: alpha(opacity=30);
  	-webkit-transition: all 0.2s linear;
  	-moz-transition: all 0.2s linear;
  	-ms-transition: all 0.2s linear;
  	-o-transition: all 0.2s linear;
  	transition: all 0.2s linear;
  	}

.related-item-horizontal .span4 div:hover img {
  	opacity: 0.85;
  	filter: alpha(opacity=85);
  	}

.span4.social {
	margin-top: -10px;
	}


.social img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);	
	}
	
	
.social.low	a	{
/*				margin-right: 5px;*/
				}
	
	
.navigation {
	font-size: 11px;
  	letter-spacing: 4px;
  	text-transform: uppercase;
  	font-weight: 500;
  	margin-bottom: 0px;
  	}




/* SLIDESHOW */


#featured-header {
  	height: 540px;
  	width: 850px;
  	margin-bottom: 25px;
  	border-bottom: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	overflow: hidden;
  	}
 
.slideshow-home {
	width: 850px;
	height: 540px;
	margin-top: 0px;
	overflow: hidden;
	}
	
.black-opacity {
  	background: #000000;
  	background: rgba(0, 0, 0, 0.7);
  	width: inherit;
  	height: inherit;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 199;
  	}


.vertical-gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(180, 180, 180, 0) 25%, rgba(0, 0, 0, 0.8) 85%, #000000 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(180, 180, 180, 0)), color-stop(85%, rgba(0, 0, 0, 0.8)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(180, 180, 180, 0) 25%, rgba(0, 0, 0, 0.8) 85%, #000000 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(180, 180, 180, 0) 25%, rgba(0, 0, 0, 0.8) 85%, #000000 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(180, 180, 180, 0) 25%, rgba(0, 0, 0, 0.8) 85%, #000000 100%);
  /* IE10+ */

  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(180, 180, 180, 0) 25%, rgba(0, 0, 0, 0.8) 85%, #000000 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-8 */

  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

  	
#featured-content p {
	margin-top: 10px; 
	}

.featured-content-box {
	width: 850px;
	height: 510px;
	position: relative;
	z-index: 9999;
	margin-top: -510px;
	}

#featured-content-position {
  	position: absolute;
  	padding-left: 10px;
  	padding-right: 50px;
  	padding-bottom: 20px;
  	bottom: 0px;
  	width: 790px;
  	padding-top: 10px;
  	background-color: #000;
	/* Fallback for web browsers that don't support RGBa */
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  	}
	
	
#navigation { 
	list-style: none; 
	padding: 0; 
	border: none;
	position: relative;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	}
	

	
.view {
	float: right;
	display: inline;
	margin-top: -25px;
	margin-right: 301px;
	color: #3FA9F5;
	font-family: georgia, serif;
	z-index: 999989;
	position: relative;
	}

.view a {
	color: #3FA9F5;
	}
		
.view a:hover {
  color: #0066a3;
	}
	
	
.view-event {
	display: inline;
	margin-top: 0px;
	margin-left: 326px;
	color: #3FA9F5;
	font-family: georgia, serif;
	z-index: 999989;
	position: relative;
	}

.view-event a {
	color: #3FA9F5;
	}
		
.view-event a:hover {
  color: #0066a3;
	}
	
	
	
#navigation ul {
	}

#navigation a {
  	width: 10px;
  	height: 10px;
  	margin-left: 5px;
  	margin-right: 5px;
  	background-color: #3FA9F5;  	
  	color: #3FA9F5;  	
  	display: inline-block;
  	font-size: 0px;
	} 

#navigation a.activeSlide { 
  	background-color: #ffffff;
  	color: #fff;
	}

#navigation a:focus { 
	outline: none; 
	}
	
#slide {
	height: 540px;
	width: 850px;
	overflow: hidden;
	}
	
#slide img {
	width: 850px;
	height: 540px;
	}
	
.slidetext {
	color: #fff;
	padding-top: 5px;
	padding-right: 170px;
	}
	
#hometop {
	margin-top: 22px;
	height: 
	}
	
#slidetitle {
	font-size:30px;
	text-align: left;
	padding-bottom: 6px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #dcddde;	
	z-index: 999;
	position: absolute;
	margin-top: 333px;
	font-family:Clarendon, Georgia, serif;
	}
	
#slidetitle {
	color: #fff;
	}
	
#slidetitle a:hover {
	color: #f7cf13;
	}
	
#slidecontrols { 
	padding: 0; 
	border: none;
	width: 340px;
	height: 20px;
	opacity:0.80;
	color: #000;
	margin-top: -25px;
	margin-left: 5px;
	float: left;
	display: inline;
	z-index: 9999999;
	position: absolute;
	}
	
.white-text p {
	color: #fff;
	}
	
.row:hover .white-text p {
  color: #3FA9F5;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px 15px 0px 0px;
	margin: 5 15px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
img.side {
	margin-bottom: 25px;
	}
	
img.side:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
  	}
  	

#about {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
#about ul li a {
  color: #3FA9F5;
	}
	
#about ul li a:hover {
  	color: #0066a3;
	}
	
#about ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	}
	
#about ul li {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #3FA9F5;
	padding-left: 0px;
	margin-left: 0px;
	}
	
	

#categories {
	font-weight: bold;
	border-top: none;
	margin-top: -19px;
	margin-left: 25px;
	}
	
#categories ul li a {
  color: #3FA9F5;
  font-weight: normal;
 
	}
	
#categories ul li a:hover {
  	color: #0066a3;
	}
	
#categories ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	}
	
#categories ul li {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #3FA9F5;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 15px;
	padding-bottom: 7px;
	}
	
#cat-col-1 {
	width: 190px;
	float: left;
	margin-right: 28px;
	z-index: 999999999;
	position: relative;
}

#cat-col-2 {
	width: 190px;
	display: inline;
	z-index: 9999;
	position: relative;
}


	
.postmetadata	{
				margin-top: 20px;
				width: 520px;
				padding-top: 10px;
				padding-bottom: 10px;
				background-color: #E2F3F9;
				border-top-style: solid;
				border-top-width: thin;
				border-top-color: #3FA9F5;
				}
				
.postmeta-tags	{
				padding-left: 20px;
				text-transform: lowercase;
				margin-right: 50px;
				  	color: #3FA9F5;

				}
.printButton {
	position: absolute;
	top:1px;
	left: 245px;
	padding: 0 22px;
	text-transform: uppercase;
	border-left: 1px solid #c6d9e0;
	border-right: 1px solid #c6d9e0;
}
/* Google Search Results */

.gsc-control-cse	{
					padding-left: 0px !important;
					}
					
.gsc-search-box {
  padding-left: 0px !important;
}



.white-nav .srch a {
  	color: #3FA9F5;
  	text-decoration: none;
  	font-size: 11px;
  	text-transform: capitalize;
  	
  	}
  	
.white-nav a .srch {
  	color: #3FA9F5;
  	text-decoration: none;
  	font-size: 11px;
   	text-transform: capitalize;
  	}


.black-nav .srch a {
  	color: #3FA9F5;
  	text-decoration: none;
  	font-size: 11px;
   	text-transform: capitalize;
  	}
  	
.black-nav a .srch {
  	color: #3FA9F5;
  	text-decoration: none;
  	font-size: 11px;
   	text-transform: capitalize;
  	}
  	
  	
.timelineyear {
	padding-bottom: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	margin-top: 0px;
  	color: #3FA9F5;
	font-size: 20px;
	}
 
 .timelinetitle {
	color: #000;
	font-size: 20px;
	 } 	
	 
 .timeline:hover .timelinetitle {
  	color: #3FA9F5;
	 }
  	
  	
  	hh5 {
	margin-top: -15px;
	padding-top: -10px;
}

	/*

===================

Lightbox Overrides
 
===================
*/
#fancybox-wrap, #fancybox-overlay, #fancybox-loading  {
	
  -webkit-transition: none 0;
  -moz-transition: none 0;
  -ms-transition: none 0;
  -o-transition: none 0;
  transition: none 0;
}
.fancybox-bg {
	display: none;
	opacity: 0;
}
.fancyh2 {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	top: -50px;
	font-weight: normal;
	padding: 25px 0 5px;
	background: none;
	font-size: 20px;
	color: #fff;
	
}
body .cboxPhoto {
	display: block;
	margin: 0 auto;
}
body #colorbox, body #colorbox, #cboxWrapper {
	overflow: visible;
}
body #cboxContent {
	padding: 50px 0 60px;
	top: -50px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: black;
}
body #cboxTitle {
	color: #fff;
	padding-right: 40px;
	background: rgba(0, 0, 0, 1);
	left: 0;
	bottom: -21px;
	position: relative;
	padding: 0 144px 20px 24px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	line-height: 19px;
    
    border-radius: 5px;
}
body #cboxClose {
	bottom: 19px;
	right: 24px;
}
body #cboxCurrent {
	bottom: 19px;
	right: 56px;
	font-size: 12px;
}
body #cboxNext {
	background: url(images/arrow_right_white.png) no-repeat;
	background-position: 100% 60%;
	top:0;
	right: 0;
}
body #cboxPrevious {
	background: url(images/arrow_left_white.png) no-repeat;
	background-position: 0 60%;
	top:0;
	left: 0;
}
body #colorbox, body #cboxOverlay, body #cboxWrapper {
	overflow: visible;
}
body #cboxLoadedContent {
	background: #000;
}


.article-content h6 {
	font-size: 24px;
	line-height: 23px;
	width: 200px;
	float: left;
	color: #333;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	}

p.wp-caption-text{
	color: #888888;
	font-style: italic;
}


/* ADDED BY JPS */

#colorbox:focus, #colorbox a, #colorbox a:active, #colorbox a:focus, #colorbox a:hover, #colorbox button
{
   outline: none !important;
}

#features_pagination
{
   text-align: center;
   margin-top: 20px;
   font-size: 1.25em;
}

.hidden
{
   display: none;
}

.footer .textwidget
{
   line-height: 18px;
   color: #fff;
}

h5.category.events
{
   width: 600px;
}

.home_social_header_icon img
{
   padding-right: 3px;
}