  /* CSS for public page display */


/* Global styles */
html,body{
  height:100%;
  min-height: 100%;
  height:100vh;
  min-height: 100vh;
}

body{
font-family: verdana;
margin:0;
padding:0;

background-image:url('../image/bg-canvase.png');
}
img{
border: 0px;
}
h1{
font-size: 1.5em;
color: #7A5B3A;
text-shadow: 2px 2px 3px #fff;
text-shadow: 1px 1px 0 rgb(255, 255, 255, .5) , -1px -1px 1px rgb(232, 226, 217);
margin-top:25px;
}



h2{
font-size: 1.2em;
color: #666666;
margin: 14px 0px 5px 0px;
}

h3{
font-size: 1.1em;
color: #C7B183;
padding: 2px;
margin: 2px;
margin-left: 0px;
padding-left: 0px;
}

table{
margin: 0px;
padding: 0px;
}
td,tr{
margin: 0px;
padding: 0px;
}
a{
color: #116;
text-decoration: none;
}
a:hover{
color: #00a;
text-decoration: underline;

}
a.url{
color: #009955;
}

.broken_url{
color: #990000;
}

textarea{
  width:300px;
  height:150px;
}
input[type=search],
input[type=password],
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
select,
input[type=email]{
  font-size: 1em;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 2px #eee inset;
  margin: .1em;
  padding: .2em;
}


/* Layout styles */
#container {
   min-height:100%;
  /* height: auto !important;
   height: 100%; */
   position:relative;
}

 #page{
  width: 1000px;
  margin: 0px;
  padding: 0px 10px 0px 10px;

}
#page_header{
  height: 60px;
  border: 1px solid rgba(122, 91, 58, .3);
  box-shadow: 0px 0px 8px #bbb;
  padding: 18px;
  margin-bottom: 0px;
  margin-top: -6px;
  padding-top: 12px;
  border-radius: 0px 0px 7px 7px;
  
background-color: rgba(175, 110, 40, .1);
background: linear-gradient(to bottom, rgba(175, 110, 40, .04) 0%, rgba(175, 110, 40, .1) 100%);
  font-size: 16px;
}
/*
#080C2B
*/

#page_header h1{
  text-decoration: none;
  font-size: 1.7em;
  /* font-style: italic; */
  font-family: Times New Roman;
  line-height: 1em;
  margin: 0px;
  color: #C7B183;
  padding: 0;
text-shadow: .03em .04em .02em rgb(255, 255, 255) , -.02em -.02em .01em rgb(0, 0, 0, 0.08);
  display: inline;
}

#header_links{
  display: table;
  width: 100%;
  padding-top: 3px;
}

#page_header a{
  color: #7A5B3A;
  text-decoration: none;
}

#header_links a,#header_links form{
  color: #7A5B3A;
  text-decoration: none;
  padding: 0px 11px;
  display: table-cell;
  text-align: right;
}
#header_links a:first-child{
  padding-left: 0;
}
#header_links form:last-child{
  padding-right: 0;
}

#header_links a:hover{
  text-decoration: none;
}

#page_header a:hover{
  text-decoration: none;
  color: #000000;
}

/* Member menu styles */
#ghs_member_menu{
  display: inline-table;
  width: 100%;
  color:#ababab;
  padding:4px 10px;
  border-bottom: 1px solid #cccccc;
  background-color: #F2ECE2;
  box-sizing: border-box;
}
#ghs_member_menu > *{
  display: table-cell;
  vertical-align: middle;
}

#user_info ul{
  text-align: left;
  display: inline-table;
  margin: 0;
  padding: 0;
  list-style: none;
}
#user_info ul li {
  display: table-cell;
  margin: 0px;
  /* margin-top: -3px; */
  border-radius: .5em .5em 0 0 ;
  position: relative;
  padding: 5px;
  padding-top:5px;

}

/*
#user_info ul li::before {
  content: " | ";
  font-weight: bold;
}
*/

#user_info ul li:hover {
  background-color: #fff;
}
#user_info ul li ul {
  background-color: #fff;
  padding: 0;
  position: absolute;
  top: 25px;
  left: 0;
  width: 230px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 2px 5px 6px rgba(0,0,0,.3);
}
#user_info ul li ul li {
  background: #fff;
  display: block;
  padding: 10px;
}
#user_info ul li ul li:hover{
  background-color: #eef;
  border-radius: 0;

}
#user_info ul li ul li a:hover{
    color: blue;
}

