@charset "UTF-8";/*
Theme Name: Going to Mars 2013-01-25
Theme URI: http://lasp.colorado.edu/
Description: Theme for the Going to Mars with MAVEN site.
Author: Ransom.Christofferson@lasp.colorado.edu
Version: 1.0.0
*/


body, html {
	margin: 0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
html {
	background: url(images/bg.jpg) center top black no-repeat;
}




/* --------------- BANNER --------------- */

#lasptopbanner, #cutopbanner {
	width: 100%;
	height: 18px;
	color: #000;
	margin: 0;
	padding: 0;
	z-index: 99;
}

#lasptopbanner {
	background: url(images/style/lasp-minibanner-bg.png) repeat-x;
}

#cutopbanner {
	height:18px;
	background:url(images/style/cutopbanner.png) repeat-x;
	margin-top: -1px;
}

#lasptopbanner img, #cutopbanner img {
	display: block;
	border: none;
	margin: 0 auto;
}



/* --------------- MAIN SECTIONS --------------- */


div#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	margin-top: 225px;
	background: url(images/content-bg.jpg) no-repeat 0 0 #ccc;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
}

div#content {
	position: relative;
	float: right;
	width: 560px;
	min-height: 400px;
	padding: 20px;
	z-index: 90;
	background: url(images/vert-hr-transp.png) left top repeat-y;
}

div#content:after, div#wrapper:after {
	display: block;
	content: '';
	clear: both;
}

div#footer {
	position: relative;
	width: 760px;
	clear: both;
	margin: 0 auto 30px;
	background: url(images/footer-bg.png) repeat;
	color: white;
	padding: 20px;
	padding-top: 10px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
}

div#footer a, div#footer a:hover, div#footer a:visited {
	color: #8f5927;
}

/* --------------- NAVS --------------- */

ul#topnav {
	width: 490px;
	height: 80px;
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: -80px;
	right: 0;
}

ul#topnav li {
	margin: 0 0 0 10px;
	list-style: none;
	display: block;
	float: right;
	width: 200px;
	height: 80px;
	border-radius: 20px 20px 0 0;
	background: url(images/topnav_bg.jpg) no-repeat;
}

ul#topnav li a {
	display: block;
	height: 65px;
	font-weight: bold;
	color: #eee;
	font-size: 18px;
	padding: 15px 10px 0;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

ul#topnav li a:hover, ul#topnav li a:visited {
	text-decoration: none;
	color: #eee;
}

ul#topnav li.current_page_item a, ul#topnav li.current_page_ancestor a {
	color: black;
	text-shadow: none;
}


div#sidenav {
	float: left;
	width: 172px;
	min-height: 200px;
	margin-top: 178px;
	padding: 2px 10px 20px 20px;
	z-index: 80;
	background: url(images/vert-hr.png) right top repeat-y;
}
div#sidenav dt {
	font-size: 1.2em;
}
div#sidenav dd {
	margin: 0;
}
div#sidenav hr {
	width: 200px;
	margin-left: -20px;
}
div#sidenav h1 {
	padding-top: 10px;
	font-weight: 300;
	color: black;
	font-size: 1.5em;
	text-shadow: none;
}
div#sidenav h1+hr {
	margin-top: 0;
}
div#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	margin-left: -20px;
	margin-bottom: 20px;
	background: url(images/horiz-hr.png) top center repeat-x;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
}
div#sidenav ul li {
	display: block;
	height: 35px;
}

div#sidenav ul li a, div#sidenav ul li a:visited {
	display: block;
	height: 35px;
	line-height: 33px;
	padding-left: 10px;
	color: #f7d8db;
	background: url(images/horiz-hr.png) bottom center repeat-x #bd2132;
	margin-top: -1px;
}
div#sidenav ul li a:hover, div#sidenav ul li.current_page_item a {
	text-decoration: none;
	background: #da505e;
}

/* --------------- LINKS --------------- */

a {
	color: #bd2132;
	text-decoration: none;
}
a:visited {
	color: #a55d64;
}
a:hover {
	color: #bd2132;
	text-decoration: none;
}
h1 a:visited, h2 a:visited {
	color: #bd2132;
}
h1 a, h2 a {
	border-bottom: none !important;
}

div#logins a:visited {
	color: #bd2132;
}
div#content a {
	border-bottom: 1px dotted #bd2132;
	text-shadow: 0 1px 0 #ddd;
}
div#content a:hover, div#logins a:hover {
	border-bottom: 1px solid #bd2132;
}

