/*
Theme Name: EduCatering
Theme URI: http://www.evolutiondesign.com.au
Description: EduCatering theme for WordPress.
Author: Evolution Design
Author URI: http://www.evolutiondesign.com.au
Version: 1.0
Tags: EduCatering, Evolution Design

License: 
License URI:

General comments (optional).
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

/* end WordPress Core */

body {
    font-size: 14px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    background-color: #f2f3f5;
    background-image: url('images/background-body.gif');
    background-repeat: repeat;
    color: #717171;
}

ol { list-style: decimal; margin-left: 20px; line-height: 1.6; }
ul { list-style: disc; margin-left: 40px; line-height: 1.6; }

ul, ol { margin-top: 10px; margin-bottom: 10px; }

p { margin: 10px 0; line-height: 1.3; }

a { color: #2c87c4; text-decoration: none; }
a:hover { text-decoration: underline; }

strong { font-weight: bold; }
em { font-style: italic; }

hr { border-color: #f5851f; border-width: 2px; margin: 30px 0 20px 0; }

blockquote { padding: 0 50px; }

small {
    font-size: 0.9em;
}

label { font-weight: bold; }

h2, h3, h4 {
    line-height: 1.2em;
    margin: 8px 0;
    color: #005971;
}

h2, h3 {
    font-family: 'Arial Narrow', Arial, Tahoma, Verdana, sans-serif;
}

h2 { font-size: 2em; }
h3 { font-size: 1.7em; }

.sent_message {
    background-color: #005971;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center; 
    margin-bottom: 5px; 
    font-weight: bold;
    color: #fff;
    padding: 10px;
}

#header {
    position: relative;
    z-index: 1000;
    padding: 20px 0;
    border-bottom: 3px solid #eef3f8;
    background-image: url('images/background-header.gif');
    background-repeat: repeat;
}

#search-bar {
    clear: both;
    position: relative;
}

#search-bar #site-search {
    /*background-image: url('images/search-box.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;*/
    width: 168px;
    padding: 14px 40px 14px 10px;
    margin: 0;
}

#search-bar #site-search-go {
    border: none;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 5px;
}

.centered-content {
    width: 970px;
    margin: 0 auto;
}

#navigation {
    float: right;
    margin-top: 40px;
    text-align: right;
}

#nav {
    list-style: none;
    padding: 0;
    float: right;
}

#nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: left;

    background-color: #005971;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    font-size: 1.2em;
    font-weight: 900;
    padding: 5px 9px;
}

#nav li {
    margin-left: 6px;
    display: inline-block;
    float: left;
}

#nav li.selected a,
#nav > li.current-menu-item a,
#nav > li.current_page_item a,
#nav > li.current_page_ancestor a {
    background: #aacedb;
    color: #005971;
}

/*
#nav li li {
    margin-left: 0;
}

#nav > li > a {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#nav li.selected a,
#nav > li.current-menu-item a,
#nav > li.current_page_item a,
#nav > li.current_page_ancestor a {
    background: #aacedb;
    color: #005971;
}

#nav > li > ul {
    border-top-width: 0;
}

#nav > ul li.sfhover a,
#nav > ul li:hover a {
    background: #083653;
    color: #fff;
}

#nav li.sfhover,
#nav li:hover {
    position: relative;
    z-index: 1000;
}

#nav ul {
    border: 1px solid #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#nav ul li ul {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


#nav ul,
#nav .sfhover ul ul,
#nav :hover ul ul {
    display: none;
    position: absolute;
}

#nav .sfhover ul,
#nav :hover ul {
    display: block;
    top: 100%;
    width: 180px;
    margin: 0;
}

#nav .sfhover ul li > a,
#nav :hover ul li > a {
    background: #083653;
    color: #fff;
    
    border-bottom: 1px solid #083653;
}

#nav .sfhover ul .sfhover > ul,
#nav :hover ul :hover > ul {
    left: 125px;
    top: -1px;
    width: 180px;
    display: block;
}

#nav ul li.sfhover > a,
#nav ul li:hover > a {
    background-color: whitesmoke;
    color: #4D4D4D;
}

#nav .sfhover ul li,
#nav :hover ul li {
    min-height: 30px;
    line-height: 20px;
    width: 180px;
}

#nav .sfhover ul li a,
#nav :hover ul li a {
    padding: 5px 5px 5px 10px;
}

#nav ul.sub-menu {
    position: absolute;
    display: block;
    z-index: 9999999;
}

#nav ul.sub-menu li {
    float: none;
    display: block;
}
*/



#container {
}

#content {
    float: left;
    width: 601px;
    padding: 10px;
    border-right: 1px solid #dcdddf;
}


#testimonial-container {
    border-bottom: 3px solid #005971;
    height: 300px;
    background-color: #fff;
}

#testimonials .testimonial {
    width: 970px; 
    height: 300px; 
    position: absolute;  
    background-repeat: no-repeat;
    background-color: #fff;
}

#testimonials .testimonial-text {
    position: absolute; 
    width: 360px; 
    z-index: 9999;
    left: 20px;
    top: 20px;
}

#testimonials .read-more {
    float: right;
    margin: 0 60px;
}

#testimonials .quote-66 {
    float: left;
    margin-top: 10px;
}

#testimonials .quote-99 {
    float: right;
    margin-top: -40px;
}

#testimonial-pager {
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 10px;
    left: 80px;
    z-index: 99999;
}

#testimonial-pager li {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 2px;
    background-image: url('images/slide-dot.png');
    background-repeat: no-repeat;
}

#testimonial-pager li.activeSlide {
    background-image: url('images/slide-dot-active.png');
}

#sidebar {
    border-left: 1px solid #dcdddf;
    float: left;
    width: 280px;
    padding: 20px;
    margin-left: -1px; /* shift sidebar back a pixel so the border overlaps #content border */
}

#sidebar .widget {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdddf;
}

#sidebar .widget.last {
    border-bottom: none;
}



#subscribe {
    position: relative;
}

#subscribe #subscribe-name-box, #subscribe #subscribe-email-box {
    padding: 12px 10px 16px 10px;
    margin: 4px 0;
    /*border: none;
    background-color: transparent;*/
}

#subscribe #subscribe-name-box {
    /*background-image: url('images/subscribe-name-box.png');
    background-repeat: no-repeat;*/
    width: 250px;
}

#subscribe #subscribe-email-box {
    /*background-image: url('images/subscribe-email-box.png');
    background-repeat: no-repeat;*/
    width: 174px;
}

#subscribe #subscribe-button {
    vertical-align: middle;
}

#subscribe label.invalid_label {
    position: absolute;
    bottom: -15px;
    left: 0px;
}

input[type="text"], textarea {
    width: 280px;
    padding: 6px 10px;
    border: 1px solid #dcdddf;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    -moz-box-shadow:    inset 0 0 15px #dcdddf;
    -webkit-box-shadow: inset 0 0 15px #dcdddf;
    box-shadow:         inset 0 0 15px #dcdddf;
}

/*
button, 
a.button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"], 
ul.button-nav li a, 
div.generic-button a, 
.comment-reply-link {
    color: #fff !important;
    background: #2762a4;
    filter: none !important;
    border: 1px solid #1a374d;
    font-weight: bold;
    padding: 3px 5px;
    text-decoration: none;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

button:hover,
a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
ul.button-nav li a:hover,
ul.button-nav li.current a,
div.generic-button a:hover,
.comment-reply-link:hover {
    background: #5689c2;
}

input[type=submit] {
    background-color: #f69f55;
    padding: 6px 10px;
    color: #0b466b !important;
    border: 1px solid #f98624;
}

input[type=submit]:hover {
    background-color: #f79f69;
}

*/

.post {
    clear: both;
    margin-bottom: 20px;
}

.post-date {
    font-size: 0.9em;
    font-weight: bold;
}

.date-article {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.date-box {
    float: left;
    width: 55px;
    margin-bottom: 10px;
}

.date-box-month {
    text-align: center;
    text-transform: uppercase;
    background-color: #71a6bc;
    color: white;
    padding: 2px 0;
    font-weight: bold;
    
    border: 1px solid #71a6bc;

    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.date-box-day {
    font-size: 2em;
    text-align: center;
    padding: 3px 0;
    background-color: #aacedb;
    color: #00556d;
    
    border: 1px solid #aacedb;

    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.date-content {
    margin-left: 80px;
}

.date-title a {
    color: #aacedb;
}

.date-excerpt {
    margin-top: 6px;
    font-size: 0.9em;
    color: #fff;
    word-wrap: break-word;
    overflow: hidden;
}

.date-read-more {
    margin-top: 6px;
    text-align: right;
}

.date-read-more a {
    color: #fff;
    font-weight: bold;
}




#featured-pages {
    clear: both;
    border-top: 1px solid #dcdddf;
}

.featured-page {
    width: 270px;
    float: left;
    min-height: 460px;
    border-right: 1px solid #dcdddf;
    padding: 20px;
    position: relative;
}

.featured-page h2 {
    padding: 0 0 20px 0;
}

.featured-page .excerpt {
    margin: 20px 0;
}

.featured-page .view {
    float: right;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.featured-page.last {
    border-right: none;
}





#latest-news-container {
    clear: both;
    margin: 0;
    
    background-image: url('images/background-news.gif');
    background-repeat: repeat;
}

#latest-news {
    padding: 40px 20px;
}

#latest-news h2 {
    padding: 0 0 20px 0;
    color: #dbdddf;
    border-bottom: 1px solid #dbdddf;
}





#footer {
    clear: both;
    margin: 0;
    padding: 25px 0;

    background-image: url('images/background-footer.gif');
    background-repeat: repeat;

    text-align: center;
}

#footer ul {
    list-style: none;
    margin: 15px 0;
}

#footer ul li {
    display: inline;
    padding: 0px 6px 2px 6px;
    margin: 0;
    border-right: 2px solid #00475e;
    color: #aacedb;
}

#footer ul li a {
    text-decoration: none;
    color: #aacedb;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul li.last {
    border-right: none !important;
}




.pdf_icon {
    background-image: url('images/pdficon_small.png');
    background-repeat: no-repeat;
    background-position: left center;

    padding-left: 20px;
}

.pdf_icon_large {
    background-image: url('images/pdficon_large.png');
    background-repeat: no-repeat;
    background-position: left center;

    padding: 20px 40px;
}



.nav-previous,
.pagenavi {
    float: right;
}



.light-button, .dark-button {
    padding: 8px;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    border: none;
    
    font-size: 100%;
}

.light-button {
    background-color: #aacedb;
    color: #00546b;
}

.dark-button {
    background-color: #005971;
    color: #fff;
}

.wpjb-sub {
    font-weight: bold;
    margin-top: 2px;
}

.wpjb-table th {
    font-weight: bold;
    padding: 5px !important;
}

.widget-button {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: left;
  background-color: #005971;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: 900;
  padding: 5px 9px !important;
  line-height: 1.6;
  text-align: center;
}
