@font-face {
    font-family: 'bebas';
    src: url('../font/BebasNeue-webfont.eot');
    src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BebasNeue-webfont.woff') format('woff'),
         url('../font/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ========================================================================== */
/*! normalize.css 2011-08-31T22:02 UTC · http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {margin: 0; }
body, button, input, select, textarea { font-family: sans-serif; }
a { color: #185b9e; }
    a:visited { color: #162c7e; }
    a:focus { outline: 0px solid; }
    a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ffff00; color: #000000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
    pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
    q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, html input[type="button"],  input[type="reset"],  input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
/* ========================================================================== */



body{ font-family:Helvetica, Helvetica Neue, Arial, sans-serif; }
.bebas{ font-family:'bebas', Helvetica, Helvetica Neue, Arial, sans-serif; }

.wrapper{
        position:relative;
        margin:auto;
	width:620px;
        margin:50px auto;
	-webkit-box-shadow:0 45px 60px -60px #AAA;
	   -moz-box-shadow:0 45px 60px -60px #AAA;
	        box-shadow:0 45px 60px -60px #AAA;
}

#header-container{
        position:relative;
        display:block;
	background-color:#ffffff;
	height:auto;
	/*border-bottom:20px solid #e44d26;*/
	margin-bottom:15px;

}

h1 {font-size:1.5em;}


h2, h3{margin:30px 0;}
h2{font-size: 40px;}
h3{font-size: 30px;}
#title, h1, h2, h3{font-weight:normal;}

aside{
	color:white;
	padding:20px;
	float:right;
	height:400px;
	width:280px;
	background-color:#ffffff;
        -webkit-box-shadow:0 40px 40px -40px #dcdcdc;
           -moz-box-shadow:0 40px 40px -40px #dcdcdc;
                box-shadow:0 40px 40px -40px #dcdcdc;
}

#main, #articlemain {
	display:block;
        width: 100%;
        min-height:450px;
        /*height:auto;*/
        -webkit-box-shadow:0 0px 40px 0px #dcdcdc;
           -moz-box-shadow:0 0px 40px 0px #dcdcdc;
                box-shadow:0 0px 40px 0px #dcdcdc;
        background-color: #dcdcdc;
        border-top:1px solid #d80000;
        border-bottom:1px solid #d80000;
}
/*#main_bg {position:fixed; top:0; left:0; width:100%;}*/

#clip {
        overflow:hidden;
        overflow-x:hidden;
        overflow-y:hidden;
}

#clip img { position:absolute; clip: rect(0px, auto, auto, 0px) }

nav {
	position:relative;
        top:auto;
        background-color:#d80000;
	width: 960px;
        min-height:1em;
        margin:0px auto;
        margin:10px auto;
}

nav ol {
	display:block;
	position:absolute;
	top:0px;
	left:0em;
	margin:			-2px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	list-style: 		none !important;
	font-size:		inherit;
	line-height:		1em;
	width:960px;
}

nav ol li {
	font-size:              1.5em;
        line-height:		1em;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	line-height:		1em;
	list-style-type: 	none !important;
	list-style-image: 	none !important;
	list-style-position: 	outside;
	float:left;
	cursor:pointer;
	min-width: 320px !important;
	text-align:center;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	 box-sizing:        border-box;
}

nav ol li.on { background-color:white;}

nav li a { color: #ffffff; text-decoration:none; }
nav li   a:visited { color: #ffffff; text-decoration:none; }
nav li   a:focus { outline: 0px solid; text-decoration:none; }
nav li   a:hover, a:active { color: #aa0000; outline: 0; text-decoration:none;}

nav li.on a { color: #aa0000; text-decoration:none; }
nav li.on   a:visited { color: #aa0000; text-decoration:none; }
nav li.on   a:focus { outline: 0px solid; text-decoration:none; }
nav li.on   a:hover, a:active { color: #aa0000; outline: 0; text-decoration:none;}

#main p, #articlemain p{
	font:16px/26px Helvetica, Helvetica Neue, Arial;
	width:620px;
}

article header{
	width:640px;
	-webkit-box-shadow:0 45px 60px -60px #dcdcdc;
	   -moz-box-shadow:0 45px 60px -60px #dcdcdc;
	        box-shadow:0 45px 60px -60px #dcdcdc;
}

#footer-container{
	height:auto;
	margin-top:20px;
	-webkit-box-shadow:0 -40px 40px -40px #dcdcdc;
	   -moz-box-shadow:0 -40px 40px -40px #dcdcdc;
	        box-shadow:0 -40px 40px -40px #dcdcdc;
}

#footer-container footer, nav p {
	color:#868686;
        font:11px/14px Helvetica, Helvetica Neue, Arial;
	width:960px;
}

.left { text-align:left;}
.center { text-align:center;}
.right { text-align:right;}

/* ========================================================================== */

.x { border:1px solid red; }
.white { color:white; }
.white_bg { background-color:white !important; }
.lightgrey_bg { background-color:#efefef !important; }
.red { color:#d80000; }

.underline { text-decoration:underline !important; }

.dfl { display:block; float:left;}
.dfr { display:block; float:right;}


/* ========================================================================== */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.c:before, .c:after { content: ""; display: table; }
.c:after { clear: both; }
.c { zoom: 1; }
/* ========================================================================== */
/* PRINT */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
