/*
Theme Name: groovanesia
Theme URI: http://artchastudio.com
Description: HTML5 based
Version: 0.0.1
Author: Cha A Cahyadi
Author URI: http://twitter.com/chacahyadi

*/

@import url('http://fonts.googleapis.com/css?family=Roboto');

@charset "utf-8";
/* CSS Document */

<style type="text/css">
/* ~~ Element/tag selectors ~~ */



ul,
ol,
dl {
    padding-right: 10;
    padding-left: 10;
    line-height: 24px;
}

h1 {
    margin-top: 0;
    line-height: 45px;
    font-family: "Roboto";
    color: #13637e;
    font-size: 2.2em;

}

h2 {
    margin-top: 0;
    line-height: auto;
    font-family: "Roboto";
    color: #13637e;
    font-size:1.7em;
}

h3
{
    margin-top: 0;
    line-height: 25px;
    font-family: "Roboto";
    color: #333;
    font-size:1.2em;
}

h4 {
    margin-top: 0;
    line-height: 25px;
    font-family: "Roboto";
    color: #333;
    font-size:1em;
}



h5 {
    margin-top: 0;
    line-height: 25px;
    font-family: "Roboto";
    color: #999;
    font-size:0.8em;
}

p {
    font-family: "Roboto";
     line-height: 25px;
}


div.img {
    border: 5px solid #fff;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border: 1px solid #0000ff;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 5px;
}

a:link {
    color: #20a1ca;
    text-decoration: none;
    padding:1%;
}

a:visited {
    color: #20a1ca;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;

}


.MiscBox {
    float: left;
    width: 23%;
    padding: 1%;
    text-align: left;


}

.MiscBox2 {
    float: left;
    width: 23.8%;
    text-align: center;

    background-color: #fcfcfc;


}


.wadah {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    /* Opera/IE 8+ */
    /* Since this element now uses border-box sizing, the 10px of horizontal
    padding will be drawn inside the 80% width */

    width: 100%;
}

.BIGBOX {
    width: 68%;
    font-family: "Roboto";
    font-size: 0.9em
        line-height: normal;
    color: #666;
    margin: 0 auto 0 auto;
    background-color: #fff;
    padding:2%;

}

.BIGMAINBOX {
    width: 68%;
    font-family: "Roboto";
    font-size: 0.9em
        line-height: normal;
    color: #666;
    margin: 0 auto 0 auto;
    background-color: #fff;
    padding:2%;
    text-align: center;
}

.BLANKBOX {
    width: 68%;
    word-wrap: break-word;
    text-align: center;
    font-family: "Roboto";
    font-size: 0.9em
        line-height: normal;
    color: #666;
    margin: 1% auto 0 auto;
    padding: 2%;
    background-color: #f5f5f5;
}

.spanduk {
    width: 68%;
    text-align: center;
    font-family: "Roboto";
    color: #666;
    margin: 1% auto 1% auto;
    padding: 2%;
    background-color: #ececec;

}

.callspanduk {
  width: 68%;
    margin: 0.2% auto 0 auto;
    padding: 0.5% 2%;
    text-align: center;
    background-color: #fff;
    line-height: normal;

}

.SPLASHBANNER {
    width: 72%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;

}
.BIGBOXheader {
    width: 68%;
    margin: 0.2% auto 0 auto;
    padding: 0.5% 2%;
    text-align: center;
    background-color: #fff;
    line-height: normal;
}
















.MENUBOX {
    width: 72%;
    margin: 0 auto 0 auto;

    background-color: #663300;
}

.nav ul {
    text-align: center;
    list-style: none;
}

.nav ul li {

    font: 1em Bold "Roboto";
    display: inline-block;

    padding: 0 30px;
    color: #fff;
    line-height: 2.5em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav ul li a:link  {
    color: #fff;
     display: inline-block;
   

}

.nav ul li a:visited {
    color: #fff;
        display: inline-block;
     

}


.nav ul li a:active {
    color: #fff;
          display: inline-block;
  
 
  
}




.nav ul li:hover {
  background-color: #cc6600;
    color: #fff;
    display: inline-block;
    

}



.nav ul li ul {
    padding: 0.2%;
    position: absolute;
    top: 10px;

    width: 150px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
.nav ul li ul li { 
    background: #663300; 
    display: block; 
    color: #fff;

}
.nav ul li ul li:hover { background: #222; }
.nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}


.content ul,
.content ol {
    padding: 0 15px 15px 40px;
    line-height: 25px;
}




@media only screen and (max-width: 640px) {
       .col { margin: 1% 0 1% 0;}
    
    .BLANKBOX,
    
    
    .BIGMAINBOX,
    .SPLASHBANNER, 
    .MENUBOX, 
    .BIGBOX,
    .BIGBOXheader, .callspanduk,
    .spanduk  { width: 95%;  margin: 0 auto 0 auto; overflow-x: hidden;}
    
    .nav ul li {
    font: 0.8em Bold "Roboto";
    display: inline;
    position: relative;
    padding: 5px;
    color: #fff;
    line-height: 2.5em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    
    .nav ul li:hover {
  background-color: #cc6600;
    color: #fff;
    display: inline-block;
      line-height: 2.5em;
    

}
  
    }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    
     .col { margin: 1% 0 1% 0;}
    
    .BLANKBOX,

    
    .BIGMAINBOX,
    .SPLASHBANNER, 
    .MENUBOX, 
    .BIGBOX,
    .BIGBOXheader, 
    .callspanduk,
    .spanduk  { width: 95%;  margin: 0 auto 0 auto;}
    
    .nav ul li {
    font: 0.8em Bold "Roboto";
    display: inline-block;
    padding: 10px;
    color: #fff;
         line-height: 2.5em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
    .nav ul li:hover {
  background-color: #cc6600;
    color: #fff;
    display: inline-block;}
     line-height: 2.5em;
  
}


/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 0%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}



.FooterText {
    width: 70%;
    float: none;
    font-size: 11px;
    color: #666;
    text-align: center;
    margin: 10px auto 5px auto;
    padding: 5px 0 5px 0;
}


/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}
.span_2_of_3 {
    width: 58%;
    padding:2%;
}

.span_1_of_3 {
    width: 32%;
    background-color: #fafafa;
    padding:2%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 640px) {
    .col { margin: 1% 0 1% 0%;}
    .span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_4 { width: 90%;}
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #dcdcdc;
}


   
   

}

</style>