/*
Theme Name: wjfull
Description: Theme based on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wjfull
Tags:

This theme, like WordPress, is licensed under the GPL.

wjfull is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
body
{
		background:url(images/bg-ripples-large.jpg) no-repeat center top fixed #000000;
}

.full
{
	width:100%;
}

.main-content-area
{
	background:#ffffff;
}

.post-type-archive .main-content-area
{
    background: #e3e2e2;
}

.home .main-content-area
{
	display:none;
}

.grayblock-area
{
	background:#f0eeee;
	padding:60px 0;
}

.purpleblock-area
{
	background:#1f0c45;
	padding:60px 0;
	text-align:center;

}

.header-area
{
	background:url(images/bg-black-75op.png) repeat;
	color:#FFFFFF;
}

.header-area a
{
	color:#FFFFFF;
}

.header-area .inner
{
	padding:0px 0 0;
}

.splash-area
{
	display: table;
	position: relative;
	width: 100%;
/*
	height: 300px;
	background: url(images/slice-circuit-hq.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
*/
}


.main-page
{
	max-width:1080px;
	margin:0 auto;
	padding:0 40px;
}

.site-content
{
}

.inner
{
	padding:18px 0;
}


.splash-area .main-page
{
	max-width:1080px;
	padding:40px 100px;
/*
    display: table-cell;
    vertical-align: middle;
*/
    text-align: center;
    color:#FFFFFF;
}

#full-width
{
	padding:20px 20px;
	background:transparent;
}

#primary
{
	float:left;
	width:70%;
	margin-right:1.5%;
	padding:20px 20px;
	background:transparent;
}

#secondary
{
	float:left;
	width:28.5%;
}

#logo
{
	text-align:center;
	margin:0 auto;
	padding:22px 0 11px 0px;
}

#logo img
{
}

.quarter
{
	float:left;
	width:25%;
	padding:0px 24px 0 0px;
}

.quartermid
{
	display:none;
}

.half
{
	float:left;
	width:50%;
	padding:0px 28px 0 0px;
}

.third
{
	float:left;
	width:33.3%;
	padding:0px 28px 0 0px;
}

.half.last,
.third.last
{
	padding:0px 0px 0 0px;
}

/*div.third:nth-of-type(3n+0),
*/

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

.boxes
{
	font-size:13px;
}

.boxes h3
{
	background:#000000;
	padding:4px 8px;
}

.boxes h3 a
{
	color:#FFFFFF;
}

.boxpic
{
	line-height:1;
}

.customers div
{
	text-align:center;
}

.customers img
{
	max-width:80%;
}

.imgpadtop img
{
	margin-top:24px;
}

.more
{
	margin:8px 0 5px;
}

.box
{
	background:#f4f7f1;
	border:1px solid #4b70c2;
	border-radius:9px;
	padding:18px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 20px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: 'Open Sans', Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight:400;
}

a
{
	color:#4b70c2;
	text-decoration:none;
}

a:hover
{
	color:#1f0c45;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Serif','Open Sans Condensed', sans-serif;
	margin: 0 0 20px 0;
	padding:0 0 0 0;
	font-weight:400;
	width:auto;
	line-height:1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	text-decoration:none;
}

h1, h1 a, h1 a:hover
{
	font-size: 40px;
	color:#1f0c45;
}

.splash-area .main-page h1
{
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    line-height:2;
    font-weight: 400;
	color:#FFFFFF;
}

.home .entry-title
{
	display:none;
}

h2, h2 a
{
	font-family:'Open Sans';
	text-transform:uppercase;
	font-size: 32px;
	color:#4b70c2;
	text-decoration:none;
}

h3,
h3 a
{
	font-size: 28px;
	color:#1f0c45;
}

h3
{
	margin: 0 0 0.3em 0;
}

h3.widget-title,
h3.widget-title a
{
	color:#1f0c45;
	font-size:20px;
	text-decoration:none;
}

h4, h4 a
{
	font-family:'Open Sans';
	text-transform:uppercase;
	font-size: 16px;
	color:#4b70c2;
}

h4
{
	margin: 0 0 0.1em 0;
}

.purpleblock-area h2,
.purpleblock-area h3,
.grayblock-area h2,
.grayblock-area h3
{
	text-align:center;
}

.purpleblock-area h2
{
	color:#FFFFFF;
	padding:0 8px 3px;
}

.purpleblock-area h3
{
	color:#4b70c2;
}

.purpleblock-area a.button
{
	background:#4b70c2;
}

.purpleblock-area,
.purpleblock-area a
{
	color:#FFFFFF;
}

.purpleblock-area a:hover
{
	background:#ffffff;
	color:#000000;
}

