body {
	margin: 0px;
	background: url(/wp-content/uploads/2015/12/bg.jpg) repeat-y top center #ddd2ff;
}

#masthead {
	background: url(/wp-content/uploads/2015/12/top-bg.jpg) no-repeat top center #e1d6ff;
	width: 100%;
	text-align: center;
}
	
	#masthead #wrap {
		margin: 0 auto;
		width: 994px;
		text-align: center;
	}

	#logo img {
		margin-top: 80px;
		margin-right: 60px;
	}

	#headersearch {
		position: absolute;
	        margin-top: 160px;
		margin-left: 12px;
	}

		#headersearch input {
			font-family: 'Alegreya Sans';
			font-size: 16px;
			width: 130px;
		}

			#headersearch .submit {
				width: 60px;
			}

	#soullight {
		position: absolute;
		margin-left: 738px;
	}

	#toggleMenu {
		display: none;
	}

	#fullMenu {
		display: block;
	}

	#featuredColumns {
		margin-left: 20px;
	}

	#featuredArticles {
		margin-left: 30px;
		margin-top: 5px;
	}

	#tag {
		margin-top: 30px;
	}
	
	#blocks {
		width: 100%;
		margin: 10px 0px 0px 0px;
		padding-bottom: 20px;
	}

		#blocks img {
			margin-right: 8px;
		}

#content {
	font-family: 'Alegreya Sans', Arial;
	font-size: 16px;
	line-height: 24px;
}

	#content #wrap {
		margin: 0 auto;
		width: 994px;
		min-height: 500px;
		text-align: left;
	}

#sideColumn {
	display: inline-table;
	width: 45%;
	vertical-align: top;
	margin-right: 25px;
}

.widget-area {
	float:right;
}

#ads {
	width: 994px;
	margin: 0px auto;
	text-align: center;
}

	#ads img {
		border: 1px solid #cccccc;
		margin-right: 2px;
		margin-bottom: 2px;
	}

	#ads img.nomargin {
		margin-right: 0px;
	}

#alert_success {
	background-color: green;
	width: 100%;
	padding: 10px 0px;;
	font-family: 'Alegreya Sans', Arial;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	color: #ffffff;
}

#alert_error {
	background-color: red;
	width: 100%;
	padding: 10px 0px;;
	font-family: 'Alegreya Sans', Arial;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	color: #ffffff;
}

#adsMore {
	font-family: 'Alegreya Sans', Arial;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

	
#adsMore a { 
	text-decoration: none;
}

#footer {
	margin: 20px 0px 50px 0px;
	width: 100%;
	font-family: 'Alegreya Sans', Arial;
	font-size: 12px;
	text-transform: uppercase;
}


/* FONTS
-------------------------------------------------------------- */

h1 {
	font-family: 'Alegreya Sans', Arial;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 5px;
	font-weight: normal;
}

	#searchresults h1 {
		font-size: 30px;
		line-height: 40px;
	}

h2 {
	font-weight: normal;
}

h5 {
	font-size: 16px;
	font-weight: normal;
}

#posts h1 {
	font-size: 35px;
}


/* ELEMENTS
-------------------------------------------------------------- */

.entry-meta, .comments-link
{
	display: none;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bigButton {
	display: inline-table;
	width: 45%;
	height: 140px;
	border: 1px solid #cccccc;
	text-align: center;
	text-decoration: none;
	font-size: 40px;
	vertical-align: top;
	margin: 0px 10px;
	padding-top: 100px;
	color: #000000;
}

.bigButton h3 {
	color: #000000;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 auto 6px;
	margin-top: 20px;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	position: relative;
	display: block;
	float: left;
	text-align: left;
}
#access a {
	color: #000000;
	display: block;
	padding: 0 0;
	margin: 0px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Alegreya Sans', Arial;
	font-size: 15px;
	width: 100%;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	margin-left: 17px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #000000;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 7px 15px;
	width: 168px;
	text-transform: uppercase;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	color: #e1d6ff;
}
#access li:hover > a,
#access a:focus {
	color: #1e123f;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}





/* Maximum width of 400 pixels. */
@media screen and (max-width: 550px) {

body {
	margin: 0px;
	background: url(/wp-content/uploads/2015/12/bg.jpg) repeat-y top center #ddd2ff;
}

#masthead {
	background: url(/wp-content/uploads/2015/12/top-bg.jpg) no-repeat top center #e1d6ff;
	width: 100%;
	text-align: center;
}
	
	#masthead #wrap {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	#logo img {
		margin-top: 20px;
		margin-right: 0px;
		width: 90%;
	}

	#soullight {
		position: relative;
		margin-left: 25px;
	}

	#headersearch {
		position: relative;
	        margin-top: 20px;
		margin-left: 12px;
	}

		#headersearch input {
			font-family: 'Alegreya Sans';
			font-size: 16px;
			width: 188px;
		}

			#headersearch .submit {
				width: 60px;
			}

	.page #toggleMenu {
		display: block;
		font-family: 'Alegreya Sans', Arial;
		font-size: 20px;
		margin-top: 20px;
		padding: 10px;
		opacity: 0.4;
		background-color: #ac96e7;
		color: #ffffff;
	}

	.page #fullMenu {
		display: none;
	}

	#featuredColumns {
		margin-left: 0px;
	}

	#featuredArticles {
		margin-left: 0px;
		margin-top: 5px;
	}

	#tag {
		margin-top: 30px;
	}

		#tag img {
			width: 90%;
		}
	
	#blocks {
		width: 100%;
		margin: 10px 0px 0px 0px;
		padding-bottom: 20px;
	}

		#blocks img {
			margin-right: 8px;
		}

#content {
	font-family: 'Alegreya Sans', Arial;
	font-size: 16px;
	line-height: 24px;
}

	#content #wrap {
		margin: 0 auto;
		width: 90%;
		text-align: left;
	}

#sideColumn {
	display: inline-table;
	width: 45%;
	vertical-align: top;
	margin-right: 25px;
}

.widget-area {
	float:none;
}

#ads {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

	#ads img {
		border: 1px solid #cccccc;
		width: 90%;
		height: auto;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	#ads img.nomargin {
		margin-right: 0px;
	}

#footer {
	margin: 20px 0px 50px 0px;
	width: 100%;
	font-family: 'Alegreya Sans', Arial;
	font-size: 12px;
	text-transform: uppercase;
}

#access li {
	position: relative;
	display: block;
	float: none;
	text-align: left;
}

#access ul li {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#access ul ul {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	float: left;
}

	#access ul ul li {
		background-color: #eaeaea;
		float: none;
		width: 300px;
		margin: 2px auto;
	}

	#access ul ul a {
		margin: 0 auto;
		float: none;
		width: 100%;
	}

#access ul li a {
	font-size: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

}