/*styles*/

/*------CSS Reset-------*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;	
  padding: 0;	
  border: 0;	
  font-size: 100%;	
  font: inherit;	
  vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
  display: block;
}

body{	
  line-height: 1;
}

ol, ul{
  list-style: none;
}

blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after{	
  content: '';	
  content: none;
}

table{	
  border-collapse: collapse;	
  border-spacing: 0;
}

/*-----------End Reset-----------*/

a{
  font-family: helvetica, arial, sans-serif;
  text-decoration:none;
  color:rgb(255,255,255);
}

body {
  -webkit-text-size-adjust: none;
  overflow:hidden; 
  padding:0;
  margin:0;
  height:100%;
  width:100%;
}

#home{
  background-color:white;
}

#projects{
  background-color:white;
}

#bgimg {
  display:none;
  position:absolute;
  z-index: -1;
}

#realBody{
  position:absolute;
  z-index:5;
  overflow:auto;
  height:100%;
  width:100%;
}

#container{
  width:90%;
  max-width:1200px;
  margin:20px auto;
}

#header{
  width:50%;
  min-width:320px;
  background-color:rgba(255,255,255,0.8);
}

#logo{
  margin:10px 0 10px 15px;
  float:left;
  min-width:270px;
}

.box{
  float:right;
  height:27px;
  width:157px;
  padding:5px 0px 0px 7px;
  margin:55px 15px 10px 0;
  background-color:rgba(0,0,0,0.25);
}

.box:hover{
  background-color:rgba(0,0,0,0.5)
}

.box a{
  font-size:150%;
  letter-spacing:3px;
}

#content{
  overflow:hidden;
  width:100%;
  min-width:320px;
  background-color:rgba(255,255,255,0.8);
}

#title_show_more{
  margin-top:50px;
  padding:10px;
}

#enduring{
  float:left;
  margin-left:4%;
}

   #enduring:hover{
      cursor:pointer;
   }

#arrow{
  opacity:0.6;
  margin:10px 0 0 10px;
}

#arrow:hover{
  cursor:pointer;
  opacity:1.0;
}

#home_text_holder{
  width:90%;
  margin:0px auto;
}

.hometext{
  min-width:200px;
  width:30%;
  margin-right:3%;
  float:left;
  height:0px;
  margin-top:0px;
  overflow:hidden;
}

.hometext p{
  font-family: 'Amethysta', serif;
  color:#333;
  font-size:90%;
}

#garrison{

}

#contact{
  border:1px solid #CCC;
  padding:10px;
  font-family: helvetica, arial, sans-serif;
  color:#fff;
  width:125px;
  height:15px;
  overflow:hidden;
  background-color:rgba(0,0,0,0.7);
}

#contact_arrow{
  margin-right:10px;
  float:left;
}

#contact_arrow:hover{
  cursor:pointer;
}

#contact_show_more h2:hover{
cursor:pointer;
}

.contact_info{
  padding:10px;
  font-size:80%;
  display:none;
}

.contact_info p{
  margin-bottom:7px;
}

.project_holder{
  margin-top:30px;
}	

.project_type{
  width:19%;
  float:left;
}

.project_gallery{
  width:79%;
  float:left;
  overflow:hidden;
}

.project_gallery li{
  margin-left:1%;
  margin-bottom:1%;
  width:24%;
  float:left;
}

.project_gallery img{
  width:100%;
}

.view_more{
  position:relative;
  top:-25px;
  padding-bottom:20px;
  border-bottom:1px solid #666;
}

.view_more p{
  color: rgb(159,46,63);
  font-size:90%;
  float:left;
  padding:5px;
}

   .view_more p:hover{
      cursor:pointer;
   }

.view_more img{
  float:left;
  padding:5px 0px 0px 0px;
}


/*------------Slideshow and Overlay Styles-------*/
#loading{
  position:absolute;
  top:50%;
  left:50%;
  z-index:150;
  width:15px;
  height:15px;
  display:none;
}

#overlay{
  display:none;
  position:absolute;
  z-index:100;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  background-color:rgba(255,255,255,0.8);
}

#overlay_container{
  position:relative;
  z-index:200;
  top:25px;
  width:80%;
  max-width:700px;
  margin-top:40px;
  padding:30px 30px 30px 30px;
  border: 1px solid rgb(200,200,200);
  margin:0 auto;
  background-color:rgba(255,255,255,0.9);
}

#overlay_container h1{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 100;
  font-style:italic;
  font-size:200%;
  color: #666;
}

#overlay_container a{
  float:right;
}

#overlay_dashes{
  margin-left:10px;
}

#gallery_info_holder{
  margin:5px 0px 25px 0px;
}

#gallery_info_holder p{
  padding:0px 10px 2px 10px;
  font-family: 'Amethysta', serif;
  color:#333;
  font-size:80%;
}

.rslides{
  position:relative;
  overflow:hidden;
  max-width:700px;
  width:100%;
  padding:0;
  margin:0;
}

.rslides li{
  position:absolute;
  display:none;
  width:100%;
  left:0;
  top:0;
}

.rslides li:first-child {
  position:relative;
  display:block;
  float:left;
}

.rslides img{
  display:block;
  height:auto;
  float:left;
  width:100%;
  border:0;
  border: 1px solid rgb(200,200,200);
}

.rslides_tabs {
  float:right;
  position:relative;
  top:-50px;
  margin-right:10px;
  padding: 0;
  background: rgba(0,0,0,.5);
  font-size: 18px;
  font-weight:100;
  max-width: 370px;
  padding: 10px 0;
  text-align: center;
}

.rslides_tabs li {
  float: left;
  margin-right: 1px;
}

.rslides_tabs a {
  color:#aaa;
  width: auto;
  line-height: 20px;
  padding: 2px 7px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs a:hover{
  color:#fff;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
}



/*-----------------Utility Classes----------*/

.clearfix{
  clear:both;
}


/*-----------------End Utility Classes----------*/








