    <script src="js/jquery-1.7.2.min.js"></script>
<script src="js/lightbox.js"></script>
<link href="css/lightbox.css" rel="stylesheet" />@charset "UTF-8";

/* CSS Document */

/* First we are just defining some global styling using the body element -- font, and line height */

body{
font-family:'PT Sans', sans-serif;
line-height:1.5;
}

/* We are indenting paragraphs so paragraph text doesn't bump into other elements */

p{
margin-left:5px;
}

/* We are adding a bit of spacing around images */

img{
max-width: 100%;
height: auto;
}


.space{
	margin:20px;
}

.sidebardecor {
	border-style:double;
	background-color:#848484;
	border-width:thick;
	border-color: #282828;
}

header a:link {
	text-decoration: none;
	color: #000; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

header a:visited {
	text-decoration: none;
	color: blue;
}

header a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #C0C0C0;
}
.navbar a:link {
	text-decoration: none;
 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:link {
	text-decoration: underline;
	/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

.row a:link {
	text-decoration: none;
	/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}


a:visited {
	text-decoration: underline;
	
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;

}


.noline {
	text-decoration:none;
}

row a:link {
	text-decoration: none;
}



/* Now we begin defining the columns that will display in full-sized browser windows */

article{
width:960px;
background-color:lavender;
color:brown;
min-height:600px;
margin-right:auto;
margin-left:auto;
}

section{
padding:1%;
margin:1%;
float:left;
}

#leftcolumn{
width:60%;
margin-right: 90px;
margin-top: 15px;
}

#rightcolumn{
width: 20%;
margin-top: 15px;
margin-bottom: 150px;
}

#leftcolumn2{
width:20%;
margin-right: 90px;
margin-top: 15px;
float:left;
}

#rightcolumn2{
width: 22%;
margin-top: 15px;
margin-bottom: 150px;
	float:left;
}

#rightcolumn21{
width: 22%;
margin-top: 15px;
margin-bottom: 150px;
	float:left;
}

#rightcolumn22{
width: 22%;
margin-top: 15px;
margin-bottom: 150px;
	float:left;
}

.nofloat {
	float: none;
}

#leftcolumnfooter{
width:20%;
margin-right: 30px;
}

#rightcolumnfooter{
width:65%;
}


#z{
width:65%;
min-height: 200px;
}

#zz{
width:85%;
min-height: 100px;
}

#a img{
float:left;
}

#a{
width:27%;
background-color:#CCC;
}

#b{
width:27%;
background-color:#CCC;
}

#c{
width:27%;
background-color:#CCC;
}

#f{
width:85%;
min-height:20px;
margin-top:50px;
}

#ff{
width:85%;
min-height:15px;
}

#d{
width:40%;
margin-right:50px;
}

#e{
width:40%;
}

#g{
width:90%;
margin-right:50px;
min-height:150px;
max-width: 900px;
margin-left:50px;
}

header{
margin-left:auto;
margin-right:auto;
text-align:center;
height:50px;}



@media (min-width:481px) and (max-width:959px){

a{
text-decoration:underline;
}

    article{
    position:relative;
    height:1000px; /*We are defining a height of 1000px*/
    width:95%; /*We are changing the width from a pixel value to a relative value to resize in different tablets*/
    }

    section{
    min-height:320px; /*We are reducing the minimum height*/
    }

    section img{
    float:none; /*We are floating images in sections for a more compact tablet design*/
    padding:10px;
	margin:10px;
    }
	
#leftcolumn{
	float:left; /*We are removing the float*/
	width:90%;
}

#rightcolumn{
	float:left; /*We are removing the float*/
	width:90%;
}
	
#leftcolumn2{
	float:left; /*We are removing the float*/
	width:90%;
}

#rightcolumn2{
	float:left; /*We are removing the float*/
	width:90%;
}

#leftcolumnfooter{
width:90%;
float:left; /*We are removing the float*/
}

