/*
Theme Name: Space Exploration
Theme URI:
Description:
Version: 1.0
Author: <a href="http://kalleypowell.com">Kalley Powell</a> &amp; <a href="http://chrishungate.com">Chris Hungate</a>
Tags: space, fixed width

*/


html, body, div, p, a, img, span, ol, ul, li, dl , dt, dd, h1, h2, h3, h4, h5, h6, button,
form, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
a {
    color: #284c8c;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
html, body, #wrap { height: 100%; }
body {
    background: #000 url(images/space2.jpg) repeat-x center top;
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
}
body > #wrap {
    height: auto;
    min-height: 100%;
}
#wrap, #ftwrap, input, select, textarea, button {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
#main, #footer {
    margin: 0 auto;
    padding: 35px 35px 225px;
    text-align: left;
    width: 960px;
}
#header {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 3em;
    text-align: right;
}
#nav {
    background: url(images/navbar.gif) no-repeat;
    font-size: 11px;
    height: 32px;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 21px;
    position: relative;
}
#ftwrap {
    background: #2d2d2d;
    clear: both;
    color: #fff;
    height: 150px;
    margin-top: -200px;
    padding: 25px 0;
}
#footer {
    color: #838383;
    padding: 0;
}

/* header styles */
#searchform { padding-top: 22px; }
#searchform input {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0;
    height: 15px;
    margin-right: 3px;
    padding: 5px 10px;
    width: 155px;
}

/* logo */
div#logo {
    width: 251px;
    height: 78px;
    float: left;
}

/* nav styles */
#nav .button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#nav li {
    float: left;
    position: relative;
    display: inline;
    margin-right: 10px;
}

#nav a {
    color: #000;
    padding: 11px 15px 10px;
    display: inline;
    float: left;
}

#nav li.button {
    background-position: 0 19px;
    font-size: 1em;
    height: 38px;
    padding: 0;
    display: inline;
    position: relative;
    bottom: 3px;
}

#nav li.button a {
    padding: 0;
    line-height: 38px;
    padding: 0 10px 3px;
    color: white;
}

/* subnav styles */
#subnav {
    list-style: none;
    margin: 0 0 15px 15px;
}
#subnav li {
    float: left;
    margin-right: 10px;
}
#subnav a {
    color: #be772d;
    display: block;
    font-size: 1.1em;
}

#subnav li.active a {
    background: #be772d;;
    color: #fff;
    font-weight: 700;
}

