/*
* 2009 Corporate Web Style (WAAPA) - Home CSS
* Andrew Dunbar [ECU]
* May 2013
* 
* Modification history:
* 
* 2013-05-01  Andrew Dunbar
*             Cleared history log prior to 05/2013
*
*/

/* --------------------------------------------------------------------------------------------- 
START: HOME OVERRIDES
--------------------------------------------------------------------------------------------- */

#site-tools
{
    float: none;
    text-align: right;
}

#main-column
{
    width: 900px;
    margin-bottom: 25px;
    overflow: hidden;
}

#latest-news { margin-right: 50px; }

#latest-news h2
{
    background-color: #7C7C7C;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
}

#latest-news h3
{
    font-weight: bold;
    font-size: 1em;
    padding: .6em 0 .2em 0;
    margin: 0 0 0 5px;
}

#latest-news h3 a:hover,
#latest-news h3 a:focus { color: #004B86; }

#latest-news p
{
    font-size: 0.9em;
    color: #777777;
    margin: 0 5px;
    padding: 0;
    line-height: 1.3em;
}

#latest-news a
{
    color: #1374b5;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#latest-news p.rss-link { margin-top: 10px; }

.column-half
{
    width: 425px;
    float: left;
}

.column-qtr
{
    width: 184px;
    float: left;
    padding-right: 54px;
}

.row
{
    overflow: hidden;
    background: url(//www.ecu.edu.au/__data/assets/image/0017/15722/dot_vertical_divider.gif) 50% top repeat-y;
    margin-top: 2.3em;
}

#features { background: url(//www.ecu.edu.au/__data/assets/image/0018/15723/dot_vertical_divider_qtr.gif) top left repeat; }
#features .last { padding-right: 0 !important; }

#features h2
{
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

#features p
{
    margin: 0 5px;
    line-height: 1.3em;
}

#features img { margin-top: 5px; }
#features a { text-decoration: none; }
div.blue h2 { background-color: #1374b5; }
div.magenta h2 { background-color: #c70071; }
div.orange h2 { background-color: #e26214; }
div.red h2 { background-color: #C50020; }

/* Mike overrides for changing h2's to div's on homepage*/
.waapa-home-hg
{
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    font-size: 1em;
    margin: 0 0 0.5em 0;
}

#latest-news .waapa-home-hg
{
    background-color: #7C7C7C;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
}

div.blue .waapa-home-hg { background-color: #1374b5; }
div.magenta .waapa-home-hg { background-color: #c70071; }
div.orange .waapa-home-hg { background-color: #e26214; }
div.red .waapa-home-hg { background-color: #C50020; }

/* --------------------------------------------------------------------------------------------- 
END: HOME OVERRIDES
--------------------------------------------------------------------------------------------- */

/* END *****************************************************************************************/