﻿
html, body {
  
 font-family: Verdana, Geneva, Tahoma, sans-serif;
 font-size:100%;

}



 .js #animate {
    display: none; /* FOUC Fix */
}

.tick{
    color:#3f8000;
    font-weight:bold;
    font-size:1.2em;
}


#header-wrapper{
    background-color:#f0f0f0;
    border-bottom: 1px solid #cccccc;
	width:100%;
}


#header{
  max-width:1000px;
  margin: 0 auto;
  text-align:center;

}

#logo{
     

    margin:0 auto;
  margin-top:10px;
   
    width:154px;
    height:50px;


}


    #logo-box a {
        display: block;
        width: 100%;
        height: 100%;
    }



#main{
    clear:both;
    padding:10px;
    padding-top:5px;
}

#wrapper{
  max-width:860px;
  margin: 0 auto;
  background:none;
  background-color: #ffffff;
   
}

#inner-wrapper{
     margin: 0 auto;

}
ul,li{
   list-style: disc outside none;
 
}
ul {
    margin-bottom:1em;
    margin-top:1em;
    margin-left:25px;
}
li{
    
    font-size:0.9em;
    padding-bottom:7px;
    line-height:1.5;
    
    
}

ul.link-list li {
    padding-bottom:12px;
}

a{
	text-decoration:underline;
    color:navy;
    
}



/* Main Nav */



#nav {
   padding-left:10px;

   padding-bottom:10px;
   margin-top:10px;
}



#nav ul {
     
    padding:0;
    margin:0;

    
   
    
}

#nav ul li {
   
    list-style: none;
    margin-left:2px;
    padding:0;

   display:inline-block;
}

#nav ul li a {
    display:block;
    text-decoration:none;
    color:#8b0000;
   
    padding:5px;
    
    font-size:0.9em;
    line-height:1;

     /*border-bottom:1px solid #bbb;*/
}

#nav ul li a:hover {
      color:#222222;
       text-decoration:underline;
}




/* End Main Nav */


#footer-wrapper{
  width:100%; 
  border-top:1px solid #ccc;
}

#footer{

     max-width:860px;
     margin: 0 auto;

    
    padding:10px;
   
    color:#666;
    text-align:center;

    
}
#footer a, #footer p{
    color:#666;
	text-decoration:none;

}
#footer p{
    padding-left:0;
    padding-right:0;
}

p, .no-link {
   font-size: 0.9rem;
   line-height: 1.6;
   margin-bottom:1.1em;
}


h1,h2,h3{
    font-family:   Verdana, sans-serif;
    font-weight:normal;
}
h1{font-size:1.5rem;}
h2{font-size:1rem;}

h1,h2,h3{   
  color:#800000;
  
    margin-bottom:0.4rem;
}
h1{
    margin-top:0.5em;
}

table tr td{
    font-size:90%;
    padding:10px;
}

strong{
   color:#202020;
   font-style:italic;
}

em{
    font-style:italic;
}



div.box-link{

}

table.order tr td{
    padding:4px;
}

p.tight-para{
    margin-bottom:4px;
    margin-top:0;
}

.err{
    color:#800000;
    font-weight:bold;
}

div.order-btn{
    background-color:#800000;
    padding:15px;
    max-width:100px;
}
div.order-btn a{
    color:white;
}

div.home-link{
    border-top:1px solid #ccc;
}
  table.link-table tr td{
      vertical-align:middle;
  }
   
  #home-links{
      margin-top:20px;
      margin-bottom:20px;
  }

  .no-link a{
      text-decoration:none;
       color:inherit;
  }

  p.course-item{
      margin-bottom:7px;
  }


 


  img.img-floated-right{

      float:right;
      margin-left:10px;
      margin-bottom:10px;
      width:64px;
      height:64px;

  }

  img.prog-pic{
       float:right;
      margin-left:10px;
      margin-bottom:10px;
      width:90px;
      height:79px;
  }

   img.xl-pic{
        float:right;
      margin-left:10px;
      margin-bottom:10px;
      width:70px;
      height:56px;
  }

   
  img.secure-pay-badge{
      clear:both;
      margin-top:30px;
      display:inline-block;
  }

   div.booking {
    background-color: #8b0000;
    padding:8px;
    margin-top:20px;
    width:150px;
    text-align:center;

      -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -khtml-border-radius: 10px;
}

div.booking a{
     font-size: 1em;
     color:#ffffff;
     text-decoration:none;
}

span.cta{
    color:#8b0000;
    font-size: 1em;
    font-weight:bold;

}