/* content styles */
h1 {
    color: #fff;
    font-size: 3em;
    line-height: 1;
    margin: 0 0 15px 15px;
}
#content p { margin-bottom: 1em; }
.benefits-section { height: 460px; }
.feature { height: 365px; }
.feature h2 { background: #eee; }
.feature h2, .benefits-feature h2 {
    font-size: 2.2em;
    margin-bottom: .2em;
}
.education-feature h2 { font-size: 2.2em; }
.feature span {
    background: #eee;
    font-size: 11px;
}
.feature-info {
    display: block;
    margin-bottom: .5em;
}
.feature .button {
    float: left;
    font-size: 1.15em;
}
.benefits-feature p, .education-feature p { font-size: 1.25em; }
.news-feature, .popular-news { height: 500px; }
.news-feature h2 {
    font-size: 2.05em;
    margin-bottom: .4em;
}
.news-feature p {
    font-size: 1.15em;
    line-height: 1.4;
}
.news-feature .button {
    float: left;
    font-weight: 400;
}
.news-feature { padding: 18px 16px; }
.module .button a {
    background: url(images/white-arrow.gif) no-repeat right 11px;
    margin: 0 6px;
    padding: .5em 8px 0 0;
}
h3 {
    background: #cbcbcb;
    color: #000;
    font-size: 1.45em;
    left: -16px;
    padding: 11px 16px;
    position: relative;
    top: -14px;
    width: 100%;
}
h3 a { color: #000; }
.story { height: 230px; }
.story a {
    font-size: 1.45em;
    font-weight: 700;
}
.sidebar p { font-size: 1.15em; }
.sidebar .button { float: left; }
.sidebar .button a {
    margin: 0 10px;
    padding: .5em 8px 0 0;
}
.sidebar ul {
    color: #be772d;
    font-size: 11px;
    font-weight: 700;
    list-style: inside square;
}
.sidebar li { text-indent: -1em; }
.research { height: 246px; }
div.events ul { margin-left: 0 !important; }
div.events li { text-indent: 0; }
.featured-news-block { height: 380px; }
.featured-news-block small {
    clear: both;
    color: #666;
    display: block;
    font-size: .7em;
    font-weight: 400;
    padding-top: .5em;
}
#content.with-subnav #follow-us { height: 53px; }
#follow-us {
    color: #fff;
    margin-bottom: 13px;
    padding: 0 5px 10px 5px;
}
#follow-us span {
    float: left;
    font-size: 1.1em;
    padding: 5px 5px 0 0;
}
#follow-us img {
    display: block;
    float: left;
    margin-right: 9px;
    width: 24px;
    height: 24px;
}
.post { margin-bottom: 20px; }
.post h2 {
    font-size: 2.2em;
    margin-bottom: 10px;
}
.post img { margin-bottom: 15px; }
.meta-data {
    font-size: 1.15em;
    margin-bottom: 10px;
}
.cat-links { display: block; }
.comments-link { float: right; }
.meta-data a span { color: #000; }
.meta-data a { color: #be772d; }
.entry-content { font-size: 1.15em; }
.navigation {
    padding: 0 20px;
    text-align: right;
}
.navigation a {
    background: url(images/orange-arrow-left.gif) no-repeat left 5px;
    color: #be772d;
    float: left;
    font-size: 1.55em;
    font-weight: 700;
    padding-left: 11px;
}
.navigation a.next {
    background: url(images/orange-arrow-right.gif) no-repeat right 6px;
    float: none;
    padding: 0 11px 0 0;
}

.rss-feed {
    background: url(images/icons/rss-small.jpg) no-repeat;
    display: none;
    height: 19px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 12px;
    width: 19px;
}

/* homepage specific styles */
#intro p { font-size: 1.15em; }
#intro a {
    background: url(images/blue-arrow.gif) no-repeat right 5px;
    font-size: 1.15em;
    font-weight: 700;
    padding-right: 8px;
}
#intro .end { margin-left: 0; }
#intro .last { width: 198px; }

.short-excerpt {
    border-bottom: 1px inset #666;
    font-size: 1.15em;
    font-weight: 700;
    margin-bottom: 9px;
    padding-bottom: 13px;
}
.short-excerpt img {
    float: left;
    margin-right: 9px;
}
.short-excerpt a { display: block; }
.text-link {
    background: url(images/blue-arrow.gif) no-repeat right 6px;
    padding-right: 8px;
}
.reviews, .events { height: 150px; }
.column div.reviews .column { height: 110px; }
.short-excerpt .button, .reviews .button, .white-house-nasa .button, .team-member .button {
    background-position: 0 8px;
    float: left;
    height: 18px;
    margin-top: 4px;
    padding: 0 3px;
}
.short-excerpt .button a, .reviews .button a, .white-house-nasa .button a {
    background-position: right 7px;
    font-size: .6em;
    font-weight: 400;
    padding-top: .35em;
}
.reviews .button a, .white-house-nasa .button a { padding-top: .5em; }
.news-brief .short-excerpt { font-size: 1.4em; }
.news-brief .short-excerpt span.desc {
    display: block;
    font-size: .75em;
    font-weight: 400;
}
.news-brief h4 {
    font-size: 1.25em;
    margin-bottom: .2em;
}
.news-brief ul {
    color: #284c8c;
    font-size: 1.15em;
    font-weight: 700;
    list-style-position: inside;
    margin-left: 1em;
    text-indent: -1em;
}
.news-brief li {
    line-height: 1.2;
    margin-bottom: .55em;
}
.research ul { font-size: 1.15em; }
.resources ul {
    font-size: 1.15em;
    padding-right: 20px;
}

.reviews img {
    float: left;
    margin-right: 10px;
    padding-bottom: 2px;
}
.reviews span {
    color: #284c8c;
    font-size: 1em;
}
.white-house-nasa span {
    color: #666;
    font-size: 1.15em;
}
.white-house-nasa h4 { font-size: 1.25em; }
.reviews h4 {
    font-size: 1.25em;
    line-height: 1.1;
}
.column .reviews .column, .column .white-house-nasa .column {
    border-right: 1px inset #666;
    height: 86px;
    margin-right: 18px;
    position: relative;
}
.column .white-house-nasa .column { height: 119px; }
.column .reviews .last, .column .white-house-nasa .last {
    border-right: 0;
    margin-right: 0;
    width: 162px;
}
.reviews .button, .white-house-nasa .button {
    bottom: 2px;
    left: 66px;
    position: absolute;
}
.reviews .button { bottom: 0; }
.white-house-nasa .button { left: 0; }
.reviews .button a, .white-house-nasa .button a { font-size: .85em; }

.events ul {
    font-size: 1.15em;
    list-style: none;
    margin-top: -2px;
}
.events ul li {
    border-bottom: 1px groove #666;
    padding: 1px 0 4px;
}
.events ul li.last {
    border-bottom: 0;
    padding-bottom: 0;
}
#content .events p {
    color: #284c8c;
    font-size: 1.15em;
    font-weight: 400;
    margin-bottom: 0;
}

.photo-feature a {
    font-size: 1.15em;
    font-weight: 700;
}
.vcard {
    border-bottom: 1px inset #666;
    margin-bottom: 4px;
    padding-bottom: 6px;
}
.vcard h4 { font-weight: 400; }
.vcard .n { font-weight: 700; }
#mission p, .vcard, .social-sites { font-size: 1.15em; }
.social-sites a {
    display: block;
    line-height: 1.75;
}
.legislative-story { height: 200px; }
.legislative-story h2 {
    font-size: 2.2em;
    margin-bottom: 6px;
}
.legislative-story p, .legislative-story ul { font-size: 1.15em; }
.legislative-story ul { margin-left: 1em; }
.legislative-story .button { float: left; }

.contact-top-portion { height: 440px; }
#contact-form { height: 395px; }
.contact-top-portion .column { height: 100%; }
.contact-top-portion .column .module { height: 90%; }
.team-member {
    border-bottom: 1px inset #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.team-member img {
    float: left;
    margin-right: 10px;
}
.team-member .role, .team-member .name, .team-member .company { font-size: 1.25em; }
.team-member .name { font-weight: 700; }
.team-member .email {
    display: block;
    font-size: 1.15em;
    margin-bottom: 3px;
}
.team-member .button a {
    background-position: right 7px;
    font-weight: 400;
    padding-top: .2em;
}
.affairs h4 { font-size: 1.25em; }
.affairs ul {
    font-size: 1.15em;
    list-style: none;
    margin-bottom: 15px;
}
.affairs .team-member img { padding-bottom: 20px; }
#advisors p, .affairs p {
    font-size: 1.15em;
    line-height: 1.4;
}
#advisors .name { margin-bottom: 5px; }
#advisors .team-member { padding-bottom: 5px; }
#advisors .team-member img { margin-bottom: 1px;}
.collapsible .member-wrap, .collapsible .name { padding-left: 20px; }
.collapsible .name {
    background: url(images/close.gif) no-repeat 0 2px;
    cursor: pointer;
    padding-top: 2px;
}
.closed .member-wrap { display: none; }
.closed .name { background-image: url(images/open.gif); }
.advocacy-ad {
    display: block;
    text-align: center;
}
#ad-slides {
    height: 283px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#ad-slides a.prev, #ad-slides a.next {
    background: #eee url(images/ad-arrows.gif) no-repeat left center;
    border: 1px solid #eee;
    border-width: 0 5px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 99;
}
#ad-slides a.prev { left: 0; }
#ad-slides a.next {
    background-position: right center;
    right: 0;
}
#ad-slides .advocacy-ad { float: left; }
#ad-wrapper {
    left: 0;
    position: absolute;
    top: 0;
}

