/*
Theme Name: BLCYouth 2
Theme URI: http://wordpress.org/
Description: Second theme for BLCYouth.com, inspired by design suggestions from Julia Hoegel, Aleya Cunningham, Robert Rodine and David Schrey
Version: 1.0
Author: Chris Larsen
*/
/*
    Document   : _vars
    Created on : Mar 11, 2011, 4:46:26 AM
    Author     : Chris
    Description:
        Variables for BLCYouth2 theme
*/
/*
    Document   : _mfg-mix
    Created on : Mar 11, 2011, 4:49:31 AM
    Author     : Chris Larsen
    Description:
        Common SCSS mixins used for various MFG projects
		To use, @import this file (without leading _ or file extension). Then @include any mixin (i.e. function).
*/
/* Rounded corners */
/* Rounded corners on specified side */
/* Main Elements */
a {
  color: #000099;
  text-decoration: none; }
  a:visited {
    color: #000099; }
  a:hover {
    color: #000099;
    text-decoration: underline; }

pre {
  background: white;
  color: black;
  padding: 5px;
  font-size: 10pt; }

small {
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em; }

code {
  font: 1.1em "Lucida Console", Monaco, "Courier New", monospace; }

strike {
  color: #777777; }

ol li {
  list-style: decimal outside; }

select {
  width: 130px; }

/* Various classes and ids */
#content {
  font-size: 1.2em; }

.alt {
  background-color: #f8f8f8;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 10px; }

/* End Various classes and ids */
/* Main Structure Elements */
body {
  font-size: 62.5%;
  /* Resets 1em to 10px */
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
  background-color: #000099;
  color: black;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0; }

#page {
  background-color: #000099;
  text-align: left;
  margin: 20px auto;
  padding: 0;
  width: 760px;
  border: none; }

#header {
  background-color: #000099;
  height: 168px;
  width: 760px;
  padding: 0; }
  #header object, #header div {
    float: left; }
  #header #img1 {
    margin-left: 5px; }

#sidename {
  float: left;
  margin: 35px 0 0 -70px; }

.post {
  text-align: left;
  border: solid 1px #aaa;
  padding: 0px 5px 5px 5px;
  background-color: white; }

.widecolumn {
  padding: 0;
  margin: 0;
  width: 760px;
  border: none;
  line-height: normal; }
  .widecolumn .post {
    margin: 0 0 10px 0; }
  .widecolumn .postmetadata {
    margin: 10px -5px -5px -5px; }
    .widecolumn .postmetadata a {
      color: #8888ff; }
  .widecolumn .entry {
    line-height: normal; }
    .widecolumn .entry p {
      font-size: 1.05em; }
  .widecolumn .attachment {
    text-align: center;
    margin: 5px 0px; }
  .widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px; }
  .widecolumn .navigation a {
    color: #aaaaff; }
  .widecolumn .editlink a {
    color: #aaaaff; }
  .widecolumn #respond, .widecolumn #commentform, .widecolumn .navigation {
    color: white; }

.narrowcolumn {
  border: none;
  float: left;
  padding: 0 0 20px 10px;
  margin: 0px;
  width: 527px; }
  .narrowcolumn .post {
    margin: 0 0 30px 0;
    padding: 0px 5px 5px 5px; }
  .narrowcolumn .entry {
    line-height: normal; }
  .narrowcolumn .postmetadata {
    color: #777777;
    text-align: left;
    background-color: #f8f8f8;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 10px -5px -5px -5px;
    padding: 5px; }

#footer {
  color: #dddddd;
  border: none;
  padding: 10px 0;
  margin: 0 auto;
  width: 760px;
  clear: both; }
  #footer p {
    margin: 10px 0;
    text-align: center; }
  #footer a {
    color: #aaaaff; }

/* End Main Structure Elements */
/* Headers */
h1 {
  font-size: 2.6em;
  text-align: left;
  text-decoration: none;
  color: white;
  padding: 10px 0px 0px 10px;
  margin: 0 0 0 100px;
  font-weight: bold; }
  h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: white; }

