﻿/*
================================================================================
Theme: B+W 2009B
URL: http://www.bornhorstward.com.au 
Version: 1.5
Date: April 2009
Author: Rod Howarth
Contact: http://www.rodhowarth.com 
================================================================================
*/

*
{
    margin: 0;
    padding: 0;
}

/* --------------------- Global Settings  --------------------- */
body
{
    font-family: 'Verdana' , Sans-Serif;
    line-height: 1.125em;
    background: #D8DEF1 url(images/bluebackground2.png) repeat-x center top;
    font-size: 80%;
}

html
{
    background: #D8DEF1;
}
a
{
    color: Black;
}

h1
{
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 3px;
}
h2
{
    font-size: large;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-top: 0;
    text-indent: 0px;
    line-height: 120%;
}


h3
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: large;
}

h4
{
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 10px;
    line-height: 1.2em;
}




/* --------------------- Main Layout Elements  --------------------- */


.roundContainer
{
    width: 980px;
    margin: auto;
    background: white;
    min-height: 520px;
    padding-bottom: 0px;
}

/* --------------------- Header  --------------------- */

.topContainer
{
    margin-bottom: 0px;
    background: white;
    padding-bottom: 0px;
}

.logo
{
    margin-top: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.headerLinks
{
    padding-top: 10px; /* margin-top:79px; */
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#mainLinks li
{
    list-style: none;
    display: inline;
    font-size: medium;
    display: block;
    width: 85px;
    height: 20px;
    margin: 0;
    float: left;
    padding: 0;
    background: white url(images/button4.jpg) no-repeat;
}

#mainLinks li a
{
    display: block;
    height: 20px;
    width: 85px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: x-small;
    font-weight: bold;
    vertical-align: middle;
    margin: 0;
    border: 0;
    padding-left: 0px;
    padding-top: 2px;
}

#mainLinks li:hover
{
    background: white url(images/button2.png) no-repeat;
}

#mainLinks li.currentLink
{
    background: white url(images/button2.png) no-repeat;
}

.blueLine
{
    float: none;
    height: 15px;
    background-color: #00248F;
    text-align: right;
}


/* --------------------- Main Content  --------------------- */
.container
{
    background: white;
    margin: 10px 10px 10px 10px;
    margin-bottom: 0px;
}
.imageBox
{
    padding: 0px 0px 0px 0px;
    text-indent: 0px;
    height: 450px;
    width: 635px;
}
.smallPic
{
}
.mainContent
{
    float: left;
    min-height: 450px;
    width: 640px;
    border-right: solid 1px black;
    padding-right: 10px;
}

.image
{
    width: 100%;
    max-height: 450px;
    height: 450px;
}

.rightContent
{
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.5em;
   
}

.rightContent li
{
    list-style-type: circle;
}

.rightSide
{
    float: right;
    width: 260px;
    padding-left: 15px;
    margin: 10px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}


.rightSide h3
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: large;
    text-align: center;
    border-bottom: solid 1px black;
}

/* --------------------- Footer  --------------------- */
.footer
{
    text-align: center;
    font-size: xx-small;
    width: 720px;
    margin: auto;
}


/* --------------------- Typography  --------------------- */


/* --------------------- Global Classes  --------------------- */

.clear
{
    clear: both;
}

.bodyText
{
    padding-left: 10px;
}

.centeredPic
{
    margin: auto;
}
#background
{
    margin-left: 10px;
    margin-right: 15px;
    padding-top: 5px;
    width: 98%;
}

.centeredText
{
    margin-left: 10%;
    margin-right: 10%;
    background-color: White;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.centeredText p
{
    margin-bottom: 20px;
}


.smallPic
{
    width: 125px;
    margin: auto;
}

.thumbImage
{
    padding: 5px 5px 5px 5px;
}

.rightBox
{
}

.floatLeft
{
    float: left;
    margin-right: 15px;
}
.floatRight
{
    float: right;
}

.rightHeading
{
    text-align: right;
    padding-left: 10px;
    border-bottom: solid 1px black;
    padding-bottom: 5px;
}
.leftHeading
{
    text-align: left;
    margin-left: 10px;
    border-bottom: solid 1px black;
    padding-bottom: 5px;
}

.aboutPage
{
    border: none;
    padding: 20px;
    padding-top: 0px;
}
H2
{
    font-size: x-large;
}
.aboutPage H3
{
    padding-bottom: 5px;
}

.mainNewsDate 
{
    margin-left: 10px;
    margin-bottom: 5px;
    font-style: italic;
}

.contentDiv li
{
	line-height: 1.75em;
	list-style-type: circle;
	margin-left: 20px;
}

/********************
  News Page
********************/
.newsItem
{
    padding-left: 10px;
    text-align: left;
}

.underlinedHeading
{
    border-bottom: 1px solid white;
}

.newsDate
{
    font-style: italic;
    font-size: small;
    font-weight: normal;
}


