/* ---------------------------------
 * Screen Layout Styles
 * Created by Matt Turnure for Stand http://mattturnure.com
 * --------------------------------- */
 
 /* ---------------------------------
  * Color Guide
  * Black            #000
  * Yellow           #fff200
  * Dark Grey        #404041
  * Light Grey       #77787b
  * Red Orange       #bc5741
  * Red              #AB2D11
  * --------------------------------- */

/* Reset Defaults */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
a { color: inherit; text-decoration: none; }
b { display: none; }

body {
  font: 62.5%/1.2 "Helvetica Neue", helvetica, arial, sans-serif;
}

h1,
h2,
h3,
dt {
  font-size: 1.8em;
}

h4,
h5,
ul {
  font-size: 1.2em;
}

p {
  font-size: 1.4em;
  line-height: 1.5em;
}

#main a {
  text-decoration: underline;
}

#main a:hover {
  text-decoration: none;
}

#main .box a {
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

object {
  margin-bottom: 20px;
}

p.top {
  clear: both;
  color: #404041;
  font-weight: bold;
  margin-top: 20px;
}

#main .top a {
  text-decoration: none;
}

.top:before {
  content: "^ ";
}

#main a.top {
  color: #404041;
  font-weight: bold;
  text-decoration: none;
}

#main a.top:hover {
  color: #fff200;
}

#wrapper {
  margin: 0 auto;
  position: relative;
  width: 95.3em;
}

#logo a {
  background: url(/img/css/stand-logo.png) no-repeat 0 0;
  display: block;
  height: 107px;
  width: 389px;
  margin-top: 36px;
  text-indent: -999em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Home *******************************************************/
#content {
  margin-top: 85px;
}

#main {
  float: left;
  width: 53em;
}

#main p {
  font-size: 1.2em;
  margin-right: 20px;
}

#main .box p {
  margin-top: 12px;
}

#sidebar {
  float: left;
  width: 42.3em;
}

#sidebar .box {
  margin-right: 0;
}

.box {
  background: #77787b url(/img/css/heading-main.png) no-repeat 0 0;
  color: #ffffff;
  margin-right: 25px;
}

.box {
  margin-bottom: 20px;
}

.box h2 {
  padding: 6px 0 0 51px;
  text-transform: uppercase;
}

.box h3 {
  padding: 12px 20px;
}

#facebook-widget {
  margin: 20px;
  border: none;
  width: 383px;
  height: 250px;
}

.widget {
  background-color: #000;
}

.widget object,
.widget iframe {
  margin-bottom: 0;
}

.widget p {
  margin-left: 15px;
  padding-bottom: 15px;
}

.entries li {
  padding-bottom: 12px;
}

.entries h4 {
  background: transparent url(/img/css/chevrons.png) no-repeat 3px 0.2em;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 5px;
  margin-right: 20px;
  padding-left: 51px;
}

.entries h5 {
  font-weight: normal;
  margin-top: 12px;
}

.entries h5,
.entries p {
  padding-left: 23px;
}

.entries p {
  line-height: 1.2;
}

.entries span {
  display: block;
}

.tweet {
  clear: both;
  font-size: 1.2em;
  margin: 10px 10px 0;
  padding-bottom: 20px;
}

.tweet a {
  text-decoration: underline;
}
.tweet a.username {
  font-weight: bold;
  text-decoration: none;
}

.avatar {
  float: left;
  padding: 2px 10px 20px 5px;
}

.tweet .text {
  display: block;
  padding: 5px 0;
}

/* Our Story and Idea Blog*******************************************************/
.our_story #main,
.idea_blog #main {
  width: 71.8em;
}

.our_story #sidebar,
.idea_blog #sidebar {
  width: 23.5em;
}

.our_story #main h1,
.our_story #main h2,
dt {
  font-size: 1.4em;
  margin-bottom: 25px;
}

.our_story #main dt {
  margin-right: 20px;
}

.idea_blog #main h1,
.idea_blog #main h2 {
  margin-bottom: 12px;
}

.our_story #main h3 {
  background: url(/img/css/arrow-bullet.png) no-repeat 0 2px;
  clear: both;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 12px;
  padding-left: 20px;
}

.our_story #main p,
.idea_blog #main p,
.press #main p {
  margin-bottom: 20px;
}

.our_story .box {
  padding-bottom: 12px;
}

.our_story .box li,
.archives li {
  background: url(/img/css/chevron-heading-trans.png) no-repeat 12px 2px;
  margin-top: 10px;
  padding-bottom: 0;
}

.our_story .box h3,
.archives li {
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 0 40px;
  text-transform: uppercase;
}

.our_story .box img {
  margin: 12px 12px 0;
}

.our_story .box object {
  margin: 12px 12px 0;
}

.our_story .box h2 object,
.idea_blog .box h2 object {
  margin: 0;
}

.thumbs {
  float: left;
  margin-bottom: 5px;
  width: 58.5em;
}

.thumbs li {
  float: left;
  padding: 0 3px 3px 0;
}

.our_story dt,
.our_story dd {
  margin-right: 25px;
}

.our_story dd {
  margin-left: 0;
}

.our_story p {
  margin-left: 15px;
}

.hero {
  margin-bottom: 20px;
  margin-left: 0;
}

.idea_blog #main p {
  margin-left: 15px;
}

.idea_blog object {
  margin-left: 15px;
}

.idea_blog h1 object,
.idea_blog h2 object {
  margin-left: 0;
}

.archives {
  margin-top: 10px;
  margin-bottom: 20px;
}

.archives li {
  background-position: 12px 3px;
  font-weight: bold;
  margin-right: 20px;
  padding-bottom: 12px;
}

.archives li p {
  font-size: 0.8em;
  text-transform: none;
}

.archives li span {
  font-weight: normal;
  display: block;
}

.box a:hover {
  color: #fff200;
  text-decoration: none;
}

.posted {
  margin-left: 15px;
  padding-bottom: 10px;
}

.posted li {
  float: left;
}

.entry {
  margin-bottom: 20px;
}

/* Action Lab *******************************************************/
.action_lab #main h1,
.action_lab #main h2,
.our_story #main h1,
.our_story #main h2,
.idea_blog #main h1,
.idea_blog #main h2,
.links #main h1,
.links #main h2,
.press #main h1,
.press #main h2,
.faq #main h1,
.faq #main h2,
.faq dt,
.contact #main h1 {
  background: #000 url(/img/css/header-tail.png) no-repeat 0 0;
  color: #fff200;
  height: 21px;
  margin-right: 20px;
  padding-top: 6px;
  padding-left: 15px;
  text-transform: uppercase;
}

.faq dt {
  color: #fff;
}

.faq dt:hover {
  color: #fff200;
}

.idea_blog #main h1,
.idea_blog #main h2 {
  line-height: 1.6;
}

.idea_blog #main h1,
.idea_blog #main h2 {
  color: #fff;
}

.action_lab #main h2 {
  margin: 0 25px 12px 0;
}

.action_lab #main h3,
.idea_blog #content #main h3 {
  background: url(/img/css/chevron-heading.png) no-repeat 15px 3px;
  font-size: 1.4em;
  margin-bottom: 25px;
  padding-left: 40px;
}

.action_lab #main p,
.press #main p {
  margin-left: 15px;
}

.callout {
  font-size: 1.4em;
  font-weight: bold;
  margin: 20px 25px 20px 15px;
}

.action_lab object {
  margin-bottom: 0;
}

#news-flash {
  text-transform: uppercase;
}

#news-flash h3 {
  font-size: 1.5em;
  letter-spacing: 1px;
}

#news-flash p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 20px 15px;
  padding-bottom: 15px;
}

#news-flash .headline_sub {
  font-size: 1.3em;
  padding-bottom: 0;
}

/* Links *******************************************************/
.links_downloads {
  margin: 20px 0 5px 15px;
}

.links_downloads li {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

#main .links_downloads li a {
  display: block;
  text-decoration: none;
}

/* Press *******************************************************/
.press #main p {
  margin-top: 20px;
  margin-right: 250px;
}

/* FAQ *******************************************************/
dl {
  margin-top: -12px;
  padding-bottom: 40px;
}

.faq dt {
  font-weight: bold;
  margin-right: 255px;
}