h2 {
  font-size: 1.6em;
  margin: 5px 0px 0px 0px;
  font-weight: bold; }
  h2 a {
    color: #000099; }
    h2 a:visited {
      text-decoration: none; }
    h2 a:hover {
      text-decoration: underline; }

h2.pagetitle {
  font-size: 1.8em;
  color: white;
  padding-bottom: 10px;
  margin-top: 10px;
  text-align: center; }

h3 {
  padding: 0;
  margin: 10px 0px 0px 0px;
  font-weight: bold;
  font-size: 1.3em; }
  h3 a {
    color: #000099; }
    h3 a:visited {
      text-decoration: none; }
    h3 a:hover {
      text-decoration: underline; }
  h3 .comments {
    padding: 0;
    margin: 40px auto 20px; }

h3#comments {
  color: white; }

/* End Headers */
/* Sidebar */
#sidebar {
  color: black;
  background-color: #93cafe;
  float: left;
  border: 1px solid #cccccc;
  padding: 5px 5px 10px 5px;
  margin-left: 0px;
  width: 210px;
  font: 1.2em "Lucida Grande", Verdana, Arial, Sans-Serif; }
  #sidebar h2 {
    font-size: 1.4em;
    text-decoration: none;
    margin: 5px 0 0;
    padding: 0; }
  #sidebar form {
    margin: 0; }
  #sidebar ul {
    margin: 0;
    padding: 0; }
    #sidebar ul li {
      list-style-type: none;
      list-style-image: none;
      margin-bottom: 15px; }
    #sidebar ul ul {
      margin: 5px 0 0 10px; }
      #sidebar ul ul li {
        color: #777777;
        margin: 3px 0 0;
        padding: 0; }
        #sidebar ul ul li:before {
          content: "\00BB \0020"; }
      #sidebar ul ul ul {
        margin: 0 0 0 10px; }
    #sidebar ul ol {
      margin: 0 0 0 10px;
      padding: 0; }
      #sidebar ul ol li {
        color: #777777;
        list-style: decimal outside;
        margin: 3px 0 0;
        padding: 0; }
    #sidebar ul p, #sidebar ul select {
      margin: 5px 0 8px; }
  #sidebar #searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center; }
    #sidebar #searchform #s {
      width: 108px;
      padding: 2px; }
  #sidebar #searchsubmit {
    padding: 1px; }

/* End Sidebar */
/* Comments */
.commentlist {
  padding: 0;
  text-align: justify; }
  .commentlist li {
    font-weight: bold;
    font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif;
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
    background-color: white; }
  .commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em; }
  .commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    margin: 10px 5px 10px 0; }

#commentform p {
  font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
  margin: 5px 0; }
#commentform a {
  color: #aaaaff; }
#commentform input {
  font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif;
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0; }
#commentform textarea {
  font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif;
  width: 98%;
  padding: 2px; }
#commentform #submit {
  margin: 0;
  float: right; }

.commentmetadata {
  font-weight: normal;
  margin: 0;
  display: block; }

.nocomments {
  color: #777777;
  text-align: center;
  margin: 0;
  padding: 0; }

/* End Comments */
/* WP-PageNavi plugin */
.wp-pagenavi {
  margin: 4px 0 7px -2px;
  clear: right !important; }
  .wp-pagenavi a, .wp-pagenavi a:visited {
    background-color: #93cafe !important;
    color: #000099 !important;
    font-weight: bold;
    border: 1px solid !important;
    border-color: #fff #000 #000 #fff !important;
    padding: 3px 5px !important; }
  .wp-pagenavi a:hover {
    border-color: #000 #fff #fff #000 !important; }
  .wp-pagenavi span {
    color: white !important;
    background-color: #000099 !important;
    border: 0 !important; }

/* End WP-PageNavi plugin */
/* Images */
p img {
  padding: 0;
  max-width: 100%; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline; }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

/* End Images */
/* Begin WP-Sticky plugin */
.sticky {
  background: #ffffee; }

.announcement {
  background: #ffffcc; }
  .announcement small {
    display: none; }
  .announcement .postmetadata {
    display: none; }

/* End WP-Sticky plugin */
/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px; }

html > body .entry li {
  margin: 7px 0 8px 10px; }

.entry ul li:before {
  content: "\00BB \0020"; }
.entry ol {
  padding: 0 0 0 35px;
  margin: 0; }
  .entry ol li {
    margin: 0;
    padding: 0; }
.entry form {
  /* This is mainly for password protected posts, makes them look better. */
  text-align: center; }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none; }

#profilelink {
  float: left; }

#loginlogoutlink {
  float: right; }

#wideprofilelink {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 0px; }

