/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
font-family: 'Roboto Slab', serif;
font-size: 1em;
line-height: auto;
}
body { margin: 0; line-height: auto; }
body, button, input, select, textarea { color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ===================================================
    Initializr styles
    http://verekia.com/initializr/responsive-template
    Author: Jonathan Verrecchia
   =================================================== */
a {color:#0000FF}
a:visited {color:#0000FF}
a:hover {color:#0000FF}

.wrapper{
	width:90%;
	margin:0 auto;
}


::-moz-selection { background: #ffffff; color: #fff; text-shadow: none; }
::selection      { background: #ffffff; color: #fff; text-shadow: none; }

#content {
	/*width: 980px;*/
	/*width: 95%;*/
	width: auto;
	margin: 0 auto;
}

.item {
	display: block;
	float: left;
	width: 225px;
	min-height: 200px !important; 
	margin: 3px;
	padding: 3px;
	border: 1px solid #dddddd;
	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	transition: left .4s ease-in-out, top .4s ease-in-out .4s;

}

.join {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#0683c9), to(#04466b));
   background: -webkit-linear-gradient(top, #0683c9, #04466b);
   background: -moz-linear-gradient(top, #0683c9, #04466b);
   background: -ms-linear-gradient(top, #0683c9, #04466b);
   background: -o-linear-gradient(top, #0683c9, #04466b);
   padding: 19.5px 39px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-size: 1.6em;
   vertical-align: middle;
   }
 .join a {
   color: white !important;
   text-decoration: none !important;
 }
 .join:hover {
   border-top-color: #eb7a00;
   background: #eb7a00;
   }
 .join:active {
   background: #eb7a00;
   }
   
 .next {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#a4a4a4), to(#575757));
   background: -webkit-linear-gradient(top, #a4a4a4, #575757);
   background: -moz-linear-gradient(top, #a4a4a4, #575757);
   background: -ms-linear-gradient(top, #a4a4a4, #575757);
   background: -o-linear-gradient(top, #a4a4a4, #575757);
   padding: 12.5px 19px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   font-size: 1em;
   vertical-align: middle;
   }
 .next a {
   color: white !important;
   text-decoration: none !important;
 }
 .next:hover {
   border-top-color: #575757;
   background: #575757;
   }
 .next:active {
   background: #575757;
   }
     
   
.item img {
	width: 100%;
	height: auto;
}

.featured {
	width: 465px;
}

.featured img {
  width: 100%;
  height: auto;

}

.motd {
width: 465px;
height: auto;
}

.motd img {
	width: 100%;
	height: auto;
}

.jimmy {
width: 465px;
height: auto;
}

.imagebig {
	width: 100%;
	height: auto;
}

video {
    width: 465px;
    max-width: 100%;
    height: auto;
}

.settitle {
font-size: 1.2em;
white-space:nowrap; 
overflow:hidden;
text-overflow: ellipsis;
}

.setdescription {
font-size: 0.6em;
white-space:nowrap; 
overflow:hidden;
text-overflow: ellipsis;
}

.setcategories {
font-size: 0.8em;
font-weight: 700;
padding: 8px 0;
float: left;
}

.join1 {
font-size: 0.8em;
font-weight: 700;
}


.bottomnav {
font-size: 1em;
font-weight: 700;
text-align: right;
padding: 20px 40px 0 0;
}

h2 {
font-size: 1em;
color: #000;
}

h3 {
font-size: 0.8em;
color: #000;
}

li
 {
 padding: 0 auto;
 list-style-type: none;
 }
 
.bigli
 {
 padding: 0 auto;
 list-style-type: none;
 font-size: 14px;
 font-weight: 700;
 padding: 0 0 5px 0;
 } 
 
ul {
text-align: left;
font-size: 12px;
color: white;
padding: 0 40px 0 0;
}

#main{
	padding:110px 0;
}


.ie7 #title{ padding-top:20px; }


.crumb {
float: left;
font-size: 0.6em;
padding: 0 0 10px 2px;
}

header {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #0683c9;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  -webkit-box-shadow: 0px 10px 19px 0px rgba(6, 75, 114, 0.73);
-moz-box-shadow:    0px 10px 19px 0px rgba(6, 75, 114, 0.73);
box-shadow:         0px 10px 19px 0px rgba(6, 75, 114, 0.73);}
  header h1#logo {
    display: inline-block;
    height: 100px;
    line-height: 32px;
    float: left;
    font-size: 50px;
    color: white;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header h1#right {
    display: inline-block;
    float: right;
    height: 100px;
    line-height: 80px;
          margin-left: 20px;
          color: #fff !important;
          font-weight: 700;
          font-size: 16px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          header a:hover {
      color: #ffff00; }
      header a {
      color: white }
      header a:visited {
      color: white }
      header a:hover {
      color: yellow }    
    
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      width: 150px;
      height: 75px;
      line-height: 30px;
      font-size: 30px; }
    header.smaller h1#right {
      line-height: 50px; }
      
.container1 {
  width: 70%;
  margin: 0 auto;
  padding: 0 30px; 
  }
  
.container2 {
    width: 70%;
    margin: 0 auto;
}
.container3 {
     width: 90%;
     margin: 0 auto;
}

footer {
  width: 100%;
  height: 290px;
  background-color: #0683c9; }

footer a {
color: white;
text-decoration: none; }

footer a:visited {
color: white;
text-decoration: none; }

footer a:hover {
color: white;
text-decoration: none; }

footer p {
clear: both;
text-align: left;
      color: #fff !important;
      font-weight: 400;
      font-size: 12px; }
      
  footer p a {
      color: #fff !important;
      text-decoration: overline !important; }
          
.left2 {
float: left;
width: 25%; }

.lightbox {
  /** Hide the lightbox */
  display: none;

  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0,0,0,0.9);
}

.lightbox img {
  /** Pad the lightbox image */
  max-height: 900px;
  width: auto;
  margin-top: 2%;
}

.lightbox:target {
  /** Show lightbox when it is target */
  display: block;

  /** Remove default browser outline style */
  outline: none;
}

.formfield {
width: 400px;
height: 60px;
font-size: 2em;
border:1px solid #aaa;
box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
border-radius:2px;
padding: 0 0 0 20px;
}

.button {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-size: 2em;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    margin: 20px 0 0 0;
}
.button:hover {
    opacity:.85;
    cursor: pointer; 
}
.button:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
     
}



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }








/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 800px) {
  /* =Header
  -------------------------------------------------------------- */
.lightbox img {
  /** Pad the lightbox image */
  max-height: 500px;
  width: auto;
  margin-top: 2%;
}

  header {
  width: 100%;
  height: 70px;
 }
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 40px;
    line-height: 50px;
    text-align: center;
    font-size: 26px; }
  header h1#right {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; 
      line-height: 30px;
      font-size: 14px;
      margin: 0 10px; }
  header.smaller {
    height: 50px; }
    header.smaller h1#logo {
      height: 20px;
      line-height: 30px;
      font-size: 20px; }
      
    header.smaller h1#right {
      height: 35px; 
        line-height: 35px; } 
        
 .container2 {
    width: 100%;
    margin: 0 auto; } 
 
footer p {
      clear: both;
      text-align: left;
      color: #fff !important;
      font-weight: 400;
      font-size: 10px; 
      padding: 0 0 0 40px;} 
}


@media all and (min-width: 1140px) {
	.wrapper{
		width:1026px; /* 1140px - 10% for margins */
		margin:0 auto;
	}
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