#twitter-bird {
    left: 182px;
    position: absolute;
    top: -8px;
}
ul.twitter {
    font-size: 1.15em;
    list-style: none;
}
.module ul.twitter { margin-left: 0; }
.twitter-item {
    border-bottom: 1px inset #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar li.twitter-item { text-indent: 0; }
.twitter-timestamp {
    color: #757575;
    display: block;
}

/* modules */
.module {
    background: #eee;
    clear: both;
    margin-bottom: 10px;
    padding: 14px 16px;
    position: relative;
}
img.module { padding: 0; }
.module-corner {
    background: url(images/module-corners.png) no-repeat 0 0;
    height: 7px;
    position: absolute;
    width: 7px;
    z-index: 9;
}
.module-upper-left {
    background-position: 0 0;
    left: 0;
    top: 0;
}
.module-upper-right {
    background-position: -7px 0;
    right: 0;
    top: 0;
}
.module-lower-left {
    background-position: 0 -7px;
    bottom: 0;
    left: 0;
}
.module-lower-right {
    background-position: -7px -7px;
    bottom: 0;
    right: 0;
}
.module ul { margin-left: 1em; }

/* column/modules styles */
.column {
    float: left;
    margin: 0 4px 0 6px;
}
.column .column { margin: 0 9px 0 0; }
.column .last { margin: 0; }
.one { width: 950px; }
.one-half { width: 470px; }
.three-fourths { width: 710px; overflow:hidden; }
.one-third { width: 310px; }
.two-thirds { width: 630px; }
.five-eighths { width: 590px; }
.three-eighths { width: 350px; }
.one-fourth, .three-fourths .one-third { width: 230px; }
.three-fourths .two-thirds { width: 471px; }
.five-eighths .one-third { width: 177px; }
.one-fourth .one-half { width: 110px; }

/* form styles */
div.fieldset {}
label {
    display: block;
    font-size: 1.15em;
    font-weight: 700;
    margin-bottom: 4px;
}
input, textarea, select {
    border: 1px inset #ccc;
    margin: 0;
    padding: 2px;
}
.module input, textarea {
    display: block;
    width: 97%;
}
div.field { margin-bottom: 15px; }
#send span, #sign-up span {
    background: url(images/white-arrow.gif) no-repeat right 5px;
    padding-right: 8px;
}
.sharing { font-size: .8em; }
.sharing a { color: #000; }

/* addtoany plugin */
.addtoany_share_save_container{margin:16px 0;}
ul.addtoany_list{
    display:inline;
    list-style-type:none;
    margin:0 !important;
    padding:0 !important;
    text-indent:0 !important;
}
ul.addtoany_list li{
    background:none !important;
    border:0;
    display:inline !important;
    line-height:32px;
    list-style-type:none;
    margin:0 !important;
    padding:0 !important;
}
ul.addtoany_list li:before{content:"";}
ul.addtoany_list li a{padding:0 3px;}
ul.addtoany_list img{
    float:none;
    border:0;
    margin:0;
    padding:0;
    vertical-align:middle;
}
ul.addtoany_list a img{
    opacity:.7;
    -moz-opacity:.7;
    filter:alpha(opacity=70);
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
}
a.addtoany_share_save img{border:0;width:auto;height:auto;}
#a2apage_powered_by { display: none; }

.slide { height: 350px; }
.slideshow-nav {
    left: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 100%;
}
.slideshow-slide {
    left: 16px;
    top: 14px;
}
.slideshow-hidden {
    display: none;
    position: absolute;
}
.slideshow-active { z-index: 99; }
.slideshow-nav li {
    background: url(images/indicator.gif) no-repeat;
    display: inline-block;
    height: 9px;
    width: 18px;
}
.slideshow-nav li.slideshow-active { background-position: 0 -9px; }
.slideshow-nav li a {
    display: block;
    height: 100%;
    width: 100%;
}

.linkcat { list-style: none; }
.contests h4 {
    overflow: hidden;
    text-indent: -5.75em;
    width: 100%;
}
.contests .linkcat {
    border-bottom: 1px inset #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#screensavers p {
    font-size: .83em;
    font-weight: 400;
}
#screensavers .button {
    clear: left;
    margin-left: 104px;
}
#multimedia { height: 323px; }
#playing-multimedia {
    float: left;
    height: 332px;
    width: 296px;
}
#playing-multimedia h4 {
    font-size: 1.25em;
    margin-top: 10px;
}
#multimedia-list {
    background: #fff;
    float: left;
    font-size: 1.15em;
    height: 268px;
    list-style: none;
    overflow: auto;
    padding-top: 10px;
    width: 250px;
}
#multimedia-list li {
    border-bottom: 1px inset #666;
    margin: 0 10px 10px;
    padding-bottom: 10px;
}
#multimedia-list img {
    float: left;
    margin-right: 10px;
}
.myPlayer {
    background: url(images/play.png) no-repeat center center;
    display: block;
    height: 224px;
    width: 275px;
}


