/* @override http://www.voxintegral.com/wp-content/themes/polaris/style.css */

/*
Theme Name: Polaris Innovator 
Theme URI: http://polarisinnovator.com	
Description: Polaris Innovator theme for Wordpress
Version: 1.07
Author: Ursa Minor Arts + Media
Author URI: http://ursaminor.com
*/

/* @group Reset */

/* Resets default browser CSS. */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

ul.links {
margin:0;
padding:0;
}


/* @end */

/* ---------------------- */

/* @group Typography */

/* Default font settings. 
	 The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 85%;
	color: #bcdff4;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #1d1824 url(interface/body-bg.png) repeat-y center top;
}

/* @group Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #fff; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.6em; margin-bottom: 0.75em; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

/* @end */

/* @group Text Elements */

p			{ margin: 0 0 1.5em; }
p img.left	{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover		{ color: #dbdddd; outline: 0; }
a			{ color: #fff; text-decoration: underline; }

blockquote	{ margin: 1.5em; color: #666; font-style: italic; }
strong		{ font-weight: bold; }
em,dfn		{ font-style: italic; }
dfn			{ font-weight: bold; }
sup, sub	{ line-height: 0; }

abbr, 
acronym		{ border-bottom: 1px dotted #666; }
address		{ margin: 0 0 1.5em; font-style: italic; }
del			{ color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end */

/* @group Lists */

li ul, 
li ol		{ margin:0 1.5em; }
ul, ol		{ margin: 0 1.5em 1.5em 1.5em; }

ul			{ list-style-type: disc; }
ol			{ list-style-type: decimal; }

dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}

/* @end */

/* @group Tables */

table		{ margin-bottom: 1.4em; width:100%; }
th			{ font-weight: bold; }
thead th 	{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td	{ background: #e5ecf9; }
tfoot		{ font-style: italic; }
caption		{ background: #eee; }

/* @end */

/* @group Buttons */

.btn, a.btn {
	display: block;
	position: relative;
	width: 112px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	border-style: none;
	margin: 0;
	padding: 4px 0;
	color: #000;
	background: url(interface/btn.png) no-repeat;
}

.btn.right {
	float: right;
	margin-left: 20px;
}

.btn.left {
	float: left;
	margin-right: 20px;
}

.btn.liquid, a.btn.liquid {
	display: inline-block;
	width: auto;
	padding: 0 0 0 7px;
}

.btn.liquid span {
	display: block;
	padding: 6px 7px 8px 0;
	background: url(interface/btn_liquid.png) no-repeat right top;
}

/* @end */

/* @group Utilities & Misc */

.small		{ font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large		{ font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide		{ display: none; }
.clear		{ clear: both; }

.first		{ margin-left:0; padding-left:0; }
.last		{ margin-right:0; padding-right:0; }
.top		{ margin-top:0; padding-top:0; }
.bottom		{ margin-bottom:0; padding-bottom:0; }

.pointer    { cursor: pointer; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 10px 5px;
	display: inline;
}

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

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}



/* @end */

/* @end */

/* @group Forms */

label			{ font-weight: bold; display: block;}
fieldset		{ padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend			{ font-weight: bold; font-size:1.2em; }

/* @group Fields */

input, input.text, input.title,
input.button, input.submit,
textarea, select {
	background: #fff;
	margin: 0.3em 0;
	border: 1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	border:1px solid #666;
	outline: none;
}

input.text, 
input.title	 { width: 300px; padding:5px; }
input.title	 { font-size:1.5em; }
textarea	 { width: 390px; height: 250px; padding:5px; }


input.text {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;	
	-moz-border-radius: 20px;
}

/* @end */

/* @group Mail Chimp */


.mc-field-group {
	clear: left;
	padding-left: 30px;
	padding-bottom: 0;
	padding-top: 15px;
}

.mc-field-group label {
	margin: 0;
	padding: 0;
	display: block;
	margin: .3em 0;
	line-height: 1em;
	font-weight: bold;
}

.mce_inline_error {
	clear: left;
}

.mc-field-group input {
	float: left;
	z-index: 999;
	margin-right: 10px;
}

#mc-embedded-subscribe {
	margin-top: 10px;
	margin-left: 30px;
}

.widget .mc-field-group {
	padding: 5px 0 0;
}

.widget .mc-field-group input {
	width: 220px;
}

.widget #mc-embedded-subscribe {
	margin-left: 0;
}

/* @end */

/* @group Success, notice and error boxes */

.error,
.notice, 
.success   { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error	   { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice	   { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success   { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a   { color: #8a1f11; }
.notice a  { color: #514721; }
.success a { color: #264409; }

/* @end */


/* @end */

/* @group Layout */



/* @group Flourishes */

.flourish {
	background: url(interface/flourish.png) no-repeat;
	position: absolute;
	z-index: -1;
}

.flourish.left   { left: 0;   width: 211px; background-position: left top; }
.flourish.right  { right: 0;  width: 140px; background-position: right top; }
.flourish.top    { top: 0;    height: 592px; }
.flourish.bottom { bottom: 0; height: 130px; }

/* @end */

/* @group Fancybox */



div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('interface/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('interface/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #15111c;
	opacity: 0.98;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('interface/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('interface/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('interface/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('interface/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('interface/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('interface/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('interface/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('interface/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('interface/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('interface/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('interface/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(interface/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(interface/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(interface/fancy_title_right.png) repeat-x;
}

/* @end */



#wrap {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: #000 url(interface/wrap-bg.jpg) no-repeat center top;
}

.header {
	height: 103px;
	overflow: hidden;
}

.header .logo {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

.container {
	position: relative;
	display: block;
	margin: 16px 20px;
}

.container .content {
	width: 653px;
	min-height: 500px;
	float: left;
	margin: 0 13px 0 0;
	background-color: #15111c;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	opacity: 0.98;
}

.container .sidebar {
	width: 284px;
	min-height: 500px;
	float: left;
}

.post {
	clear: both;
}

.post h2 a {
	text-decoration: none;
}

.post.excerpt {
	width: 320px;	
	float: left;
	margin-left: 17px;
	margin-top: 17px;
}

.post.excerpt h4 {
	margin: 0 0 10px 5px;
	font-weight: bold;
}

.post.excerpt p {
	margin: 0;
}

.post.excerpt .more {
	display: block;
	text-align: right;
}



/* @end */

/* @group Main Navbar */

.primary-links {
	clear: both;
	background: url(interface/primary-links-bg.png) repeat-x left top;
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
}

.primary-links li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
}

.primary-links li:hover, .primary-links li.current_page_parent {
	background: url(interface/primary-links-bg.png) repeat-x left -72px;
}

.primary-links li:active {
	background: url(interface/primary-links-bg.png) repeat-x left -108px;
}

.primary-links li.current_page_item {
	background: url(interface/primary-links-bg.png) repeat-x left -36px;
}

.primary-links li.first {
	margin-left: 3px;
}

.primary-links a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #efb5ed;
	margin: 0;
	padding: 7px 32px;
	text-transform: uppercase;
	text-align: center;
	background: url(interface/primary-links-div.png) no-repeat right top;
}

.primary-links ul {
	position: absolute;
	z-index: 100;
	background: #481c47 url(interface/actions-bg.png) repeat-x left top;
	margin: 0 0 0 -2px;
	display: none;
}

.primary-links li:hover ul {
	display: block;
}

.primary-links ul li {
	float: none;
	margin: 0;
}

.primary-links ul a {
	text-transform: none;
	text-align: left;
	font-size: 12px;
	padding: 7px 20px;
	background-position: left;
}


/* @end */

/* @group Mini Nav */

.mininav {
	margin: 10px 0 0;
}

.mininav li {
	float: left;
	list-style-type: none;
	color: #efb5ed;
	font-size: 12px;
	border-right: 1px solid #efb5ed;
	padding: 0 7px;
}

.mininav li.last {
	border-right-style: none;
}

.mininav a {
	text-decoration: none;
	font-size: 12px;
	color: #efb5ed;
}

.mininav a:hover {
	text-decoration: underline;
	
}

tmp {
	color: #3f1d2d;
}

/* @end */

/* @group Flexable Messaging Area */

.fma {
	position: relative;
	float: left;
	width: 641px;
	height: 262px;
	margin-right: 13px;
}

.fma .arrow {
	position: absolute;
	display: none;
	width: 36px;
	height: 69px;
	z-index: 40;
	top: 40%;
	background: url(interface/fma-arrows.png) no-repeat;
	cursor: pointer;
	opacity:0.7;
}

.fma:hover .arrow {
	display: block;
}

.fma .arrow.left {
	background-position: right top;
	left: 0;
}

.fma .arrow.left:hover {
	background-position: right bottom;
}

.fma .arrow.right {
	background-position: left top;
	right: 0;
}

.fma .arrow.right:hover {
	background-position: left bottom;
}


.fma .cyclenav {
	position: absolute;
	display: none;
	z-index: 40;
	bottom: 10px;
	width: 100%;
	left: 10px;
}

.fma:hover .cyclenav {
	display: block;
}

.fma .cyclenav a {
	margin: 0 5px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(interface/fma-navicon.png) no-repeat right top;
	padding: 0;
	display: block;
	float: left;
	text-indent: -999em;
}

.fma .cyclenav a.activeSlide {
	background-position: left top;
}

.fma .cycle a {
	position: absolute;
	top: 0;
	left: 0;
}


/* @end */

/* @group Actions */

.actions {
	float: right;
	margin: 0;
}

.actions li {
	float: right;
	display: block;
	position: relative;
	width: 136px;
	height: 117px;
	background: url(interface/actions-bg.png) repeat-x left bottom;
	margin: 15px 0 0 13px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.actions h1 {
	margin: 0 0 10px;
	font-size: 15px;
	color: #b0fafb;
}

.actions a,
.actions a:hover {
	position: absolute;
	color: #eac3f9;
	text-decoration: underline;
	font-size: 11px;
	bottom: 15px;
	display: none;
}

.actions img {
	position: absolute;
	bottom: 0;
	right: 45px;
}

.actions p {
	margin: 0 0 15px;
	width: 150px;
	display: none;
}

.actions .first {
	margin-left: 0;
}


/*
.actions .expanded {
	width: 260px;
}

.actions .expanded img {
	right: 15px;
}
*/


/* @end */

/* @group Widgets */

.widgets {
	display: block;
	margin: 0;
	padding: 0;
}

.widgets .widget {
	display: block;
	position: relative;
	background: #481c47 url(interface/actions-bg.png) repeat-x left top;
	margin: 0 0 13px;
	overflow: visible;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	opacity: 0.98;
}

.widgets h2.widgettitle {
	margin: 0 0 7px;
	font-size: 16px;
	color: #b0fafb;
}

.widgets a {
	color: #eac3f9;
}

.widgets .inner {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 25px;
	padding: 10px 3px 10px 15px;
}

/* @end */

/* @group Searchbar */

.searchbar {
	width: 230px;
	height: 25px;
	background: url(interface/searchbar-bg.png) no-repeat;
	display: block;
	margin: 20px 20px 0 0;
}

.searchbar input.text {
	width: 138px;
	height: 20px;
	background-color: transparent;
	padding: 0;
	border-style: none;
	margin: 2px 0 0 21px;
	color: #8a8a8a;
}

.searchbar input.submit {
	background-color: transparent;
	padding: 0;
	border-style: none;
	width: 47px;
	height: 20px;
	margin: 2px 0 0 13px;
	color: #8a8a8a;
}

/* @end */

/* @group Videobox */

.videobox {
	float: left;
	width: 326px;
	height: 262px;
	position: relative;
	background: url(interface/videobox-bg.jpg) no-repeat;
}

.videobox #vidplayer {
	width: 324px;
	height: 186px;
	display: block;
	margin: 1px 0 0 1px;
}

.videobox #vidplayer h3 {
	padding-top: 88px;
	padding-left: 65px;
}

.videobox .arrow {
	position: absolute;
	display: block;
	width: 17px;
	height: 16px;
	bottom: 32px;
	z-index: 40;
	background: url(interface/vidarrows.png) no-repeat;
	cursor: pointer;
}

.videobox .arrow.left {
	left: 20px;
	background-position: left top;
}

.videobox .arrow.left:hover {
	background-position: left bottom;
}

.videobox .arrow.right {
	right: 20px;
	background-position: right top;
}

.videobox .arrow.right:hover {
	background-position: right bottom;
}

.videobox .videos {
	width: 234px;
	height: 77px;
	overflow: hidden;
	margin-left: 46px;
	margin-top: 0;
}

.videobox .videos a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	margin: 22px 0 0;
	overflow: hidden;
	padding: 0;
	width: 223px;
	background-color: transparent;
}


.videobox .videos a p {
	margin: 0;
}

.videobox .videos a img {
	float: left;
	width: 50px;
	padding: 2px;
	margin: 0 8px 0 0;
}


/* @end */

/* @group Footer */

.footer {
	width: 100%;
	height: 137px;
	position: relative;
	margin: 17px 0 0;
	font: .9em Arial, Helvetica, Geneva, sans-serif;
	color: #918c92;
	background: url(interface/footer-bg.png) repeat;
	clear: both;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	
}

.footer ul.nav {
	margin: 0;
	padding: 15px 0 0 5px;
}

.footer ul.nav li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

.footer a {
	color: #efb5ed;
	text-decoration: none;
	text-transform: uppercase;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .current_page_item a {
	font-weight: bold;
	text-decoration: none;
}

.footer .share {
	float: right;
	margin-right: 12px;
}

.footer .copy {
	position: absolute;
	left: 20px;
	bottom: 17px;
}

.footer .powered {
	position: absolute;
	right: 20px;
	bottom: 17px;
}

.footer .powered a {
	color: #918c92;
	text-transform: lowercase;
}

/* @end */
