/*
Theme Name: CSA
*/

@font-face {
	font-family: 'Asul';
	font-style: normal;
	font-weight: 400;
	src: local('Asul'), local('Asul-Regular'), url(/static/asul.woff) format('woff');
	}

@font-face {
	font-family: 'Asul';
	font-style: normal;
	font-weight: 700;
	src: local('Asul Bold'), local('Asul-Bold'), url(/static/asul_bold.woff) format('woff');
	}

@font-face {
	font-family: 'Gudea';
	font-style: normal;
	font-weight: 400;
	src: local('Gudea'), url(/static/gudea.woff) format('woff');
	}

body,
textarea {
	background: #1a82f7;
	background: linear-gradient(to bottom, #1a82f7 0%,#2f2727 100%) fixed;
	color: #333333;
	font-size: 0.9em;
	font-family: Gudea, Actor, Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0
	}

textarea {
	background: white !important;
	resize: vertical;
	}

#wrap {
	background: white url('/static/bg-wrap_bottom.gif') repeat-x bottom;
	width: 980px;
	margin: 0 auto;
	padding: 0 0 1em 0
	}

h1,
.cryo_calendar {
	font-family: Asul, Garamond, Georgia, "Times New Roman", "Trebuchet MS", Times, Serif;
	font-size: 2em;
	color: #002596;
	font-weight: 400;
	}

h1 {
	border-bottom: 1px dotted #002596;
	margin: 0 0 0.5em 0;
	padding: 0 0 5px;
	line-height: 1.2em;
	}

h2,
.h2 {
	font-size: 1.33em;
	font-weight: bold;
	}

h3,
.h3 {
	font-size: 1.17em;
	line-height: 1.2em !important;
	}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-size: 1em;
	font-weight: normal;
	}

a {
	color: #c00000;
	text-decoration: none;
	font-weight: 400
	}

a:hover {
	text-decoration: underline
	}

.boring a {
	text-decoration: none !important;
	}

.cold_facts_cover {
	box-shadow: -3px 3px 1px #999;
	}

.cold_facts_cover a:hover {
	box-shadow: none;
	}

.floatleft,
.alignleft {
	float: left !important;
	padding: 0 1em 0 0;
	}

img.alignleft {
	float: left !important;
	padding: 0 !important;
	}

img.aligncenter {
	display: block;
	float: none !important;
	text-align: center !important;
	margin: 0.5em auto !important
	}

img.homehighlight {
	margin: 0 auto 0.5em !important;
	}

.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto
	}

.floatright,
.alignright {
	float: right;
	padding: 0 0 0 1em
	}

.clearleft {
	clear: left;
	}

.clearright {
	clear: right;
	}

.clearall,
.clearboth {
	clear: both;
	}

.cf_single_cover {
	float: right;
	width: 200px;
	}

.cf_multi_cover {
	float: right;
	width: 100px;
	}

.announcement {
	background-color: lemonchiffon !important
	}

.alert {
	color: white;
	background-color: red;
	}

.bug {
	width: 14px;
	height: 12px;
	margin: 0 5px 0 0;
	}

.bug-align {
	margin: 4px 11px 0 0
	}

.vendor_dates {
	position: absolute;
	bottom: 0;
	left: 1em;
	}

.graytext {
	color: #999999;
	}

.code {
	font: 1.2em 'VT100', 'Monaco', 'Andale Mono', 'Courier New', Courier, Fixed;
	}

sub { font-size: 0.7em; vertical-align: baseline; }
sup { font-size: 0.7em; vertical-align: text-top; }

li.spaceafter {
	margin-bottom: 1.6em !important;
	}

.sixpx {
	margin-bottom: 6px;
	}

.disclaimer {
	line-height: 1.2em
	}

.category {
	font-size: 0.75em;
	line-height: 1.3em
	}

.normal {
	font-size: 1.33em;
	line-height: 1.6em
	}

.one33 {
	font-size: 1.33em;
	line-height: 1.33em;
	}

.one2 {
	line-height: 1.2em;
	}

a.noborder,
img {
	border: none
	}

.inline {
	display: inline;
	}

.nobr {
	white-space: nowrap
	}

.padding-1point0 {
	padding: 1em
	}