/* button styles */
button.button, span.button, li.button {
    -moz-border-radius: 8px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 0 4px #000;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 0 4px #000;
    background: #3173d4 url(images/blue-bg.gif) repeat-x 0 14px;;
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 700;
    height: 26px;
    position: relative;
}
.button a, .button span {
    color: #fff;
    display: block;
    height: 100%;
    padding: 0 6px;
    position: relative;
    top: -1px;
    z-index: 10;
}

/* footer styles */
#footer .section {
    border-right: 1px solid #3f3f3f;
    float: left;
    height: 104px;
    margin-bottom: 40px;
    padding: 0 5px;
    width: 109px;
}
#footer .last { border: 0; }
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer h4 { font-size: 11px; }
#footer h4 a { color: #b8752f; }
#footer ul { list-style: none; }
#footer p {
    font-size: 1.1em;
    text-align: right;
}
#footer p a { color: #838383; }
#copyright { float: left; }

ul.errors { color: red !important; }

/* comments */
#comments-list {
    color: #666;
    font-size: 1.2em;
}
#comments-list ul { list-style: none; }
#comments-list strong { color: #000; }
.unapproved {
    color: red;
    font-size: .82em;
}

.accessibility {
    left: -9999px;
    position: absolute;
    top: 0;
    width: 900px;
}

.clear-columns { clear: both; }
.clearfix:after, .module:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
/* webkit-specifc styles */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .button a, .button span { position: static; }
    #nav a { padding: .7em 14px; }
}

/* IE-specific styles */
span.button, button.button {
    height: 30px\9;
    *height: 30px;
}
span.button { background: url(images/button-left.gif) no-repeat top left\9; }
.module span.button a, .sidebar span.button a {
    background: url(images/button-right.gif) no-repeat top right\9;
    left: 10px\9;
    margin: 0\9;
    padding-right: 18px\9;
    top: 0\9;
}
button.button {
    background: url(images/button-button.png) no-repeat\9;
    width: 67px\9;
}
.short-excerpt .button, .reviews .button, .white-house-nasa .button, .team-member .button {
    background: url(images/button2-left.gif) no-repeat top left\9;
    height: 24px\9;
}
.reviews .button, .white-house-nasa .button { bottom: -6px\9; }
.module .short-excerpt span.button a, .reviews span.button a, .white-house-nasa span.button a, .module .team-member span.button a {
    background: url(images/button2-right.gif) no-repeat top right\9;
    padding-top: .5em\9;
}
.reviews span.button a, .white-house-nasa span.button a { padding-top: .6em\9; }

button.button span {
    position: relative\9;
    top: 7px\9;
}
#sign-up span { left: -6px\9; }
#searchform button.button {
    *position: relative;
    top: -6px\9;
    *top: 2px;
}
.sidebar ul, .news-brief ul { margin-left: 1.6em\9; }
.sidebar li, .news-brief ul {
    text-indent: -1.6em\9;
    *text-indent: -1.2em;
}
.slideshow-nav li { *display: inline; }
.clearfix, .module, #slideshow-nav li { *zoom: 1; }

div.module.benefits-feature.jayhawk_image {
    background: white url('images/kansas.jpg') right center scroll no-repeat;
}

div.module.story.featured_video_box {
    font-size: 12px;
    color: #666;
    height: auto;
    line-height: 1.5;
}

div.module.story.featured_video_box a {
    font-size: 12px;
}

div.benefits-feature blockquote {
    width: 168px;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    font-size: 15px;
    background: url('images/quote_top.png') top left scroll no-repeat;
    padding: 25px;
    margin-top: 10px;
}

div.benefits-feature blockquote span {
    background: url('images/quote_bottom.png') bottom right scroll no-repeat;
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 1.5;
}

div.benefits-feature blockquote span.quoter {
    font-size: 11px;
    display: block;
    background: none;
    margin-top: 20px;
    color: black;
}

div.class_videos img {
    -webkit-box-shadow: 0 3px 6px #aaa;
    -moz-box-shadow: 0 3px 6px #aaa;
    box-shadow: 0 3px 6px #aaa;
    padding: 0;
    margin: 0;
    height: auto;
}

div.featured_video_box ul li span {
    font-weight: bold;
    color: black;
    font-size: 14px;
}

