/*   

Template: twentyeleven
Version: 2.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, figure, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: arial;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Clearfix */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* =Structure
----------------------------------------------- */

#page {
	background: url("images/fade.png") repeat-x;
	padding-top: 1.5em;
	min-height: 400px;
}
.limiter {
	width: 960px;
	margin: 0 auto;
}

/* Home page */

.home #main {
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.home #footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/* Post Type Archive / Single / Noteworthy */

.tax-type #primary, .post-type-archive #primary, .single #primary, .blog #primary {
	margin: 0;
}
.tax-type #content, .post-type-archive #content, .single #content, .blog #content {
	width: 100%;
	margin: 0;
}
/* Singular */

.singular #primary {
	margin: 0;
}
.singular #content, .left-sidebar.singular #content {
	position: relative;
	width: auto;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	margin: 0 auto;
	width: auto;
}

/* Alignment */
.alignleft {
	width: 46%;
	display: inline;
	float: left;
	padding-right: 4%;
	border-right: 1px dotted #999;
}
.alignright {
	width: 45%;
	display: inline;
	float: left;
	margin-left: 4%;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* Search */

.search #primary {
	float: left;
	width: 640px;
}
.search #content {
	width: 100%;
}
.search #secondary {
	float: right;
	width: 280px;
}
.search #secondary {
	margin-top: 6.5em;
}
.search #nav-above {
	text-align: right;
	margin-right: -320px;
}
.search .entry-title {
	font-size: 1.2em;
	border: none;
	margin-left: 190px;
}
.search .entry-summary {
	margin-left: 190px;
}
.search .hentry, .search .entry-summary {
	padding: 0 !important;
}
.search .hentry {
	min-height: 190px;
	margin-bottom: .9em;
}
.search .project-thumb {
	position: absolute;
	top: 0px;
	padding-top: 20px;
}
.search .project-thumb img {
	background: #000;
}

/* Project Archives */

.tax-location #secondary, .tax-client #secondary {
	margin-top: 6.5em;
}

.tax-location #nav-above, .tax-client #nav-above {
	text-align: right;
	margin-right: -320px;
}

.tax-location .entry-title, .tax-client .entry-title {
	font-size: 1.2em;
	border: none;
	margin-left: 190px;
}
.tax-location .entry-summary, .tax-client .entry-summary {
	margin-left: 190px;
}
.tax-location .hentry, .archive .entry-summary {
	padding: 0 !important;
}
.tax-location .hentry, .tax-client .hentry {
	min-height: 190px;
	margin-bottom: .9em;
}
.tax-location .project-thumb, .tax-client .project-thumb {
	position: absolute;
	top: 0px;
	padding-top: 20px;
}
.tax-location .project-thumb img, .tax-client .project-thumb img {
	background: #000;
}

/* =Global
----------------------------------------------- */

body, input, textarea, button {
	font-size: 16px;
	line-height: 2em;
	color: white;
	text-shadow: 0 .13em 0 rgba(0, 0, 0, .8);
	font-weight: 400;
	font-family: arial;
}
body {
	background-attachment: fixed;
	background-color: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
body.home {
	background: #000;
}
#page {
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
	border-bottom: 1px dotted #999;
}
/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Forms */
input[type=text], input[type=password], textarea {
	border-bottom: 1px dotted #999;
	color: #999;
}
input[type=text]:focus, textarea:focus {
	color: #fff;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url("images/search.png") no-repeat 0px 9px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 7px 10px 7px 26px;
	border: none;
	border-bottom: 1px dotted #999;
}
input#searchsubmit {
	display: none;
}
#searchform .assistive-text {
	display: none;
}
/* Links */
a {
	color: #ccc;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	color: #fff;
	text-decoration: none;
}
/* Hover Transitions */

a, a:visited, a:focus, a:active, a:hover, .bx-next, .bx-prev, .thumbs-wrapper img, li.project, #footer-open button, #footer-close, #scroll-top {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
/* =Header
----------------------------------------------- */