.printonly,
.nodisplay {
	display: none
	}

.red {
	color: #c00000;
	font-weight: 700
	}

.csablue {
	color: #002596;
	font-weight: 700;
	}

.lime {
	color: #00c000;
	font-weight: 700
	}

big {
	font-size: 1.1em;
	}

.small {
	font-size: 0.75em;
	font-weight: 400
	}

.sponsored_ads {
	float: right;
	width: 310px;
	margin: 0 0 1em 1em;
	}

.ads {
	line-height: 1.3em;
	text-decoration: none;
	}

.ad_url {
	color: #008000;
	line-height: 1.3em;
	font-size: 0.75em;
	font-weight: 400;
	}

.csa_border {
	/* has no float or width limitation */
	border: 1px solid #002596;
	border-radius: 6px;
	padding: 1em;
	}

#csa_shadow,
.csa_shadow {
	float: right;
	width: 350px;
	margin: 1em 0 2em 2em;
	border: 1px solid #002596;
	border-radius: 6px;
	box-shadow: -10px 10px 5px #999;
	padding: 1em;
	}

#header {
	width: 100%;
	height: 125px;
	padding: 10px 0 0;
	background: white;
	font-size: 1em;
	font-weight: 400;
	}

.masthead {
	background: white;
	float: left;
	margin: 0 0 0 1em
	}


.ah,
#breadcrumb_trail {
	background: white;
	}

.ah {
	float: right;
	text-align: right;
	margin: 0 1em 0 0
	}

.h {
	background: white;
	float: right;
	text-align: right;
	margin: 10px 10px 10px 0
	}

#breadcrumb_trail {
	text-align: left;
	margin: 0 0 0 1em;
	}

.search {
	float: right;
	background: white;
	margin: 10px 0 0 0;
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	text-align: right;
	}

#s,
#ate_s {
	background: white;
	width: 20em;
	color: #333333;
	font-size: 1em;
	border: 1px solid #666;
	 border-radius: 6px;
	padding: 0.25em
	}

#sbutton,
#ate_sbutton {
	background: #002596;
	color: white;
	font-size: 0.8em;
	border: 1px solid white;
	margin: 0 1.2em 0 0.25em;
	padding: 0.25em
	}

.minimenu {
	background: white;
	width: 100%;
	text-align: right;
	position: relative;
	top: 0.8em;
	line-height: 0.8em;
	letter-spacing: 0.09em;
	font-size: 0.8em;
	}

.minimenu li {
	display: inline;
	list-style-type: none
	}

.minimenu ul {
	padding: 0 1em
	}

.minimenu ul li a {
	color: #888;
	font-weight: 700;
	text-decoration: none;
	margin: 0 0.5em
	}

.minimenu ul li a:hover {
	color: #000;
	background: transparent;
	font-weight: 700;
	text-decoration: none
	}

.minimenu img {
	vertical-align: text-bottom;
	padding: .5em 0 0
	}

#navbar {
	background: #002596;
	width: 100%;
	height: 2.0em;
	z-index: 998;
	margin: 0 auto;
	padding: 0.25em 0 0 0;
	}

#nav a {
	color: white;
	display: block;
	font-size: .9em;
	font-weight: 400;
	text-decoration: none;
	margin: 0 0.25em 0.25em 0.25em;
	padding: 0.25em 0.5em;
	}

#nav a:hover {
	background: #002596;
	color: #ffcc00;
	display: block;
	text-decoration: none;
	margin: 0 0.25em 0.25em 0.25em;
	padding: 0.25em 0.5em
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0
	}

#nav li li {
	float: left;
	width: 13em;
	margin: 0;
	padding: 0;
	z-index: 998;
	}

#nav li li a,
#nav li li a:link,
#nav li li a:active,
#nav li li a:visited {
	background: #002596;
	color: white;
	width: 13em;
	z-index: 998;
	float: none;
	margin: 0;
	border-bottom: 1px solid white;
	padding: 0.25em 0.5em;
	text-decoration: none;
	}

#nav li li a:hover {
	background: #002596;
	color: #ffcc00;
	padding: 0.25em 0.5em;
	}

#nav li ul {
	position: absolute;
	width: 13em;
	z-index: 998;
	left: -999em
	}

