﻿/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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: inherit;
	vertical-align: baseline;
}
/* 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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------
------------------------------------------------------------
----------------------- STYLES BEGIN -----------------------
------------------------------------------------------------
----------------------------------------------------------*/

/* GLOBAL */

html	{	}
body	{ background-color:#111111; }

/* CONTAINERS */

#wrapper			{ width:900px; height:auto; margin-left:auto; margin-right:auto;  background-color:#777777}

#banner				{ clear:both; padding:10px 10px; }

#wigner-logo img	{ width:270px; height:100px; float:left; }

#gpu-logo img		{ height:90px; width:120px; /*float:right;*/ }

#languages			{ float:right; }
#languages p		{ color:#eeeeee; font-size:11px; margin:4px 10px 4px 0px; }
#languages img		{ width:25px; height:25px; }
#languages ul li	{ display:inline; }

#site-menu			{ clear:left; float:inherit; padding-top: 5px; }

#social-media		{ float:right; /*clear:both;*/ }
#social-media p		{ color:#eeeeee; font-size:11px; margin:4px 10px 4px 0px; }
#social-media img	{ width:25px; height:25px; }
#social-media ul li	{ display:inline; }

#bottom-separator p	{ color:#eeeeee; }

#slideshow			{}
#slideshow img		{ width:100%; }

#bottom-separator2	{ /*clear:left; float:inherit;*/}

#middle				{}
#middle h1			{ font-size:20px; font-weight:bold; line-height:100% }
#middle h2			{ font-size:18px; font-weight:bold; padding: 15px 0px; }
#middle h3			{ font-size:16px; font-weight:bold; padding: 8px 0px; }
#middle p			{ font-size:14px; font-weight:normal; padding:10px 0px; }
#middle a:link		{ color:black; }
#middle a:visited	{ color:black; }
#middle a:active	{ color:black; }
#middle a:hover		{ color:black; }
#middle a:focus		{ color:black; }

#content-area		{ padding: 0px 20px 0px 20px; }
#content-area table { margin-left:auto; margin-right:auto; }

#navigation-bar		{}

#navigation-panel	{}

#bottom				{}

#footer-separator	{}

#footer				{ text-align:center; font-size:10px; background-color:#222222; }
#footer p			{ color:white; padding:2px; }