div.featured_video_box ul li.no_bullet {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

div.featured_video_box ul {
    margin: 20px 0;
}


div.featured_video_box ul li {
    color: #666;
    margin: 5px 0;
    list-style-type: square;
    margin-left: 20px;
}

div.featured_video_box ul li a {
    font-size: 12px;
}

div.featured_video_box ul li.pp_bullet {
    background: url('images/pp_slide.png') left center scroll no-repeat;
    list-style-type: none;
    padding-left: 20px;
    margin-left: 0;
}

div.featured_video_box ul li.pdf {
    background: url('images/pdf.png') left center scroll no-repeat;
    list-style-type: none;
    padding-left: 20px;
    margin-left: 0;
}

/* Explore to Win Contest
---------------------------------------------------------------------------------------- */
div.column.two-thirds.full_width_950 {
    width: 950px;
}

div.module.benefits-feature h5 {
    font-size: 14px;
}

div.module.benefits-feature ol {
    position: relative;
    padding: 10px 20px;
    line-height: 1.5;
    background-color: #eee;
}

div.module.benefits-feature ol li {
    list-style-position: inside;
    margin: 10px 0;
}

div.module.story.featured_video_box h3 {
    color: white;
}

div.module.story.featured_video_box {
    background-color: white;
    color: black;
}

div.module.story.featured_video_box ul {
    color: black;
}

div.module.story.featured_video_box ul li {
    color: black;
}

div.featured_prize_boxes {
    position: relative;
}

div.featured_prize_boxes h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

div.featured_prize_boxes ul li.tickets {
    background: url('images/tickets.jpg') center left scroll no-repeat;
    padding-left: 26px;
}

div.featured_prize_boxes img.spaceship {
    margin: 0 5px 0 0;
}

div.featured_prize_boxes img.wallpaper {
    float: right;
}

div.survey_box {
    text-align: center;
    position: relative;
    width: 191px;
    margin: 0 auto;
    margin-top: 30px;
}

div.survey_box a {
    background: url('images/survey_btn.jpg') top left scroll no-repeat;
    width: 191px;
    height: 116px;
    margin: 0 auto;
    text-indent: -9999px;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

div.survey_box a:hover {
    background-position: 0 -116px;
}

div.survey_box em {
    background: url('images/popup.png') no-repeat;
    width: 96px;
    height: 44px;
    position: absolute;
    top: -70px;
    left: -0px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
}

div.survey_box.click_here em {
    background: url('images/popup2.png') no-repeat;
    width: 96px;
    height: 44px;
    position: absolute;
    top: -70px;
    left: -0px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
}

ul.wallpaper_sizes {
    width: 279px;
    float: left;
    display: inline;
    font-size: 11px;
    margin-top: 0 !important;
}

ul.wallpaper_sizes li {
    color: #aaa !important;
}

ul.wallpaper_sizes li a {
    font-weight: normal;
    font-size: 11px !important;
}

div.module.story.featured_video_box img.wallpaper {
    float: left;
    margin-right: 20px;
}

span.highlight {
    background: #fff799;
    font-weight: normal !important;
    font-size: inherit;
}

div.search_box_error input.error_searchbox {
    float: left;
    margin-right: 10px !important;
    width: 300px !important;
    border: 1px solid #ccc !important;
    font-size: 14px;
}

/*-------------------THINK OUTSIDE THE CIRCLE--------------------------*/
#lftCol{
	width:420px; 
	float:left;
	}
#rtCol {
	width:400px; 
	float:left;
	padding:0 0 0 16px;
	}
#lftCol .getInvolved{background:#d7d7d7; -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:20px;
margin:10px 0 10px 0;
font-size:12px}
#lftCol .getInvolved h3 {color:#284c8c; font-size:18px;}
#lftCol #totcDownloads{padding:0; width:420px; height:215px; padding:0 0 20px 0; margin:0;}
#lftCol .videoTitles{font-size:18px; color:#284c8c}
#lftCol .circle-headline {color:#295079; text-shadow:1px 1px #FFF; font-size:18px;}
#lftCol .circle-headline-new {color:#000; font-size:28px; line-height:28px; margin-bottom:20px;}
#lftCol .circle-headline-new span{color:#284c8c; font-size:28px; font-weight:bold}
#rtCol ul{ padding:0 0 0 20px;}
#rtCol li{font-size:12px; }
#rtCol strong{color:#295079;}
#rtCol #circle-vid-panel{ padding:10px 0 15px 0;}
.ipad-callout{
	font-size:28px; text-align:center; float:right; color:#FFF; padding:20px 30px; font-weight:bold;
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
}
