@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic|Oswald:400,700);

* {
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#000;
}

html .mceContentBody {
	max-width: 660px;
}

/* Typography, etc.
   ------------------------------------------------------------------------------------ */
a {
	text-decoration:none;
	color:#bc2025;
}
	
	[class^="entry-"] a {
		text-decoration:underline;
	}
	
a:hover {
	color:#000;
}
	
h1 a, h2 a, h3 a {
	color:#000;
	text-decoration:none;
}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	color:#bc2025;
}

p {
	margin:10px 0 20px;
}
	
h1 {
	font:bold 36px/40px 'Noto Sans', Georgia, "Times New Roman", Times, serif;
	color:#000;
	letter-spacing:-2px;
}
	
h2 {
	font:bold 24px/30px 'Noto Sans', Georgia, "Times New Roman", Times, serif;
	color:#000;
	letter-spacing:-1px;
}
	
.pagetitle {
	margin-bottom:25px;
}
	
h3,
h1.pagetitle {
	font:normal 18px/20px Oswald, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	letter-spacing:normal;
}
	
h4 {
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	color:#000;
	margin:20px 0 10px;
}

	.mceContentBody h2,
	.mceContentBody h3,
	.entry-content h2, 
	.entry-content h3 {
		margin:30px 0 10px;
	}
	
	.mceContentBody > h2:first-child,
	.mceContentBody > h3:first-child,
	.entry-content > h2:first-child, 
	.entry-content > h3:first-child {
		margin:0 0 10px;
	}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
	
small {
	font-size:12px;
	color:#999;
}
	
code,
pre {
	font-family:"Courier New", Courier, Fixed;
	background:#eee;
}
	
pre {
	margin:20px;
	padding:10px;
	border:1px solid #ccc;
}
	
hr {
	clear:both;
	height:1px;
	border:none 0;
	color:#d3d3d3;
	background-color:#d3d3d3;
	margin:30px 0;
}
	
img {
	border:none;
}
	
blockquote {
	margin:20px 0;
	padding:1px 0 1px 30px;
	border-left:1px solid #d3d3d3;
	font:italic 16px/24px 'Noto Sans', Georgia, "Times New Roman", Times, serif;
	color:#000;
}

	blockquote p:first-child:before {
		content: "\201c";
		margin-left:-.4em;
	}

	blockquote p:last-child:after {
		content: "\201d";
		display:inline-block;
		margin-right:-.4em;
	}
	
	blockquote cite,
	cite {
		display:block;
		margin:5px 0 0;
		text-align:right;
		font:normal 14px/20px Arial, Helvetica, sans-serif;
	}
		
	blockquote cite:before,
	cite:before {
		content: "\2014 \0020";
	}

:-moz-placeholder {
	color: #a9a9a9 !important;
}

.mceContentBody ul,
.mceContentBody ol,
.entry-content ul, 
.entry-content ol {
	margin:20px 40px;
}
	.mceContentBody ul ul,
	.mceContentBody ol ol,
	.mceContentBody ul ol,
	.mceContentBody ol ul,
	.entry-content ul ul, 
	.entry-content ol ol,
	.entry-content ul ol, 
	.entry-content ol ul {
		margin:0 20px 0;
	}
	
	.mceContentBody li,
	.entry-content li {
		padding:2px 0 3px;
		}
		
.clear { 
	clear:both !important;
	height:0 !important;
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
	float:none !important;
	background:none !important;
	line-height:0 !important;
	font-size:1px !important;
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}
		
.alignleft {
	float:left;
}
	
.alignright {
	float:right;
}
	
.aligncenter, 
div.aligncenter, 
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* Images
   ------------------------------------------------------------------------------------ */
img {
	border:none;
	max-width:100%;
	height:auto;
}

iframe {
	border:none;
	max-width:100%;
}

img.alignleft,
.wp-caption.alignleft {
	margin:3px 30px 10px 0;
}
	
img.alignright,
.wp-caption.alignright {
	margin:3px 0 10px 30px;
}

.wp-caption, 
.entry-attachment .attachment {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	text-align:left;
	border-bottom:1px solid #d3d3d3;
	max-width:100%;
}

.wp-caption img,
.entry-attachment .attachment img {
	display:block;
	margin: 0;
	padding: 0;
	border:none;
}

.wp-caption p.wp-caption-text,
.wp-caption-dd {
	font-size: 12px;
	padding:0;
	margin:8px 0;
	color:#777;
}

.entry-attachment .attachment {
	margin:15px 0;
}

.attachment, .caption {
	text-align:center;
}

.gallery,
.entry-content .gallery {
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
	padding:15px;
	margin:20px 0;
}
	
	.gallery li,
	.entry-content .gallery li {
		margin:15px;
		padding:0;
		float:left;
		list-style:none;
		position:relative;
		width:180px !important;
	}
	
	.gallery img {
		display:block;
	}
	
	.gallery-caption {
		display:block;
		position:absolute;
		left:0;
		bottom:0;
		display:none;
		padding:5px 10px;
		background:rgba(255,255,255,.75);
		width:160px;
		color:#000;
	}
	
		.gallery li:hover .gallery-caption {
			display:block;
		}