a.external {
	padding-right: 13px;
	background: url(images/style/external.png) no-repeat 100% 40%;
}


/* ---------------  --------------- */
h1, h2 {
	font-family: 'Lato', Arial, sans-serif;
}
h1 {
	margin-top: 10px;
	font-weight: 700;
	font-size: 2.8em;
	line-height: 1em;
	color: #bd2132;
	text-shadow: 0px 1px 1px white;
}
h2 {
	margin-top: 0;
	font-weight: 300;
	font-size: 2em;
	line-height: 1em;
	color: #2a2a2a;
	text-shadow: none;
	font-style: italic;
	padding-top: 0.8em;
}
img {
	border: none;
}
p {
	color: #2a2a2a;
}
.dim {
	color: #6a6a6a;
}
dt {
	color: #bd2132;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	padding-top: 0.5em;
}

#logo {
	display: block;
	position: absolute;
	right: 0;
	top: -220px;
}

#maven-corner {
	width: 261px;
	height: 189px;
	background: url(images/maven_corner.png);
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 1;
}

hr {
	clear: both;
	height: 2px;
	border: 0;
	padding: 0;
	background: url(images/horiz-hr.png) repeat-x;
}
hr.dashed {
	background: none;
	border-top: 1px dashed #aaa;
}

div#logins {
	position: absolute;
	color: white;
	text-align: right;
	top: -105px;
	right: 20px;
}

#copyright {
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0;
	bottom: 0;
	left: 0;
	font-size: 11px;
	color: #ad9193;
}

a.post-edit-link, button {
	text-decoration: none;
	color: #464646 !important;
	background: url(images/style/buttonbg.jpg) #f2f2f2 repeat-x;
	padding: 5px 9px;
	margin: 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #cfcfcf;
	cursor: pointer;
}
a.post-edit-link:visited {color: #464646 !important;}
a.post-edit-link:hover, button:hover {
	color: black !important;
	border-color: #aaa;
	text-decoration: none !important;
}

div.buttonholder, button {
	clear: both;
	margin: 20px;
}



fieldset {
	border: 1px solid #c0c0c0;
	display: inline;
	padding: 20px 15px 0;
	margin: 30px 0 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
/*	width: 350px;*/
}
fieldset h2 {
	position: absolute;
	top: -40px;
	padding: 6px 0 6px !important;
	color: #888;
}



input[type="text"], input[type="password"] {
    color: rgb(85, 85, 85);
    font-weight: 200;
    font-size: 24px;
    line-height: 1;
}
input[type="text"], input[type="password"], textarea {
    padding: 5px;
	margin: 2px 6px 16px 0;
	border-radius: 5px 5px 5px 5px;
    border: 1px solid rgb(229, 229, 229);
    background: none repeat scroll 0% 0% rgb(251, 251, 251);
    outline: 0px none;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
}
input[type="text"]:hover, input[type="password"]:hover {
	border-color: rgb(153, 153, 153);
}
/*
input[type="text"], input[type="password"], textarea, select {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
	padding: 4px 6px;
	margin: 0;
	background: url(images/transp-white-75.png);
	-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
	color: #444;
}
input[type="text"]:hover, input[type="password"]:hover, select:hover {
	border-color: #999;
}
*/

#login input[type="submit"], input[type="submit"], a.nice-button, input[type="button"] {
	overflow: visible;
	text-decoration: none;
	display: inline-block;
	padding: 6px 10px;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333 !important;
	cursor: pointer;
	text-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid #bd2132 !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e1e1e1;
	position: relative;
	line-height: 13px !important;
}
/*
input[type="submit"] {
	background: #bbdfc0;
}
*/
#login input[type="submit"]:hover, input[type="submit"]:hover, a.nice-button:hover, input[type="button"]:hover {
	border-color: #999 !important;
	background-position: 0 -30px;
}
#login input[type="submit"]:active, input[type="submit"]:active, a.nice-button:active, input[type="button"]:active {
	background-color: #d9d9d9 !important;
	border-color: #777 !important;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5) !important;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.small-nice-button {
	font-size: 12px !important;
	padding: 3px 7px 3px 5px !important;
}
/*
input[type="submit"]:active {
	background: #b6d7ba;
}
*/
.delete_button input[type="button"] {
	color: #bd2132 !important;
}