#nav li:hover ul {
	left: auto;
	display: block
	}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto
	}

#nav li.gold a {
	background: #ffcc00;
	color: black;
	border-bottom: 1px solid white;
	padding: 0.25em 0.5em;
	}

.admin_menu {
	background: yellow;
	float: right;
	margin: 1em 6em 0 0;
	line-height: 1.2em;
	padding: 1em;
	}

#content {
	background: white;
	line-height: 1.6em;
	margin: 0.8em 10px 4em
	}

#content h2.cold_facts {
	display: inline;
	font-size: .8em;
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	color: #002596;
	font-weight: bold;
	padding: 0
	}

#content h2,
#content .h2,
#content h3,
#content .h3 {
	color: black;
	margin: 0;
	padding: 1em 0 0
	}

#content h2.dots {
	border-bottom: 1px dotted #999;
	padding: 1em 0 5px;
	}

#content h2.nodots,
#csa_shadow h2,
.csa_shadow h2,
#csa_shadow p.h2 {
	padding: 0 !important;
	}

#content .cold_facts_align {
	float: right;
	border: 1px solid #dddddd;
	margin: 0 0 0 1em;
	}

#content .bg_column_width {
	width: 450px;
	}

#breadcrumb_trail {
	max-width: 500px;
	}

.date,
#breadcrumb_trail {
	color: #666;
	font-size: .75em;
	font-weight: 400;
	}

.date {
	float: right;
	margin-top: .75em;
	margin-left: 1em;
	line-height: 1.5em;
	vertical-align: baseline
	}

.serp {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
	}

.form_wrap {
	max-width: 600px;
	margin: 1em;
	border: 1px solid gray;
	border-radius: 6px;
	padding: 0 1em;
	overflow: auto;
	}
	
#mycsa input[type="text"],
#mycsa input[type="password"],
#mycsa textarea,
.form_field {
	border: 1px solid #002596;
	border-radius: 6px;
	padding: 4px;
	}

#content p {
	margin: 0;
	padding: 0 0 1.5em 0
	}

#content img.wp-post-image {
	float: right;
	margin: 0.5em 0.8em 0.8em 0;
	border: 0;
	}

#content img.wprc_thumbnail {
	margin: 0 0 0.8em 0;
	border: 0;
	}

#content img.nopadding {
	margin: 0 1em 0 0;
	padding: 0;
	}

#content p img {
	margin: 0 0.8em 0.8em 0;
	border: none;
	}

#content ol {
	margin: 0 0 0 1.75em;
	padding: 0 0 0.8em
	}

#content ol li {
	margin: 0 0 0 1.75em;
	padding: 0
	}

.newsitem p {
	margin: 0 !important;
	padding-bottom: 0 !important;
	}

.newsitem:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: left;
	}

.newsimage img {
	margin: 0.45em 0 0 0 !important;
	border: none;
	}

blockquote {
	margin: 0 2em 0 2em;
	padding: 0
	}

.bg_leaderboard,
.logo {
	width: 100%;
	margin-bottom: 0.5em;
	text-align: center;
	}

dl.bg,
dl.contact_info {
	width: 600px;
	margin: 0;
	}

dl.legend dt,
dl.bg dt,
dl.contact_info dt {
	float: left;
	width: 60px;
	margin-left: 0em;
	}

dl.legend dd,
dl.bg dd,
dl.contact_info dd {
	margin-left: 70px;
	}

dl.kryokwiz {
	width: 650px;
	margin: 0;
	}

dl.kryokwiz dt {
	float: left;
	width: 120px;
	margin-left: 0em;
	}

dl.kryokwiz dd {
	margin-left: 130px;
	}

dl.resources dd {
	margin-bottom: 1em;
	}

dl.membership_rates {
	width: 230px;
	margin: 0 0 0 40px;
	}

dl.membership_rates dt {
	float: left;
	width: 180px;
	margin-left: 0;
	}

dl.membership_rates dd {
	margin-left: 180px;
	text-align: right;
	}

.button {
	background: #002596;
	color: white;
	font-size: 0.8em;
	border: 0;
	margin: 0;
	padding: 0.25em 1.5em
	}

.csa_button {
	display: inline-block;
	background: #0095cd;
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: white;
	border: solid 1px #0076a3;
	border-radius: .5em;
	padding: .5em 1.5em .5em;
	letter-spacing: 0.05em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}

.csa_button:hover {
	background: #002596;
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	text-decoration: none;
	}

.csa_button:active {
	position: relative;
	top: 1px;
	color: #80bed6;
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	}

.button_shadow {
	margin: 0 0 1em 10px;
	box-shadow: 0 5px 8px rgba(0,0,0,1);
	border-radius: 20px;
	}

.button_shadow:hover {
	box-shadow: none;
	}

.button_shadow:active {
	box-shadow: none;
	opacity: 0.4;
	}

#content li.white {
	background-color: white;
	border: 1em solid white;
	margin: 0 0 1em
	}

#content li.blue {
	background-color: #e1d9f0;
	border: 1em solid #e1d9f0;
	margin: 0 0 1em
	}

#author,
#email,
#url,
#comment {
	font-size: 1em;
	border: 1px solid #666;
	padding: 0.25em
	}

.bg_email {
	margin: 3px 0 0 0;
	}

.color1 {
	background-color: white
	}

.color2 {
	background-color: #FFEBCD
	}

.color3 {
	background-color: #ccffcc
	}

#centered_page {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 2em;
	}

table {
	}


th {
	line-height: 1.4em;
	text-align: right;
	}

input[type="text"],
.textarea,
textarea {
	width: 450px;
	border: 1px solid #aaaaaa;
	border-radius: 6px;
	padding: 4px;
	}

table.gallery tr.img,
table.gallery td.img {
	vertical-align: bottom;
	padding: 0 .5em;
	}

table.gallery img {
	border: 1px solid #08609f;
	}

p.wp-caption-text,
table.gallery tr.caption,
table.gallery td.caption {
	vertical-align: top;
	color: #666666;
	font-size: .83em;
	text-align: left;
	line-height: 1.2em;
	padding: 0px .5em 2em .5em;
	}

table#adtable {
	border: 1px solid gray;
	border-collapse: collapse;
	margin: 0 2em
	}

table[rules=rows]#adtable tr {
	border-top: 1px solid gray
	}

table#adtable th {
	text-align: center;
	vertical-align: bottom;
	font-weight: 700
	}

table#adtable td {
	text-align: right;
	vertical-align: bottom;
	padding: .75em .75em 0
	}


table#generic {
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	margin: 0 1em;
	}

table[rules=rows]#generic tr {
	border-bottom: 1px solid red;
	}

table#generic th {
	text-align: center;
	vertical-align: top;
	font-weight: 700;
	}

table#generic td {
	text-align: left;
	vertical-align: top;
	padding: .75em .75em 0;
	border: 1px solid #aaaaaa;
	}

table.fees td {
	vertical-align: bottom;
	}

tr.dots {
	background: transparent url(/static/dots.gif) bottom left repeat-x;
	width: 95%;
	vertical-align: bottom;
	line-height: 1.1em
	}

span.dotleft {
	background-color: white;
	padding-right: 0.5em
	}

span.dotright {
	background-color: white;
	padding-left: 0.5em;
	text-align: right
	}

.editorial_dates {
	width: 320px;
	}

#nav,#nav ul {
	list-style: none;
	margin: 0;
	padding: 0
	}

#content ul {
	margin: 0 0 1.6em 0;
	}
	
#content ul ul {
	margin: 0;
	}
	
#content ul li {
	list-style-type: square;
	margin: 0;
	padding: 0
	}

#mycsa ul li {
	list-style-type: none;
	}

#mycsa input[type="text"],
#mycsa input[type="password"] {
	width: 30em;
	}

#mycsa textarea {
	width: 98%;
	resize: vertical;
	}

table#adtable caption,
table#generic caption {
	font-size: 1.17em;
	color: #000;
	font-weight: 700;
	border-bottom: none;
	margin: 0;
	padding: 0.5em 0 0.25em
	}

table#adtable td.l,
th.l,
table#generic td.l,
th.l {
	text-align: left
	}

.homelink {
	line-height: 1.2em
	}

.wprc_page_numbers {
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	}

