/*
h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif','Arvo', Georgia, "Times New Roman", Times, serif;
}
p, div, body {
    font-family: 'Droid Sans','PT Sans', Helvetica, Arial, sans-serif;
}

.ffsans {
	font-family: 'Droid Sans','PT Sans', Helvetica, Arial, sans-serif;
}

.ffserif {
	font-family: 'Droid Serif','Arvo', Georgia, Times, serif;
}
*/

footer {
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

body {
	/* "grid" from www.subtlepatterns.com */ 
	/* background: url('../img/grid/grid.png') repeat 0 0; */
	background: #272727;
}

.content {
	background: #FFFFFF;
	padding: 20px 0px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #FFFFFF;
	-webkit-border-radius: 9px;
 	   -moz-border-radius: 9px;
	        border-radius: 9px;
}

@media (max-width: 767px) {
	.content {
		padding: 20px;
	}
}

.brand > small {
	font-size: 60%;
}

.small-spacer {
	height: 9px;
}

.hero-unit {
	background-color: #FFF;
	-webkit-border-radius: 9px;
 	   -moz-border-radius: 9px;
	        border-radius: 9px;
	
}

.hidden-wide-desktop {
  display: none !important;
}
.visible-wide-desktop {
  display: none !important ;
}

@media (min-width: 1200px) {
  .hidden-wide-desktop {
	display: none !important;
  }
  .visible-wide-desktop {
    display: inherit !important;
  }
}

.stitchgirl-overlay {
	text-align: center;
}

.stitchgirl-overlay > h2 {
	font-weight: bold;
}

@media (min-width: 980px) {
	.stitchgirl-overlay {
		text-align: left;
		color: #FFF;
		max-width: 400px;
		position: absolute;
		top: 100px;
		left: 20px;
	}
}

.center-text {
	text-align: center;
}

.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.tooltip-inner {
  max-width: 300px;
  font-size: 12px;
}

.gallery-description {
	padding-top: 16px;
}
.gallery-entry-tags {
	padding-top: 16px;
}
.gallery-entry-tag {}

.gallery-entry-taglabel {
	font-weight: bold;
}

.album-title-header {
}
.album-description {
	margin-top: -10px;
}

.content-padded {
	padding-left: 10px;
	padding-right: 10px;
}

.content-widepadded {
	padding-left: 20px;
	padding-right: 20px;	
}

.blog-entry-body { text-align: justify; padding-top: 10px; }
.blog-entry-title {
	font-size: 2.0em;
	line-height: 30px;
}
.blog-entry-metadata, .blog-entry-author, .blog-entry-date {
	font-size: 0.95em;
	color: #B3B3B3;
}

.sideHeader {
	font-weight: bold;
}

.advertisement-disclaimer {
	font-size: 0.80em;
	color: #B3B3B3;
}

.text-mps-blue { color: #007DFF; }
.text-mps-lightblue { color: #409EFF; }
.text-mps-lightestblue { color: #73B8FF; }
.text-mps-subtleblue { color: #3076BF; }
.text-mps-darkblue { color: #0051A6; }