#rightcolumnfooter{
width:90%;
float:left; /*We are removing the float*/
}

    #z{
    float:left; /*We are removing the float*/
    width:94%; /*We are defining the width with a relative value */
    }

    #a{
    float:none; /*We are removing the float*/
    width:94%; /*We are defining the width with a relative value */
    }
	
    #b{
    float:left;
    width:94%; /*We are sizing the width to be about half the width of section a*/
    }

    #c{
    float:left;
    width:94%; /*We are sizing the width to be about half the width of section a*/
    }
	
	#d{
    float:left;
    width:94%; /*We are sizing the width to be about half the width of section a*/
    }
	
	#e{
    float:left;
    width:94%; /*We are sizing the width to be about half the width of section a*/
    }
	
	#g{
    float:left;
    width:94%; /*We are sizing the width to be about half the width of section a*/
    }
	
	/*The following style rules are new*/
      a{
      font-size:1.5rem;
      text-decoration:underline;
      }

}



@media (max-width:480px){

  
  p, h1, h2, h3, h4, h5, h6, li, ul {
	  font-size:1.5rem;
  }
  
  a{
   text-decoration:underline;
}
  
   article{
   width:100%; /*We are allowing the device to define the width -- the <article> will fill the entire width of the device*/
   margin:0px;
   padding:0px;
   }

   section{
   min-height:300px; /*We are removing constraints on width and reducing minimum height*/
   }
  
   section img{
   float:none; /*We are floating images in sections for a more compact smartphone design*/
   padding:10px;
   margin:10px;
   }
   
   
   #leftcolumn{
	float:none; /*We are removing the float*/
	width:90%;
}

	#rightcolumn{
	float:none; /*We are removing the float*/
	width:90%;
}

#leftcolumnfooter{
width:90%;
float:none; /*We are removing the float*/
}

#rightcolumnfooter{
width:90%;
float:none; /*We are removing the float*/
}

   #z{
   float:none; /*We are removing the float*/   
   width:95%; /*We are defining the width with a relative value*/
   }
 
   #a{
   float:none; /*We are removing the float*/
   width:95%; /*We are defining the width with a relative value*/
   }

   #b{
   float:none; /*We are removing the float*/
   width:95%; /*We are defining the width with a relative value*/
   }

   #c{
   float:none; /*We are removing the float*/
   width:95%; /*We are defining the width with a relative value*/
   }
   
   #d{
   float:none; /*We are removing the float*/
   width:95%; /*We are defining the width with a relative value*/
   }

   #e{
   float:none; /*We are removing the float*/
   width:95%; /*We are defining the width with a relative value*/
   }
   
      #g{
   float:none; /*We are removing the float*/
   width:95%; /*We are defining the width with a relative value*/
   }
   
   /*The following style rules are new*/
      a{
      font-size:1.5rem;
      text-decoration:underline;
      }

}


/*THIS REPLACES MEDIA QUERY 1 - Media query for viewports 960px and wider*/

@media (min-width: 960px) {

      h1{
      font-size:2.5rem;
      }

      article{
      width:950px;
      background-color:beige;
      min-height:480px;
      padding:5px;
      margin-left:auto;
      margin-right:auto;
      }

      /*The following style rules are new*/


} /*END MEDIA QUERY 1*/


.smallfont {
	font-size: 60%;
}

.margins20 {
	margin:10px;
	margin-right:20px;
}

.responsive-photo-90 {
	display:block;
	width:90%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	max-width:1000px;
}

.marginleft {
	margin-left:20px;
}


