/*   
Theme Name: AELC Theme
Theme URI: aelc.edu.au
Description: AELC Website Theme
Author: Shane Hodgkins
Author URI: aelc.edu.au
Version: 0.1
.
.
*/

/******************************************************************************/
/* General */
body {
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    
    color: #4d4d4d;
    background-color: #757575;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.clear {
    clear: both;
}

/******************************************************************************/
/* Fixed width */
.page {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    
    background-color: white;
    padding: 10px;
}

/******************************************************************************/
/* Column layout */
.outer_wrapper {
    text-align: center;
}

.inner_wrapper {
    text-align: left;
    float: left;
    width: 794px;
}

.content {
    padding: 0px 2px 0px 2px;
    float: right;
    width: 574px;
    margin-right: 5px;
}

.inner_wrapper_two_col {
    text-align: left;
    float: left;
    width: 1000px;
}

.content_two_col {
    padding: 0px 2px 0px 2px;
    float: right;
    width: 780px;
    margin-right: 5px;
}

.left_sidebar {
    padding: 2px;
    float: left;
    width: 200px;
}

.right_sidebar {
    padding: 2px;
    float: right;
    width: 200px;
}

/******************************************************************************/
/* Content Sections */

.section {
    border: 1px solid #b3aba3;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

.section br.clear {
    margin-bottom: 10px;
}

.section a {
    color: #4d4d4d;
}

.section p {
    padding: 0px;
}

.section h1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #b2875c;
    margin: 0px;
    padding: 4px;
}

.section h1 a {
    color: white;
    text-decoration: none;
}

.section h1 a:hover {
    color: white;
    background-color: #b2875c;
    text-decoration: underline;
}

.section h2 {
    font-size: 18px;
    font-weight: bold;
}

.section .author {
    color: black;
    font-size: 12px;
    font-weight: bold;
    
    float: left;
    
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}

.section .comments_link {
    font-size: 12px;
    font-weight: bold;
    float: right;
    
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}

.section .tags {
    font-size: 12px;
}

.section .nav {
    font-size: 14px;
}

.section a {
    color: #8a3207;
    text-decoration: none;
}

.section a:hover {
    color: black;
    background-color: #dfdec6;
    text-decoration: underline;
}

/******************************************************************************/
/* Top Section */
.top_section {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.top_section a {
    font-weight: normal;
    color: #8a3207;
    text-decoration: none;
}

.top_section a:hover {
    color: black;
    background-color: #dfdec6;
    text-decoration: underline;
}

.top_section h1, .top_section h1 a {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #a2876c;
    margin: 0px;
    padding: 4px;
}

.top_section h1 a:hover {
    background-color: #a2876c;
    text-decoration: underline;
}

.top_section p {
    font-size: 12px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

.top_section ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.top_section ul li * {
    list-style-type: none;
    padding: 5px 0px 5px 0px;
    margin: 0px;
}

.top_section ul li a {

}

.top_section ul li h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #a2876c;
    margin: 0px;
    padding: 4px;
}

.top_section ul li h2 a {
    color: white;
    text-decoration: none;
}

.top_section ul li h2 a:hover {
    color: white;
    text-decoration: underline;
}


/******************************************************************************/
/* Bottom Section */
.bottom_section {
    padding: 0px 5px 5px 5px;
    margin: 0px 0px 15px 0px;
    font-size: 11pt;
    font-weight: bold;
}

.bottom_section a {
    font-weight: normal;
    color: #8a3207;
    text-decoration: none;
}

.bottom_section a:hover {
    color: black;
    background-color: #dfdec6;
    text-decoration: underline;
}

/******************************************************************************/
/* Heading style*/
.heading {
    clear: both;
    padding-bottom: 10px;
}

.heading h1 {
    font-size: 20px;
    display: inline;
    position: relative;
    top: -10px;
}

.heading h1 a {
    color: #663300;
    text-decoration: none;
    border: none;
}

.heading img {
    border: none;
}

/******************************************************************************/
/* Footer */

.footer {
    clear: both;
    
    text-align: center;
    color: #bbbbbb;
    font-size: 11px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

/******************************************************************************/
/* Menu */

div.top_menu_wrapper {    
    text-align: center;
}

div.top_menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 38px;
}

.top_menu ul {
    display: inline;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.top_menu ul li {
    display: inline;
    list-style-type: none;
    white-space: nowrap;
    margin: 2px 4px 0px 0px;
    padding: 2px 4px 4px 4px;
    background-color: #993366;
    border: 1px solid #b3aba3;
    float: left;
}

.top_menu ul li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: white;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
}

.top_menu ul li.current_page_item a {
    text-decoration: underline;
}

.top_menu ul li a:hover {
    text-decoration: underline;
}

/******************************************************************************/
/* Sidebar */

.sidebar {
    text-align: left;
}

ul.sidebar {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    border: 1px solid #b3aba3;
}

ul.sidebar li * {
    list-style-type: none;
    padding: 5px;
    margin: 0px;
}

ul.sidebar li a {
    color: #b3aba3;
}

ul.sidebar li h2 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #c2ad99;
    margin: 0px;
    padding: 4px;
}
/*
ul.sidebar li ul li {
    list-style-type: disc;
    margin-left: 15px;
    padding: 0px;
}*/

ul.sidebar li h2 a {
    color: white;
    text-decoration: none;
}

ul.sidebar li h2 a:hover {
    color: white;
    text-decoration: underline;
}

/******************************************************************************/
/* Images */

img {
    border: none;
    padding: 0px;
    margin: 2px;
}

img.alignright {
    float: right;
    margin-left: 15px;
}

img.alignleft {
    float: left;
    margin-right: 15px;
}

img.aligncenter {
    margin: 0px auto;
    display: block;
}

a img, a:hover img {
    background-color: inherit;
}

.wp-caption-text {
    font-weight: bold;
    font-size: 12px;
}

/******************************************************************************/
/* alignment */

.aligncenter {
    margin: 0px auto;
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
/******************************************************************************/