#header {
	position: relative;
	z-index: 2;
	border-right: 1px dotted #999;
}
#header hgroup {
}
#site-title {
	float: right;
	height: 160px;
}
#site-title a {
	display: block;
	width: 108px;
	height: 160px;
	text-indent: -99999px;
	background-image: url(../images/regraphics.png);
}
#site-description {
	clear: none;
	height: 160px;
	line-height: 160px;
	letter-spacing: .05em;
	text-transform: lowercase;
}
#site-description a {
	text-decoration: none;
	color: #fff;
}
.middle-outer {
display: table;
height: inherit;
width: inherit;
}
.middle-inner {
display: table-cell;
vertical-align: middle;
}

/* =Menu
-------------------------------------------------------------- */

#nav {
	position: absolute;
	top: 0px;
	right: 108px;
	width: 170px;
	height: 160px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
#nav ul li:first-child {
	border-top: 1px dotted #999;
}
#nav a {
	display: block;
	color: #fff;
	letter-spacing: .2em;
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 6px 0;
	border-bottom: 1px dotted #999;
}
#nav li:hover > a, #nav a:focus {
	color: #0CF;
	text-decoration: none;
}
#nav .current_page_item > a, #nav .current_page_ancestor > a {
	color: #999;
}
/* =Content
----------------------------------------------- */

#main {
	padding: 1.5em 0 0;
}
.page-title, .entry-content h4.location {
	color: #999;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #999;
	border-bottom: 1px dotted #999;
	padding-bottom: 2em;
}
.entry-content h4.location {
	border-bottom: none;
	margin-bottom: 1.625em;
	padding: 0;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry, .no-results {
	border-bottom: 1px dotted #999;
	padding: 0 0 3.25em;
	position: relative;
}
.hentry:last-child, .no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title, .entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	line-height: 1.5em;
	letter-spacing: .05em;
	padding: 15px 0;
	border-bottom: 1px dotted #999;
}
.entry-title em {
	font-weight: 200;
}
.entry-title, .entry-title a {
	color: #fff;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	color: #999;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content, .entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
	color: #fff;
	margin: 0 0 .8125em;
}
.entry-content h2 {
	color: #999;
	font-size: .813em;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content h3, .comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th, .comment-content th {
	color: #666;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a, .commentlist .edit-link a {
	background: #999;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0 8px;
	text-shadow: #fff;
}
.entry-meta .edit-link a:hover, .commentlist .edit-link a:hover {
	background: #666;
	color: #fff;
}

/* Images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 640px;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title, .singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft, .singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	position: absolute;
	right: auto;
}
/* =Aside
----------------------------------------------- */

.format-aside .entry-title, .format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}
/* =Link
----------------------------------------------- */

.format-link .entry-title, .format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}
/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}
/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}

/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous, #nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #999;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style: none;
	font-size: .938em;
}
/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 244px;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}
/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}
/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* =Footer
----------------------------------------------- */

#footer {
	clear: both;
	background: url("images/fade-up.png") repeat-x bottom scroll;
}
#footer-toggle {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}
#footer-open {
	width: 960px;
	height: 40px;
	line-height: 40px;	
	margin: 0 auto;
}
#footer-open button {
	letter-spacing: .2em;
	font-size: 0.75em;
	text-transform: uppercase;
	background: none;
	border: none;
}
#footer-open button:hover {
	color: #ccc;
	cursor: pointer;
}
#footer-close {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 31px;
	height: 31px;
	background: url("images/close.png");
	text-indent: -99999px;
	zoom: 1;
}
#footer-close:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: alpha(opacity = 50);
	zoom: 1;
	cursor: pointer;
}
#footer-toggle span {
	padding-right: 10px;
}
#supplementary {
	padding: 12em 0 2em 0;
	overflow: hidden;
}
#supplementary .widget_search #s {
	width: 200px;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
/* =Super cool Lowercase stuff
-------------------------------------------------------------- */
p.about {
	font-size: 1.6em;
	line-height: 1.7;
	margin-bottom: 1em;
	font-weight: 300;
}
.project-list {
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}
.project {
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	width: 225px;
	height: 235px;
}
.project article {
	border: none;
}
.project .project-header {
	line-height: normal;
}
.project:hover {
	background: url("images/project-hover.png");
	background: rgba(255, 255, 255, .1);
}
.project .project-thumb {
	padding: 0;
	margin: 0;
}
.project .project-client {
	color: #fff;
	font-size: 1em;
	text-transform: none;
	letter-spacing: normal;
}
.project .project-city {
	color: #999;
	font-size: .75em;
	text-transform: none;
}
/* Project Navigation */

#nav-project {
	position: absolute;
	top: 1px;
	right: 0px;
	width: 33.3%;
	text-align: right;
	z-index: 1;
}
#nav-above, #nav-below {
	float: right;
}
#nav-project, #nav-above, #nav-below, header.project-header {
	height: 40px;
	line-height: 40px;
}
#nav-project, #nav-above, #nav-below, .project-header h1, .project-header h2, .launch {
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFF;
}
.project-header h1, .project-header h2 {
	display: inline;
}
#nav-project a, #nav-above a, #nav-below a, .project-header a {
	color: #FFF;
	border-bottom: 1px dotted #999;
	padding-bottom: 1px;
	text-decoration: none;
}
#nav-project a:hover, #nav-project a:active, #nav-above a:hover, #nav-above a:active, #nav-below a:hover, #nav-below a:active, .project-header a:hover, .project-header a:active {
	color: #0CF;
	border-bottom: 1px dotted #999;
	text-decoration: none;
}
nav .nav-previous-project {
	padding-right: 1em;
}
.project-header {
	text-align: left;
}
.project-header h1.project-type {
	padding-right: 1em;
}
.project-content {
	padding-top: 1.5em;
}
.text {
	width: 280px;
	padding-right: 40px;
	float: left;
}
.media {
	width: 640px;
	height: auto;
	float: right;
	text-align: center;
	background: #000;
	margin: 0;
	padding: 0;
}
.media figure {
	line-height: 0;
}
#scroll-top {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 49px;
	height: 31px;
	background: url("images/scroll-top.png");
	text-indent: -99999px;
	zoom: 1;
}
#scroll-top:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: alpha(opacity = 50);
	zoom: 1;
	cursor: pointer;
}
/* =BX Gallery Slider
-------------------------------------------------------------- */
.bx-gallery {
	clear: both;
	padding-bottom: 2em;
}
.bx-gallery img {
	border: none;
}
#bx-slider, #bx-slider li {
	width: 960px; /* Desired width of show */
	height: 560px; /* Desired height of show */
	overflow: hidden;
}
#bx-slider li {
	float: left;
	text-align: center;
}
.bx-next {
	position:absolute;
	top: 50%;
	margin-top: -24px;
	right: 0px;
	z-index: 999;
	width: 31px;
	height: 49px;
	text-indent: -999999px;
	background: url("images/slider-next.png");
}
/*previous button*/
.bx-prev {
	position:absolute;
	top: 50%;
	margin-top: -24px;
	left: 0px;
	z-index: 999;
	width: 31px;
	height: 49px;
	text-indent: -999999px;
	background: url("images/slider-prev.png");
}
/*pager links*/

.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url("images/gray_pager.html") no-repeat 0 -20px;
}
/*auto start button*/
.bx-auto .start {
	background: url("images/gray_auto.html") no-repeat 0 2px;
	padding-left: 13px;
}
/*auto stop button*/
.bx-auto .stop {
	background: url("images/gray_auto.html") no-repeat 0 -14px;
	padding-left: 13px;
}
/*
 * End color scheme styles
 */

/*next/prev button hover state*/
.bx-next:hover, .bx-prev:hover, .thumbs-wrapper img:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	zoom: 1;
}
/*pager links hover and active states*/
.bx-pager .pager-active, .bx-pager a:hover {
	background-position: 0 0;
}
/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}
/*captions*/
#bx-gallery-captions {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin: 20px 0;
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #666;
	font-size: 12px;
}

/* =Supersized
-------------------------------------------------------------- */

