/*
AeroCore
by Antone Roundy
(c) 2012-9 Gecko Tribe, LLC
All Rights Reserved
http://www.geckotribe.com/
*/
html { height: 100%; }
body {
	margin:0;
	padding:0;
	background-color:#555;
	background-image: -moz-linear-gradient(top, #555, #555 90%, #444);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#555), color-stop(90%, #555), to(#444));
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body, td, th, input, select, textarea, .normaltext {
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12pt;
	line-height:1.5em;
	color:#000;
}
td, th { padding:3px 8px; }
table { border-spacing:0; }

h1, h2, h3, h4, h5 {
	font-family:Open Sans,Arial Black,Arial,sans-serif;
	letter-spacing:-1px;
	margin:5px 0;
	color:#24306B;
}
h1 {
	font-size:28pt;
	line-height:30pt;
	letter-spacing:-2px;
	margin:10px 0;
}
#profile_blurb h2, #profile_blurb h3 { margin-top:12px; }
#profile_blurb td { padding-top:0; }
#profile_blurb *:first-child { margin-top:0; }
.small_titles h1 { font-size:21pt; }
h2 { line-height:1.2em; }

a:link { color:#009; }
a:visited { color:#606; }
a:focus { color:#360; }
a:hover { color:#360; }
a:active { color:#f00; }

input:disabled, select:disabled {
	color:#ddd;
	background-color:#ddd;
}
a.disabled { color:#777; }

.smallprint { font-size:9pt; }

.infomsg {
	color:#03c;
	font-weight:bold;
}
.errormsg, .errormessage, .errors li {
	color:#c00;
	font-weight:bold;
}

a.buttonlink { color:#fff; }
.buttonlink {
	background-color:#095;
	color:#fff;
	padding:2px 8px;
	text-decoration:none;
	border:2px solid #3c8;
	border-bottom-color:#063;
	border-right-color:#063;
}
.buttonlink.inactive {
	color:#999;
	background-color:#a90000;
	border-color:#cc3333;
	border-bottom-color:#700;
	border-right-color:#700;
}

.hilite { background-color:#ff3; }

#ajaxStatus {
	position:fixed;
	top:120px;
	right:0;
	text-align:center;
}

.video {
	position:relative;
	text-align:center;
	padding:22px 0;
	background-color:#555;
	background-image: -moz-linear-gradient(left, #333, #666 15%, #666 85%, #333);
	background-image: -webkit-gradient(linear, left center, right center, from(#333), color-stop(15%, #666), color-stop(85%, #666), to(#333));
}
.video { margin:15px 0; }
.viewtextvideo .video { margin:15px -25px; }
.video video {
	border:1px solid #999;
	-webkit-box-shadow: 0 17px 10px -10px #1c1c1c;
	-moz-box-shadow: 0 17px 10px -10px #1c1c1c;
	box-shadow: 0 17px 10px -10px #1c1c1c;
}

.indent { margin-left:25px; }
.spacedlist li { margin-bottom:7px; }
.tablehead {
	background-color:#549cf6;
	background-image:-webkit-linear-gradient(#65A6F7, #2A72CB);
	background-image:linear-gradient(#65A6F7, #2A72CB);
	color:#fff;
	font-weight:bold;
}
.tablehead td, td.tablehead, .tablehead th, th.tablehead, .tablehead a, .tablelabel a, .labeltable>tbody>tr>td:first-child a { color:#fff; }
.tablelabel, .labeltable>tbody>tr>td:first-child {
	background-color:#549cf6;
	background-image:-webkit-linear-gradient(to left,#65A6F7, #2A72CB);
	background-image:linear-gradient(to left,#65A6F7, #2A72CB);
	color:#fff;
	font-weight:bold;
}
.thinCell td, .thinCell th {
	padding-left:4px;
	padding-right:4px;
}
.thinnerCell, .thinnerCell td, .thinnerCell th {
	padding-left:2px;
	padding-right:2px;
}
.shortCell td, .shortCell th {
	padding-top:1px;
	padding-bottom:1px;	
}
.smallCell td, .smallCell th { font-size:8pt; }
.weekend { background-color:#999; }
.tableunderlines td, .tableunderlines th { border-bottom:1px solid #ccc; }

	.plainlabels .tablelabel {
		background-color:transparent;
		background-image:none;
		color:#000;
		font-weight:normal;
	}
	.plainlabels .tablelabel a { color:#00f; }
.public { background-color:#fd9; }
.purchased {
	background-color:#063;
	background-image: -moz-linear-gradient(left, #042, #063 45%, #063);
	background-image: -webkit-gradient(linear, left center, right center, from(#042), color-stop(45%, #063), to(#063));
}
.oddrow, .oddeven tr:nth-child(odd) { background-color:#e3e3ef; }
.table_section_end td, .table_section_end th { border-bottom:2px solid #c3c3c3; }
.graydient {
	background-color:#eee;
	background-image: -moz-linear-gradient(left, #ccc, #eee 35%, #eee 70%, #ccc);
	background-image: -webkit-gradient(linear, left center, right center, from(#ccc), color-stop(35%, #eee), color-stop(70%, #eee), to(#ccc));
}
.graydient .oddrow, .graydient.oddeven tr:nth-child(odd) {
	background-image: -moz-linear-gradient(left, #eee, #e3e3ef 35%, #e3e3ef 70%, #eee);
	background-image: -webkit-gradient(linear, left center, right center, from(#eee), color-stop(35%, #e3e3ef), color-stop(70%, #e3e3ef), to(#eee));
}

#calendar .weekend { background-color:#e3e3e3; }

#calendar .today {
	background-color:#cdf;
	border:2px solid #063;
}

#tzcfm {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-250px;
	width:500px;
}
#tzcfmpad {
	padding:10px 15px;
	border:2px solid #c90;
	background-color: #fc3;
}
#TZtoServer { display:none; }

#amazon img { margin-right:10px; }

#ajinxcontent { font-size:11pt; }

.growable {
	-webkit-transform:scaleX(0.01)scaleY(0.01);
	-moz-transform:scaleX(0.01)scaleY(0.01);
	transform:scaleX(0.01)scaleY(0.01);
}

.i_closed { display:none; }
.i_chosen {
	font-weight:bold;
	font-size:150%;
}

.checks li { list-style-image: url(/img/widgets/check-in-box.gif); }
.spacedlist li { margin-bottom:10px; }
.nobulletlist {
	margin-left:0;
	padding-left:0;
}
.nobulletlist li {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.togglebutton {
	cursor:pointer;
	font-size:110%;
	letter-spacing:-1px;
	font-weight:bold;
	border:8px solid;
	margin-top:8px;
	padding:2px 12px;
	border-radius:25px;
	background-image: -moz-linear-gradient(top, #ccc, #f6f6f6 5%, #f0f0f0 45%, #999);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ccc), color-stop(5%, #f6f6f6), color-stop(45%, #f0f0f0), to(#999));
}
.togglebutton:active {
	background-image: -moz-linear-gradient(top, #999, #f0f0f0 55%, #f6f6f6 95%, #ccc);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#999), color-stop(55%, #f0f0f0), color-stop(95%, #f6f6f6), to(#ccc));
}
.unhoverbutton {
	border-top-color:#900;
	border-left-color:#900;
	border-right-color:#600;
	border-bottom-color:#600;
}
.hoverbutton {
	border-top-color:#090;
	border-left-color:#090;
	border-right-color:#060;
	border-bottom-color:#060;
}
.bigbutton {
	font-size:28pt;
	font-weight:bold;
	border-radius:35px;
	border-width:9px;
	text-decoration:none;
	letter-spacing:-2px;
	padding:2px 21px;
}

#temp-msg div {
	border:2px solid #aa0;
	background-color:#ffc;
	padding:8px 15px;
	margin:8px 0;
	position:relative;
	float:left;	
}

#productmenu {
	text-align:center;
	font-weight:bold;
	font-size:125%;
}
.noBreak { white-space:nowrap; }
.checkline, .noshow { display:none!important; }

.aCtr td, .aCtr th { text-align:center; }
.aR td, .aR th { text-align:right; }
.aL td, .aL th { text-align:left; }
.aT td, .aT th { vertical-align:top; }
.aB td, .aB th { vertical-align:bottom; }

.aCtr, td.aCtr, th.aCtr { text-align:center; }
.aR, td.aR, th.aR { text-align:right; }
.aL, td.aL, th.aL { text-align:left; }
.aT, td.aT, th.aT { vertical-align:top; }
.aB, td.aB, th.aB { vertical-align:bottom; }

.fL, .alignleft {
	position:relative;
	float:left;
	margin-right:20px;
}
.fR {
	position:relative;
	float:right;
	margin-left:20px;
}

.gray { color:#777; }
.imgurl { color:#036; }
.clickurl { color:#700; }

.bottomboxes table, .bottomboxes .simplecell {
	border:1px solid #c0c0c0;
	background-image: -moz-linear-gradient(top, #e6e6e6, #f6f6f6 8%, #f6f6f6 65%, #c0c0c0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e6e6e6), color-stop(8%, #f6f6f6), color-stop(65%, #f6f6f6), to(#c0c0c0));
	-webkit-box-shadow: 0 12px 8px -8px #2c2c2c;
	-moz-box-shadow: 0 12px 8px -8px #2c2c2c;
	box-shadow: 0 12px 8px -8px #2c2c2c;
}
.bottomboxes table:hover, .bottomboxes .simplecell:hover {
	cursor:pointer;
	background-image: -moz-linear-gradient(top, #c0c0c0, #f6f6f6 35%, #f6f6f6 92%, #e6e6e6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#c0c0c0), color-stop(35%, #f6f6f6), color-stop(92%, #f6f6f6), to(#e6e6e6));
	-webkit-box-shadow: 0 16px 9px -9px #444;
	-moz-box-shadow: 0 16px 9px -9px #444;
	box-shadow: 0 16px 9px -9px #444;
}
.bottomboxes table, .bottomboxes .simplecell, .bottomboxes table:hover, .bottomboxes .simplecell:hover {
	-webkit-transition: 200ms linear;
	-moz-transition: 200ms linear;
	-o-transition: 200ms linear;
	-ms-transition: 200ms linear;
	transition: 200ms linear;
}

.bottomboxes table td {
	padding:0 15px;
	line-height:1.2em;
}

.bottomboxes img { display:block; }

.bottomboxes td.simplecell {
	padding:0 12px;
	vertical-align:top;
}

.post-title a, .page-title a, #menutable a, .plain_links a, a.plain_links {
	text-decoration:none;
}
.post-title a:hover, #menutable a:hover, .plain_links a:hover, a.plain_links:hover  {
	text-decoration:underline;
}
#content input, #content textarea {
	background:#eee;
	border:#ccc 1px solid;
}
acronym, abbr { border-bottom:1px dotted #666; }
acronym, abbr, span.caps {
	cursor:help;
	letter-spacing:.07em;
}
code {
	font-size:11pt;
	font-style:italic;
}
blockquote {
	position:relative;
	border-left:10px solid #bbb;
	background-color:#e3e3e3;
	background-image:-moz-linear-gradient(left, #ccc, #eee 20%, #eee 60%, #ccc);
	background-image:-webkit-gradient(linear, left center, right center, from(#ccc), color-stop(20%, #eee), color-stop(60%, #eee), to(#ccc));
	margin:15px 30px;
	padding:5px 12px;
	font-style:italic;
	z-index:9;
}
blockquote p { line-height:1.4em; }
#sidebar ul, .sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0 0 5px 12px;
}
#sidebar ul li, .sidebar ul li {
	margin:0.1em 0 0 0;
	padding:0;
	line-height:1.4em;
}
#subscribe_post_end {
	border:1px solid #ccc;
	background-color:#e3e3e3;
	padding:8px 20px;
	text-align:center;
	margin-bottom:5px;
	position:relative;
	float:left;
}
#dothisnext {
	text-align:center;
	font-size:115%;
	padding:12px 0 0 0;
	background-color:#e3e3e3;
	border:1px solid #d9d9d9;
}
.sharebuttons { margin:0 auto; }
#sharenext, #subscribenext {
	margin:12px 0;
	border-bottom:14px solid #e3e3e3;
	padding:0 12px 12px 12px;
	overflow:hidden;
	border-radius:0 0 100px 100px;
	background-image:-moz-linear-gradient(top, #fff, #f3f3f3);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#f3f3f3));
}
#sharenext h3, #subscribenext h3 { font-size:14pt; }
#subscribenext { text-align:center; }
#subscribenext h3 { margin-bottom:8px; }
#shareside { margin-top:10px; }
.round11 {
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	-khtml-border-radius:17px;
	border-radius:17px;
}
.post-info, .page-info {
	font-size:9pt;
	font-family:Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	color:#333;
}
.post-info p, .page-info p {
	color:#999;
	padding-left:5px;
	margin-top:0;
}
.post-info a { color:#999; }
.post-info h1 a { color:#333; }
.post-info h1 {
	font-size:22pt;
	margin-bottom:5px;
}
.pre-content {
	float:left;
	margin:15px 20px 0 0;
	position:relative;
	z-index:10;
}
.pre-content audio { margin-bottom:6px; }
.post-image {
	margin-bottom:10px;
	border:1px solid #999;
	box-shadow:0 17px 10px -10px #1c1c1c;
	position:relative;
	z-index:10;
}
.post-image-plain {
	position:relative;
	z-index:10;
}
.post-list .post-image-plain { width:125px; height:auto; }
.post-content p, .page-content p {
	text-indent:25px;
}
.post-content:not(.no-drop-cap)>p:first-child {
	text-indent:0px;
	z-index:10;
	position:relative;
}
.post-content:not(.no-drop-cap)>p:first-child:first-letter {
	letter-spacing:0;
	text-transform:uppercase;
	font-family:Georgia,serif;
	font-size:3.5em;
	float:left;
	margin:0.13em 0.08em 0 0;
	line-height:0.7;
}
.post-date {
	float:right;
	color:#85AB76;
	font-family:Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
	font-weight:bold;
	margin:3px 0 0 10px;
	padding:8px 3px;
	width:55px;
	background-color:#EBF1E8;
	border:1px solid #B8CEAF;
	line-height:1.2em;
}
#commentform { margin:0 0 0 25px; }
#commentform textarea {
	width:520px;
	max-width:95%;
	height:150px;
}
#commentform input { max-width:100%; }
#commentform p { margin:0 0 1em; }
#comments,#respond {
	text-transform:uppercase;
	margin:3em 0 1em 40px;
	color:#666;
	font:0.9em verdana, helvetica, sans-serif;
}
.commentlist li {
	font-size:10pt;
	font-weight:normal;	
	margin:5px 0;
	padding:10px 10px 20px 10px;
	background:#eee;
	border:#ccc 1px solid;
}
.commentlist .alt { }
li.ownercomment { background-color:#def; }
img.avatar {
	position:relative;
	float:left;
	margin-right:10px;
	border:1px solid #999;
}
.embedded_comment {
	position:relative;
	float:right;
	margin:0 0 12px 20px;
	background-color:#e3e3e3;
	padding:12px 20px;
	border:1px solid #ccc;
	border-radius:16px;
	box-shadow:0 17px 10px -10px #1c1c1c;
	width:250px;
	font-size:90%;
	z-index:11;
}
.embedded_comment img.avatar { margin-top:15px; }
.embedded_comment .ccaption {
	font-weight:bold;
	text-align:center;
	font-size:115%;
}
.embedded_comment .cauthor {
	font-style:italic;
	margin:10px 0;
}
.embedded_comment .cjoin {
	font-style:italic;
	text-align:center;
	margin-top:10px;
}

.clearboth {
	height:1px;
	overflow:hidden;
	clear:both;
}
.buster { display:none; }
.noindent p { text-indent:0; }
.code { color:#063; }
.sideimage {
	border:1px solid #999;
	box-shadow:0 17px 10px -10px #1c1c1c;
}
#searchform input { font-size:10pt; }
.twimg {
	float:right;
	margin:3px 0 5px 12px;
	border:5px solid #888;
	box-shadow:0 7px 3px -3px #1c1c1c;
}
.tweet {
	border:1px solid #ddd;
	background-color:#f0f0f0;
	padding:5px 15px;
	border-radius:15px;
	text-align:center;
}
.tweet img { vertical-align:middle; }

#member_comments, #member_event_tags {
	position:relative;
	float:right;
	margin:0 5px 8px 15px;
	width:220px;
	padding:8px 12px;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:10px;
}
#member_comments .gravatar {
	margin:5px 12px 0 0;
	float:left;
	position:relative;
	border-radius:8px;
	border:1px solid #aaa;
	-webkit-box-shadow: 0 6px 4px -4px #2c2c2c;
	-moz-box-shadow: 0 6px 4px -4px #2c2c2c;
	box-shadow: 0 6px 4px -4px #2c2c2c;
}
.member_comments_section {
	font-weight:bold;
	font-size:110%;
	text-align:center;
	margin-top:8px;
}
.member_comment_subject {
	font-weight:bold;
	margin-top:6px;
}
#member_comments_subject { width:340px; }
#member_comments_content {
	width:100%;
	height:230px;
}
#member_comment_form {
	display:none;
	position:fixed;
	top:35px;
	left:50%;
	background-color:#fff;
	padding:12px 25px;
	border-radius:25px 0 25px 25px;
	border:3px solid #777;
	z-index:20001;
}
#signinorjoin {
	position:relative;
	background-color:#fff;
	padding:12px 25px;
	border-radius:25px 0 25px 25px;
	border:3px solid #777;
	width:350px;
	max-width:80%;
	margin:35px auto 0 auto;
}
#ajaxloginform input, #signinorjoin .plainlabels input { width:200px;max-width:40vw; }
#ajaxloginform input[type='submit'], #signinorjoin .plainlabels input[type='submit'] { width:auto; }
#signinorjoincontent {
	max-height:80vh;
	overflow:auto;
}
#member_comment_form {
	width:450px;
	margin-left:-225px;
}
#signinorjoin .closebutton, #member_comment_form .closebutton {
	position:absolute;
	top:-17px;
	right:-17px;
}
#signinorjoindim {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20000;
	background-color:rgba(60,64,67,0.5);
}

.address {
	background-color:#eee;
	border:1px solid #999;
	display:inline-block;
	vertical-align:top;
	margin:0 12px 7px 0;
	padding:7px 15px;
	max-width:300px;
}
.address_note {
	font-weight:bold;
	background-color:#777;
	color:#fff;
	margin:-7px -15px 5px -15px;
	padding:1px 15px;
}
.address_actions {
	text-align:center;
	margin-top:4px;
}

img, .maxwid, .maxwid img { max-width:100%; }
.nomaxwid, .nomaximgwid img { max-width:none; }

.noticebox {
	padding:3px 8px;
	background-color:#ff9;
	border:1px solid #cc6;
	font-style:italic;
	font-size:.9em;
}
.noticebox2 {
	display:inline-block;
	padding:8px 12px;
	margin:12px 15px;
	font-size:1.2em;
	font-weight:bold;
	background-color:#ffd;
	border:1px solid #cc6;
}

.q1results { position:relative; }
.q1results div {
	position:relative;
	z-index:1;
	background-color:transparent;
	padding:1px 0;
}
.q1results div div { padding:0 7px }
.q1results div div.q1perc { float:right; }
.q1results div div.q1bar {
	position:absolute;
	height:100%;
	padding:0;
	background-color:#bdf;
	z-index:0;
}

a.topdroplink {
	float:right;
	margin-left:10px;
	border-radius:0 0 9px 9px;
	background-color:#5E605F;
	padding:1px 25px;
	z-index:1000;
	text-decoration:none;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:11pt;
	line-height:2em;
	box-shadow:0 6px 5px -5px #333;
}
a:hover.topdroplink {
	box-shadow:0 8px 6px -6px #333;
	background-color:#636665;
}
.hoverTop {
	position:relative;
	z-index:1;
}
.hoverChild {
	z-index:2;
	display:none;
	position:absolute;
	top:15px;
	left:50px;
	background-color:#f3f3f3;
	border:1px solid #ccc;
	padding:4px 12px;
	border-radius:12px;
}
.hoverTop:hover .hoverChild { display:block; }

.hoverBox, .hoverVid, .iFrameUpload {
	position:fixed;
	top:150px;
	left:50%;
	border:5px solid #ccc;
	padding:10px 15px;
	background-color:#fcfcfc;
	border-radius:18px;
	-webkit-box-shadow: 0 17px 10px -10px #1c1c1c;
	-moz-box-shadow: 0 17px 10px -10px #1c1c1c;
	box-shadow: 0 17px 10px -10px #1c1c1c;
	z-index:10000;
}
.hoverBox, .hoverVid { display:none; }
.hoverBox {
	margin-left:-250px;
	width:500px;
}
.eventattendees {
	margin-left:-300px;
	width:600px;
}
.iFrameUpload {
	text-align:center;
	margin-left:-175px;
	width:350px;
}
.iFrameUpload form { overflow:hidden; }
.hoverVid {
	margin-left:-320px;
	width:640px;
}
.hoverBoxClose, .iFrameUpload .closebutton {
	position:absolute;
	top:-15px;
	right:-15px;
}

#rightsidebar {
	float:right;
	margin-left:25px;
}

.w_num_med { width:80px; }
.w_num_short { width:40px; }
.w_100 { width:100%; }
.w_ta_100 { width:100%;height:120px; }
.w_max { width:100%;min-width:500px; }
.w_ta_max { width:100%;min-width:500px;height:120px; }
.w_full { width:500px; }
.w_textarea_full { width:500px;height:120px; } 
.w_most { width:370px; }
.w_textarea_most { width:370px;height:120px; } 
.w_med { width:220px; }
.w_textarea_med { width:220px;height:80px; } 
.w_short { width:120px; }

#header-connect img { vertical-align:middle; }

#ac_reg_form input.req { background-color:#ffc; }
.section {
	position:relative;
	width:950px;
	max-width:100%;
	margin:0 auto;
}

.sectionbar {
	position:relative;
	margin:-5px -25px 15px -25px;
	text-align:center;
	background-color:#555;
	background-image: -moz-linear-gradient(left, #333, #666 15%, #666 85%, #333);
	background-image: -webkit-gradient(linear, left center, right center, from(#333), color-stop(15%, #666), color-stop(85%, #666), to(#333));
	border:4px solid #555;
	border-width:4px 0;
	padding:2px 0;
}
.sectionbar h1 {
	color:#fff;
	margin:0;
	padding:0;
	font-size:23pt;
	letter-spacing:-2px;
}

#main {
	position:relative;
	background-color:#fff;
	border-bottom:3px solid #3c3c3c;
	padding:90px 0 10px 0;
	padding-left:20px;
	padding-right:20px;
	z-index:20;
}

.fullwidth {
	margin-left:-20px;
	margin-right:-20px;
}

#footer {
	clear:both;
	margin-top:15px;
	color:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9pt;
	text-align:center;
	z-index:10;
}
#footer a { color:#fff; }
.fullsizeimg img { max-width:none; }
