/*-- Theme Name: mix-wp-3.3 -- */

/* Admin Top Navigation fixes */
body.admin-bar .navbar-fixed-top {
	top: 46px;
}
a {
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus, a:hover, a:active {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: antialiased !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 15px;
}
hr {
	margin-top: 9px;
	margin-bottom: 15px;
}
.wrapper-footer {
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.wrapper-footer, .wrapper-footer a {
	text-decoration: none;
}
.wrapper-footer a:hover {
	text-decoration: underline;
}
.footer-links {
	width: 100%;
	text-align: right;
	margin-bottom: 0;
}
.site-credit a:hover {
	text-decoration: underline;
}
.footer-links {
	float: right;
	margin-bottom: 15px;
}
.footer-links .menu {
	list-style-type: none;
	margin-left: 0;
}
.footer-links .menu li {
	/*float: left;*/
	display: inline;
	margin-left: 10px;
}
/* navbar */
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
.site-credit a {
	text-decoration: none;
}
.site-credit a:hover {
	text-decoration: underline;
}
.archive-thumbnail {
	width: 100%;
	height: inherit;
	margin: 30px 0 6px 0;
	float: none;
}
/* main content */
.meta, .meta a{
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}
.meta{
	margin-bottom: 21px;
}
.meta a:hover {
	text-decoration: underline;
}
.post: hover a.edit-post {
	display: inline;
}
.tags {
	margin-top: 15px;
	margin-bottom: 21px;
}
p.tags {
	line-height: 20px;
}
img {
	max-width: 100%;
	height: auto;
}
.alignleft {
	margin-right: 30px;
	margin-bottom: 15px;
	float: left;
	width: 48% !important;
}
.alignright {
	margin-left: 30px;
	margin-bottom: 15px;
	float: right;
	width: 48% !important;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignnone {
	float: none;
	width: 100% !important;
}
.headshot {
	width: 30.33%;
	padding: 0 0 15px;
	float: right;
}
.logo {
	width: 30.33%;
	padding: 0 0 15px;
	float: right;
}
.third {
	width: 30.33%;
}
.half {
	width: 48%;
}
.twothirds {
	width: 49%;
}

ul, ol {
	padding-left: 25px;
}
.panel-title {
	padding: 6px 0 9px 0;
	margin: 0;
	line-height: 8px;
}
.nav-tabs>li>a {
	line-height: 14px;
}
.tab-content {
	padding: 9px 3px 9px 3px;
}
.tab-pane {
	padding-bottom: 9px;
}
.wp-post-image {
	margin-bottom: 15px;
}
.wp-caption-text {
	font-size: 14px;
	margin: 9px 0 21px 0;
}
.wp-caption-text a {
}
.iframe-rwd {
	position: relative;
	margin-top: 15px;
	margin-bottom: 21px;
	padding-bottom: 65.25%;
	padding-top: 9px;
	height: 0;
	overflow: visible;
}
.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* sidebar */
.col-content-sidebar ul {
	list-style-type: none;
	padding-left: 0;
}
/* comments */
.comment-text {
	margin-bottom: 9px;
}
.comment-text h4 {
	margin-top: 0;
}
.comment-form-author input: focus, .comment-form-email input: focus, .comment-form-url input: focus, .comment-form-comment input: focus, .comment-form-author textarea:focus, .comment-form-email textarea:focus, .comment-form-url textarea:focus, .comment-form-comment textarea:focus {
	border-color: #66afe9;
}
#comments {
	line-height: 24px;
	margin-bottom: 15px;
}
ol.commentlist, ol.commentlist ul.children {
	list-style-type: none;
	padding-left: 0;
}
.comment .vcard > div {
	margin-top: 9px;
	padding: 0 10px;
}
ol.commentlist time {
	font-size: 75%;
	color: #eee;
}
ol.commentlist div.comment-author {
	position: relative;
}
ol.commentlist a.comment-edit-link {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
}
ol.commentlist span.edit-comment {
	position: absolute;
	right: 0;
	top: 9px;
}
ol.commentlist li.bypostauthor {
	background-color: #e6e7e8;
}
ol.commentlist ul.children li {
	margin-left: 15px;
	padding-right: 0;
    border-bottom: none;
}
ol.commentlist ul.children li ul.children li {
	margin-left: 15px;
	padding-right: 0;
    border-bottom: none;
}
ol.commentlist ul.children li ul.children li ul.children li {
}
ol.commentlist article {
	border-bottom: none !important;
}
a.comment-reply-link {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px ;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
		 -o-user-select: none;
		    user-select: none;
}
a.comment-reply-link: focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a.comment-reply-link: hover, a.comment-reply-link: focus {
	color: #333333;
	text-decoration: none;
}
a.comment-reply-link: active, a.comment-reply-link.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.comment-reply-link.disabled, a.comment-reply-link[disabled], fieldset[disabled] a.comment-reply-link {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.comment-reply-link: hover, a.comment-reply-link: focus, a.comment-reply-link: active, a.comment-reply-link.active, .open .dropdown-togglea.comment-reply-link {
	color: #fff;
	background-color: #47a447;
	border-color: #398439;
}
a.comment-reply-link: active, a.comment-reply-link.active, .open .dropdown-togglea.comment-reply-link {
	background-image: none;
}
a.comment-reply-link.disabled, a.comment-reply-link[disabled], fieldset[disabled] a.comment-reply-link, a.comment-reply-link.disabled: hover, a.comment-reply-link[disabled]: hover, fieldset[disabled] a.comment-reply-link: hover, a.comment-reply-link.disabled: focus, a.comment-reply-link[disabled]: focus, fieldset[disabled] a.comment-reply-link: focus, a.comment-reply-link.disabled: active, a.comment-reply-link[disabled]: active, fieldset[disabled] a.comment-reply-link: active, a.comment-reply-link.disabled.active, a.comment-reply-link[disabled].active, fieldset[disabled] a.comment-reply-link.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
a.comment-reply-link .badge {
	color: #5cb85c;
	background-color: #fff;
}
#cancel-comment-reply-link {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
	margin-left: 1em;
}
#cancel-comment-reply-link: focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#cancel-comment-reply-link: hover, #cancel-comment-reply-link: focus {
	color: #333333;
	text-decoration: none;
}
#cancel-comment-reply-link: active, #cancel-comment-reply-link.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#cancel-comment-reply-link.disabled, #cancel-comment-reply-link[disabled], fieldset[disabled] #cancel-comment-reply-link {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#cancel-comment-reply-link: hover, #cancel-comment-reply-link: focus, #cancel-comment-reply-link: active, #cancel-comment-reply-link.active,
.open .dropdown-toggle#cancel-comment-reply-link {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512;
}
#cancel-comment-reply-link: active, #cancel-comment-reply-link.active, .open .dropdown-toggle#cancel-comment-reply-link {
	background-image: none;
}
#cancel-comment-reply-link.disabled, #cancel-comment-reply-link[disabled], fieldset[disabled] #cancel-comment-reply-link, #cancel-comment-reply-link.disabled: hover, #cancel-comment-reply-link[disabled]: hover, fieldset[disabled] #cancel-comment-reply-link: hover, #cancel-comment-reply-link.disabled: focus, #cancel-comment-reply-link[disabled]: focus, fieldset[disabled] #cancel-comment-reply-link: focus, #cancel-comment-reply-link.disabled: active, #cancel-comment-reply-link[disabled]: active, fieldset[disabled] #cancel-comment-reply-link: active, #cancel-comment-reply-link.disabled.active, #cancel-comment-reply-link[disabled].active, fieldset[disabled] #cancel-comment-reply-link.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
#cancel-comment-reply-link .badge {
	color: #f0ad4e;
	background-color: #fff;
}
#comment-nav ul {
	list-style-type: none;
	margin: 0;
}
#comment-form-elements {
	list-style-type: none;
	margin: 0;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
	font-size: 87.5%;
	font-weight: normal;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment input, .comment-form-author textarea, .comment-form-email textarea, .comment-form-url textarea, .comment-form-comment textarea {
	display: block;
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.comment-form-author input: focus, .comment-form-email input: focus, .comment-form-url input: focus, .comment-form-comment input: focus, .comment-form-author textarea:focus, .comment-form-email textarea:focus, .comment-form-url textarea:focus, .comment-form-comment textarea:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.comment-form-author input: -moz-placeholder, .comment-form-email input: -moz-placeholder, .comment-form-url input: -moz-placeholder, .comment-form-comment input: -moz-placeholder, .comment-form-author textarea:-moz-placeholder, .comment-form-email textarea:-moz-placeholder, .comment-form-url textarea:-moz-placeholder, .comment-form-comment textarea:-moz-placeholder {
	color: #999;
}
.comment-form-author input: : -moz-placeholder, .comment-form-email input: : -moz-placeholder, .comment-form-url input: : -moz-placeholder, .comment-form-comment input: : -moz-placeholder, .comment-form-author textarea:: -moz-placeholder, .comment-form-email textarea:: -moz-placeholder, .comment-form-url textarea:: -moz-placeholder, .comment-form-comment textarea:: -moz-placeholder {
	color: #999;
	opacity: 1;
}
.comment-form-author input: -ms-input-placeholder, .comment-form-email input: -ms-input-placeholder, .comment-form-url input: -ms-input-placeholder, .comment-form-comment input: -ms-input-placeholder, .comment-form-author textarea:-ms-input-placeholder, .comment-form-email textarea:-ms-input-placeholder, .comment-form-url textarea:-ms-input-placeholder, .comment-form-comment textarea:-ms-input-placeholder {
	color: #999;
}
.comment-form-author input: : -webkit-input-placeholder, .comment-form-email input: : -webkit-input-placeholder, .comment-form-url input: : -webkit-input-placeholder, .comment-form-comment input: : -webkit-input-placeholder, .comment-form-author textarea:: -webkit-input-placeholder, .comment-form-email textarea:: -webkit-input-placeholder, .comment-form-url textarea:: -webkit-input-placeholder, .comment-form-comment textarea:: -webkit-input-placeholder {
	color: #999;
}
.comment-form-author input[disabled], .comment-form-email input[disabled], .comment-form-url input[disabled], .comment-form-comment input[disabled], .comment-form-author textarea[disabled], .comment-form-email textarea[disabled], .comment-form-url textarea[disabled], .comment-form-comment textarea[disabled], .comment-form-author input[readonly], .comment-form-email input[readonly], .comment-form-url input[readonly], .comment-form-comment input[readonly], .comment-form-author textarea[readonly], .comment-form-email textarea[readonly], .comment-form-url textarea[readonly], .comment-form-comment textarea[readonly], fieldset[disabled] .comment-form-author input, fieldset[disabled] .comment-form-email input, fieldset[disabled] .comment-form-url input, fieldset[disabled] .comment-form-comment input, fieldset[disabled] .comment-form-author textarea, fieldset[disabled] .comment-form-email textarea, fieldset[disabled] .comment-form-url textarea, fieldset[disabled] .comment-form-comment textarea {
	cursor: not-allowed;
}
textarea.comment-form-author input, textarea.comment-form-email input, textarea.comment-form-url input, textarea.comment-form-comment input, textarea.comment-form-author textarea, textarea.comment-form-email textarea, textarea.comment-form-url textarea, textarea.comment-form-comment textarea {
	height: auto;
}
.comment-form-author textarea, .comment-form-email textarea, .comment-form-url textarea, .comment-form-comment textarea {
	height: auto;
}
.form-allowed-tags {
	font-size: 87.5%;
}
.form-allowed-tags code {
	white-space: normal;
}
.form-submit input[type='submit'] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
.form-submit input[type='submit']: focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.form-submit input[type='submit']: hover, .form-submit input[type='submit']: focus {
	color: #333;
	text-decoration: none;
}
.form-submit input[type='submit']: active, .form-submit input[type='submit'].active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit input[type='submit'].disabled, .form-submit input[type='submit'][disabled], fieldset[disabled] .form-submit input[type='submit'] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-submit input[type='submit']: hover, .form-submit input[type='submit']: focus, .form-submit input[type='submit']: active, .form-submit input[type='submit'].active, .open .dropdown-toggle.form-submit input[type='submit'] {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.form-submit input[type='submit']: active, .form-submit input[type='submit'].active, .open .dropdown-toggle.form-submit input[type='submit'] {
	background-image: none;
}
.form-submit input[type='submit'].disabled, .form-submit input[type='submit'][disabled], fieldset[disabled] .form-submit input[type='submit'], .form-submit input[type='submit'].disabled: hover, .form-submit input[type='submit'][disabled]: hover, fieldset[disabled] .form-submit input[type='submit']: hover, .form-submit input[type='submit'].disabled: focus, .form-submit input[type='submit'][disabled]: focus, fieldset[disabled] .form-submit input[type='submit']: focus, .form-submit input[type='submit'].disabled: active, .form-submit input[type='submit'][disabled]: active, fieldset[disabled] .form-submit input[type='submit']: active, .form-submit input[type='submit'].disabled.active, .form-submit input[type='submit'][disabled].active, fieldset[disabled] .form-submit input[type='submit'].active {
	background-color: #428bca;
	border-color: #357ebd;
}
.form-submit input[type='submit'] .badge {
	color: #428bca;
	background-color: #fff;
}
.comment .vcard .comment-text {
	margin-left: 0;
}
ol.commentlist li {
	padding-right: 10px;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}
#pings {
	margin-bottom: 10px;
}
ol.pinglist {
	list-style-type: none;
	margin: 0 0 10px 0;
}
ol.commentlist #respond {
	padding: 5px 10px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
.pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,
.pagination>li>span:focus {
    color: #999;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover,
.pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
	color: #333;
}
/* image attachment */
.attachment #main .post_content img {
	max-width: 100%;
}
.ie8 #main .media-grid img {
	max-height: none !important;
	max-width: none !important;
}
.attachment-img {
	margin-bottom: 18px;
}
.metadata p.alert-message {
	margin-right: 0;
	margin-bottom: 21px;
}
#gallery-nav {
	list-style-type: none;
	margin-left: 0;
}
li.next a, li.previous a {
	position: relative;
}
li.next a:hover: before {
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
li.previous a:hover: before {
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* widget styles */
.widget {
	margin-bottom: 21px;
}
.widgettitle {
	margin-top: 0;
	margin-bottom: 5px;
}
.execphpwidget ul {
	padding-left: 0;
}
.execphpwidget li {
	list-style-type: none;
}
#tag-cloud {
	margin-bottom: 21px;
	line-height: 160%;
}
/* contact form 7 */
div.wpcf7 {
    padding: 15px;	
}
.wpcf7 {
    background-color: #f7f7f7;
    margin-top: 9px;
    margin-bottom: 9px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wpcf7-send-button {
	border: 1px solid #ccc;
    border-radius: 4px;
}
.wpcf7-submit {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.wpcf7-submit:hover {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.tags a {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #999;
}
.tags a[href]: hover, .tags a[href]: focus {
	background-color: #333;
	cursor: pointer;
}
.tags a:empty {
	display: none;
}
.btn .tags a {
	position: relative;
	top: -1px;
}
.tags a[href]: hover, .tags a[href]: focus {
	background-color: #808080;
}
/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover, .tags a:hover {
	color: #fff;
	text-decoration: none;
}
#tag-cloud a {
	white-space: pre;
	text-transform: uppercase;
}
/* change default form padding for search */
.widget_search form {
	padding-left: 0;
	padding-bottom: 1px;
	margin-bottom: 30px;
}
/* calendar widget */
#calendar_wrap {
	border: 1px solid #ddd;
    border-radius: 4px;
	padding: 5px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tr: last-child {
	border-bottom: none;
}
#wp-calendar td {
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left {
	padding-right: 15px;
}
.widget_execphp {
	margin: 0;
	padding: 0;
}

/* Glyphicons Social Regular */
@font-face {font-family: 'Glyphicons Social Regular';src: url('../fonts/glyphicons-social-regular.eot');src: url('../fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-social-regular.ttf') format('truetype'), url('../fonts/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg');font-weight: normal;font-style: normal;}.social{display: inline-block;position: relative;padding-left: 30px;color: #1d1d1b;text-decoration: none;*display: inline;*zoom: 1;vertical-align: middle;}.social:before{position: absolute;left: 0;top: 0;display: inline-block;margin: 0 5px 0 0;font: 24px/1em 'Glyphicons Social Regular';font-style: normal;font-weight: normal;color: #1d1d1b;*display: inline;*zoom: 1;vertical-align: middle;text-transform: none;-webkit-font-smoothing: antialiased;}.social.white:before{color: #fff;}.social.pinterest:before{content: "\E001";}.social.dropbox:before{content: "\E002";}.social.google_plus:before{content: "\E003";}.social.jolicloud:before{content: "\E004";}.social.yahoo:before{content: "\E005";}.social.blogger:before{content: "\E006";}.social.picasa:before{content: "\E007";}.social.amazon:before{content: "\E008";}.social.tumblr:before{content: "\E009";}.social.wordpress:before{content: "\E010";}.social.instapaper:before{content: "\E011";}.social.evernote:before{content: "\E012";}.social.xing:before{content: "\E013";}.social.zootool:before{content: "\E014";}.social.dribbble:before{content: "\E015";}.social.deviantart:before{content: "\E016";}.social.read_it_later:before{content: "\E017";}.social.linked_in:before{content: "\E018";}.social.forrst:before{content: "\E019";}.social.pinboard:before{content: "\E020";}.social.behance:before{content: "\E021";}.social.github:before{content: "\E022";}.social.youtube:before{content: "\E023";}.social.skitch:before{content: "\E024";}.social.foursquare:before{content: "\E025";}.social.quora:before{content: "\E026";}.social.badoo:before{content: "\E027";}.social.spotify:before{content: "\E028";}.social.stumbleupon:before{content: "\E029";}.social.readability:before{content: "\E030";}.social.facebook:before{content: "\E031";}.social.twitter:before{content: "\E032";}.social.instagram:before{content: "\E033";}.social.posterous_spaces:before{content: "\E034";}.social.vimeo:before{content: "\E035";}.social.flickr:before{content: "\E036";}.social.last_fm:before{content: "\E037";}.social.rss:before{content: "\E038";}.social.skype:before{content: "\E039";}.social.e-mail:before{content: "\E040";}.social.vine:before{content: "\E041";}.social.myspace:before{content: "\E042";}.social.goodreads:before{content: "\E043";}.social.apple:before{content: "\F8FF";}.social.windows:before{content: "\E045";}.social.yelp:before{content: "\E046";}.social.playstation:before{content: "\E047";}.social.xbox:before{content: "\E048";}.social.android:before{content: "\E049";}.social.ios:before{content: "\E050";}.social-icon{display: inline-block;width: 24px;height: 24px;margin: 0 8px 0 0;line-height: 14px;vertical-align: text-top;background-image: url(../images/glyphicons_social.svg);background-position: 0 0;background-repeat: no-repeat;vertical-align: top;*display: inline;*zoom: 1;*margin-right: .3em;}.social-icon _:-o-prefocus,.social-icon{background-image: url(../images/glyphicons_social.png);}.no-inlinesvg .social-icon{background-image: url(../images/glyphicons_social.png);}.social-icon.white{background-image: url(../images/glyphicons_social-white.svg);}.social-icon.white _:-o-prefocus,.social-icon.white{background-image: url(../images/glyphicons_social-white.png);}.no-inlinesvg .social-icon.white{background-image: url(../images/glyphicons_social-white.png);}.social-icon.pinterest{background-position: 0px 0px;}.social-icon.dropbox{background-position: -48px 0px;}.social-icon.google_plus{background-position: -96px 0px;}.social-icon.jolicloud{background-position: -144px 0px;}.social-icon.yahoo{background-position: -192px 0px;}.social-icon.blogger{background-position: -240px 0px;}.social-icon.picasa{background-position: -288px 0px;}.social-icon.amazon{background-position: -336px 0px;}.social-icon.tumblr{background-position: -384px 0px;}.social-icon.wordpress{background-position: -432px 0px;}.social-icon.instapaper{background-position: 0px -48px;}.social-icon.evernote{background-position: -48px -48px;}.social-icon.xing{background-position: -96px -48px;}.social-icon.zootool{background-position: -144px -48px;}.social-icon.dribbble{background-position: -192px -48px;}.social-icon.deviantart{background-position: -240px -48px;}.social-icon.read_it_later{background-position: -288px -48px;}.social-icon.linked_in{background-position: -336px -48px;}.social-icon.forrst{background-position: -384px -48px;}.social-icon.pinboard{background-position: -432px -48px;}.social-icon.behance{background-position: 0px -96px;}.social-icon.github{background-position: -48px -96px;}.social-icon.youtube{background-position: -96px -96px;}.social-icon.skitch{background-position: -144px -96px;}.social-icon.foursquare{background-position: -192px -96px;}.social-icon.quora{background-position: -240px -96px;}.social-icon.badoo{background-position: -288px -96px;}.social-icon.spotify{background-position: -336px -96px;}.social-icon.stumbleupon{background-position: -384px -96px;}.social-icon.readability{background-position: -432px -96px;}.social-icon.facebook{background-position: 0px -144px;}.social-icon.twitter{background-position: -48px -144px;}.social-icon.instagram{background-position: -96px -144px;}.social-icon.posterous_spaces{background-position: -144px -144px;}.social-icon.vimeo{background-position: -192px -144px;}.social-icon.flickr{background-position: -240px -144px;}.social-icon.last_fm{background-position: -288px -144px;}.social-icon.rss{background-position: -336px -144px;}.social-icon.skype{background-position: -384px -144px;}.social-icon.e-mail{background-position: -432px -144px;}.social-icon.vine{background-position: 0px -192px;}.social-icon.myspace{background-position: -48px -192px;}.social-icon.goodreads{background-position: -96px -192px;}.social-icon.apple{background-position: -144px -192px;}.social-icon.windows{background-position: -192px -192px;}.social-icon.yelp{background-position: -240px -192px;}.social-icon.playstation{background-position: -288px -192px;}.social-icon.xbox{background-position: -336px -192px;}.social-icon.android{background-position: -384px -192px;}.social-icon.ios{background-position: -432px -192px;}

/* Glyphicons Filetypes Regular */
@font-face{font-family:'Glyphicons Filetypes Regular';src:url('../fonts/glyphicons-filetypes-regular.eot');font-weight:normal;font-style:normal}.filetype{display:inline-block;position:relative;padding-left:30px;color:#1d1d1b;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}.filetype:before{position:absolute;left:0;top:0;display:inline-block;margin:0 5px 0 0;font:24px/1em 'Glyphicons Filetypes Regular';font-style:normal;font-weight:normal;color:#1d1d1b;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}.filetype.white:before{color:#fff}.filetype.txt:before{content:"\E001"}.filetype.doc:before{content:"\E002"}.filetype.rtf:before{content:"\E003"}.filetype.log:before{content:"\E004"}.filetype.tex:before{content:"\E005"}.filetype.msg:before{content:"\E006"}.filetype.text:before{content:"\E007"}.filetype.wpd:before{content:"\E008"}.filetype.wps:before{content:"\E009"}.filetype.docx:before{content:"\E010"}.filetype.page:before{content:"\E011"}.filetype.csv:before{content:"\E012"}.filetype.dat:before{content:"\E013"}.filetype.tar:before{content:"\E014"}.filetype.xml:before{content:"\E015"}.filetype.vcf:before{content:"\E016"}.filetype.pps:before{content:"\E017"}.filetype.key:before{content:"\E018"}.filetype.ppt:before{content:"\E019"}.filetype.pptx:before{content:"\E020"}.filetype.sdf:before{content:"\E021"}.filetype.gbr:before{content:"\E022"}.filetype.ged:before{content:"\E023"}.filetype.mp3:before{content:"\E024"}.filetype.m4a:before{content:"\E025"}.filetype.waw:before{content:"\E026"}.filetype.wma:before{content:"\E027"}.filetype.mpa:before{content:"\E028"}.filetype.iff:before{content:"\E029"}.filetype.aif:before{content:"\E030"}.filetype.ra:before{content:"\E031"}.filetype.mid:before{content:"\E032"}.filetype.m3v:before{content:"\E033"}.filetype.e_3gp:before{content:"\E034"}.filetype.shf:before{content:"\E035"}.filetype.avi:before{content:"\E036"}.filetype.asx:before{content:"\E037"}.filetype.mp4:before{content:"\E038"}.filetype.e_3g2:before{content:"\E039"}.filetype.mpg:before{content:"\E040"}.filetype.asf:before{content:"\E041"}.filetype.vob:before{content:"\E042"}.filetype.wmv:before{content:"\E043"}.filetype.mov:before{content:"\E044"}.filetype.srt:before{content:"\E045"}.filetype.m4v:before{content:"\E046"}.filetype.flv:before{content:"\E047"}.filetype.rm:before{content:"\E048"}.filetype.png:before{content:"\E049"}.filetype.psd:before{content:"\E050"}.filetype.psp:before{content:"\E051"}.filetype.jpg:before{content:"\E052"}.filetype.tif:before{content:"\E053"}.filetype.tiff:before{content:"\E054"}.filetype.gif:before{content:"\E055"}.filetype.bmp:before{content:"\E056"}.filetype.tga:before{content:"\E057"}.filetype.thm:before{content:"\E058"}.filetype.yuv:before{content:"\E059"}.filetype.dds:before{content:"\E060"}.filetype.ai:before{content:"\E061"}.filetype.eps:before{content:"\E062"}.filetype.ps:before{content:"\E063"}.filetype.svg:before{content:"\E064"}.filetype.pdf:before{content:"\E065"}.filetype.pct:before{content:"\E066"}.filetype.indd:before{content:"\E067"}.filetype.xlr:before{content:"\E068"}.filetype.xls:before{content:"\E069"}.filetype.xlsx:before{content:"\E070"}.filetype.db:before{content:"\E071"}.filetype.dbf:before{content:"\E072"}.filetype.mdb:before{content:"\E073"}.filetype.pdb:before{content:"\E074"}.filetype.sql:before{content:"\E075"}.filetype.aacd:before{content:"\E076"}.filetype.app:before{content:"\E077"}.filetype.exe:before{content:"\E078"}.filetype.com:before{content:"\E079"}.filetype.bat:before{content:"\E080"}.filetype.apk:before{content:"\E081"}.filetype.jar:before{content:"\E082"}.filetype.hsf:before{content:"\E083"}.filetype.pif:before{content:"\E084"}.filetype.vb:before{content:"\E085"}.filetype.cgi:before{content:"\E086"}.filetype.css:before{content:"\E087"}.filetype.js:before{content:"\E088"}.filetype.php:before{content:"\E089"}.filetype.xhtml:before{content:"\E090"}.filetype.htm:before{content:"\E091"}.filetype.html:before{content:"\E092"}.filetype.asp:before{content:"\E093"}.filetype.cer:before{content:"\E094"}.filetype.jsp:before{content:"\E095"}.filetype.cfm:before{content:"\E096"}.filetype.aspx:before{content:"\E097"}.filetype.rss:before{content:"\E098"}.filetype.csr:before{content:"\E099"}.filetype.less:before{content:"\003C"}.filetype.otf:before{content:"\E101"}.filetype.ttf:before{content:"\E102"}.filetype.font:before{content:"\E103"}.filetype.fnt:before{content:"\E104"}.filetype.eot:before{content:"\E105"}.filetype.woff:before{content:"\E106"}.filetype.zip:before{content:"\E107"}.filetype.zipx:before{content:"\E108"}.filetype.rar:before{content:"\E109"}.filetype.targ:before{content:"\E110"}.filetype.sitx:before{content:"\E111"}.filetype.deb:before{content:"\E112"}.filetype.e_7z:before{content:"\E113"}.filetype.pkg:before{content:"\E114"}.filetype.rpm:before{content:"\E115"}.filetype.cbr:before{content:"\E116"}.filetype.gz:before{content:"\E117"}.filetype.dmg:before{content:"\E118"}.filetype.cue:before{content:"\E119"}.filetype.bin:before{content:"\E120"}.filetype.iso:before{content:"\E121"}.filetype.hdf:before{content:"\E122"}.filetype.vcd:before{content:"\E123"}.filetype.bak:before{content:"\E124"}.filetype.tmp:before{content:"\E125"}.filetype.ics:before{content:"\E126"}.filetype.msi:before{content:"\E127"}.filetype.cfg:before{content:"\E128"}.filetype.ini:before{content:"\E129"}.filetype.prf:before{content:"\E130"}.filetype-icon{display:inline-block;width:19px;height:24px;margin:0 8px 0 0;line-height:14px;vertical-align:text-top;background-image:url(../images/glyphicons_filetypes.svg);background-position:0 0;background-repeat:no-repeat;vertical-align:top;*display:inline;*zoom:1;*margin-right:.3em}.filetype-icon _:-o-prefocus,.filetype-icon{background-image:url(../images/glyphicons_filetypes.png)}.no-inlinesvg .filetype-icon{background-image:url(../images/glyphicons_filetypes.png)}.filetype-icon.white{background-image:url(../images/glyphicons_filetypes-white.svg)}.filetype-icon.white _:-o-prefocus,.filetype-icon.white{background-image:url(../images/glyphicons_filetypes-white.png)}.no-inlinesvg .filetype-icon.white{background-image:url(../images/glyphicons_filetypes-white.png)}.filetype-icon.txt{background-position:0 0}.filetype-icon.doc{background-position:-48px 0}.filetype-icon.rtf{background-position:-96px 0}.filetype-icon.log{background-position:-144px 0}.filetype-icon.tex{background-position:-192px 0}.filetype-icon.msg{background-position:-240px 0}.filetype-icon.text{background-position:-288px 0}.filetype-icon.wpd{background-position:-336px 0}.filetype-icon.wps{background-position:-384px 0}.filetype-icon.docx{background-position:-432px 0}.filetype-icon.page{background-position:0 -48px}.filetype-icon.csv{background-position:-48px -48px}.filetype-icon.dat{background-position:-96px -48px}.filetype-icon.tar{background-position:-144px -48px}.filetype-icon.xml{background-position:-192px -48px}.filetype-icon.vcf{background-position:-240px -48px}.filetype-icon.pps{background-position:-288px -48px}.filetype-icon.key{background-position:-336px -48px}.filetype-icon.ppt{background-position:-384px -48px}.filetype-icon.pptx{background-position:-432px -48px}.filetype-icon.sdf{background-position:0 -96px}.filetype-icon.gbr{background-position:-48px -96px}.filetype-icon.ged{background-position:-96px -96px}.filetype-icon.mp3{background-position:-144px -96px}.filetype-icon.m4a{background-position:-192px -96px}.filetype-icon.waw{background-position:-240px -96px}.filetype-icon.wma{background-position:-288px -96px}.filetype-icon.mpa{background-position:-336px -96px}.filetype-icon.iff{background-position:-384px -96px}.filetype-icon.aif{background-position:-432px -96px}.filetype-icon.ra{background-position:0 -144px}.filetype-icon.mid{background-position:-48px -144px}.filetype-icon.m3v{background-position:-96px -144px}.filetype-icon.e_3gp{background-position:-144px -144px}.filetype-icon.shf{background-position:-192px -144px}.filetype-icon.avi{background-position:-240px -144px}.filetype-icon.asx{background-position:-288px -144px}.filetype-icon.mp4{background-position:-336px -144px}.filetype-icon.e_3g2{background-position:-384px -144px}.filetype-icon.mpg{background-position:-432px -144px}.filetype-icon.asf{background-position:0 -192px}.filetype-icon.vob{background-position:-48px -192px}.filetype-icon.wmv{background-position:-96px -192px}.filetype-icon.mov{background-position:-144px -192px}.filetype-icon.srt{background-position:-192px -192px}.filetype-icon.m4v{background-position:-240px -192px}.filetype-icon.flv{background-position:-288px -192px}.filetype-icon.rm{background-position:-336px -192px}.filetype-icon.png{background-position:-384px -192px}.filetype-icon.psd{background-position:-432px -192px}.filetype-icon.psp{background-position:0 -240px}.filetype-icon.jpg{background-position:-48px -240px}.filetype-icon.tif{background-position:-96px -240px}.filetype-icon.tiff{background-position:-144px -240px}.filetype-icon.gif{background-position:-192px -240px}.filetype-icon.bmp{background-position:-240px -240px}.filetype-icon.tga{background-position:-288px -240px}.filetype-icon.thm{background-position:-336px -240px}.filetype-icon.yuv{background-position:-384px -240px}.filetype-icon.dds{background-position:-432px -240px}.filetype-icon.ai{background-position:0 -288px}.filetype-icon.eps{background-position:-48px -288px}.filetype-icon.ps{background-position:-96px -288px}.filetype-icon.svg{background-position:-144px -288px}.filetype-icon.pdf{background-position:-192px -288px}.filetype-icon.pct{background-position:-240px -288px}.filetype-icon.indd{background-position:-288px -288px}.filetype-icon.xlr{background-position:-336px -288px}.filetype-icon.xls{background-position:-384px -288px}.filetype-icon.xlsx{background-position:-432px -288px}.filetype-icon.db{background-position:0 -336px}.filetype-icon.dbf{background-position:-48px -336px}.filetype-icon.mdb{background-position:-96px -336px}.filetype-icon.pdb{background-position:-144px -336px}.filetype-icon.sql{background-position:-192px -336px}.filetype-icon.aacd{background-position:-240px -336px}.filetype-icon.app{background-position:-288px -336px}.filetype-icon.exe{background-position:-336px -336px}.filetype-icon.com{background-position:-384px -336px}.filetype-icon.bat{background-position:-432px -336px}.filetype-icon.apk{background-position:0 -384px}.filetype-icon.jar{background-position:-48px -384px}.filetype-icon.hsf{background-position:-96px -384px}.filetype-icon.pif{background-position:-144px -384px}.filetype-icon.vb{background-position:-192px -384px}.filetype-icon.cgi{background-position:-240px -384px}.filetype-icon.css{background-position:-288px -384px}.filetype-icon.js{background-position:-336px -384px}.filetype-icon.php{background-position:-384px -384px}.filetype-icon.xhtml{background-position:-432px -384px}.filetype-icon.htm{background-position:0 -432px}.filetype-icon.html{background-position:-48px -432px}.filetype-icon.asp{background-position:-96px -432px}.filetype-icon.cer{background-position:-144px -432px}.filetype-icon.jsp{background-position:-192px -432px}.filetype-icon.cfm{background-position:-240px -432px}.filetype-icon.aspx{background-position:-288px -432px}.filetype-icon.rss{background-position:-336px -432px}.filetype-icon.csr{background-position:-384px -432px}.filetype-icon.less{background-position:-432px -432px}.filetype-icon.otf{background-position:0 -480px}.filetype-icon.ttf{background-position:-48px -480px}.filetype-icon.font{background-position:-96px -480px}.filetype-icon.fnt{background-position:-144px -480px}.filetype-icon.eot{background-position:-192px -480px}.filetype-icon.woff{background-position:-240px -480px}.filetype-icon.zip{background-position:-288px -480px}.filetype-icon.zipx{background-position:-336px -480px}.filetype-icon.rar{background-position:-384px -480px}.filetype-icon.targ{background-position:-432px -480px}.filetype-icon.sitx{background-position:0 -528px}.filetype-icon.deb{background-position:-48px -528px}.filetype-icon.e_7z{background-position:-96px -528px}.filetype-icon.pkg{background-position:-144px -528px}.filetype-icon.rpm{background-position:-192px -528px}.filetype-icon.cbr{background-position:-240px -528px}.filetype-icon.gz{background-position:-288px -528px}.filetype-icon.dmg{background-position:-336px -528px}.filetype-icon.cue{background-position:-384px -528px}.filetype-icon.bin{background-position:-432px -528px}.filetype-icon.iso{background-position:0 -576px}.filetype-icon.hdf{background-position:-48px -576px}.filetype-icon.vcd{background-position:-96px -576px}.filetype-icon.bak{background-position:-144px -576px}.filetype-icon.tmp{background-position:-192px -576px}.filetype-icon.ics{background-position:-240px -576px}.filetype-icon.msi{background-position:-288px -576px}.filetype-icon.cfg{background-position:-336px -576px}.filetype-icon.ini{background-position:-384px -576px}.filetype-icon.prf{background-position:-432px -576px}
@media only screen and (min-width: 768px) {
	body.admin-bar .navbar-fixed-top {
		top: 32px;
	}
	img.third {
		width: 29%;
	}
	img.twothirds {
		width: 65%;
	}
	.navbar-collapse {
	    border-top: none;
	}
	.nav>li>a {
		padding-left: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse {
		display:none!important;
		padding-bottom: 0;
		height:auto!important;
		overflow:visible!important;
		width:100%!important;
	}
	.navbar-collapse.collapse .in {
		display:block!important;
		padding-bottom: 0;
		height:auto!important;
		overflow-y:scroll!important;
		overflow-x:visible!important;
	}
	.navbar-collapse.collapse .in ul.nav {
		overflow:hidden!important;	
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 340px;
	}
	.navbar-collapse.collapse.in {
		overflow-y:auto!important;
		overflow-x:visible!important;	
		position:static;
		max-height:340px!important;
	}
	.navbar-collapse.in ul.nav li.dropdown {
		overflow:hidden!important;	
	}
	.collapse.in {
		display:block !important;
	}
	.navbar-toggle {
		display:block !important;
		position: relative;
		float: right;
	}
	.navbar-header {
		width:750px;
	}
	.navbar-nav>li {
		float:none;
	}
	.navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		position: static;
		display:block;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;	
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		position: static;
		display:block;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;	
	}
	.nav>li>a {
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	body {
		margin-top:50px;
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		position: static;
		display:block;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;	
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		position: static;
		display:block;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;	
	}
	.navbar-fixed-top {
		position:absolute;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.navbar-collapse {
		border-top:0px;
	}
	.navbar-nav {
		float:none;
		margin: 0;
	}
	.navbar-fixed-top .navbar-collapse {
		padding-left:0;
		padding-right:0;
	}
	.nav>li>a {
		padding-left:0;
	}
	.nav-tabs>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.container>.navbar-collapse {
		margin-left:0;
		margin-right:0;
	}
	.dropdown-menu li {
		padding-left: 0;
	}
	.dropdown-menu {
		width:100%;
		border: none;
		padding-left: 5px;
		-webkit-box-shadow:0 0px 0px rgba(0,0,0,.175);
	}
}
@media only screen and (min-width: 980px) {
	#inner-footer {
		padding: 0;
	}
	#content {
	}
	.topbar-inner {
		padding: 0;
	}
	.topbar form.pull-right {
		float: right;
	}
	.navbar-search {
		padding-left: 0;
	}
	img.third {
		width: 30.33%;
	}
	img.twothirds {
		width: 65.66%;
	}
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment {
		display: none;
	}
	.vcard: hover .edit-comment {
		display: inline-block;
	}
	.comment .vcard .comment-text {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 992px) {
	.archive-thumbnail-right {
		float: right;
		width: 30%;
		margin: 6px 0 15px 30px;
	}
	.archive-thumbnail-left {
		margin: 6px 0 15px 0;
	}
}