/*main stylesheet for writing evolutions website */
body {
    text-align: center; /*centering for ie*/
}
/*This is required to change the background colour of elements from deakin template*/
body, #wmt_menubar, #wmt_container, #wmt_content, #wmt_footer{
    background-color: #FAF9F7;
}
/*this is to get rid of extra space at top that deakin template provides*/
#header, #wmt_banner, #wmt_siteheading, #wmt_menubar {
    margin: 0;
	padding:0;
	height: 0;
	display: none;
}
#wmt_content {
    padding:0;/*to get rid of padding in content area set by deakin template */
}
/* start get rid of default browser spacings */
div {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden; /*this is to stop boxes expanding in ie
                     when content is too big e.g. long words*/
}
table { 
    border-collapse:collapse; 
    border-spacing:0; 
}
a, img  {
    margin: 0;
    border: 0;
    padding: 0;
}
/* end get rid of default browser spacings */

#evolutions {
    font-family: Verdana, Arial, sans-serif;
    /*centering content firefox/mozilla*/
    position: relative;
    margin: auto;
    width: 760px;/*for ie*/
    min-width: 760px;
    text-align: left;

    /*background-color: #FAF9F7;*/
}
#evolutions #menu {
    margin-bottom: 2em;
    height: 119px;
    vertical-align:top;
}
#evolutions #main {
    width: 64%;
    float: left;
}
#evolutions #main p, #evolutions #quote{
    margin-right: 2em;
}
#evolutions #right {
    width: 35%;
    float: right;
}
#evolutions #latest {
    padding: 1em;
    border: 1px solid #CCCCCC;
    margin-bottom: 1em;
    background-color: #FAF9F7;
}
#evolutions #latest img {
    margin-right: .8em;
}
#evolutions #feedback {
    font-size: 1.1em;
}
#evolutions #feedback, #evolutions #archive {
    padding: 1em;
    color: #FFFFFF;
    background-color: #7B6347;
}
#evolutions h1, #evolutions h2, #evolutions h3, #evolutions h4, #evolutions h5, #evolutions h6, #evolutions p {
    margin-top: 0;
}
#evolutions #main p{
    font-size: 1.2em;
}
#evolutions p.note{
    font-size: .9em;
    font-style: italic;
}
#evolutions h1 {
    color: #BAA28F;
    font-size: 3em;
    font-family: "Trebuchet MS", Trebuchet;
    font-weight: normal;
}
#evolutions h2 {
    font-size: 1.2em;
}
#evolutions #latest h2, #evolutions #feedback h2, #evolutions #archive h2 {
    color: #BAA28F;
    font-size: 1.8em;
    font-family: "Trebuchet MS", Trebuchet;
    font-weight: normal;
}

#evolutions #latest ul {
    list-style:none;
    padding: 0;
    margin-left: 0;
}
#evolutions #latest ul li {
    list-style-type:none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}
#evolutions #quote p{
    margin-right: 0;
    text-align: right;
}
/*remove automatically place inverted commas around quotes because IE doesn't display them. They are entered manually in html*/
#evolutions q:before, #evolutions  q:after {
    content: "";
}
#evolutions q {
    font-style: italic;
    font-size: 1.3em;
}
#evolutions blockquote {
    margin: 0;
    padding: 1em 0em 1em 0em;
    border-bottom: 1px solid #7B6347;
    color: #69533E;
    text-align: justify;
}
#evolutions p#quoter {
    color: #7B6347;
    font-size: .9em;
}
/*this works for firefox - see ie.css for ie code*/
#evolutions #menu a img{
    border-bottom: solid 2px;
    border-bottom-color:  #FAF9F7;/*background color so cannot see - keeps images horizontally aligned*/
}
#evolutions #menu a:hover img{
    border-bottom: solid 2px;
    border-bottom-color:  #D7006B;
}
/*end firefox only control*/
/*this is to ensure images stay horizontally aligned when one is not a link*/
#evolutions #menu img {
    border-bottom: solid 2px;
    border-bottom-color:  #FAF9F7;/*background color so cannot see*/
}
#evolutions #feedback a, #evolutions #archive a {
    color: #E2C990;
}
#evolutions #feedback a:hover, #evolutions #archive a:hover{
    color: #FFFF99;
}
#evolutions #footimage{
    text-align: center;
    /*border-top: 1px solid #7B6347;*/
    padding-top: 1em;
}
#evolutions #footer {
    clear: both;
    font-size: .8em;
    text-align: right;
    padding-top: 1em;
}
