/*
Theme Name: Minifig Madness Theme
Description: A video blog theme.
Author: Xybercode, inc.
Author URI: http://www.minifigmadness.com/
Theme URI: http://www.minifigmadness.com/
Version: 1.0
*/
/* Reset default browser styles
 * Based on:
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

b, u, i {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.4em;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  font-size: 14px;
}

/** end html5 **/
code, pre, kbd, tt {
  font-family: "Courier New",Courier,monospace;
}

li {
  margin: 4px 0 4px 16px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin-top: -0.5em;
}
dl dt {
  font-weight: bold;
  padding-top: 0.5em;
}

h1 {
  font-size: 190%;
  font-weight: bold;
  margin: 8px 0;
}

h2 {
  font-size: 175%;
  font-weight: bold;
  margin: 8px 0;
}

h3 {
  font-size: 160%;
  font-weight: bold;
  margin: 8px 0;
}

h4 {
  font-size: 145%;
  font-weight: bold;
  margin: 8px 0;
}

h5 {
  font-size: 130%;
  font-weight: bold;
  margin: 8px 0;
}

h6 {
  font-size: 115%;
  font-weight: bold;
  margin: 8px 0;
}

blockquote {
  font-style: italic;
}
blockquote cite {
  float: right;
  display: block;
}
blockquote > * {
  padding-top: 0.5em;
}
blockquote > :first-child {
  padding-top: 0;
}
blockquote:after {
  /* clearfix this */
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

q {
  font-style: italic;
  quotes: '\201C' '\201D' '\2018' '\2019';
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

acronym {
  font-variant: small-caps;
}

address {
  padding-left: 1em;
}

th, td {
  border: 2px solid gray;
  padding: 0.5em;
}

th {
  font-weight: bold;
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  top: 0.25em;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

ins, u {
  text-decoration: underline;
}

s, strike, del {
  text-decoration: line-through;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #2f7dbd;
}

#layout {
  background: #48759f;
  /* url("img/mmbg.gif") repeat-y scroll center center; */
  width: 100%;
  height: 100%;
}

#central {
  width: 900px;
  margin: 0px auto;
  padding: 0;
  background: #cfcfcf;
  border-radius: 0 0 5px 5px;
}

#branding {
  width: 100%;
  height: 100px;
  height: 150px;
  padding: 0px;
  margin: 0px;
}

#content-center {
  background-color: #cfcfcf;
  padding: 16px;
  white-space: nowrap;
}
#content-center > * {
  white-space: normal;
}

#center-main-content {
  width: 570px;
}
#center-main-content > * {
  clear: both;
}

#widget-area, #center-main-content, #bottom-widget-area {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  vertical-align: top;
  border: 0px;
}

#widget-area {
  width: 282px;
  margin-left: 16px;
}
#widget-area > ul {
  margin: 16px;
  list-style: none;
  height: 100%;
}
#widget-area > ul > li {
  margin: 4px 0;
  display: block;
}
#widget-area > ul > li h3 {
  height: 24px;
  text-align: left;
  color: #fff;
  padding: 10px 10px 0;
  font-weight: bold;
  font-size: 15px;
  background-color: #5990c7;
  margin: 4px 0;
  border-radius: 5px;
}
#widget-area > ul > li ul {
  margin: auto;
  display: block;
  list-style: none;
  padding: 0;
}
#widget-area > ul > li ul li {
  display: block;
  margin: 4px 0;
}
#widget-area > ul > li div {
  padding: 0;
}

/* search box */
#s {
  width: 150px;
  z-index: 100000;
  background: url("img/mm-search.gif") no-repeat scroll 0% 0% transparent;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  float: left;
  display: inline-block;
  padding-left: 18px;
  margin-left: 2px;
  color: #000;
  font-size: 18px;
  border: 0px;
}

#s:focus {
  outline: none;
  /* for disabling chrome's highlighting of the box */
}

