@charset "UTF-8";

* {
  font-family:"Brandon Grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}


hr {
  border: none;
  height: 1px;
  color:#ecf0f1;
  background-color:#ecf0f1;
  width: 98%;
}
a {
  padding:0px;
  text-decoration:none;
  color:#3498db;
  border: none;
}

input[type="text"] {
  background-color: #ecf0f1;
  border: 1px solid #DADADA;
  font-size: 15px;
  padding: 5px;
  width: 80%;
  max-width: 300px;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 5px;
}
input[type="text"]:hover {
  border: 1px solid #3498db
}
input[type="email"] {
  background-color: #ecf0f1;
  border: 1px solid #DADADA;
  font-size: 15px;
  padding: 5px;
  width: 80%;
  max-width: 300px;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 5px;
}
input[type="email"]:hover {
  border: 1px solid #3498db
}
input[type="password"] {
  background-color: #ecf0f1;
  border: 1px solid #DADADA;
  font-size: 15px;
  padding: 5px;
  width: 90%;
  max-width: 300px;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 5px;
}
input[type="password"]:hover {
  border: 1px solid #3498db
}



input[type="submit"] {
  background-color: #e67e22;
  border: none;
  border-bottom: 2px solid #d35400;
  border-right: 2px solid #d35400;
  padding: 8px 25px 8px 25px;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 3px;
  outline: none;
}
input[type="submit"]:hover {
  background-color: #d35400;
  border-bottom: 2px solid #d35400;
  border-right: 2px solid #d35400; 
}
input[type="submit"]:active {
  padding: 9px 24px 7px 26px;
}

#column_1 input[type="submit"] {
  position: absolute;
  background-color: #3498db;
  border: none;
  margin-top: 0px;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 3px;
  outline: none;
  height:66px;
  width: 90px;


}
#column_1 input[type="submit"]:hover {
  background-color: #2980b9;
}

#login_form input[type="submit"] {
  margin: 0px;
  height:auto;
  width: auto;
}
#login_error_message {
  color: #FF0000; 
  font-weight: bold;
}

.menu{
  font-weight: 300;
  line-height: 1.8em;
  color:#4D4D4D;
  padding:10px;
}
.menu ul{
  list-style:none;
  background:#2d2d2d;
  padding:0;
}

.menu a{
display:block;
padding:10px;
text-decoration:none;
color:#bbbbbb;
border-bottom:1px solid #3d3d3d;
}

.menu a:hover,
.menu li.active a{
background:#3d3d3d;
color:#dddddd;
border-right:3px solid #d35400;
}

body { 
  margin:0px;
}

nav {
  position: fixed;
  left: 0;
  top: 40px;
  bottom: 0;
  height: auto;
  min-width: 40px;
  width: 140px;
  background-color: #2D2D2D;
  color: #FFFFFF;
}
#top_bar{
  position: fixed;
  width:100%; 
  min-width: 850px;
  background-color:#3498db; 
  height: 40px;
}
#top_bar a {
  color: #FFFFFF;
  text-decoration: none;
  float: right;
  
  font-weight: bold;
}
#wrapper {
  margin-top: 45px;
  position: relative;
  left:160px;
  float: left;
  width: 80%;
  max-width:1000px;
  min-width: 887px;
  color:#4D4D4D;
  z-index: -1;
}
#column_1 {
  float: left;
  width: 65%;
  max-width: 700px;
  min-height: 600px;
  background-color: #FFFFFF;
  border:1px solid #D3D3D3;
  margin-right: 10px;
  margin-bottom: 55px;
  border-radius: 5px;
  box-shadow: 2px 2px 1px #D3D3D3;
  padding: 10px;
  z-index: -1;
}
#column_1 h2 {
  text-align: center;
}

#column_2 {
  float: left;
  width: 30%;
  max-width: 300px;
  background-color: #FFFFFF;
  border:1px solid #D3D3D3;
  border-radius: 5px;
  box-shadow: 2px 2px 1px #D3D3D3;
  z-index: -1;
  padding-left:  10px; 
  margin-bottom: 10px;
}
#column_2 h2 {
  text-align: center;
}
#column_2 a {
  color: #3498db;
}