/* End Entry Lists */
/* BLCHybrid page */
.categoryposts {
  font-size: 1.2em;
  width: 470px;
  float: left;
  border: none; }
  .categoryposts h3 {
    margin-top: 3px; }
  .categoryposts .post {
    margin-bottom: 10px; }
  .categoryposts .entry {
    line-height: normal; }
  .categoryposts .archivelink {
    padding-bottom: 10px;
    text-align: center; }
    .categoryposts .archivelink a {
      color: #aaaaff; }
  .categoryposts .postmetadata {
    color: #777777;
    text-align: left;
    background-color: #f8f8f8;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 10px -5px -5px -5px;
    padding: 5px; }

.downloadbar {
  font-size: 1.2em;
  width: 280px;
  float: right;
  background-color: white; }
  .downloadbar p {
    display: none; }
  .downloadbar .download {
    margin: 5px 0; }
    .downloadbar .download .name {
      font-weight: normal;
      font-size: 1em; }
    .downloadbar .download .meta {
      display: none; }

/* End BLCHybrid page */
/* Calendar Table from bethelcupertino.org */
.bordertable {
  background-color: #000;
  color: #fff;
  margin: 0 -5px;
  line-height: 13pt; }

.tableHeader {
  background-color: #000;
  color: #fff;
  font-size: 10pt;
  font-weight: bold; }

.tableRow {
  background-color: #fff;
  color: #000;
  font-size: 10pt;
  font-weight: normal; }
  .tableRow td {
    padding: 2px 2px 5px 1px; }

.tableRowAlt {
  background-color: #eee;
  color: #000;
  font-size: 10pt;
  font-weight: normal;
  color: black td;
    color-padding: 3px 0px 8px 0px; }

/* End Calender Table from bethelcupertino.org */
/* Begin File Download Tags */
.download_cat {
  margin-bottom: 25px; }
  .download_cat .meta {
    color: #777777; }

.download_meta {
  color: #777777;
  font-style: italic; }

.download {
  border: 0;
  border-bottom: 1px solid #cccccc;
  margin: 10px 20px 10px 20px; }
  .download .img {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 4px; }
  .download .name {
    font-size: 1.3em;
    font-weight: bold;
    min-height: 16px; }
  .download .desc {
    font-style: italic;
    margin-bottom: 5px; }
  .download .offline {
    color: #777777;
    font-style: italic;
    font-weight: normal; }
  .download .size {
    color: #777777; }
  .download .meta {
    font-size: .8em;
    color: #777777; }

.embed_dl img {
  vertical-align: bottom; }
.embed_dl .meta {
  font-size: .8em;
  color: #777777; }
.embed_dl .offline {
  color: #777777;
  font-style: italic;
  font-weight: normal; }

/* End File Download Tags */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help; }

acronym, abbr {
  font-size: 0.9em;
  letter-spacing: .07em;
  border-bottom: 1px dashed #999; }

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  color: #777777; }

blockquote cite {
  margin: 5px 0 0;
  display: block; }

.center {
  text-align: center; }

.hide {
  display: none; }

a img {
  border: none; }

.navigation {
  display: block;
  text-align: center;
  height: 20px; }

span.flashdesc {
  vertical-align: top;
  display: block;
  white-space: normal; }

/* End Various Tags & Classes*/
/* Begin Profile Page Tags and Classes */
.wrap {
  background: white;
  border: 1px solid #cccccc;
  padding: 1em;
  margin: 10px 5px !important;
  clear: none !important;
  /*
  * html .wrap .button {
  	padding: 0;
  } */
  /*
  * html .wrap h2 {
  	margin-top: 1em;
  }
  */ }
  .wrap fieldset {
    border: none;
    padding: 3px;
    text-align: left; }
    .wrap fieldset label.selectit {
      display: block;
      font-size: 11px;
      padding: 0 2px; }
    .wrap fieldset legend {
      padding: .1em .3em; }
  .wrap fieldset.options {
    padding: 1em; }
    .wrap fieldset.options legend {
      font-size: 1.5em;
      font-weight: bold;
      font-family: "Lucida Grande", Verdana, Arial, Sans-Serif; }
  .wrap form {
    margin: 0;
    padding: 0; }
  .wrap h2 {
    color: #333;
    margin: 5px 10px;
    background: url(images/heading-bg.gif) repeat-x bottom;
    margin: 0 0 .5em;
    clear: both; }
  .wrap img {
    border: 0; }
  .wrap label {
    cursor: pointer; }
    .wrap label input {
      margin: 0;
      padding: 0; }
    .wrap label:focus {
      background: #fff;
      border: 1px solid #686868; }
  .wrap input {
    background: #f4f4f4;
    border: 1px solid #b2b2b2;
    color: black;
    font: 13px "Lucida Grande", Verdana, Arial, Sans-Serif;
    margin: 1px;
    padding: 3px; }
    .wrap input:focus {
      background: white;
      border: 1px solid #686868; }
  .wrap textarea {
    background: #f4f4f4;
    border: 1px solid #b2b2b2;
    color: black;
    font: 13px "Lucida Grande", Verdana, Arial, Sans-Serif;
    margin: 1px;
    padding: 3px; }
    .wrap textarea:focus {
      background: white;
      border: 1px solid #686868; }
  .wrap select {
    background: #f4f4f4;
    border: 1px solid #b2b2b2;
    color: black;
    font: 13px "Lucida Grande", Verdana, Arial, Sans-Serif;
    margin: 1px;
    padding: 3px; }
  .wrap li, .wrap dd {
    margin-bottom: 6px; }
  .wrap p, .wrap li, .wrap dl, .wrap dd, .wrap dt {
    line-height: 140%; }
  .wrap .checkbox {
    background: white;
    border: none;
    margin: 0;
    padding: 0; }
  .wrap .code {
    font-family: "Lucida Console", Monaco, "Courier New", monospace; }
  .wrap .commentlist li {
    border-bottom: 1px solid #ccc;
    padding: 1em 1em .2em;
    margin: 0; }
    .wrap .commentlist li p {
      padding: 0;
      margin: 0 0 .8em; }
    .wrap .commentlist li li {
      border-bottom: 0px;
      padding: 0; }
  .wrap .clear {
    clear: both;
    height: 2px; }
  .wrap .hidden {
    display: none; }
  .wrap .navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px; }
  .wrap .submit input, .wrap .submit input:focus, .wrap .button, .wrap .button:focus {
    border: 3px double #999;
    border-left-color: #ccc;
    border-top-color: #ccc;
    color: #333;
    padding: 0.25em; }
  .wrap .submit input:active, .wrap .button:active {
    background: #f4f4f4;
    border: 3px double #ccc;
    border-left-color: #999;
    border-top-color: #999; }
  .wrap .button, .wrap .button:focus {
    padding: 0.15em; }
  .wrap .submit, .wrap .editform th, .wrap #postcustomsubmit {
    text-align: right; }
  .wrap .optiontable {
    width: 100%; }
    .wrap .optiontable th {
      padding: .5em;
      width: 33%;
      text-align: right;
      font-size: 1.3em;
      font-weight: normal; }
    .wrap .optiontable td {
      padding: .5em; }
  .wrap .updated, .wrap .confirm {
    background: #cfebf7 url(images/notice.gif) no-repeat 1em;
    border: 1px solid #2580B2;
    margin: 1em 5% 10px;
    padding: 0 1em 0 3em; }
  .wrap .error {
    background: #FFEFF7;
    border: 1px solid #c69;
    margin: 1em 5% 10px;
    padding: 0 1em 0 1em; }
  .wrap table .vers {
    text-align: center; }
  .wrap textarea.all-options, .wrap input.all-options {
    width: 250px; }
  .wrap input[type="radio"], .wrap input[type="checkbox"] {
    width: 25px !important;
    margin-right: 5px !important; }
  .wrap input.disabled, .wrap textarea.disabled {
    background: #aaa; }
  .wrap .groups label, .wrap .groups input {
    margin-top: 5px; }
  .wrap input#state {
    width: 40px !important; }
  .wrap input#zip {
    width: 140px !important; }
  .wrap #addspac {
    width: 30px; }
  .wrap #your-profile #rich_editing {
    border: none;
    background: #fff; }
  .wrap #your-profile fieldset {
    border: 1px solid #cccccc;
    float: left;
    width: 45%;
    padding: 0em 1em 1em 1em;
    margin: 0em .5em 1em 0; }
    .wrap #your-profile fieldset input {
      width: 100%;
      font-size: 20px;
      padding: 2px; }
    .wrap #your-profile fieldset textarea {
      width: 100%;
      padding: 2px; }
  .wrap #your-profile legend {
    font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
    font-size: 22px; }
  .wrap #your-profile .lock fieldset {
    border: 1px solid #cccccc;
    float: none;
    width: 100%;
    padding: 0em 1em 1em 1em;
    margin: 0em .5em 1em 0; }
  .wrap #your-profile .cgyearlist {
    width: 32%;
    float: left;
    border: none; }
  .wrap .lock {
    float: left;
    width: 45%;
    margin-right: 5%;
    padding: 0; }

#updatemsg, #errmsg {
  padding: 1px 2px; }

#updatemsg {
  background-color: #88ff88; }

#errmsg {
  background-color: #ff8888; }

/* End Profile Page Tags and Classes */