dd {
  margin: 0 255px 20px 15px;
}

dd p {
  margin-bottom: 20px;
}

.faqShow,
.faqHide {
  background: url(/img/css/show-arrow.png) no-repeat 0 2px;
  display: block;
  padding-left: 10px;
  position: relative;
  bottom: 10px;
}

#main a.faqShow,
#main a.faqHide {
  text-decoration: none;
}

/* Contact *******************************************************/
.links #main,
.press #main,
.faq #main,
.contact #main {
  width: 100%;
}

.links #main h1,
.links #main h2,
.press #main h1,
.press #main h2,
.faq #main h1,
.faq #main h2,
.contact #main h1 {
  margin-right: 255px;
}

#contact,
#comment-form,
#comment-preview {
  margin-top: 20px;
  margin-left: 15px;
}

legend {
  display: none;
}

#contact li,
#comment-form li,
#comment-preview li {
  margin-bottom: 25px;
  position: relative;
}

#contact label,
#comment-form label,
#comment-preview label {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

#contact input,
#contact input[type="file"],
#comment-form input,
#comment-preview input {
  width: 20em;
}

#contact input,
#contact input[type="file"],
#contact textarea,
#comment-form input,
#comment-form textarea,
#comment-preview input,
#comment-preview textarea {
  background-color: #f5f5f5;
  font-family: "Helvetica",arial,sans-serif;
  font-size: 1.5em;
  border: 1px solid #666;
  padding: 0.4em;
}

#contact textarea,
#comment-form textarea,
#comment-preview textarea {
  height: 125px;
  width: 30em;
}

#contact button,
#comment-form button,
#comment-preview button {
  background-color: #f5f5f5;
  border: 1px solid #666;
  color: #404041;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.2em 0.4em;
}

#contact input:hover,
#contact input[type="file"]:hover,
#contact textarea:hover,
#contact input:focus,
#contact textarea:focus,
#comment-form input:hover,
#comment-form textarea:hover,
#comment-form input:focus,
#comment-form textarea:focus,
#comment-preview input:hover,
#comment-preview textarea:hover,
#comment-preview input:focus,
#comment-preview textarea:focus {
  background-color: #fff;
  border-color: #000;
}

#contact button:hover,
#comment-form button:hover,
#comment-preview button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

#contact em,
#comment-form em,
#comment-preview em {
  font-size: 1.2em;
  position: absolute;
  top: 20px;
  left: 0.5em;
}

#comment-form .checkbox,
#comment-preview .checkbox {
  margin-right: 5px;
  width: auto;
}

.comment {
  background: #f5f5f5;
  border: 1px solid #666;
  margin: 15px 20px 15px 15px;
  padding: 10px 10px 0;
}

/* Footer *******************************************************/
#footer {
  background: #000 url(/img/css/footer-tail.png) no-repeat 0 0;
  clear: both;
  height: 36px;
  margin-bottom: 50px;
  position: relative;
  top: 25px;
}

.vcard {
  font-size: 1.1em;
  list-style: none;
  margin-left: 20px;
}

.vcard li {
  color: #fff;
  font-weight: bold;
  float: left;
  margin-top: 10px;
  margin-right: 0.5em;
}

.vcard span:before {
  content: ":";
}

#nav-footer {
  float: right;
}

#nav-footer a.links {
  background: url(/img/css/nav/links.png) no-repeat 0 0;
  width: 92px;
}
#nav-footer a.press {
  background: url(/img/css/nav/press.png) no-repeat 0 0;
  width: 97px;
}
#nav-footer a.faq {
  background: url(/img/css/nav/faq.png) no-repeat 0 0;
  width: 80px;
}
#nav-footer a.contact {
  background: url(/img/css/nav/contact.png) no-repeat 0 0;
  width: 89px;
}

/* Navigation *******************************************************/
#nav-main {
  background: #000;
  display: block;
  height: 36px;
  position: absolute;
  top: 116px;
  left: 0;
  width: 100%;
}

#nav-main li,
#nav-networking li,
#nav-footer li {
  float: left;
}

#nav-main a,
#nav-footer a {
  display: block;
  height: 36px;
  text-indent: -999em;
}

