/*
Theme Name: Queenscliffe Herald
Theme URI: http://queenscliffeherald.com.au
Description: Queenscliffe Herald theme for WordPress.
Author: Lisa Dale & Kayne Richens
Author URI: http://www.lisadale.com.au
Version: 1.0
Tags: Queenscliffe Herald

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:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* end WordPress Core */


body {
    background-color: #9c9d9d;
    background-image: url('images/body-background.gif');
    background-repeat: repeat-x;
    background-position: left top;
    
    font-family: "Arial", serif;
    font-size: 10pt;
 
    line-height: 1.25;
}

h1 { font-weight: bold; font-size: 18pt; margin: 1px 0 5px 0; color: #940621; }
h2 { font-weight: bold; font-size: 16pt; margin: 1px 0 5px 0; color: #940621; }
h3 { font-weight: bold; font-size: 14pt; margin: 1px 0 2px 0; color: #940621; }
h4 { font-weight: bold; font-size: 12pt; margin: 1px 0 5px 0; color: #940621; }

h1 a,
h2 a,
h3 a,
h4 a {
    color: #940621;
    text-decoration: none;
}

ul { list-style: disc; margin-left: 20px; line-height: 1.6; }
ol { list-style: decimal; margin-left: 20px; line-height: 1.6; }

p { margin: 10px 0; line-height: 1.3; }

a { 
}

a:hover { text-decoration: underline; }

strong { font-weight: bold; }
em { font-style: italic; }

blockquote { padding: 0 50px; }

small {
    margin-left: 20px;
    font-size: 50%;
}

#site-container {
    background-color: #fff;
    width: 960px;
    margin: 0 auto;
    padding: 10px;
}

#site-header {
    text-align: center;
    margin-bottom: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    position: relative;
}

a#latest-edition {
    float: left;
    text-decoration: none;
    margin: 4px 0 4px 4px;
}

a#latest-edition:hover {
    text-decoration: underline;
}

#site-nav {
    background-image: url('images/menubar.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    height: 37px;
    padding: 5px 0;
    margin: 2px 0 15px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.site-menu {
    list-style: none;
    margin: 0;
    padding: 7px 0;
}

.site-menu li {
    float: left;
    background-repeat: no-repeat;
    padding: 0 18px;
    color: #666;
    font-weight: bold;
    border-right: 2px solid #fff;
}

.site-menu li.last {
    border-right: none;
}

.site-menu li a {
    color: #666;
    text-decoration: none;
}

.site-menu li a:hover {
    text-decoration: underline;
}


#site-search {
    float: right;
    margin: 0 2px 0 0;
}

#site-search #search-box {
    padding: 5px;
    border: 1px solid #cecece;
    margin: 4px 0;
    width: 160px;
}

#site-search #search-button {
    margin: 4px;
}

#site-search #search-button::-moz-focus-inner {
    border:0;
    padding:0;
}

a#latest-edition, 
#site-search #search-button {
    padding: 5px 10px;
    border: 1px solid #910620;
    background-color: #910620;
    color: #fff;
}

a#latest-edition, 
#site-search input {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


#content {
    color: #000;
    min-height: 100px;
    padding: 0 20px;
}


.post-author, .post-date {
    font-weight: bold;
    color: #858585;
    margin-bottom: 10px;
}

.post-date {
    float: right;
}

.page-nav {
    margin-top: 40px;
}


#featured-articles {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 2px dotted #920621;
    clear: both;
}

#featured-articles-bar {
    color: #fff; 
    font-weight: bold; 
    padding: 8px 2px 8px 20px; 
    background-color: #920621; 
    border: 2px solid #680518; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
}

#featured-articles-buttons {
    position: absolute;
    right: 2px;
    top: 2px;
}

.featured-article {
    background-image: url('images/featured-article-background.png');
    background-repeat: no-repeat;
    width: 440px;
    height: 174px;
    overflow: hidden;
    float: left;
    padding: 10px;
    margin: 0 10px 20px 10px;
}

.featured-article h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
}

.featured-image {
    padding: 3px;
    background-color: #fff;
    float: right;
    margin: 0 0 5px 5px;
}

.featured-image img {
    border: 1px solid #000;
    padding: 1px;
}

.featured-excerpt {
    padding-right: 50px;
}

.featured-link {
    text-align: right;
    margin-right: 100px;
    font-weight: bold;
    
    background-image: url('images/read-more-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    
    padding-right: 15px;
}

.featured-link a {
    color: #920621;
    text-decoration: none;
}

.featured-link a:hover {
    text-decoration: underline;
}

#advertisements {
    clear: both;
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#advertisements img {
    margin: 10px 0;
}

.ad-left {
    float: left;
}

.ad-right {
    float: right;
}

#footer {
    clear: both;
    background-color: #969696;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
}

#footer hr {
    margin: 20px 0;
    border: 2px dotted #c1c0bf;
}

#footer ul {
    list-style: none;
    margin-bottom: 5px;
    margin: 0;
}

#footer ul li {
    display: inline;
    padding: 0px 10px 2px 10px;
    margin: 0;
    font-weight: bold;
}

#footer ul li a {
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul li.last {
    border-right: none !important;
}

.page-footer-links li,
.page-footer-links li a {
    color: #000;
}

.page-footer-links li {
    border-right: 2px solid #c9c7c7;
}

.site-footer-links li,
.site-footer-links li a {
    color: #575655;
}

.site-footer-links li {
    border-right: 2px solid #a7a6a5;
}

.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;
}
