/*
Theme Name: Williamstown Historical Society
Theme URI: http://tradecreative.com.au;
Description: A custom theme for the Williamstown Historical Society
Author: Trade Creative Media
Author URI: http://tradecreative.com.au
Version: 2.0
License: BSD 2-Clause
License URI: http://opensource.org/licenses/bsd-license.php
*/

@font-face {
  font-family: 'GearedSlab-Regular';
  src: url('/fonts/GearedSlab-Regular.eot?#iefix') format('embedded-opentype'),  url('/fonts/GearedSlab-Regular.woff') format('woff'), url('/fonts/GearedSlab-Regular.ttf')  format('truetype'), url('/fonts/GearedSlab-Regular.svg#GearedSlab-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/*p {
    font-size: 15px;
    padding-bottom: 15px;
    color: #000;
    text-transform: none;
    line-height: 20px;
}
*/
.alignleft {
    float: left;
    padding-right: 10px;
}

.alignright {
    float: right;
    padding-left: 10px;
}

h1, h2, h3 {
	font-family: 'GearedSlab-Regular';
	color: #590202;
}
/*
h1 {
	font-size: 3.0em;
}
h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.5em;
}*/

article {
    margin-top: 15px;
}

.entry {
    padding-top: 15px;
}

/*

.menu-item {
  font-family: 'GearedSlab-Regular';
}
*/


/* built in code.
-------------------------------------------------------------------------------*/
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #a60303; text-decoration: none;}
a:hover {color: #590202;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #590202;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

#wrapper {width: 1100px; margin: 20px auto;}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */