/* Typography */

::selection	{
	color: #ffffff;
}
::-moz-selection	{
    color: #ffffff;
}
::-webkit	{
	color: #ffffff;
}
body	{
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	font-family: 'Open Sans', sans-serif;  
}
@font-face {
  font-family: 'Avian';
  src: url('/webfonts/avian.eot'); /* IE 5-8 */ 
  src: local('?'),             /* sneakily trick IE */
        url('/webfonts/avian.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('/webfonts/avian.ttf') format('truetype'), /* Opera, Safari */
        url('/webfonts/avian.svg#font') format('svg'); /* iOS */
}
h1	{
	padding: 0px;
	margin: 0px;
}
.text	{
	font-size: 1em; 
	line-height: 150%;
	text-align: justify;
}
hr	{
	height: 1px;
	border: 0;		 
	color: #000000;
	background-color: #000000;
}
nav	{
	float: left;
	font-size: 1.2em;
	line-height: 150%;
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'Avian', verdana, arial;
}
nav a:link, nav a:visited	{
	color: #000000;
	background-color: #transparent;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}
nav a:hover, nav a:active	{			
	background-color: #ff6600;
	color: #ffffff;
	text-decoration: none;
	border-color: #ff6600;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
nav .link	{
	background-color: transparent;
	color: #000000;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
nav .divide	{
		color:#000000;
		font-size: 1em;
		padding-left: 5px;
		padding-right: 5px;
}
.landscape	{
	display: none;
}
.portrait	{
	display: none;
}
.legal	{ 
	text-align: center;
	line-height: 100%;
	font-size: 1.2em;
}

/* Layout Structure */
* {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary	{
	display: block;
}
div#container	{
	padding: 0px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0;
}
header	{
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
}
header h1 a	{
	background-image: url(/images/logo_front.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 230px 38px;
	display: block;
	height: 38px;
	padding: 0;
	text-indent: -9999px;
	}
nav		{
	text-align: center;
	width: 100%;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
}
article	{
	padding-top: 30px;
}
article h2	{
	background-image: url(/images/front_320x200.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 320px 200px;
	display: block;
	height: 200px;
	padding: 0;
	text-indent: -9999px;
}
footer	{
	padding: 0;
	width: 100%;
	float: left;
	text-align:center;
	color: #666666;
}