/*
  Theme Name: inntiki.com HTML5/CSS3 Layout
  Date: May 2015
  Description: Basic HTML5/CSS3 layout built on a responsive framework
  version: 1.0
  Author: Olvin Velez-Valentin
  Author URL: http://inntiki.com
*/

body {
  /*background-image: url('images/bg.png');*/
  background-color: #2a2a2a;
  color: #000305;
  font-size: 87.5%; /* Base font size is 14px */
  font-family: Arial, 'Lucida Sans Unicode';
  line-height: 1.5;
  text-align: left; 
  font: 13px/1.231 Helvetica, Arial, sans-serif; 
  }




    #headerPanel {
      position: relative;
      top: -5px;
      /*height: 180px;*/

    }
    #headerPanelImage{
    	position: relative;
    	top: 20px;
    	left: 30px;
    }
    #headerPanelNav {
    	position:relative;
    	width:   600px;
        float:   left;
        top:     -30px;
    	left:    260px; 
    	clear:both;	
    }

    #currentAppAreaLabel {
        position: relative;
        width: 200;
        left: 700px;
        top: -80px;
        
    }
    #label {
    	position: relative;
    	float: left;
        left: 0px;
        top: -60px;
    	background-color: #ffffff;
        color: #000000;
        text-align: left; 
        font: 36px/1.231 Helvetica, Arial, sans-serif; 
        /*font-family: �Metrophobic�, Arial, serif; font-weight: 400; */
        
        padding: 3% 5%;
        /*padding-left: 20px;  
        padding-right:20px; */
    }
/**/

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #f57b20;
}

a:hover, a:active {
  background-color: #f57b20; 
  color: #fff;
   
}

.body {
  margin: 0 auto;
  width: 70%;
  clear: both; 
}

.mainHeader img {
  width: 30%;
  height: auto;
  margin: 2% 0;
}

.mainHeader nav {
  background-style: none;
  height: auto;
  width: 100%;
  margin: 2% 0;

  /*height: 40px;
  border-radius: 5px; optional
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}

.mainHeader nav ul {
  list-style: none;
  margin: 0 auto;
}

.mainHeader nav ul  li {
  float: left;
  display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
  color: #666;
  display: inline-block;
  padding: 10px 25px;
  height: 20px;
}
/*.mainHeader nav a:active     this corrects my active buttom????*/
.mainHeader nav a:hover, 
.mainHeader nav .active a:link, .mainHeader nav .active a:visited{
  background-color: #f57b20;
  /*color: #666;*/
  color: #fff;
  text-shadow: none;
}
.mainHeader nav a:active, .mainHeader nav .active a:visited {
  background-color: #656565;
}

.mainHeader nav ul li a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  
}
/***/
.dropdown {
    display: block;
    display: inline-block;
    margin: 0px 3px;
    position: relative;
    clear: both;
}

/* ===[ For demonstration ]=== */

.dropdown { margin-top: 0px; top: -70px; left: -50px;}

/* ===[ End demonstration ]=== */

.dropdown .dropdown_button {
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 4px 5px;
    border: 1px solid #AAA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    color: #717780;
    line-height: 16px;
    text-decoration: none !important;
    background: white;
}

.dropdown input[type="checkbox"]:checked +  .dropdown_button {
    border: 1px solid #656565;  /*Language Button Pressed Border Color blue #3B5998 */
    color: white;
    background: #656565;                    /*Language Button Pressed Background Color Facebook blue #6D84B4 */
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    border-bottom-color: #6D84B4;                  
}

.dropdown input[type="checkbox"] + .dropdown_button .arrow {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 5px solid #6B7FA7;                  /* drop doen arrow color */
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow { border-color: white transparent transparent transparent }

.dropdown .dropdown_content {
    position: absolute;
    border: 1px solid #777;
    padding: 0px;
    background: white;
    margin: 0;
    display: none;
}

.dropdown .dropdown_content li {
    list-style: none;
    margin-left: 0px;
    line-height: 16px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dropdown .dropdown_content li:hover {
    border-top-color: #3B5998;
    border-bottom-color: #3B5998;
    background: #6D84B4;
}

.dropdown .dropdown_content li a {
    display: block;
    padding: 2px 7px;
    padding-right: 15px;
    color: black;
    text-decoration: none !important;
    white-space: nowrap;
}

.dropdown .dropdown_content li:hover a {
    color: white;
    text-decoration: none !important;
}

.dropdown input[type="checkbox"]:checked ~ .dropdown_content { display: block }

.dropdown input[type="checkbox"] { display: none }
/***/
.mainContent {
  line-height: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
   position: relative;
    	
   /*left: -px;*/
   top: -110px;
}

.content {
  width: 70%;
  float: left;
}

.topcontent {
  margin-top: 2px;
  /*margin-left: inherit;*/
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3% 5%;

  position: relative;
  top: 0px;

}

.middlecontent {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3% 5%;

  position: relative;
  top: -40px;
}

.bottomcontent {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3% 5%;

  position: relative;
  top: -80px;
}

.post-info {
  font-style: italic;
  color: #999;
  font-size: 90%;
}

.top-sidebar {
  
  width: 21%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*margin: 2% 0 2% 3%;*/
  margin-left: 0%;
  padding: 0% 0%;
  margin-bottom: 2%;
 
}

.middle-sidebar {
  width: 21%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 3%;
  padding: 2% 3%;
  margin-bottom: 2%;
}

.bottom-sidebar {
  width: 21%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 3%;
  padding: 2% 3%;
  margin-bottom: 2%;
}

.mainFooter {
  position: relative;
 

  width: 100%;
  float: left;
 /*  border-radius: 5px;
 -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
  background-color: #fff;
  margin: 2% 0; 
  height: 40px;
}

.mainFooter p {
  width: 92%;
  margin: 1% auto;
  margin-bottom: 2%;
  text-align: center;
}
/* Need to fix all this crap
@media only screen and (min-width: 150px) and (max-width: 600px)
{

  .body {
    width: 90%;
	font-size: 95%;
  }

  .mainHeader img {
    width: 100%;
  }
  
  .mainHeader nav {
    height: 160px;
  }

  .mainHeader nav ul {
    padding-left: 0;
  }

  .mainHeader nav ul  li {
    width: 100%;
	text-align: center;
  }

  .mainHeader nav a:link, .mainHeader nav a:visited {
    padding: 10px 25px;
    height: 20px;
	display: block;
  }

  .content {
    width: 100%;
    float: left;
    margin-top: 2%;
  }

  .post-info {
    display: none;
  }
  
  .topcontent {
    margin-top: 2px;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3% 5%;
    margin-bottom: 4%;
  }
  
  .middlecontent {
    margin-top: 3%;
  }
  

  .bottomcontent {
    margin-top: 3%;
  }
  
  .top-sidebar, .middle-sidebar, .bottom-sidebar {
    width: 94%;
    margin: 2% 0 2% 0%;
    padding: 2% 3%;
  }
}

*/







