/* @override 
	http://www.guerrilladigital.cc/2010/wp-content/themes/guerrilla_digital_2012/css/typography.css
	http://www.guerrilladigital.cc/wp-content/themes/guerrilla_digital_2012/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;
}
/* #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;
}*/
h3,
.servicesSection h4{
	font: 2em 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
div#audioWrapper .servicesSection h4{
	text-transform: none;
	letter-spacing: 0px;
	font: 1.3em 'Special Elite';
}
/*.servicesSection h4{
	font: 1.4em 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}*/
#copyright p{
	font-size: .8em;
}
ul.twitter,
div#friendsBookmarks,
div#inspirationBookmarks,
.typefaceDescription p{
	font-size: .9em;
}
#lastFMFeed p{
	font-size: 1.4em;
}
#lastFMOuterWrapper a.lastfm-link{
	font-weight: bold;
}
div#footerWrapper h5{
	font: 1.2em 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div#footerWrapper h6{
	font: 1em 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#webDesignSection h6{
	font: .8em 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}

div#footer h6{
	letter-spacing: 4px;
}
div#studioGear ul,
div#creativeCommonsLicense p{
	font-size: .8em;
}
.typefaceDescription h5,
div#studioGear h5,
.audioDescription h4,
div#aboutContent h4,
div#webDesignSection h5,
div#contactInfo,
div#recordingIntro h4,
body.category .entry h4,
body.single-post .entry h4,
#sidebar h5{
	font-family: 'Special Elite';
}
div#contactInfo{
	font-size: 1.2em;
}
div#recordingIntro p{
	line-height: 1.8em;
}
#viewResumeBtn a.button{
	font-size: 1.2em;
}
ul.websiteAttributes{
	font-size: .8em;
}
div.date{
	font-size: .8em;
	line-height: 100%;
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
#lastFMFeed p{
	font-size: 1.1em;
}
}/* 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#contactInfo{
	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#contactInfo{
	font-size: 1.6em;
}
}/* 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) {
#lastFMFeed p{
	font-size: 1.1em;
}
}/* 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) {
#lastFMFeed p{
	font-size: .9em;
}
#lastFMOuterWrapper a.lastfm-link{
	font-weight: normal;
}
div#contactInfo{
	font-size: 1.4em;
}
}/* end of Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */