/* Menu */

#menu {
    margin-left: 40px;
}

#menu ul {
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
}

#menu li {
    display: inline;
    margin: 0;
}

#menu a {
    display: block;
    float: left;
    margin-left: 5px;
    background: #f5f5f5;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    line-height: 26px;
}
    #ie6down #menu a { display: inline; }

#menu a:hover {
    text-decoration: underline;
    background-color: #e2e2e2;
    color: #000;
}

#menu .active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ede7d3;
    color: #333;
    font-size: 15px;
    list-style: none;
    padding: 7px 10px;
    text-decoration: none;
    display: block;
    float: left;
    margin-left: 5px;
    line-height: 26px;
}
    #ie6down #menu .active { display: inline; }

#menu .active a {
    color: #333;
    background-color: #ede7d3;
    display: block;
    float: left;
    margin-left: 5px;
    padding: 7px 10px;
    font-size: 15px;
}
    #ie6down #menu .active a { display: inline; }

/* Page */

#page {
    padding: 0;
}

/* Content */

#content {
    float: left;
    width: 550px;
    padding: 20px 30px;
    background-color: #ede7d3;
}

#content_bottom {
    float: left;
    width: 600px;
    padding: 20px 30px 0px 30px;
    background-color: #ede7d3;
}

#content_wide  {
    float: left;
    width: 80%;
    padding: 0;
}

/* Post */

.post {
}

.post .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.post .entry {
}

.post .meta {
    margin: 0;
    padding: 15px 0 60px 0;
    background: url(http://catalogue.library.uwa.edu.au/screens/img04.jpg) repeat-x left 30%;
}

.post .meta p {
    margin: 0;
    line-height: normal;
}

.post .meta .byline {
    float: left;
    color: #0864A5;
}

.post .meta .links {
    float: left;
}

.post .meta .more {
    width: 185px;
    height: 35px;
    padding: 5px 0px 5px 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}

.post .meta .comments {
    padding: 5px 0px 5px 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}

.post .meta b {
    display: none;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 250px;
    margin-left: 10px;
}

#sidebar ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

#sidebar li {
    margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
    margin: 0;
    padding-left: 25px;
    background: url(http://catalogue.library.uwa.edu.au/screens/img01.png) no-repeat left 50%;
}

#sidebar h2 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 6px solid #666666;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
}

#sidebar a {
    text-decoration: underline;
    color: #6D6D6D;
}

/* Search */

#search {
}

#search h2 {
    margin-bottom: 20px;
}

#s {
    width: 150px;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #F0F0F0;
}

#x {
    padding: 3px;
    background: #ECECEC url(http://catalogue.library.uwa.edu.au/screens/img08.gif) repeat-x left bottom;
    border: none;
    text-transform: lowercase;
    font-size: 13px;
    color: #4F4F4F;
}

/* Boxes */

.box1 {
    padding: 20px;
    background: url(http://catalogue.library.uwa.edu.au/screens/img05.gif) no-repeat;
}

.box2 {
    color: #BABABA;
}

.box2 h2 {
    margin-bottom: 15px;
    background: url(http://catalogue.library.uwa.edu.au/screens/img10.gif) repeat-x left bottom;
    font-size: 16px;
    color: #FFFFFF;
}

.box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
    color: #EDEDED;
}

#bodycontainer #uwasearch input.searchbox { padding: 1px;
    border: 2px inset threedface; }
    #ie6down #uwasearch input.searchbox { border-right-width: 1px;
        border-bottom-width: 1px; }

#toolbar ul li, 
#navigation ul li, 
#actionIcons ul li { margin-left: 0; }

#navigation ul li.NavSelect a, 
#navigation li a:hover { background-color: #0864a5; }

.Help_heading { color: #0864a5; }

A:link, 
A:hover, 
#record_list_metasearch td a:link { color: #0864a5; }

A:hover { text-decoration: underline; }

A:visited { color: #746114; }