﻿/* GENERAL */

body
{
	margin: 0px;
	font: 0.75em "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #484848;
	background: #000;
}

img
{
	border: 0px;
}

a
{
	color: #f25409;
	text-decoration: none;
}

a:hover,
a:active
{
	text-decoration: underline;
}

h1
{
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h2
{
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h3,
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h4
{
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h5
{
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h6
{
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.small,
.modifydate
{
	font-size: 0.8em;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

/* LAYOUT */

div#container_header
{
	background: #000 url(images/bg_header.png) no-repeat center;
	height: 150px;
	width: 100%;
}

div#header
{
	width: 850px;
	margin: 0px auto;
}

div#logo
{
	width: 300px;
	height: 54px;
	padding-top: 48px;
	display: block;
	float: none;
	overflow: hidden;
}

div#container_page
{
	background: #fff url(images/bg_page_top.png) repeat-x top;
	width: 100%;
	float: none;
	overflow: hidden;
}

div#main
{
	width: 850px;
	margin: 0px auto;
	margin-top: 59px;
}

div#banner
{
	width: 850px;
	margin: 0px auto;
	margin-bottom: 20px;
	text-align: center;
}

div#content
{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: -10px;
}

div#sidebar
{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 25%;	
}

div#container_footer
{
	background: #000 url(images/bg_page_bottom.png) repeat-x;
	width: 100%;
}

div#footer
{
	width: 850px;
	margin: 0px auto;
	padding-top: 75px;
	padding-bottom: 20px;
	font-size: 0.75em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

/* TYPOGRAPHY */

pre
{
	padding: 10px;
	background: #f6f6f6;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

code
{
	border-bottom-color: #6abce2;
	display: block;
	font: Courier;
	width: auto;
	padding: 10px 20px 10px 20px;
	margin: 15px 0;
	border: 1px solid #dbc8a8;
	background-color: #f0e8db;
}	

blockquote
{
	display: block;
	font-style: italic;
	width: auto;
	padding: 10px 20px 10px 20px;
	margin: 15px 0px;
	background: #f6f6f6;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

blockquote.quotes
{
	display: block;
	background: url(../typo/quote-start.png) 0px 5px no-repeat;
	padding: 0px 20px 0px 38px;
	margin: 20px 0px;
	width: auto;
	color: #666;
	border: 0px;
}

blockquote.quotes p
{
	padding: 0px 38px 0px 0px;
	margin-top: 0px;
	background: url(../typo/quote-end.png) 100% 100% no-repeat;
}