#newsfeedPost {
  width: 80%;
  max-width: 80%;
  height: 60px;
  margin-right: 5px;
  border: 1px solid #DADADA;
  background-color: #ecf0f1;
  font-size: 12px;
  padding: 5px 5px 0px 5px;
  border-radius: 5px;
}
.newsFeedPost:hover {
  background-color: #EBEBEB;
}

#logo a {
  float: left;
  font-size: 180%;
  margin: 0 0 0 10px;
}
#login_register a{
  margin: 10px;
}
table {
  width: 95%;
  border-collapse: collapse;
  border: 1px solid #000000;
  border-radius: 5px;
}
th {
  background-color: #3498db;
  height: 30px;
  max-width: 80px;
  border: 1px solid #000000;
  color: black;
}
td {
  text-align: center;
  padding: 7px 14px 7px 14px;
  border: 1px solid #000000;
  background-color: #2d2d2d;
  color: white;
  max-width: 200px;
}

#table tr:hover td {
  background-color: #3d3d3d;
}

#table td:hover {
   cursor: pointer;
}
#table img {
  height: 48px;
  width:  48px;
}
#single_item_table img {
  height: 48px;
  width:  48px;
}

#single_item_table input[type="number"] {
  background-color: #ecf0f1;
  border: 1px solid #DADADA;
  font-size: 15px;
  padding: 5px;
  border-radius: 5px;
  width: 100px;
  margin-top: 0;
  border-radius: 5px;
  text-align: right;
}

#single_item_table input[type="submit"] {
  background-color: #e67e22;
  border: none;
  border-bottom: 2px solid #d35400;
  border-right: 2px solid #d35400;
  padding: 5px;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 3px;
  margin-top: 3px;
  border-radius: 3px;
  outline: none;
  width: auto;
  height: auto;
}
#single_item_table input[type="submit"]:hover {
  background-color: #d35400;
  border-bottom: 2px solid #d35400;
  border-right: 2px solid #d35400; 
}
#single_item_table input[type="submit"]:active {
  padding: 6px 4px 4px 6px;
}

#small_button input[type="submit"] {
  background-color: #e67e22;
  border: none;
  border-bottom: 2px solid #d35400;
  border-right: 2px solid #d35400;
  padding: 5px;
  font-size: 15px;
  color: #FFFFFF;
  margin: 0;
  border-radius: 3px;
  outline: none;
  width: auto;
  height: auto;
}
#small_button input[type="submit"]:hover {
  background-color: #d35400;
  border-bottom: 2px solid #d35400;
  border-right: 2px solid #d35400; 
}
#small_button input[type="submit"]:active {
  padding: 6px 4px 4px 6px;
}

#bold_header {
  font-weight: bold;
}

#rounded {
  border: 1px solid #000000;
  padding: 5px;
  width: 30%;
  border-radius: 5px;
}

.accordion {
   margin: 20px;
}   
.accordion dt, dd {
  padding: 15px;
  border: 1px solid black;
  border-bottom: 0; 
}
.accordion dt {
  background-color: #3498db;
}

.accordion dt, dd:last-of-type {
    border-bottom: 1px solid black; 
}
.accordion a {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
}
.accordion dd {
   border-top: 10px; 
   font-size: 18px;
   background-color: #2D2D2D;
   color: #FFFFFF;
}
.accordion dd:last-of-type {
   border-top: 1px solid #000000;
   position: relative;
   top: -1px;
}

#results {
   background-color: #FFFFFF;
   border: 1px solid #DADADA;
   border-bottom: none;
   border-top: none;
}

#resultDisplay {
	padding: 4px 4px 0px 4px;
	height: 60px;
	border-bottom: 1px solid #DADADA;
}
#resultDisplay a {
	float: none;
}
#resultDisplay:hover {
	background-color: #EBEBEB;
	text-decoration: none;
}
#resultDisplayText {
	background-color : transparent;
	color: #1485BD;	
}
#resultDisplayText p{
	margin: 0 0 0 10px;
	font-size: 12px;
}
#resultDisplayPageText {
	background-color : transparent;
	color: #1485BD;
}