.navbar-default {
  background-color: #008641;
  border-color: #DDDDDD;
  text-decoration: none;
}
.navbar-default .navbar-brand {
  color: #000000;
  text-decoration: none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  text-decoration: none;
}
.navbar-default .navbar-text {
  color: #000000;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  text-decoration: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #008641;
  text-decoration: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #008641;
  text-decoration: none;
}
.navbar-default .navbar-toggle {
  border-color: #DDDDDD;
  text-decoration: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #008641;
  text-decoration: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #008641;
  text-decoration: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #000000;
  text-decoration: none;
}
.navbar-default .navbar-link {
  color: #000000;
  text-decoration: none;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
	text-decoration: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
	text-decoration: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #008641;
	text-decoration: none;
  }
}



.registerbox {
	padding: 10px;
	width: 80%;
	margin-left: 6%;
	margin-right: 6%;
	background-color: red;
	border-width: thin;
	border-style:solid;
	border-color: #903;
	text-align:center;
	font-size:19px;
	line-height: 22px;
	font-weight:bold;
}


.registerbox a:link {
	text-decoration: none;
	color: white; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.registerbox a:visited {
	text-decoration: none;
	color: white;
}
.registerbox a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: black;
}



.white {
	color: #fff;
}

.white a:link {
	color: #FFD600;
}

.white a:visited {
	color: #FFD700;
}

.white a:hover, a:active, a:focus {
	color: #FF3;
}


/* ~~ The footer ~~ */
.footer2 {
	padding: 10px 0;
	background-color: #FFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	width: 70%;
	margin-top: 120px;
	margin-left: 50px;
}

.footer {
	padding: 10 0 5 0;
	background-color: #FFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	width: 90%;
	margin-top: 120px;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. This is for the footer.~~ */
.footer a:link {
	text-decoration: underline;
	 /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

.footer a:visited {
	text-decoration: underline;
	
}
.footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	
}


.contentbox4 {
	border: 1px solid #DCDCDC;
	box-shadow: 5px 5px 3px #bbb;
	padding: 5px;
	background: #DCDCDC;
	margin-right: 50px;
	color: black;
	width: 80%;
}

.red {
	color: red;
}


.table-borderless td,
.table-borderless th {
    border: 0;
}

.table th, .table td { 
     border-top: none !important; 
 }
 
 
 #col_one_body {
margin: 5px 0 0px 5px; /* Applied to first column only in lieu of padding (personal thing) */
width: 45%; /* Allows for fluid design. Can be set to pixels */
float: left;
}
#col_two_body {
margin: 5px 0 0px 15px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 48%;
float: right;
}


.sidebardecor2 {
	border-style:solid;
	background-color: #FFFF33;
	border-color: #DCDCDC;
	border-width: medium;
	float: none;
	width: 90%;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

.sidebardecor3 {
	border-style:solid;
	border-color: #DCDCDC;
	background-color: #FFD700;
	border-width: medium;
	float: none;
	width: 90%;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

.sidebardecor65 {
	float: right;
	width: 300px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 92px;
	padding: 10px;
}

.sidebardecor7 {
	border-style:solid;
	border-color: #DCDCDC;
	background-color: #FFD700;
	border-width: thin;
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 58px;
	margin-bottom: 250px;
	padding: 10px;
}

.sidebardecor75 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 58px;
	margin-bottom: 250px;
	padding: 10px;
}

.sidebardecor8 {
	border-style:solid;
	border-color: #DCDCDC;
	background-color: #FFD700;
	border-width: thin;
	float: right;
	width: 300px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 250px;
	padding: 10px;
}

.sidebardecor85 {
	float: right;
	width: 300px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 250px;
	padding: 10px;
}

.sidebardecor55 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

#new-board-btn {
    white-space: normal;
}

.multi-line-button { white-space: normal; }

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
	font-size:medium;
}

.btn {
	font-size: 16px;
	}

.btn btn-primary btn-lg {
	    white-space: normal !important;
    word-wrap: break-word;
	font-size:medium;
}

.btn a:link {
	text-decoration: none;
	color: #000; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

.btn a:visited {
	text-decoration: none;
	color: blue;
}
.footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;

}


.smallfont {
	font-size: 60%;
}

.blackcolor {
	color: #000000;
}