/* search button */
#searchsubmit {
  border: none;
  background: url("img/mm-search-btn.gif") no-repeat scroll 0% 0% transparent;
  width: 77px;
  /* 44px; */
  height: 54px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  float: left;
  display: inline-block;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#searchform {
  white-space: nowrap;
}
#searchform label {
  display: none;
}
#searchform div {
  padding: 0px;
}
#searchform:after {
  /* clearfix this */
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#wp-calendar {
  display: block;
  margin: auto;
}
#wp-calendar td, #wp-calendar th, #wp-calendar caption {
  padding: 0.25em;
  text-align: center;
  border: none;
}

#bottom-widget-area {
  width: 845.6px;
  text-align: center;
  font-size: 65%;
  margin: 0 16px 11.2px;
  padding: 0 11.2px;
}
#bottom-widget-area > ul {
  list-style: none;
  display: block;
  width: 100%;
}
#bottom-widget-area > ul > li {
  margin: 11.2px 0;
  display: block;
  text-align: center;
  width: 100%;
}
#bottom-widget-area > ul > li a {
  color: black;
  font-weight: normal;
  text-decoration: underline;
}
#bottom-widget-area > ul > li a:hover {
  color: #2f7dbd;
}
#bottom-widget-area > ul > li h3, #bottom-widget-area > ul > li .textwidget {
  color: #2f7dbd;
  font-size: 120%;
  margin: auto;
  font-weight: 700;
  text-decoration: none;
}
#bottom-widget-area > ul > li h3 a, #bottom-widget-area > ul > li .textwidget a {
  color: inherit;
  font-weight: inherit;
}
#bottom-widget-area > ul > li h3 a:hover, #bottom-widget-area > ul > li .textwidget a:hover {
  color: #f90;
}
#bottom-widget-area > ul > li h3.widget-title {
  font-weight: 900;
  font-size: 200%;
}

.post {
  margin: 16px;
}

.post-content > * {
  padding-bottom: 8px;
}

.post-body {
  padding: 8px;
  margin: 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background: white;
}
.post-body h2 {
  color: #2f7dbd;
  font-weight: bold;
  font-size: 18px;
}
.post-body h3 {
  color: #2f7dbd;
  font-weight: bold;
}
.post-body h4 {
  font-weight: bold;
}
.post-body h5 {
  font-style: italic;
}
.post-body > * {
  padding: 0 0 8px;
}
.post-body > .timestamp, .post-body > .post-content {
  padding: 0;
}

.timestamp {
  font-size: 80%;
  font-style: italic;
}

.post-categories {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.post-categories li {
  display: inline;
  padding: 0 0.25em 0 0;
  margin: 0;
}

/** comments **/
#comments {
  margin-top: 8px;
}
#comments ul.comments, #comments ul.children {
  list-style: none;
}
#comments ul.comments > li > .comment-body, #comments ul.children > li > .comment-body {
  margin: 8px 0;
}
#comments ul.comments > li .comment-meta, #comments ul.children > li .comment-meta {
  float: right;
  clear: none;
}
#comments ul.comments > li .avatar, #comments ul.children > li .avatar {
  float: left;
  padding: 0 8px 8px 0;
}
#comments ul.comments > li .comment-author cite, #comments ul.children > li .comment-author cite {
  margin: 8px 0;
  float: left;
}
#comments ul.comments > li .comment-author, #comments ul.comments > li .comment-meta, #comments ul.comments > li .reply, #comments ul.children > li .comment-author, #comments ul.children > li .comment-meta, #comments ul.children > li .reply {
  font-size: 80%;
  font-weight: bold;
}
#comments ul.comments {
  font-size: 80%;
}
#comments ul.comments > li {
  padding-left: 0;
  margin-left: 0;
  margin-top: 8px;
}
#comments ul.children .avatar {
  display: none;
}
#comments .comments > li {
  border-top: 1px gray dotted;
}
#comments .comments {
  border-bottom: 1px gray dotted;
}
#comments .comment-meta {
  padding-left: 16px;
}
#comments .comment-author .says {
  display: none;
}

.comment-body > * {
  margin: 8px 0;
  clear: both;
}

