l/*
Theme Name: Trish Hill
Theme URI: http://www.trishhill.com.au
Description: Trish Hill theme for WordPress.
Author: Evolution Design
Author URI: http://www.evolutiondesign.com.au
Version: 1.0
Tags: Trish Hill, Evolution Design

License: 
License URI:

General comments (optional).
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end reset */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

/* end WordPress Core */


body {
    font-size: 14px;
    font-family: Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
}

ol { list-style: decimal; margin-left: 20px; }
ul { list-style: disc; margin-left: 40px; }

ul, ol { margin-top: 10px; margin-bottom: 10px; line-height: 1.6; }

p { margin: 10px 0; line-height: 1.3; }

a { color: #9b0000; text-decoration: none; }
a:hover { text-decoration: underline; }

strong { font-weight: bold; }
em { font-style: italic; }

hr { border-color: #f5851f; border-width: 2px; margin: 30px 0 20px 0; }

blockquote { padding: 0 50px; }

small {
    font-size: 0.9em;
}

label { font-weight: bold; }

h1, h2, h3, h4 {
    margin: 8px 0;
    line-height: 1.7em;
    color: #9b0000;
    text-transform: lowercase;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding:0;
    border:0;
}

button, 
input[type="reset"], 
input[type="button"], 
input[type="submit"] {
	line-height:normal !important;
}







#site-container {
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#content {
    position: relative;
    background-image: url('images/content-background.png');
    background-repeat: repeat-y;
    padding: 10px 70px 10px 60px;
}


#header {
    position: relative;
    height: 208px; 
    margin: 0;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
}

#header h1 {
    margin: 0;
    font-size: 70px;
    color: #9b0000;
    padding: 35px 100px 20px 60px;
    text-transform: lowercase;
}

#header h1 a,
#header h1 a:hover {
    color: #9b0000;
    text-decoration: none;
}

#header #site-description {
    position: absolute;
    right: 70px;
    top: 90px;
    text-transform: lowercase;
    color: #494949;
    font-size: 32px;
}


#footer {
    height: 147px; 
    margin: 0;
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    padding: 10px 60px 10px 60px;
    position: relative;
}

#footer-content {
    position: absolute;
    bottom: 50px;
}

#footer-logo img {
    float: left;
}

#footer-logo ul {
    margin: 0 0 0 80px;
    padding: 0;
    list-style: none;
}

#eda-logo {
    position: absolute;
    right: 80px;
    bottom: 50px;
}

#sub-title {
    float: right; 
    margin: -60px 20px 0 0;
}



#site-nav {
    margin: 0 70px 0 0;
    padding: 0;
    list-style: none;
    float: right;
    text-transform: lowercase;
}

#site-nav li {
    margin: 0 0 0 24px;
    padding: 0;
    color: #494949;
    float: left;
}

#site-nav li a {
    text-decoration: none;
    color: #494949;
}

#site-nav li a:hover {
    text-decoration: none;
}

#site-nav > li:hover,
#site-nav > li.current-menu-item {
    border-bottom: 5px solid #9b0000;
}

#site-nav .sub-menu {
    position: absolute;
    padding: 5px 15px 15px 5px !important;
    list-style: none;
    margin: 5px 0;
    left: -9999px;
    min-width: 100px;
    z-index: 99999;
    background-color: #e6e3e3;
}

#site-nav .sub-menu li {
    margin: 0;
    float: none;
}

#site-nav li:hover ul.sub-menu {
    left: auto;
}


#front-page-menu {
    float: left; 
    width: 340px; 
    margin-right: 20px;
    min-height: 630px;
    position: relative;
    color: #9b0000;
}

#front-page-menu a {
    color: #9b0000;
}

#front-page-footer {
    position: absolute;
    bottom: 0;
}


#front-page-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#front-page-nav li {
    color: #9b0000;
    padding: 20px 0;
    text-transform: lowercase;
    font-size: 20px;
}

#front-page-nav li a {
    color: #9b0000;
}

#front-page-content {
    float: left; 
    width: 470px;
}



.gallery a.gallery-thumb {
    display: inline-block;
}

.gallery img {
    margin: 0 25px 25px 0;
}


#message {
    background-color: #7dcbb7;
    padding: 10px 20px;
    font-weight: bold;
    color: #ffffff;
}

.message {
    padding: 20px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
}

.container ul,
.container ol {
    list-style-position: inside;
}

.form-element {
    margin-bottom: 30px;
}

.form-element input[type="text"] {
    padding: 4px;
    margin-top: -12px;
}

.form-element input[type="submit"] {
    padding: 6px 10px;
    margin-top: -12px;
    font-weight: bold;
}

.form-label {
    float: left;
    margin-right: 14px;
    width: 30%;
    text-align: right;
}

.form-description {
    margin-left: 228px;
}



.post {
    clear: left;
    margin-bottom: 20px;
}

.post-date {
    font-size: 0.9em;
    font-weight: bold;
}



.pdf_icon {
    background-image: url('images/pdficon_small.png');
    background-repeat: no-repeat;
    background-position: left center;

    padding-left: 20px;
}

.pdf_icon_large {
    background-image: url('images/pdficon_large.png');
    background-repeat: no-repeat;
    background-position: left center;

    padding: 20px 40px;
}


.work {
    float: left; 
    margin: 0 25px 25px 0;
    width: 180px;
}

.work p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}