#nav-main a.home {
  background: url(/img/css/nav/home.png) no-repeat 0 0;
  width: 107px;
}

#nav-main a.results {
  background: url(/img/css/nav/results.png) no-repeat 0 0;
  width: 131px;
}

#nav-main a.our_story {
  background: url(/img/css/nav/our_story.png) no-repeat 0 0;
  width: 130px;
}

#nav-main a.idea_blog {
  background: url(/img/css/nav/idea_blog.png) no-repeat 0 0;
  width: 126px;
}

#nav-main a.action_lab {
  background: url(/img/css/nav/action_lab.png) no-repeat 0 0;
  width: 136px;
}

#nav-networking {
  color: #77787b;
  position: absolute;
  top: 116px;
  right: 0;
}

#nav-networking li {
  margin: 2px 0 0 5px;
}

#nav-networking a {
  display: block;
  height: 30px;
  width: 30px;
  text-indent: -999em;
}

#nav-networking a.facebook {
  background: url(/img/css/icons/facebook.png) no-repeat 0 0;
}

#nav-networking a.twitter {
  background: url(/img/css/icons/twitter.png) no-repeat 0 0;
}

#nav-networking a.youtube {
  background: url(/img/css/icons/youtube.png) no-repeat 0 0;
}

#nav-networking a.flickr {
  background: url(/img/css/icons/flickr.png) no-repeat 0 0;
}

#nav-networking a.rss {
  background: url(/img/css/icons/rss.png) no-repeat 0 0;
}

#logo a:hover,
#nav-main a:hover,
#nav-footer a:hover,
#nav-networking a:hover,
#logo .selected a,
#nav-main .selected a,
#nav-footer .selected a,
#nav-networking .selected a {
  background-position: 0 100%;
}

#newsletter legend {
  display: none;
}

#newsletter label {
  font-size: 0.9em;
  position: absolute;
  top: 8px;
  left: 191px;
  z-index: 2;
}

#newsletter input {
  background-color: #f5f5f5;
  border: none;
  font-size: 0.8em;
  width: 156px;
  padding: 5px;
  position: relative;
}

#newsletter input:hover,
#newsletter input:focus {
  background-color: #fff;
}

#newsletter .btn {
  margin-left: 0;
}

#newsletter button {
  background: #000 url(/img/css/newsletter-btn.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
  height: 26px;
  width: 17px;
  margin-right: 5px;
  text-indent: -999em;
}

/*****************************************************************************/
/* Retroclock */
/****************************************************************************/

#rc-container {
  width: auto;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

#rc-container ul {
  margin: 0;
  padding: 0;
}

#rc-container ul li {
  list-style: none;
  display: inline;
}

#rc-container ul li span {
  display: inline-block;
  margin: 0 3px;
  height: 100px;
  width: 67px;
  line-height: 100px;
  font-size: 3em;
  overflow: hidden;
  text-indent: -1000px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#rc-container ul li.rc-separator span {
  width: 17px;
  background-image: url('/img/retroclock/separator.png');
}

#rc-container ul li span.rc-num-0 {
  background-image: url('/img/retroclock/0.png');
}

#rc-container ul li span.rc-num-1 {
  background-image: url('/img/retroclock/1.png');
}

#rc-container ul li span.rc-num-2 {
  background-image: url('/img/retroclock/2.png');
}

#rc-container ul li span.rc-num-3 {
  background-image: url('/img/retroclock/3.png');
}

#rc-container ul li span.rc-num-4 {
  background-image: url('/img/retroclock/4.png');
}

#rc-container ul li span.rc-num-5 {
  background-image: url('/img/retroclock/5.png');
}

#rc-container ul li span.rc-num-6 {
  background-image: url('/img/retroclock/6.png');
}

#rc-container ul li span.rc-num-7 {
  background-image: url('/img/retroclock/7.png');
}

#rc-container ul li span.rc-num-8 {
  background-image: url('/img/retroclock/8.png');
}

#rc-container ul li span.rc-num-9 {
  background-image: url('/img/retroclock/9.png');
}

#rc-container .rc-text {
  position: absolute;
  top: 40px;
  right: 40px;
}