/*
 * Globals
 */

* {
  font-family: "Droid Serif", "Helvetica Neue", "Open Sans", Georgia, sans-serif;
}
 
body {
  color: #555;
  position: relative;
}


a {
	color: #8c6901;
}

a:hover {
	color: #8c5208;
}

p {
	margin: 15px 0 15px;
}

.center {
    text-align: center;
}
.center > div, .center > table /* insert any other block-level elements here */ {
    margin-left: auto;
    margin-right: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thumbnail.with-caption {
display: inline-block;
background: #f5f5f5;
margin-top: 15px;
}
.thumbnail.with-caption p {
margin: 0;
padding: 0.5em 0 0.1em 0.2em;
font-size: 13px;
}
.thumbnail.with-caption small:before {
content: '\2014 \00A0';
}
.thumbnail.with-caption small {
width: 100%;
text-align: right;
display: inline-block;
color: #999;
font-size: 11px;
} 

#social {
	width: 90px;
	text-align: center;
}

#social.affix{
    top: 0px;
    padding-top: 80px;
	width: 90px;
	text-align: center;
}

.label-small {
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	padding: 2px 4px 2px;
}

.blog-sidebar{
    width: 200px;
	width: 100%;
}

.blog-sidebar.affix{
    top: 0px;
    padding-top: 80px;
    width: 260px;
}

.bs-callout {
    padding: 20px;
    margin: 30px 0 30px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 12px;
	font-size: 21px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-weight: normal;
}

h1, .h1 {
	line-height: 1.3;
}

h2, .h2 {
	line-height: 1.3;
}

h3, .h3 {
	line-height: 1.4;
}


/*
 * Override Bootstrap's default container.
 */

/*
@media (min-width: 120px) {
  .container {
	width: 970px;
  }
}
*/


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: normal;
}
.blog-description {
  font-size: 24px;
  color: #888;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 20px;
  line-height: 1.7;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  width: 100%;
  padding: 15px;
}
.sidebar-module-inset {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
  font-size: 80%;
}

.blog-post-title:a {
  color: brown;
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


#contest { background: #fafafa; font-family: 'droid serif',arial; padding-top: 12px; margin: 10px auto;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4); 
	-webkit-border-radius:8px;
    border-radius:8px;
    -khtml-border-radius:8px;
	-moz-border-radius: 8px;
	text-align: center;
	}
#contest-header { background: #fff; margin: 0 0 4px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }
#contest-header .numbers { font-size: 18px; }
#contest-header table { padding: 6px 0 6px; }
#contest-header .contest-header-caption { text-transform: uppercase; font-size: 10px; }
#contest-header .contest-header-date { font-weight: bold; text-transform: lowercase; font-size: 21px; }
#contest-header .contest-header-entries { font-weight: bold; font-size: 21px; }
#contest-header .contest-header-earned { font-weight: bold; font-size: 21px; }
#contest-title { padding: 10px; text-align: center; }
#contest-title h2  { font-family: 'droid serif',arial; font-size: 30px; line-height: 33px; font-weight: bold; text-align: center; margin: 0; padding: 14px 0 8px; }
#contest img { border: 1px solid #ccc; margin: 0 auto 0; }
#contest-terms { border-top: 1px dotted #ccc; padding: 4px 0 4px; margin-top: 0px; text-align: center; }
#contest-terms a { color: #555; font-size: 11px; }
#contest-terms-text { display: none; padding: 10px; font-size: 11px; height: 200px; overflow: scroll; }
#contest-enter form { margin: 0 20px 0; }
#contest-enter input { margin: 6px 0 6px; }
#contest-enter input[type=text] { padding: 11px; width: 95%; font-size: 16px; }
#contest-enter input[type=password] { padding: 11px; width: 95%; font-size: 16px; }
#contest-enter input[type=submit] { padding: 8px; font-size: 15px; }
#contest-enter-access { display: none; }
#contest-enter-nickname  { display: none; }
#contest-enter-nickname-occupied { display: none; color: red; font-size: 11px;}
#contest-submit { display: none; }
#contest-invite { display: none; }
#contest-sponsors { font-size: 9px; color: #aaa; font-weight: bold; }
#contest-sponsors a { font-size: 9px; text-decoration: none; padding: 0 3px 0; color: #aaa; font-weight: normal; }

.tip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 11px;
    visibility: visible;
    margin-top: -2px;
    bottom:120%;
    margin-left: -2.3em;
}

.tip .tip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
}

.tip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}