#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	text-indent: -999em;
	background: url("images/loader.gif") no-repeat center center;
}
#supersized {
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}
#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}	/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}			/*Quality*/
#supersized a {
	z-index:-30;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#supersized a.prevslide {
	z-index:-20;
}
#supersized a.activeslide {
	z-index:-10;
}
#supersized a.prevslide img, #supersized a.activeslide img {
	display:inline;
}
/*Controls Section*/
	#controls-wrapper {
	margin:0 auto;
	height:62px;
	width:100%;
	bottom:0;
	left:0;
	z-index:4;
	background:url(../img/nav-bg.html) repeat-x;
	position:fixed;
}
#controls {
	overflow:hidden;
	height:100%;
	text-align:left;
	z-index:5;
	padding:0 114px; /* Increase padding to give thumbnails room */
}
#slidecounter {
	float:left;
	color:#888;
	font:23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-shadow:#000 0 -1px 0;
	margin:19px 10px 18px 20px;
}
#slidecaption {
	overflow: hidden;
	color: #999;
	position: absolute;
	top: 0;
	height: 160px;
	line-height: 160px;
	left: 37%;
	z-index: 999;
	font-size: .813em;
	margin-top: .26em;
}
#navigation {
	float:right;
	margin:10px 20px 0 0;
}
/*Thumbnail Navigation*/	
	#nextthumb, #prevthumb {
	z-index:6;
	display:none;
	position:fixed;
	bottom:12px;
	height:75px;
	width:100px;
	overflow:hidden;
	background:#ddd;
	border:2px solid #fff;
	-webkit-box-shadow:0 0 5px #000;
}
#nextthumb {
	right:12px;
}
#prevthumb {
	left:12px;
}
#nextthumb img, #prevthumb img {
	width:150px;
	height:auto;
}
#nextthumb:active, #prevthumb:active {
	bottom:10px;
}
#navigation > :hover, #nextthumb:hover, #prevthumb:hover {
	cursor:pointer;
}

/* =Print
----------------------------------------------- */

@media print {
body {
	background: none !important;
	font-size: 10pt;
}
footer.entry-meta a[rel=bookmark]:link:after, footer.entry-meta a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
#page {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
#branding {
	border-top: none !important;
	padding: 0;
}
#branding hgroup {
	margin: 0;
}
#site-title a {
	font-size: 21pt;
}
#site-description {
	font-size: 10pt;
}
#branding #searchform {
	display: none;
}
#branding img {
	display: none;
}
#access {
	display: none;
}
#main {
	border-top: none;
	box-shadow: none;
}
#primary {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
	width: auto;
}
.singular #content {
	margin: 0;
	width: 100%;
}
.singular .entry-header .entry-meta {
	position: static;
}
.entry-meta .edit-link a {
	display: none;
}
#content nav {
	display: none;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	margin: 0;
	width: 100%;
}
.singular .hentry {
	padding: 0;
}
.entry-title, .singular .entry-title {
	font-size: 21pt;
}
.entry-meta {
	font-size: 10pt;
}
.entry-header .comments-link {
	display: none;
}
.page-link {
	display: none;
}
.singular #author-info {
	background: none;
	border-bottom: none;
	border-top: none;
	margin: 2.2em 0 0;
	padding: 0;
}
#respond {
	display: none;
}
.widget-area {
	display: none;
}
#colophon {
	display: none;
}
/* Comments */
	.commentlist > li.comment {
	background: none;
	border: 1px solid #ddd;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.commentlist li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist li.comment .fn {
	display: block;
}
.commentlist li.comment .comment-content {
	margin: 1.625em 0 0;
}
.commentlist .comment-edit-link {
	display: none;
}
 .commentlist > li::before, .commentlist > li.bypostauthor::before {
 content: '';
}
.commentlist .reply {
	display: none;
}
/* Post author highlighting */
	.commentlist > li.bypostauthor {
	color: #444;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #666;
}
.commentlist > li.bypostauthor:before {
	content: none;
}
/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
	background: #fff;
	border-color: #ddd;
}
.commentlist .children > li.bypostauthor > article, .commentlist .children > li.bypostauthor > article .comment-meta {
	color: #666;
}
}