.searchBox {
	float: right;
	margin-top: 2px;
}
#google_search  td{
	background-color:#FFFFFF; 
	padding: 2px;
	text-align: left;
	max-width:3000px;	
}










/* mobile */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

 input[type="submit"] {
 -webkit-appearance: none;
 }
  #newsfeedPost {
    width:70%;
    max-width: 70%;
    height: 35px;
    padding-right: 10px;
  }
  #top_bar {
    min-width: 100%;
  }
  nav {
    width: 100%;
    height: 40px;
    top: 30px;
    min-width: 0px;
    font-size: 9px;
    display: inline-table;
    line-height: 90%;
  }
  .menu ul{
    margin: 0px;
  }
  .menu a {
    width: 55px;
    float: left;
    padding: 5px 4px 5px 4px;
    border-left: 1px solid #3d3d3d;
    border-bottom:none;
    text-align:center;
  }
  #column_1 {
    overflow-x: hidden;
    font-size: 12px;
    width: 93%;
    height: 100%;
    min-width: 0px;
    padding-right: 50px;   
    border-radius: 0px;
    margin: 0 0 0 0; 
  }
  #column_2{
    visibility: hidden;
  }
  #top_bar{
    width: 100%;
    height: 30px;
  }
  #wrapper {
    overflow-x: hidden;
    left: 0;
    width: 100%;
    min-width: 0px;
    font-size: 9px;
    margin-top: 45px;
    
  }
  #column_1 input[type="submit"] {
  -webkit-appearance: none;
  padding: 0px;
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  height:40px;
  width: 35px;
  }
  #column_1 hr {
    width: 100%;
    left: 0px;
  }
  #top_bar a {
  margin-top: 5px;
  }
  #first_nav_item {
    border-left:none;
  }
 #logo a{
  font-size: 12px;
}
#login_logo img {
  height: 80px; 
  margin-top: 	15px;
}
#login {
  background-color: #FFFFFF;
  background-size: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 85%;
  padding: 0px 10px 10px 10px;
  border-radius: 3px;
}
#login_form {
  padding-top: 15px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#login_form a{
  text-decoration:none;
  color:#7C8383;
}
#post_body {
    font-size: 17px;
  }
  
}

/* mobile landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){
    nav {
    font-size: 10px;
    }
    #newsfeedPost {
    width:87%;
    max-width: 87%;
    }
    .menu a {
    width: 80px;
    text-align:center;
    border-left: 1px solid #3d3d3d;
    padding: 5px 16px 0 16px;
    }
    #login_form input[type="text"], input[type="password"], select {
    width: 70%;
    }
    h2 {
    font-size: 200%;
    }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
  #newsfeedPost {
    width:80%;
    max-width: 80%;
    height: 45px;
  }
  nav {
    width: 100%;
    height: 40px;
    top: 40px;	/* must change top_bar 'height' AND wrapper 'margin-top' value too! */
    min-width: 65px;
    font-size: 23px;
  }
  .menu ul{
    margin: 0px;
  }
  .menu a {
    width: 130px;
    float: left;
    padding: 5px 10px 0px 10px;
    border-left: 1px solid #3d3d3d;
    border-bottom:none;
    text-align:center;
  }
  #top_bar{
    width: 100%;
    height: 40px; /* must change nav 'top' AND wrapper 'margin-top' value too! */
  }
  h2 {
    font-size: 200%;
  }
  #wrapper {
    overflow-x: hidden;
    left: 5px;
    width: 100%;
    min-width: 0px;
    font-size: 13px;
    margin-top: 65px;	/* must change top_bar 'height' AND nav 'top' value too! */
  }
  #column_1 input[type="submit"] {
  -webkit-appearance: none;
  padding: 0px;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  height:52px;
  width: 70px;
  }
  #column_2 {
    width: 29%;
    min-width: 20%;
    margin-left: 10px;
  }
  #column_1 {
    margin: 0;
  }
    #top_bar a {
  margin-top: 5px;
  }
  #first_nav_item {
    border-left:none;
  }
  #wrapper {
  width: 100%;
  }
  
  #logo img {
    height: 30px;
    margin: 0px 0 0 20px;
  }
  #post_body {
    font-size: 17px;
  }
}