/**
 * A CSS resetter and a few default stylings.
 *
 * This file only contains css resets and useful
 * default styles, it's relationship with the 
 * design and styleguide should be minimal.
 *
 * @author Fabian Badoi
 *
 * @see genelar.css
 * @see fonts.css
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	/* Prevent font scaling */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ie-text-size-adjust: none; /* IE is likely to implement it too */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

.wall-of-text ol {
	list-style: decimal inside none;
	list-style-position: outside;
    padding: 20px;
}

.wall-of-text ul {
	list-style: disc inside none;
	list-style-position: outside;
    padding: 20px;
}

.wall-of-text ul li,
.wall-of-text ol li {	
	margin: 10px 0;
	line-height: 1.4em;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts and colors */
body {
	line-height: 1.1428em;
	font-size: 0.875em;
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	color: #000;
}

input, textarea {
	line-height: 1.1428em;
	font-size: 0.875em;
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	color: #000;
	border-radius: 0;
}

p {
	margin-bottom: 1em;
	line-height: 1.1428em;
}

h1 {
	font-size: 34px;
	line-height: 1.1428em;
	font-family: "PT Serif", Georgia, serif;
	font-weight: normal;
	margin: 10px 0;
}

h2 {
	font-size: 24px;
	line-height: 1.1428em;
	font-family: "PT Serif", Georgia, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 20px;
	line-height: 1.1428em;
	font-family: "PT Serif", Georgia, serif;
	margin: 10px 0;
}

h4 {
	font-size:16px;
	margin: 5px 0;
	font-weight:bold;
}

a {
	color: inherit;
	text-decoration: none;
}

a:link {
	color: #181818;
	text-decoration: none;
	outline: medium none;
}

a:visited {
	color: #181818;
	text-decoration: none;
}
a:hover,
a:active{
	color: #ed32a8;
	text-decoration: none;
}


/* Links in large texts are different from
 * those on the frontpage and other pages with
 * lost of lists/links to other stuff. Also, you
 * can add .expanded to increase the line height
 * of text.
 */
.wall-of-text a:link {
	color: #ED32A8;
}

.wall-of-text a:hover,
.wall-of-text a:active {
	color: #cc188a;
}

.wall-of-text a:visited {
	text-decoration: underline;
	color: #ED32A8;
}

.undo-wall-of-text a:link,
.undo-wall-of-text a:visited {            
	color: #000;            
}

.undo-wall-of-text .article-agent-list a:hover {
	color: #ED32A8;
}

.wall-of-text.expanded,
.wall-of-text.expanded > * {
	line-height: 1.4em;
}

* {
	line-height: 1.166em;
}

/* Miscelanious utility classes */
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear {
	clear: both !important;
}

.align-right,
.numeric {
	text-align: right !important;
}

.align-left {
	text-align: left !important;
}

.align-center {
	text-align: center !important;
}

.hidden {
	display: none;
}

/* Structural info */
body {
	background-color: #f0decb;
}

.main-wrapper {
	margin: 0 auto;
	width: 1256px;
	position: relative;
}
.side-banner {
	min-height: 20px;
	width: 140px;
	overflow: hidden;
}

.left-banner {
	float: left;
}

.right-banner {
	float: right;
	overflow: visible;
}

#following-banner {
	margin-top: 20px;
	width: 300px;
}

#following-banner.following {
	position: fixed;
	top: 0;
}

#following-banner.following-footer {
	position: absolute;
	bottom: 5px;
}

.top-banner {
	overflow: hidden;
	margin-bottom: 22px;
	text-align: center;
}

.banner-global.fit{
	margin:0px auto 22px auto;
}

.wrapper {
	overflow: hidden;
	padding: 0 22px 60px 22px;
	width: 932px;
	margin: 0 auto;
}

.top-area,
.content,
.bottom-area,
.central-area {
	overflow: hidden;
}

.column {
	float: left;
	margin-left: 16px;
	width: 300px;
	min-width: 300px;
}

#logo {
	margin-top: 10px;
	float: left;
	margin-bottom: 20px;
}

#logo img {
	width: 300px;
}

/* Used by menu when on very small screens */
#stage-3-faux-container {
	display: none;
}

/* Columns of different size.
 *
 * IMPORTANT: some classes from elements.css must know
 * in which type of column they are placed, this isn't
 * usually a problem because they can just prefix a rule
 * with .double or .tripple, but if a single/regular
 * column is inside a double column you must give it
 * also assigne the .single class to it.
 */
.column.fifty-fifty {
	width: 458px;
}

.column.double {
	width: 616px;
}

.column.triple {
	width: 932px;
	margin:0px;
}

.column.half {
	width: 35.71%;
	min-width: 220px;
}

.column.slim-mode {
	float: none;
	margin: 0 auto;
}

.row {
	clear: both;
	overflow: hidden;
}

.column.first {
	clear: left;
	margin-left: 0 !important;
}

.module {
	overflow: hidden;
}
.footer{
	margin-bottom:10px;
	font-size:14px;
	color:#999;
}

.page-info {
	width: 932px;
	margin: 0 auto;
}

.page-info table {
	margin-top: 10px;
}