table.sessions tr, table.sessions th, table.sessions td{
    border:1px solid #ccc;
}
table.sessions thead tr {

    background-color:#8b0000;

}
table.sessions thead tr th {

    color:#fff;
    padding:6px;
    
}
table.sessions tr, table.sessions td {

  
   padding:6px;

    
}



.btn {

background: #3f8000;
 color: #ffffff;
 padding:5px;
 border:1px solid #ccc;
 text-decoration:none;
 font-size:14px;

  /*background: #3f8000;
  background-image: -webkit-linear-gradient(top, #9dcc4d, #3f8000);
  background-image: -moz-linear-gradient(top, #9dcc4d, #3f8000);
  background-image: -ms-linear-gradient(top, #9dcc4d, #3f8000);
  background-image: -o-linear-gradient(top, #9dcc4d, #3f8000);
  background-image: linear-gradient(to bottom, #9dcc4d, #3f8000);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 16px 8px 16px;
  text-decoration: none;*/
}

.btn:hover {

background: #5a991c;

 /*background: #5a991c;
  background-image: -webkit-linear-gradient(top, #a4ce7c, #5a991c);
  background-image: -moz-linear-gradient(top, #a4ce7c, #5a991c);
  background-image: -ms-linear-gradient(top, #a4ce7c, #5a991c);
  background-image: -o-linear-gradient(top, #a4ce7c, #5a991c);
  background-image: linear-gradient(to bottom, #a4ce7c, #5a991c);
  text-decoration: none;*/
}


table.outlined{
    border-collapse: collapse;
}

table.outlined th, table.outlined td{
     padding:5px;
     border:1px solid #ccc;
}

table.outlined th{
     background-color:#808080;
     color:#fff;
}
table.outlined tr:hover {
    /*background-color:yellow;*/
}

div.product-listing{

    margin-top:20px;
    padding:15px;
    padding-left:0;
    border-bottom:1px solid #ccc;
}

div.product-listing h2{

   
}

div.product-listing h3{

    color:#3f8000;
    margin-top:15px;
    margin-bottom:20px;
}

span.sub-description{
    font-size:0.9em;
}

img.product-listing-pic{

    float:right;
    border:1px solid #808080;

    width:106px;
    height:60px;
    margin-left:5px;
    margin-bottom:5px;


}

table.highlight tr:hover{
    background-color:yellow;
}

table.no-border, table.no-border tr, table.no-border td{
    border:none;
    margin-left:0;
    padding-left:0;
}

#home-pic{
    margin:0;
    padding:0;
	margin-bottom:1rem;
    width:100%;
	display:block;
	margin:0 auto;
}
#kon-pic{
    float:right;
      margin-left:5px;
    margin-bottom:5px;
    width:100px;
    height: 105px;

    border:1px solid #808080;
}
#kon-headshot{
      float:right;
      margin-left:5px;
    margin-bottom:5px;
    width:80px;
    height: 76px;

    border:1px solid #808080;

}

#sing-noodles{

      float:right;
      margin-left:5px;
    margin-bottom:5px;
    width:100px;
    height: 60px;

    border:1px solid #808080;
}

#creamy-garlic-prawns{

      float:right;
      margin-left:5px;
    margin-bottom:5px;
    width:100px;
    height: 60px;

    border:1px solid #808080;
}



.error{
    font-size:100%;
    color:red;
}
.notice{
    font-size:100%;
    color:blue;
}


  #home-pic-container{
	  width:100%;
	  max-height:350px;
	  overflow:hidden;
	  margin-bottom:1rem;
  }
  div.grid{
	width:100%;
	text-align:center;
  }
	div.box{

		display:block;
		max-width:90%;
		margin:0 auto;

	}
div.box img{
	max-width:100%;
}

div.box-3{

	display:block;
	width:100%;
}

.light-shaded{
	background-color:#eee;

}

a.title-link{
	display:block;
	padding:5px;
	font-size:1.1rem;
/*	background-color:#800000;
	color:white;*/
}


table.products{
	
  border-collapse: collapse;
  width: 100%;

}
table.products th, td {
  text-align: left;
  padding: 8px;
}

table.products tr:nth-child(even){
	background-color: #f2f2f2
}

table.products th {
  background-color: #4CAF50;
  color: white;
}



textarea.msg_box{
	width:280px;
	height:80px;
	
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }


input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }



.field-label{
	margin-bottom:5px;
	margin-top:10px;
}
.error-field{
	color: #f00;
	font-size:smaller;
}


.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 200%;
}
.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

img.rural-pic {
	
	display:block;
	max-width:100%;
	margin:0 auto;
	
}

