/* HTML5 support for older browsers */
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary
{
	display: block;
}

/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
    /* Set your content font stack here: */
	font-family: 'Open Sans', sans-serif;
}

body
{
	font-size: 1em;
	color: #000;
	background: #fff;
}

img
{
	border: 0px;
	max-width: 100%;
	height: auto !important;
}

table
{
	max-width: 100%;
}

#map_canvas img
{
	max-width: 10000px;
}

.center
{
	text-align: center;
}

img.center
{
	margin: 0 auto;
}

/*
        C S S   S t y  l e   S h e e t   F o r   M i l l b r o o k   I D A
_________________________________________________________

*/




/*   Body and site structure  */
/*______________________*/

body {
	background:#1861A4 url('../images/interface_body_bg.png');
	background-size: 100% auto;
	color:white;
	text-align:center;
}

#container{
	background:url('../images/interface_bg.png') 0 0 repeat-y;
	background-size: 100% auto;
	width: 777px;
	max-width: 100%;
	margin:0 auto;
}

#header{
	/*width:777px;*/
	max-height:146px;
	margin:0 auto;
	text-align: left;
}

/*#message {
	padding: 120px 0px 0px 22px;
	font-weight: bold;
}*/

#footer{
	background:url('../images/interface_footer.png') 0 0 no-repeat;
	background-size: 100% auto;
	/*width:777px;*/
	height:40px;
	margin:0 auto;
	color:black;
	line-height:25px;
}

#content{
	/*width:565px;*/
	/*float:right;*/
	color:black;
	text-align:left;
	/*margin:5px 3px 0px 0px;*/
	/*padding:0px 20px 10px 0px;*/
}

#content > .padded
{
	padding: 10px;
}

#announcements{
  padding: 4px;
	border: 1px solid #ccc;
	background: #D1E1EF;
}



/*            Link colors          */
/*______________________*/

a	{color:navy; font-weight:bold; text-decoration:underline;}
a:hover	{color:navy; font-weight:bold; text-decoration:none;}




/*           Navigation           */
/*______________________*/

#nav{
	position:relative;
	/*left:+10px;*/
	background:url('../images/interface_nav_top.png') 0 0 repeat-y;
	background-size: 100% auto;
	max-width:166px;
	/*float:left;*/
	color: #000;
	font-size:0.9em;
}

#nav p
{
	padding: 0 10px;
	text-align: left;
}

#nav ul,
#nav li
{
	margin: 0;
	padding: 0;
}

#nav a {
	text-align:left;
	padding:3px;
	padding-left:7px;
	margin-left:3px;
	margin-right:4px;
	color:black;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover {
	background: #1861A4;
	color:white;
}


#nav_bottom{
	background:url('../images/interface_nav_bottom.png') 0 0 no-repeat;
	background-size: 100% auto;
	width:166px;
	max-width: 100%;
	height:43px;
}

#nav .social
{
	margin-top: 20px;
	height: 71px;
}

#nav .social img
{
	float: left;
	margin-left: 4px;
}

#nav .social a
{
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#nav .social a:hover
{
	background: none;
}



/*            Classes              */
/*______________________*/


.ClearFloats,
.clear
{
	clear:both;
}

h1,h2,h3,h4
{
	margin: 10px 0;
	padding: 0;
}

h1 {
	font-weight:800;
	font-size:1.75em;
}

h2 {
	font-weight:bold;
	font-size:1.4em;
}

h3 {
	font-weight:bold;
	font-size:1.25em;
}

h4 {
	font-weight:normal;
	font-size:1.25em;
}

table
{
	border: none;
	border-collapse: collapse;
}

table td
{
	vertical-align: top;
	padding: 5px;
}

#blog_search_form
{
	margin-bottom: 10px;
}

#blog_search_form input,
#blog_search_form button
{
	width: 90%;
	margin: 0 auto;
}

#mobile
{
	color: #000;
}

.success
{
	color: green;
}

.error,
.required
{
	color: red;
}

.success,
.error
{
	font-weight: bold;
	text-align: center;
}

.blog_article
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed gray;
}

.pure-form input[type="color"],
.pure-form input[type="date"],
.pure-form input[type="datetime-local"],
.pure-form input[type="datetime"],
.pure-form input[type="email"],
.pure-form input[type="month"],
.pure-form input[type="number"],
.pure-form input[type="password"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="text"],
.pure-form input[type="time"],
.pure-form input[type="url"],
.pure-form input[type="week"],
.pure-form select,
.pure-form textarea
{
	width: 200px;
}

.pure-hidden-below-sm,
.pure-hidden-below-md,
.pure-hidden-below-lg,
.pure-hidden-below-xl
{
	display: none;
}

.pure-hidden-sm,
.pure-hidden-md,
.pure-hidden-lg,
.pure-hidden-xl
{

}

@media screen and (max-width: 35.5em)
{

}

@media screen and (max-width: 48em)
{
	#galleria
	{
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 48em)
{
	.shop_search_refine
	{
		display: none;
	}

	h3#refine-search
	{
		text-align: center;
	}

	#refine-search .fa
	{
		display: inline;
	}
}
@media screen and (min-width: 35.5em)
{
	.pure-hidden-below-sm
	{
		display: inline-block;
	}
	.pure-hidden-sm
	{
		display: none;
	}
}

@media screen and (min-width: 48em)
{
	.pure-hidden-below-md
	{
		display: inline-block;
	}
	.pure-hidden-md
	{
		display: none;
	}
}

@media screen and (min-width: 64em)
{
	.pure-hidden-below-lg
	{
		display: inline-block;
	}
	.pure-hidden-lg
	{
		display: none;
	}
}

@media screen and (min-width: 80em)
{
	.pure-hidden-below-xl
	{
		display: inline-block;
	}
	.pure-hidden-xl
	{
		display: none;
	}
}