.wprc_page_numbers span,
.wprc_page_numbers .current,
.wprc_page_numbers a {
	display: block;
	float: left;
	margin: 2px 3px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #666;
	}

.wprc_page_numbers .current,
.wprc_page_numbers a {
	border: 1px solid transparent;
	color: white;
	background: #002596;
	}

.wprc_page_numbers a:hover {
	border: 1px solid #002596;
	color: #002596;
	background: white;
	}

.wprc_page_numbers .current {
	padding: 6px 9px 5px 9px;
	background: white;
	color: #666;
	}

.wprc_et_div {
/* off so book_corner form works, what breaks?	max-width: 450px; */
/* off to test adv- margin: 8px 10px -12px 12px; */
	margin: 8px 10px 0 12px;
	padding: 8px;
	background: #f4f4f4;
	border: 1px solid #002596;
	}

.bottom_16 {
	padding-bottom: 1.6em;
	}

.calendar_item {
	float: left !important;
	width: 100% !important;
	margin: 0 0 1.5em -20px !important;
	list-style-type: none !important;
	}

.calendar_detail {
	margin-left: 80px;
	}

.calendar_detail-home {
	margin-left: 0px;
	}

.calendar_bug {
	float: left;
	vertical-align: top;
	padding-right: 10px;
	}

.starburst {
	position: relative;
	top: -145px;
	left: 50px;
	z-index: 5;
	}

.vcard a,
.vcard .email {
	color: white;
	}

fieldset {
	display: inline;
	margin-bottom: 10px;
	border: 1px solid #002596;
	border-radius: 6px;
	border: 2px groove (internal value);
	}

fieldset legend {
	padding: 0 0.5em;
	font-weight: bold;
	}

.ap img {
	border: 1px solid #002596;
	margin: 0 0 1.6em 0;
	}

.pull_quote {
	width: 300px;
	float: right;
	position: relative;
	top: -1.33em;
	border-top: 3px #868686 solid;
	border-bottom: 3px #868686 solid;
	background: top left no-repeat url("/static/pull_quote.png");
	text-indent: 25px;
	font-weight: bold;
	padding: 6px;
	margin: 10px 10px 10px 15px;
	box-shadow: 7px 7px 8px #818181;
	}


/*************** FOOTER *****************/
#footer {
	width: 980px;
	background: #666666;
	margin: 1em auto 0;
	color: silver;
	font-size: 0.9em;
	}

.footer_infoboxland {
	display: inline;
	margin: 10px auto;
	}	

.footer_infobox-side {
	float: left;
	width: 223px;
	margin: 0 10px;
	padding: 10px;
	}

.footer_infobox-center {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
	}

.footer_in {
	padding: 0 1em;
	}

#footer h2 {
	color: yellow;
	}

a.bland {
	color: silver;
	text-decoration: none;
	}



/****** share buttons ******/
.really_simple_share_prepend_above {
        padding-top: 2px;
        padding-bottom: 2px;
        clear: both;
        height: 33px;
        }

.really_simple_share {
	min-height: 33px;
        padding-top: 2px;
        padding-bottom: 2px;
        clear: both;
        }

.really_simple_share iframe {
        border:  0;
        min-height:  25px;
        }

.really_simple_share div {
        float: left;
        padding-left: 10px;
        }

.really_simple_share div: first-child {
        padding-left: 0;
        }

.really_simple_share_clearfix {
  clear: both;
        }

.really_simple_share_facebook_share a {
        background:  url('/static/images/facebook-share.png') no-repeat center left;
        padding-left:  20px;
        }

.really_simple_share_facebook_share_new {
        line-height:  normal;
        }

.really_simple_share_facebook_like iframe {
        max-width: 450px;
        }

.really_simple_share_facebook_like_send {
        width: 50px;
        }

.really_simple_share_facebook {
        margin-top:  -3px !important;
        }

.fb-like {
        z-index:  9999;
        }

.fbpdl, .pam, .execphpwidget, .fb-like span {
        z-index:  9999 !important;
        width: 500px;
        overflow:  visible;
        }

.really_simple_share_email {
        width: 30px;
        }

.really_simple_share_email img {
        border:  0;
        margin:  0;
        padding:  0;
        }

.really_simple_share_box .really_simple_share_pinterest {
        margin-top:  20px;
        }