#respond, p.nocomments {
  padding: 0;
  margin: 0;
  background-color: white;
  font-size: 80%;
}

#commentform p {
  clear: both;
}
#commentform p label, #commentform p span.required {
  position: relative;
  top: 4px;
}
#commentform p input[type="text"] {
  float: right;
  margin-right: 33%;
  width: 50%;
  border-radius: 2.5px;
}

span.required {
  color: red;
}

#respond > form > * {
  margin-top: 8px;
}
#respond textarea {
  width: 97%;
  padding: 7px;
  margin-top: 8px;
  border-radius: 2.5px;
}
#respond input[type="submit"] {
  background-color: #5990c7;
  font-weight: bold;
  color: white;
  border-width: 3px;
  padding: 4px;
  margin: 0;
  border-radius: 2.5px;
}
#respond input[type="submit"]:hover {
  background-color: #6fb4f8;
  /* #47739f; #6fb4f8; */
}

.nav-previous, .nav-next {
  margin: 8px 24px;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
  text-align: right;
  display: block;
}

#nav-below {
  margin-top: -16px;
}

/* .navigation {clear: both;} */
/****************** headlines ***********************/
.post-title, #comments-title, #reply-title {
  text-decoration: none;
  color: #2f7dbd;
  font-size: 20px;
}

.headline {
  text-decoration: none;
  color: #2f7dbd;
  font-weight: bold;
}

h1.headline {
  font-size: 24px;
  padding: 0 16px;
  margin: 16px 0;
}

a:hover {
  color: #F90;
}

.menu {
  padding: 0;
  margin: 0;
  clear: both;
  font-weight: bold;
}
.menu li {
  /* All menu items: */
  position: relative;
  margin: 0;
  border-width: 1px;
}
.menu li li {
  height: auto;
  width: 150px;
}
.menu > ul > li {
  width: auto;
  height: 30px;
  float: left;
  /* root-level menu items, display them in a line */
}
.menu > ul > li > ul {
  top: 100%;
  margin-top: 0px;
  left: 0;
  margin-left: -1px;
  /* compensate for the cell padding and height
   * this is the first submenu, which we're putting
   * directly under the root level element
   * the parent li was floated, so the calculation is different
   * than for deeper nested items */
}
.menu ul {
  /* all menus and submenus of any level of nesting */
  list-style: none;
  /* no bullets */
  padding-left: 0;
  /* this keeps the submenus lined up correctly */
}
.menu ul ul {
  /* all submenus, at least 1 level deep */
  display: none;
  /* hide submenus */
  position: absolute;
  /* keep the submenus from rearranging
   * the positioning of the whole menu */
  z-index: 10000;
  /* keep the submenus from being covered
   * by the rest of the menu */
}
.menu ul ul ul {
  /* all sub-submenus (3rd level or greater)
   * the 1st level is floated in a line,
   * the 2nd level goes directly under its parent
   * from the 3rd level here and deeper,
   * we put it to the right of its parent */
  left: 100%;
  margin-left: 0px;
  /* put 3rd level submenu to the right of its parent */
  top: -1px;
  /* put 3rd level submenu at the same height as its parent */
}
.menu ul li:hover > ul {
  display: block;
  /* show the submenu when we hover over its parent */
}
.menu a {
  color: #3e6b90;
}
.menu a:hover {
  color: #06F;
}
.menu ul {
  z-index: 10000;
}
.menu li {
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-radius: 0 0 5px 5px;
}
.menu > ul {
  width: 900px;
  background: url("img/mm-menu-back.gif") repeat-x scroll 0% 0% white;
}
.menu > ul > li {
  background: transparent;
}
.menu > ul:after {
  /* clearfix this */
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.menu ul ul {
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding-right: 15px;
  border-top: 0;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.menu ul ul ul {
  border-radius: 0 5px 5px 0;
  background: #fff;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 0;
  border-right: 1px solid black;
}

/* img {
    border-width: 0px;
} */
/* WordPress Core, image alignment, etc.
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.af-element {
  margin: 10px 0 10px 0 !important;
}