label.disabled, input[disabled="disabled"] {
	color: #999 !important;
}
.formpage input[type="text"], .formpage input[type="password"], #commentform input {
	font-size: 1.1em;
	clear: left;
	display: block;
	margin-bottom: 20px;
}
.formpage label {
	clear: left;
	display: block;
	margin-bottom: 5px;
}
.formpage input[type="text"], .formpage input[type="password"] {
	width: 200px;
}
.formpage input[name="email"], .formpage #title {
	width: 400px;
}

form#registerform input[type="text"], form#registerform input[type="password"] {
	width: 262px !important;
	height: 35px !important;
	font-size: 24px !important;
}

.nice-button.extra-margin {
	margin-bottom: 5px;
}



#content {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-left: -2px;
}



.confirm-message, .error-message, .notice-message, .message, .login .message, .login #login_error {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 15px 10px 48px;
	margin: 10px 0;
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.05);
	border: none;
}
.confirm-message img, .error-message img, .notice-message img, .message, .login .message, .login #login_error {
	position: absolute;
	top: 4px;
	left: 4px;
}
.confirm-message {
	background: #aee5ac;
	margin-right: 20px;
}

.error-message, .login #login_error {
	background: #eac0b9;
	position: relative;
}
.error-footer {
	padding-top: 10px;
	border-top: 1px dotted #926f6f;
}
.error-footer p {
	color: #695252 !important;
	font-style: italic;
}
.notice-message, .message, .login .message {
	background: #fbef26;
}
.login .message, .login #login_error {
	position: relative;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.feedbutton, .feedbutton:hover {
	border: none !important;
}
.special-message p {
	margin: 10px 0 15px;
}
.special-message {
	margin-bottom: 15px;
}

input[type="button"].bwbps_clear_flags_button {
	color: green !important;
}
input#goog-wm-qt {
	font-size: 1em;
}


.dimtext {
	color: #888;
	font-size: 0.8em;
}
#login .dimtext {
	display: inline-block;
	line-height: 1em;
}

a[title="hide rating"] {
	display: none;
}

.bwbps-rating-infobox {
	color: white;
}
p.image-select-button span {
	display: block;
}
.bwbps-fav-link, .bwbps-fav-link:hover, .bwbps-fav-link * {
	text-decoration: none !important;
	border: none !important;
}

.red {
	color: #e43c19;
}


#connect {
	/*background: url(images/horiz-hr.png) center top repeat-x;*/
	margin-top: 30px;
}
#connect img {
	vertical-align: middle;
	margin-right: 5px;
}
#connect a {
	line-height: 2.1em;
	border: none !important;
	margin-bottom: 8px;
}
#connect a:hover {
	text-decoration: underline;
}
#connect .column {
	float: left;
	width: 150px;
}



.homebox {
	position: relative;
	display: block;
	border-radius: 15px;
	padding: 20px;
	background: url(images/red-gradient.jpg) repeat-x #7a0a0a;
	background-position: 0 0;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .20);
	margin-bottom: 40px;
	height: 110px;
}
a.homebox:hover {
	text-decoration: none !important;
	background-position: 0 -200px;
}
.homebox img {
	display: block;
	float: left;
}
.homebox h2 {
	position: relative;
	padding-top: 0;
	color: #f4caca;
	background: url(images/20-white.png);
	width: 520px;
	padding: 10px 20px;
	margin: -20px 0 0 -20px;
	z-index: 30;
	border-radius: 15px 15px 0 0;
}
.homebox p {
	margin-top: 20px;
	color: #240606;
	width: 350px;
	position: relative;
	z-index: 30;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	font-weight: bold;
	line-height: 19px;
}
.homebox i {
	font-style: oblique;
	font-weight: normal;
}
.homebox-bg {
	position: absolute;
	width: 300px;
	height: 250px;
	z-index: 40;
}
#homebox1 .homebox-bg {
	right: -45px;
	top: -35px;
	background: url(images/buttonbg1.png) no-repeat right top;
}
#homebox2 .homebox-bg {
	right: -20px;
	top: 5px;
	background: url(images/buttonbg2.png) no-repeat right top;
}
#homebox2 p {
	margin-top: 12px;
	width: 270px;
}
#homebox1 i {
	display: block;
	padding-top: 8px;
}
code {
	font-weight: bold;
}



