/* @override http://www.rushmor.com/wp-content/themes/Rushmor_v1/css/typography.css */

abbr {
	font-size: .9em;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
/*body{
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	-webkit-font-smoothing: antialiased;
}*/
span.amp{
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
}
ul#menu-primary-menu{
	font-family: 'Wellfleet', cursive;
	font-size: 2em;
}
div#mainContent h3{
	font-family: 'Wellfleet', cursive;
}
div#hoursWrapper h3,
div#hoursWrapper div.hours{
	font-size: 28px;
	font-family: 'Wellfleet', cursive;
}
div#addressWrapper{
	font-family: 'Wellfleet', cursive;
}
div#slogan{
	/*font-family: 'Wellfleet', cursive;*/
	font-family: 'Permanent Marker', cursive;
	font-size: 1.8em;
}
div#copyright{
	font-size: .8em;
}
li.widget h5{
	font-family: 'Wellfleet', cursive;
}
div#posts p{
	font-size: 1.2em;
	line-height: 1.8em;
}
div#posts .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
div#mainContent h4{
	font-family: 'Permanent Marker', cursive;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0;
}
div#sorryBro h4{
	margin-bottom: 10px;
}
div.postDate{
	font-size: .8em;
}
div#sidebar li#twitter{
	font-size: .8em;
	line-height: 1.4em;
}
div.spade{
	font-family: 'Permanent Marker', cursive;
	font-size: 20px;
}

/* #Font-Face
================================================== */
/*@font-face {
    font-family: 'DearSarahRegular';
    src: url('../fonts/dearsarah-ot-webfont.eot');
    src: url('../fonts/dearsarah-ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dearsarah-ot-webfont.woff') format('woff'),
         url('../fonts/dearsarah-ot-webfont.ttf') format('truetype'),
         url('../fonts/dearsarah-ot-webfont.svg#DearSarahRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
div#slogan{
	font-size: 1.4em;
}
}/* end of Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
div#mainContent h4{
	font-size: 1.1em;
}
}/* end of Tablet Portrait size to standard 960 (devices and browsers) */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
div#slogan{
	font-size: 1.3em;
}
div#hoursWrapper h3,
div#hoursWrapper div.hours{
	font-size: 1.2em;
	font-family: 'Wellfleet', cursive;
}
}/* end of All Mobile Sizes (devices and browser) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
ul#menu-primary-menu{
 font-size: 1.5em;
}
div#mainContent h4{
	font-size: 1.6em;
}
div.wp-caption img,
p.attachment img{
	max-width:400px;
	height: auto;
  	width: auto\9; /* ie8 */
}
}/* end of Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	div#slogan{
	font-size: 1.3em;
}
div#hoursWrapper h3,
div#hoursWrapper div.hours{
	font-size: .9em;
	font-family: 'Wellfleet', cursive;
}
}/* end of Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */