/*
Theme Name: Enlightenment
Description: Used to style the TinyMCE editor.
*/

html .mceContentBody {
	max-width: 640px;
}

body {
	margin: 15px;
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.clearfix,
.clearfix:before {
	clear: both;
}

.img-thumbnail,
a img {
	box-sizing: content-box;
	padding: 4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	border: none;
	border-radius: 0;
	-webkit-transition: all .25s ease;
}

a:hover img {
	background:#f0f0f0;
}

.media {
	overflow: visible;
}

.media > .pull-left {
	margin-right: 30px;
}

a {
	text-decoration: none;
	-moz-transition: color .25s ease, margin .25s ease;
	-webkit-transition: color .25s ease, margin .25s ease;
	-o-transition: color .25s ease, margin .25s ease;
	-ms-transition: color .25s ease, margin .25s ease;
	transition: color .25s ease, margin .25s ease;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

p {
	margin-bottom: 15px;
}

blockquote {
	position: relative;
	margin: 0 0 0 45px;
	padding: 0;
	border: none;
	font-family: Georgia, "URW Bookman L", serif;
	font-style: italic;
}

blockquote:before {
	position: absolute;
	top: -10px;
	left: -60px;
	content: "\201C";
	color: #ddd;
	font-family: serif;
	font-size: 96px;
	line-height: 1;
}

.entry-content blockquote p:last-child {
	margin-bottom: 15px;
}

blockquote cite {
	font-style:normal;
}

blockquote cite:before {
	content: "\2014";
	padding-right: 8px;
}

table {
	width: 100%;
	margin-bottom: 24px;
	border-bottom: solid 1px #ddd;
}

table th,
table td {
	padding: 8px;
	border-top: solid 1px #ddd;
}

fieldset {
	border: solid 1px #eee;
	padding: 30px;
}

legend {
	width: auto;
	padding: 0 10px;
	margin: 0;
	border: none;
}

input[type="text"],
input[type="password"] {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	vertical-align: middle;
}

input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

dt {
	margin-bottom:10px;
}

dd {
	margin: 0 0 24px 30px;
	line-height: 1.63em;
}

li {
	line-height: 1.63em;
}

address {
	font-size: 14px;
	font-style: italic;
}

code {
	background: #f8f8f8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	color: #333;
	white-space: normal;
}

kbd,
tt {
	font-family: monospace;
}

big {
	font-size: 1.3em;
}

cite {
	font-style: italic;
}

ins {
	text-decoration: none;
}

pre {
	padding: 15px;
	background: #f9f9f9;
	border: dashed 1px #e3e3e3;
	color: #000;
	font-size: 12px;
	line-height: 1.63em;
	margin-bottom: 24px;
	overflow: auto;
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

img,
video {
	max-width: 100%;
	height: auto;
}

figure img {
	display: block;
	margin: 0 auto;
}

video {
	display: block;
}

audio {
	max-width: 100%;
}

/*
	WordPress Standard Tags
*/

.aligncenter,
.html5-captions .aligncenter {
	display: block;
	margin: 1.5em auto;
}

.aligncenter:first-child {
	margin-top: 0;
}

.alignleft,
.html5-captions .alignleft {
	float: left;
	margin: .75em 1.5em .75em 0;
}

.alignright,
.html5-captions .alignright {
	float: right;
	margin: .75em 0 .75em 1.5em;
}

.alignnone {
	vertical-align: baseline;
}

.html5-captions .wp-caption {
	max-width: 100%;
	padding: 15px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	background: #f9f9f9;
	border-bottom: #eee 1px solid;
}

.html5-captions .wp-caption.alignnone {
	margin-bottom: 24px;
}

.wp-caption a img {
	display: block;
	padding: 0;
	margin: 0 auto;
	border: none;
	box-shadow: none;
}

.wp-caption-text {
	margin: 15px 0 0;
	color: #333;
	font-size: 13px;
	line-height: 1.63em;
	text-align: center;
}

.gallery {
	position: relative;
	margin: auto;
}

.gallery:before,
.gallery:after {
	content: "";
	display: table;
	clear: both;
}

.gallery-item {
	float: left;
	background: #FCFCFC;
	border-bottom: #EEE 1px solid;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	text-align: center;
	-moz-transition: box-shadow .12s ease;
	-webkit-transition: box-shadow .12s ease;
	-o-transition: box-shadow .12s ease;
	-ms-transition: box-shadow .12s ease;
	transition: box-shadow .12s ease;
}

.gallery-columns-1 .gallery-item {
	width:90%;
	margin:0 1.5% 3%;
}

.gallery-columns-2 .gallery-item {
	width:45%;
	margin:0 1.5% 3%;
}

.gallery-columns-3 .gallery-item {
	width:30%;
	margin:0 1.3% 3%;
}

.gallery-columns-4 .gallery-item {
	width:22%;
	margin:0 1.2% 3%;
}

.gallery-columns-5 .gallery-item {
	width:17%;
	margin:0 1.2% 3%;
}

.gallery-columns-6 .gallery-item {
	width:14.2%;
	margin:0 1.1% 3%;
}

.gallery-columns-7 .gallery-item {
	width:12.2%;
	margin:0 1% 3%;
}

.gallery-columns-8 .gallery-item {
	width:10.1%;
	margin:0 0.9% 3%;
}

.gallery-columns-9 .gallery-item {
	width:9.3%;
	margin:0 0.9% 3%;
}

.gallery-columns-10 .gallery-item {
	width:8.2%;
	margin:0 0.8% 3%;
}

.entry-teaser .gallery .gallery-item {
	margin: 0;
	padding: 0 5px 10px;
	background: none;
	border: none;
	box-shadow: none;
}

.gallery-item:hover  {
	background:#F4F4F4;
	box-shadow:0 0 18px rgba(0, 0, 0, .4);
}

.gallery-item a img {
	display:block;
	padding:0;
	margin:0 auto;
	border:none;
	box-shadow:none;
}

.gallery-icon {
	display: block;
	padding: 11%;
	margin: 0;
}

.gallery-caption {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
	height: 0;
	padding: 0;
}