/* This stylesheet was greatly modified from one by Chris Converse, Codify Design Studio */

@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	background-color: #063;
}
.page { font-size: 1em; }

h1 {
	font-size: 3em;
	color: #063;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	position: relative;
	text-align: center;
}
h2 {
	font-size: 1.6em;
	color: #000000;
	margin: 0px 0px .5em 0px;
}
h3 {
	font-size: 1.25em;
	color: #000000;
	margin: 0em 0px .25em 0px;
}
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #f52d1b; }
a:hover {
	color: #093;
}
.content_sidebar h3 {
	color: #000;
	margin-bottom: 10px;
}
.content_sidebar p, .content_sidebar li {
	color: #000;
}
.content_sidebar a { color: #000; }
.content_sidebar a:hover { color: #f52d1b; }

.image-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	left: 0%;
	width: 100%;
	right: 0%;
}
.image-caption-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	position: relative;
	left: auto;
	width: 60%;
	right: auto;
	display: block;
	margin-right: auto;
	margin-left: 120px;
	top: 10px;
}

/* Layout */

.page { position: relative; margin: 0% auto 0% auto; max-width: 980px; }
.page header {
	display: block;
	position: relative;
	height: 200px;
	background-image: url(../images/banner_aupuzzle_large.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
	padding: 10px 50px 0px 0px;
}
.page header a.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 50px;
	height: 150px;
	background-image: url(../images/logo_green__150.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
}
.page .page_content {
	background-color: #fff;
	margin-right: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	float: none;
}
.page .page_content .page_content_container_left {
	width: 70%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.page .page_content .page_content_container_right { width: 30%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content {
	padding: 0px;
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	}
	.image-wrapper {
	position: relative;
	width: 90%;
	left: 5%;
	right: 5%;
	margin-right: auto;
	margin-left: auto;
               }
.image_wrapper_squarish {
	position: relative;
	width: 60%;
	left: 5%;
	right: 5%;
	margin-right: auto;
	margin-left: auto;
}
.image_wrapper_small {
	position: relative;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page .page_content .page_content_container_right .content_sidebar .sidebar_wrapper {
	width: 90%;
	position: relative;
	left: 5px;
	right: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


	.scale-image {
	display: block;
	width: 100%;
	max-width: 75%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	        }
.page .page_content .content_sidebar {
	margin: 15px 20px 20px 0px;
	max-width: 300px;
	padding: 10px;
	border: 1px solid #591508;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
}
/*below is specification of nav bar, not responsive (except it is somewhat)*/
.page nav {
	position: absolute;
	top: 150px;
	right: 20px;
	text-align: right;
	color: #000;
}
.page nav a {
	border: 1px solid #fff;
	border-radius: 16px;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	background-color: #063;
	font-size: 1.15em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.page nav a:hover {
	background-color: #093;
	color: #fff;
}
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header { height: 50px; background-image: url(../images/banner_aupuzzle_small.jpg); }
	.page header a.logo {
		top: 0px;
		left: 5px;
		margin: 0px auto 0px auto;
		width: 127px;
		height: 50px;
		background: url(../images/logo_green_50.jpg) no-repeat 0px 0px;
	}
	.page .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; }
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page .page_content .content { margin: 10px 10px 20px 10px; }
	.page .page_content .content_sidebar { margin: 25px 5% 25px 5%; }
	.page .page_content .content_sidebar figure { width: 100%; max-width: 175px; float: right; margin-left: 15px; }
	.page .page_content .content_sidebar .content_sidebar .sidebar_wrapper { background: none right 0px; max-height: 150px; max-width 175px }
	.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: centre; }
	/*here we have info that places at bottom of page as responsive*/
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
	}
	.page nav a {
		color: #fff;
		border: 1px solid #68230b;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #063 url(../images/mobile_link_arrow.png) no-repeat right 50%;
	}
	.page nav a:hover { color: #fff; background-color: #093; }
	.page footer { font-size: .8em; }
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1.15em }
	.page header { height: 120px; background-image: url(../images/banner_aupuzzle_medium.jpg); padding: 10px 50px 0px 0px; }
	.page header a.logo {
		top: 4px;
		left: 10px;
		width: 30px;
		height: 92px;
		background: url(../images/logo_green_90.jpg) no-repeat 0px 0px;
	}
	.page nav { top: 75px; }
	.page nav a {
		border-color: #fff;
		margin-left: 15px;
		padding: 5px 10px 5px 5px;
		font-size: .9em;
	}
	.page .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_medium.jpg) right 0px; height: 150px; }
	.page .content_sidebar figure figcaption { font-size: .8em; }
}

/* Large Screen Rules */
@media screen and (min-width: 801px) and (max-width: 10000px) {
	body { padding: 20px; }	
}