/* --------------- contact form --------------- */
#contactform label {
	display: block;
	clear: left;
}
#contactform input[type="text"], #contactform textarea {
	width: 70%;
	font-size: 1em;
	display: block;
}
#contactform textarea {
	height: 7em;
}
#contactform input#contactform-verification {
	width: 120px;
	display: block;
	clear: left;
	margin-bottom: 10px;
}
#contactform img {
	vertical-align: middle;
}
#contactform input[type="submit"] {
	display: block;
	clear: left;
	margin-top: 15px;
}
.errortext {
	color: #b62222;
}

input#agecheck {
	display: block;
	clear: left;
	float: left;
	font-size: 2em;
	margin: 4px 0 0 0;
}
#agecheck-label {
	display: block;
	clear: none !important;
	float: left;
	margin: 0 0 15px 10px;
}


.sharebuttons {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11px;
	color: black;
	line-height: 16px;
	opacity: 0.5;
}
.sharebuttons:hover {
	opacity: 1;
}
.sharetext {
	vertical-align: top;
}

.stButton .chicklets {
	padding-right: 0 !important;
	padding-left: 16px !important;
}


/*textarea[name=bwbps_imgcaptionInput] { white-space: pre-wrap }*/
#c2bwbps_scroll_name, #c2bwbps_imgcaptionInput, #c1bwbps_scroll_name, #c1bwbps_imgcaptionInput, #send-name-email {
	width: 500px;
}
#c1bwbps_imgcaptionInput, #c2bwbps_imgcaptionInput {
	font-size: 1em;
	height: 3.5em;
	color: #555;
}

.cc {
	margin: -17px 0 17px 1px;
}
.cc span {
	padding: 5px;
	background-color: #fbfbfb;
}


table#winning-entry {
	margin-top: 25px;
}
table#winning-entry td {
	vertical-align: top;
	padding-bottom: 20px;
}
table#winning-entry h2 {
	padding-top: 0;
	padding-left: 10px;
	color: #bd2132;
}
table#winning-entry p {
	padding-left: 10px;
}

.has-shadow {
	box-shadow: 0 0 4px rgba( 0, 0, 0, 0.5 );
}
.winning-entry-details {
	width: 180px;
	margin-left: 10px;
	float: left;
	display: block;
	min-height: 120px;
	padding-bottom: 50px;
}
.winning-entry-details p {
	margin-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.educator-about {
	clear: both;
	padding: 10px 0 50px;
}
.wp-caption-text {
	color: #555;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.3em;
}

.bwbps-rating-gal-1 {
	display: none !important;
}

input#search {
	font-size: 1em;
	width: 300px;
}

.voting-ip-table td, .voting-ip-table th {
	border: 1px solid rgba(0, 0, 0, 0.4);
	margin: 0;
	padding: 6px;
}
.voting-ip-table {
	border-collapse: collapse;
	margin-top: 50px;
	float: left;
	margin-right: 20px;
}

.haiku, .educator-haiku {
	padding: 0 0 20px 40px;
	font-family: "Lato", Tahoma, Geneva, sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-shadow: 0px 1px 1px #f1ebe5;
}
.haiku .attr {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-shadow: none;
	margin-top: 7px;
	font-style: italic;
	line-height: 17px;
/*	padding-left: 1em;*/
}

.haiku + h2, .haiku + h3 {
	padding-top: 0;
	margin-top: 0;
}

.educator-haiku {
	clear: both;
	float: left;
	font-size: 18px;
	width: 300px;
}

.educator-attr {
	float: right;
	width: 210px;
}

.educator-attr + * {
	clear: both;
}

#name-submit-form #name-captcha, #name-submit-form #captcha-image-wrapper {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-top: 0;
}
.bwbps_uploadform input[type="submit"] {
	float: left;
}

.single_namescroll_entry.haiku {
	margin-bottom: 15px;
	background: none;
	font-size: 18px;
}
.haiku .namescroll_entry_message {
	padding-left: 0;
	padding-bottom: 0;
}
.redtext { color: #bd2132 }

.educator-info {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 30px 0 20px;
	font-family: "Lato", Tahoma, Geneva, sans-serif;
	font-style: italic;
}

.educator-story {
	position: relative;
	clear: both;
}
.readmore {
	display: inline-block;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 0.85em;
}
.namescroll_flag {
	display: none;
}

#fixed-social {
	position: fixed;
	background: url(images/40-white.png);
	left: 50%;
	top: 260px;
	margin-left: 400px;
	-webkit-border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
	padding: 0 5px 5px;
}
#connect-icons a {
	display: block;
	clear: left;
	margin-top: 5px;
}