html, body {
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
	outline: 0;
}

#header, #nav, #content, #footer {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	/* height: 60px; */
}

img {
	border: none;
}

div.float-over-slider * {
	position: absolute;
	z-index: 900;
	top: 10px;
}

div.float-over-slider #contact {
	margin-right: 20%;
}

div.float-over-slider #espanol {
	top: 50px;
}

.fullwidthbanner-container {
	/* position: relative !important; */
	/* top: -50px !important; */
	/* margin-top: -60px; */
}

#header #logo {
 width: 370px;
 height: 72px;
}

#header h1, #header h2 {
	display: none;
}

#header #contact {
	float: right;
	padding-top: 16px;
	padding-right: 28px;
	right: 0px;
	text-align: right;
	text-shadow: #ffffff 0 0 0.25em;
	font-family: 'BlissHeavy';
	font-size: 240%;
	/* display: none;  */
}


#nav-wrapper {
	background-color: #FFCC33;
	background-image: url(/img/nav-bg1.jpg);
}

#nav {
	max-width: 1000px;
	min-height: 45px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: left;
	vertical-align: middle;
	outline: 0;
	/* filter:	progid:DXImageTransform.Microsoft.Shadow(color='#052000', Direction=135, Strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#052000', Direction=135, Strength=2)"; */
}

#nav div.nav-item {
	float: left;	
}

#nav a, #nav a:link, #nav a:visited {
	height: 45px;
	padding: 9px 16px;
	text-decoration: none;
	color: white;
	font-size: 155%;
	line-height: 180%;
	text-shadow: #052000 0.1em 0.1em 0.17em;
}

#nav div:hover, #nav a:active, #nav div.selected, #footer a:hover, #footer a:active {
	background-color: #28A00D;
	background-image: url(/img/nav-bg-highlight.jpg);
}

#google_translate_element {
	/* float: right;
	margin-top: 2px;
	text-align: right;
	color: white !important; */
}

.goog-te-gadget-simple, .goog-te-gadget-simple .goog-te-menu-value {
	background: transparent !important;
	border: none !important;
	color: white !important;
	font-family: 'BlissLight', Verdana, Arial, Helvetica, sans-serif !important;
	/* line-height: 180% !important; */
	font-size: 140% !important;
}

#content {
	margin-top: 30px;
	margin-bottom: 30px;
}

#content .left-column {
	margin-right: 51%;
}

#content .right-column {
	float: right;
	width: 49%;
	/* margin-top: -15px; */
}

#content .column-width {
	width: 100%;
}

#content .right-column h1:first-child, #content .right-column h2:first-child {
	margin-top: 0;
	padding-top: 0;
}

#content img.right {
	float: right;
	margin-left: 12px;
	width: auto;
	height: auto;
}

#content h1 {
	color: #28A00D;
	font-size: 170%;
	/* text-shadow: #659060 0.1em 0.1em 0.22em;
	filter:	progid:DXImageTransform.Microsoft.Shadow(color='#659060', Direction=135, Strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#659060', Direction=135, Strength=2)"; */
}

#content h2 {
	font-size: 125%;
	line-height: 125%;
	margin-bottom: 0;
	padding-bottm: 0.5em;
}

#content img.column {
	width: 480px;
	height: 480px;
	margin-left: -28px;
}

#content img.qr-code {
	width: 250px;
	height: 250px;
	margin: -9px;
	/* vertical-align: middle; */
}

div.blog-entry {
	margin-bottom: 2em;
}

div.blog-entry-date {
	border-top: thin solid #28A00D;
	border-left: thick solid #28A00D;
	padding-top: 2px;
	padding-left: 0.7em;
	font-size: 80%;
}

div.blog-entry a h2 {
	margin-top: 0;
	padding-top: 2px;
}

table.cfree {
	width: 99%;
}

input.form-field-text-big, textarea.form-field-text-big {
	width: 300px;
}

textarea.form-field-text-big {
	height: 160px;
}

#footer-wrapper {
	color: white;
	background-color: #28A00D;
	background-image: url(/img/footer-bg.jpg);
	min-height: 160px;
	/* position:fixed;
	bottom: 0; */
}

#footer {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer a, #footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}

#contact {
	font-size: 200%;
	text-shadow: #052000 0.1em 0.1em 0.17em;
}

#espanol {
	float: left;
	margin-right: 15px;
}

#address {
	float: right;
}

#hours, #espanol, .goog-te-gadget-simple {
	font-size: 140%;
	text-shadow: #052000 0.1em 0.1em 0.17em;
}

#copyright {
	font-size: 80%;
}

#footer #share {
	float: right;
	position: relative;
	top: -15px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
	#sidebar, .only-desktop {
		display: none;
	}
	
	#header #contact a {
		text-decoration: none;
	}
	
	#header * {
		position: relative;
		top: 3px;
	}
	
	#header #logo {
		/* width: 310px; */
		width: 86%;
		height: auto;
		margin-bottom: -5px;
		padding-bottom: 0;
	}
	
	#header #contact {
		float: none;
		text-shadow: none;
		text-align: center;
		padding: 0;
		margin: 0;
		font-size: 220%;
	}
	
	#header, #nav, #content, #content .left-column, #content .right-column, #footer {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#nav-wrapper {
		background: none;
	}
	
	div.nav-item {
		float: left;	
		min-width: 45%;
		background-color: #FFCC33;
		background-image: url(/img/nav-bg1.jpg);
		border: 2px outset #B18904;
		border-radius: 3px;
		margin: 2px;
	}
	
	div.nav-item * {
		white-space: nowrap;
	}
	
	#nav a, #nav a:link, #nav a:visited {
		font-size: 145%;
		padding: 3px 8px;
	}

	
	#content {
		width: 95%;
	}
	
	.fullwidthbanner-container, .fullwidthbanner {
		display: none;
	}
	
	#content .left-column {
		margin-right: inherit;
	}

	#content .right-column {
		float: none;
	}
	
	#content .right-column h1:first-child {
		margin-top: inherit;
	}
	
	#content img.column {
		width: 310px;
		height: auto;
	}
	
	#content img.right {
		/* float: none; */
		margin-left: 5px;
		width: 50% !important;
		height: auto;
	}
	
	table.cfree {
		width: 85%;
	}
	
	input.form-field-text-big, textarea.form-field-text-big {
		width: 200px;
	}

	textarea.form-field-text-big {
		height: 100px;
	}


	#footer #share {
		display: none;
	}
}