#user_info ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#ghs_member_menu a{
  color: #7A5B3A;
  text-align: center;
  text-decoration: none;
}
#ghs_member_menu ul li a{
  padding: 5px 8px;
  margin: 0px;
}


/* Main menu styles */

#header_links ul{
  text-align: left;
  display: inline-table;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header_links ul li {
  display: table-cell;
  margin: 0px;
  /* margin-top: -3px; */
  border-radius: .5em .5em 0 0 ;
  position: relative;
  padding: 8px;
  padding-top:5px;

}

#header_links ul li.no-bg:hover{
  background-color: inherit;
}

/*
#header_links ul li::before {
  content: " | ";
  font-weight: bold;
}
*/

#header_links ul li:hover {
  background-color: #fff;
}
#header_links ul li ul {
  background-color: #fff;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 230px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 2px 5px 6px rgba(0,0,0,.3);
}
#header_links ul li ul li {
  background: #fff;
  display: block;
  padding: 10px;
}
#header_links ul li ul li:hover{
  background-color: #eef;
  border-radius: 0;

}
#header_links ul li ul li a:hover{
    color: blue;
}

#header_links ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}



#page_content{
  padding:0px;
  margin-bottom: 60px; /* Height of the footer */
}

#page_page_content{ /* For pages */
  font-size: 14px;
}

#page_page_content a{
  text-decoration: underline;
}


#page_footer{

  margin-top: 20px;
  padding: 5px;

  width: 1000px;
  height: 20px;

  text-align: center;
  font-size: .8em;
  clear: all;
  position:absolute;
  bottom: -5px;

  border-radius: 7px 7px 0px 0px ;
  box-shadow: 0px 0px 5px #ccc;
  
background-color: rgba(175, 110, 40, .1);
background: linear-gradient(to bottom, rgba(175, 110, 40, .04) 0%, rgba(175, 110, 40, .1) 100%);

}

/* Search display styles border: 1px solid #eee; -rgba(fefefeaa);*/
.search_result{

  padding: 15px;
  width: 685px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #eee;

}
.search_result:hover{

}

.search_result a.item-link{
  font-weight: 550;
  font-size: 1.1em;
  color: #339;
}

.mediatype_icon{
  width: 65px;
  margin-right: 5px;

  float: left;
  font-size: .7em;
  text-align: center;
  color: #D2691E;
  vertical-align: center;
}

.mediatype_icon img{
  /* width: 40px; */
  /* height: 40px; */
}

/* footer styles */
a.footer,a.footer_here{
  font-size: 12px;
  color: #cccccc;
}
a.footer:hover,a.footer_here:hover{
  color: #333333;
}


span.form_label{
  float:left;
  color:#5B5B4F;
  clear:left;
  display:block;
  width:130px;
  font:100% Arial, sans-serif;
  margin:5px 10px 5px 0px;
  padding:2px 0px 0px 0px;
}

span.required{
  color: #990000;
}


div.thumbnail{
  float:left;
  border-top: 1px solid #cccccc;
  background: #fcfcfc;
  padding: 10px;
  margin: 10px;
}
#photo{
  padding: 20px;
}

table.report{
  border: 0px;
  font-size: 13px;
}
table.report tr{
  border: 3px solid #888888;
  margin: 0px;
}
table.report td.field{
  text-align:right;
  padding:5px;
  border-bottom: 1px solid #cccccc;
  margin: 0px;
}
table.report td.value{
  font-weight:bold;
  padding:5px;
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  margin: 0px;
}


table.datatable {
  border-collapse: collapse;
  width:100%;
}

table.datatable td{
  padding: 5px 8px;
  border: 1px solid #ddd;
}

table.datatable tr:nth-child(odd) td{
  background-color: #fafafa;
}


.text_label{
  text-align: right;
  vertical-align: top;
}


.box{
  padding:10px;
  border: 1px solid rgba(122, 91, 58, .2);
  width: 300px;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #ccc;
  
background-color: rgba(175, 110, 40, .1);
background: linear-gradient(to bottom, rgba(175, 110, 40, .04) 0%, rgba(175, 110, 40, .1) 100%);
}

td.homepage_box{
  padding: 10px;
  margin: 12px;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #ccc;
  border-bottom:0px;
  border-right:0px;
  background-color: #efefef;
}

/* Registration form styles */

#register_form input[type=text],
#register_form input[type=password],
#register_form textarea{
  width:250px;
}

#register_form td{
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: top;
  font-size: 0.9rem;
}


#register_form .text_label{
  padding-right: 10px;
}

#register_form table.radio-inputs td{
  vertical-align:middle;
}



#login_form td{
  padding-top: 8px;
  padding-bottom: 8px;
}

#feedback{
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  margin: 15px;
  padding: 8px;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #ccc;
}

#feedback.notice{
  border:1px solid #ffff99;
}

#feedback.success{
  border: 2px solid #aad5aa;
  background-color: #efe;
}
#feedback.error{
  border:2px solid #B00;
  background-color: #fc9;
}

.boxhead{
padding:10px;
width: 300px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom: 1px solid border: 1px solid rgba(122, 91, 58, .4);;

background-color: rgba(175, 110, 40, .1);
background: linear-gradient(to bottom, rgba(175, 110, 40, .04) 0%, rgba(175, 110, 40, .1) 100%);
margin-top: -14px;
margin-left: -14px;
margin-bottom: 15px;
}

#paging_links{
  margin-top: 10px;
}

span.paginate_here_page_number{
color: #000000;
font-weight:bold;
}
a.paginate_page_number{
}

a.paginate_page_number:hover{
/* color: #222222;  */
text-decoration:underline;
}

div.movements_index_movement{
margin-top: 10px;
}

div.no_results,div.no_results a{
color: #aaaaaa;
}

span.item_count{
color: #777777;
font-size: 12px;
font-style: italic;
}

/* Movements Index styles */

.mvmts_form_section{
margin-top: 2px;
padding-top: 10px;
padding-bottom: 10px;
clear: both;
font-size: 14px;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;

}

.mvmts_form_section h3{
color: #002277;
margin-top: 0px;
margin-bottom: 10px;
}
.mvmts_form_section .column{
width: 30%;
margin-right: 10px;
float:left;
}
#conditions_text{
border: 1px solid #cccccc;
width: 700px;
font-size: 15px;
}
#conditions_text li{
font-weight: bold;
}
#conditions_text div{
margin-bottom: 5px;
margin-top: 10px;
margin-left: 6px;
}

#conditions_text div.boxhead{
margin-bottom: 16px;
}
#movement_list_list{
font-size: 15px;
}



button,
.btn,
input[type=submit],
.button {
  /* fallback/image non-cover color */
 background-color: #e7dac0;

 /* Safari 5.1+, Chrome 10+ */
 background-image: -webkit-linear-gradient(#e7dac0, #dec796);

   /* standard */
  background-image: linear-gradient(#e7dac0, #dec796);

  text-shadow: 0 1px 0 rgba(255,255,255,.7);
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 1px 0 rgba(255,255,255,.5);

  padding: 0.25rem 0.8rem;
  color: #7A5B3A;
  font-weight: 600;
  /*text-transform: uppercase;*/
  cursor:pointer;
  border: 1px solid #ccbfaa;
  border-radius: 0.15rem;

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin: .2em 0em;
  white-space: nowrap;
}

button:hover,
.btn:hover,
input[type=submit]:hover,
.button:hover {

  /*
  box-shadow: 0 0 0.5rem 0rem #553300 inset;
  box-shadow: 0 0 0.5rem -0.15rem rgba(85, 51, 0, .3) inset;
  */
  background-color: #eddb9d;
  border: 1px solid rgba(153, 102, 51, .5);

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:active,
.btn:active,
input[type=submit]:active,
.button:active {

/* Safari 5.1+, Chrome 10+ */
background-image: -webkit-linear-gradient(#e7dac0, #dec796);

  /* standard */
 background-image: linear-gradient(#e7dac0, #dec796);

  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

video, audio{
  width: 100%;
  box-shadow: 0px 0px 8px #bbb;
  border: 1px solid rgba(122, 91, 58, .3);
  border-radius: 7px;
}

#privacy-policy h2, #privacy-policy h3{
  font-family: helvetica;
  font-weight:normal;
  color: #444;
  margin-top: 30px;
}
#privacy-policy h2{
  font-size:1.6em;
}
#privacy-policy h3{
  font-size:1.3em;
}


/* ------------ MODAL STYLES --------------- */

.modal-header{
  margin: 0;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eee;

}

.modal-close{
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}

.modal{
  z-index: 1000;
  display:none;
  position: fixed;
  margin: 0 auto;
  width: 70%;
  height: 80%;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow:auto;
  top: 30px;
  padding: 2em;
}

.modal-bg{
  z-index: 999;
  display:none;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