p {
	margin: 0 0 1.5em;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 20px;
	padding:0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

#.widget li
{
	margin:0 0 11px 0;
	padding:0 0 0 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.ngg-gallery-thumbnail-box {
    float: none !important;
    display:inline-block !important;
    text-align: center !important;
    width:32%;
    padding:0 0.5% 9px;
	margin:0 auto !important;
}

.ngg-gallery-thumbnail {
    float: none !important;
    text-align: center !important;
}

.ngg-gallery-thumbnail img {
	max-width:100%;
}

/*--------------------------------------------------------------
# Helper Styles
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear
{
	clear:both;
}

.rowpad
{
	height:24px;
}

.medpad
{
	height:30px;
}

.tallpad
{
	height:45px;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:before,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Buttons & Inputs
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-radius: 0px;
/*
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
				inset 0 15px 17px rgba(255, 255, 255, 0.5),
				inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
*/
	color:#FFFFFF;
	background:#1f0c45;

	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	letter-spacing:1.5px;
	font-weight:normal;
	text-transform:uppercase;
	padding: 9px 24px;
	text-decoration:none;
	transition: 0.3s;
}

.button.large
{
	font-size: 24px;
	line-height: 1;
	padding: 11px 50px;
}

.half .button.large
{
	margin-top:30px;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
				inset 0 15px 17px rgba(255, 255, 255, 0.8),
				inset 0 -5px 12px rgba(0, 0, 0, 0.02);
*/

	color:#FFFFFF;
	background:#efc034;
	background:#333333;
	border-color:#1f0c45;

}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
				inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.mobile-navigation
{
	display:none;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;

	margin:4px auto 0;
	padding:0px 0 0;
	text-align:center;
}

.main-navigation ul {
	display: inline-block;
	text-align:center;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	background:url(images/li-white-vert-line.png) 0px 3px no-repeat;
}

.main-navigation li:first-child {
	background:transparent;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding:1px 14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	letter-spacing:0.5px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFFFFF;
	margin:0 10px;
}

.main-navigation a:hover {
	color:#FFFFFF;
	background:#333333;
}

.main-navigation ul ul {
/*	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);  */
	float: left;
	position: absolute;
	top: auto;
	margin-top:-1px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 180px;
	background:#000000;
	border:0px solid #FFFFFF;
	border-radius:1px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:13px;
	letter-spacing:0;
	text-align:left;
	padding:14px 10px;
	margin:0 auto;
	font-weight:bold;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	left: 10px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* a tag directly after curr elements but not all children */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	background:#1f0c45;
	background:#0d216a;
}

.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current_page_ancestor > a:hover {
	background:#333333;
}

/* Small menu. */
.menu-toggle
{
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1em;
}

.page.hentry {
	margin: 0 0 0em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.widget-area
{
	margin:36px 0 0 0;
}

.widget {
	margin: 0 0 1.5em;
	padding:20px;
	background:url(images/bg-sidebar.jpg) top left no-repeat;
	border-radius:0px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}


/*--------------------------------------------------------------
# Infinite scroll - used with Jetpack
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area
{
	margin:0 auto;
	line-height:2em;
	font-size:14px;
	background:#000000;
	/*
    background-image:  url(images/bg-footer-wave.jpg);
    background-size:   cover;
    background-repeat: no-repeat;
    background-position: center center;
    */
	padding:0px 0px;
	color:#FFFFFF;
}

.footer-area .inner
{
	padding:24px 0 30px;
}

.footer-area h4
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	letter-spacing:1px;
	font-weight:normal;

}

.footer-area .menu-main-menu-container
{
	text-align:center;
	margin: 10px auto 0 auto;
}

.footer-area ul {
	display: block;
	text-align:left;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.footer-area li {
	display:block;
	text-align:right;
	position: relative;
}

.footer-area li a
{
	padding:0 7px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	letter-spacing:0.5px;
	font-weight:normal;
	text-transform:uppercase;
}

.footer-area li a:hover
{
	text-decoration:none;
	color:#4b70c2;
}

.footer-area a
{
	color:#FFFFFF;
}

.footer-area a:hover
{
	color:#4b70c2;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.wp-caption {
	margin: 0 0 1.5em;
	max-width: 100%;
	border:1px solid #CCCCCC;
	padding:10px;
}

.wp-caption.alignleft
{
	margin-right:20px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0 0;
	font-size:12px;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

img.alignleft,
img.alignright
{
	max-width:50%;
}

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}



/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 960px) {

	.ngg-gallery-thumbnail-box {
	    width:48%;
	    padding:0 0.5% 9px;
	}

}

@media screen and (max-width: 840px) {

	.splash-area .main-page
	{
		padding:60px 50px;
	}

	.splash-area .main-page h1
	{
		font-size: 32px;
	}

	h3, h3 a,
	h4, h4 a
	{
		font-size:18px;
	}

	.button.large
	{
		font-size: 20px;
		line-height: 1;
		padding: 11px 28px;
	}
}

@media
only screen and (max-width: 900px),
(min-device-width: 768px) and (max-device-width: 1024px)  {


}

@media screen and (max-width: 640px) {

	#primary,
	#secondary,
	.widget
	{
		float:none;
		width:100%;
		margin:0 0 24px 0;

	}

	.main-navigation
	{
		display:none;
	}

	.mobile-navigation
	{
		display:inline-block;
	}

	#logo
	{
		text-align:left;
		margin:0 0 0 5px;
		width:70%;
		padding:30px 0 0px 0px;
	}

	.splash-area .main-page
	{
		padding:30px 30px;
	}

	.splash-area .main-page h1
	{
		font-size: 24px;
	}

	.third,
	.half
	{
		width:100%;
		float:none;
		margin:0 auto 24px;
	}

	.boxes .third
	{
		max-width:400px;
	}

	.quarter
	{
		width:50%;
		padding:0px 24px 24px 0px;
	}

	.quartermid
	{
		clear:both;
	}

	img.alignleft,
	img.alignright
	{
		float:none;
		display:block;
		margin:18px auto;
		max-width:100%;
	}

	.footer-area
	{
		text-align:center;
	}

	.footer-area ul {
		display:inline-block;
		text-align:center;
		margin:0 auto;
	}

	.footer-area li {
		display:inline-block;
		float:left;
		text-align:left;
	}

	.ngg-gallery-thumbnail-box {
	    width:100%;
	    padding:0 0% 24px;
	}


}

@media screen and (max-width: 480px) {
	.main-page
	{
		padding:0 10px;
	}

	.splash-area .main-page
	{
		padding:20px 10px;
	}


	.splash-area .main-page h1
	{
		font-size: 20px;
	}

	.quarter
	{
		display:block;
		width:100%;
		float:none;
		margin:0 0 24px 0;
	}

}

