/*******************************************************************************

	Title:  Kancelaria NCWR
	Author: Piotr Kulpinski
	Date:   February 2013

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Fonts
		1.5 Normalized Styles
		1.6 Image Replacement

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Banner
		2.5 Content
		2.6 Sidebar
		2.7 Footer

	3. PAGES
		3.1 Home


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav {
	position: absolute;
	top: 0;
	left: -9999em;
	z-index: 1000;
}

#accessibility-nav a {
	position: absolute;
	top: 0;
	white-space: nowrap;
}

#accessibility-nav a:active,
#accessibility-nav a:focus {
	left: 9999em;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.ie7 .clearfix {
	zoom: 1; 
}


/* 1.4 Fonts
------------------------------------------------------------------------------*/ 

@font-face {
	font-family: 'Museo Slab';
	src: url('../fonts/Museo_Slab_500-webfont.eot');
	src: url('../fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Museo_Slab_500-webfont.woff') format('woff'),
		 url('../fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
		 url('../fonts/Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* 1.5 Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 75%/1.25 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #0C3774;
	background: #F3F3F3;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a, a:visited {
	text-decoration: none;
	color: #0C3774;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #9E0039;
}

h2 {
	margin: 48px 0 10px;
	border-bottom: 2px solid #B6B6B6;
	color: #9E0039;
	font: normal 17px/1.8em 'Museo Slab', Arial, Helvetica, sans-serif;
}

h2:first-child {
	margin: 18px 0 10px;
}

h4 {
	margin: 27px 0 18px;
	font-size: 13px;
	font-weight: bold;
}

ul {
	list-style: disc;
	margin-left: 17px;
}

h4 + ul {
	font-size: 13px;
	line-height: 18px;
}


/* 1.6 Image replacement
------------------------------------------------------------------------------*/

.ir {
	display: block;
	position: relative;
	overflow: hidden;
}

.ir span {
	display: block;
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.ie7 .ir a span,
.ie7 a.ir span {
	cursor: pointer;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 900px;
	margin: 0 auto;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
	padding: 23px 0 15px;
}

#header .site-name {
	width: 195px;
	height: 85px;
	margin: 0 auto 29px;
}

#header .site-name span {
	background: url(../images/logo.png) no-repeat;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
	text-align: center;
}

#navigation li {
	display: inline-block;
	font-family: 'Museo Slab', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.ie7 #navigation li {
	display: inline;
}

#navigation li:before {
	content: "";
	display: inline-block;
	height: 10px;
	width: 6px;
	background: url(../images/sprite-images.png) no-repeat 0 2px;
}

#navigation li:first-child:before {
	display: none;
}

#navigation a {
	display: inline-block;
	padding: 0 19px;
}


/* 2.4 Banner
------------------------------------------------------------------------------*/

#banner {
	background: #909090 url(../images/bg-banner.png) no-repeat center 0;
}

#banner img {
	display: block;
	margin: 0 auto;
}


/* 2.5 Content
------------------------------------------------------------------------------*/

#content {
	float: left;
	width: 550px;
	margin: 0 25px;
}


/* 2.6 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 250px;
	margin: 0 25px;
	line-height: 14px;
	text-align: center;
}

#sidebar h2 {
	text-align: left;
}


/* 2.7 Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	position: relative;
	padding: 7px 23px;
	border-top: 2px solid #B6B6B6;
	font-size: 11px;
}

#footer img {
	float: left;
	margin-right: 33px;
}

#footer p.copyright {
	float: left;
	line-height: 54px;
}

#footer p.credits {
	float: right;
	margin: 10px 48px 0 0;
	line-height: 16px;
	text-align: center;
}

#footer .back-to-top {
	position: absolute;
	top: -110px;
	right: 112px;
	padding-top: 17px;
	background: url(../images/ico-arrow-up.png) no-repeat center 0;
	font-size: 13px;
	font-family: 'Museo Slab', Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/

/* 3.1 Home
------------------------------------------------------------------------------*/


/* Team members */
.team {
	margin-bottom: -10px;
	padding-top: 34px;
	overflow: hidden;
	line-height: 14px;
	text-align: center;
}

.team article {
	float: left;
	width: 50%;
	padding: 24px 0 49px 14px;
	background: url(../images/sprite-images.png) no-repeat center -32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team article.odd {
	clear: both;
	padding: 24px 14px 49px 0;
}

.ie7 .team article {
	padding-left: 0;
}

.ie7 .team article.odd {
	padding-right: 0;
}

.team article h3 {
	margin-bottom: 8px;
	color: #9E0039;
	font: bold 15px 'Verdana', Arial, Helvetica, sans-serif;
}

.team article h4 {
	margin: 20px 0 0;
	font-weight: bold;
}

.team article p {
	font-weight: bold;
}

.team article a {
	display: inline-block;
	white-space: nowrap;
}

/* Our Collaboration */
.our-collaboration {
	padding: 17px 0 0;
}

.our-collaboration li {
	margin-bottom: 16px;
}

/* We belong to section */
#sidebar .belongs {
	margin: 0 0 45px;
	padding: 7px 0 0;
	list-style: none;
}

#sidebar .belongs img {
	display: block;
	margin: 9px auto 39px;
}

/* Vcard contact info */
#sidebar .vcard {
	margin-top: 22px;
}

#sidebar .vcard .org {
	display: none;
}

#sidebar .vcard h4 {
	margin: 15px 0 0;
	font-weight: bold;
}


/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print {

	body { 
		font: normal normal 12pt/1.5em "Times New Roman", Times, serif; 
	}

	a[href]:after { 
		content: " (" attr(href) ") "; 
		font-size: 90%; 
	}

	a[href^="/"]:after { 
		content: " (http://domain.com" attr(href) ") "; 
	}

	#accessibility-nav, 
	.hide { 
		display: none !important; 
	}
}	