﻿@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/*==============================================*/
/*=================== LAYOUT ===================*/
/*==============================================*/
.clear { clear: both; }
body, table {
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #efefef url('../images/body-bg.png') repeat-x top
}
#page-wrap {
	width: 800px;
	margin: auto;
	background: #fff url('../images/sidebar-bg.png') repeat-y right;
}
/*==============================================*/
/*=================== HEADER ===================*/
/*==============================================*/
#header {
	height: 180px;
	background: #fff url('../images/header-bg.png') no-repeat center top;
	padding-top: 24px;
	position: relative;
}
#header strong {
	float: left;
	text-indent: -9999px;
    position:absolute;
}
#header .header-logo {
	position: absolute;
	top: 24px;
	left: 0;
	display: block;
}
#header .header-photo {
	position: absolute;
	top: 24px;
	left: 202px;
	display: block;
}
#header .header-1951 {
	position: absolute;
	top: 24px;
	right: 0;
}
/*==============================================*/
/*=================== CONTENT ==================*/
/*==============================================*/
#content { padding: 50px; width: 500px; float: left; }
a {
	color: #00528e;
	text-decoration: none;
}
a:hover {
	color: #eb008b;
	text-decoration: underline;
}
h1 {
	color: #00528e;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h2 {
	color: #00528e;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	color: #eb008b;
	font-weight: bold;
	margin-bottom: 15px;
}
#content p,
#content ul,
#content ol {
	line-height: 18px;
	margin-bottom: 15px;
}
#content ul {
	list-style: square;
	padding-left: 20px;
}
#content ol {
	list-style: decimal;
	padding-left: 20px;
}
#content strong { font-weight: bold; }
.link-folder {
	color: #fff;
	background: #EB008B url('../images/icon-folder.png') no-repeat 10px center;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	padding-left: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #821f59;
	float: left;
}
.link-website {
	color: #fff;
	background: #00528E url('../images/icon-website.png') no-repeat 10px center;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	padding-left: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #122c3f;
	float: right;
}
.link-folder:hover {
	color: #fff;
	text-decoration: none;
	background-color: #821f59;
	border-color: #000;
}
.link-website:hover {
	color: #fff;
	text-decoration: none;
	background-color: #122c3f;
	border-color: #000;
}
/*==============================================*/
/*=================== SIDEBAR ==================*/
/*==============================================*/
#sidebar { width: 200px; float: left; padding: 50px 0; }
#sidebar .sidebar-photos { border-top: 2px solid #fff; }
#sidebar .sidebar-photos .sidebar-photo { display: block; border-bottom: 2px solid #fff; }

/*==============================================*/
/*=================== FOOTER ===================*/
/*==============================================*/
#footer {
	clear: both;
	background: #bbb url('../images/footer-bg.png') repeat-x top;
	padding-top: 6px;
	line-height: 14px;
	color: #80a9c7;
	font-size: 10px;
	position: relative;
}
#footer a {
	color: #545454;
	text-decoration: none;
}
#footer a:hover {
	color: #eb008b;
	text-decoration: none;
}
#footer h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
	color: #333;
}
#footer p {
	margin-bottom: 10px;
}
#footer .coords {
	color: #80a9c7;
	float: left;
	width: 160px;
	padding: 20px;
	margin-right: 2px;
}
#footer .coords strong {
	color: #fff;
}
#footer .coords a {
	color: #80a9c7;
	text-decoration: none;
	white-space: nowrap;
}
#footer .coords a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .coords h4 {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
#footer .crosslinks {
	padding: 20px;
	width: 558px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}
#footer .crosslinks ul {
	float: left;
	margin-right: 20px;
	width: 259px;
}

#footer .copyright {
	position: absolute;
	right: 20px;
	bottom: 20px;
}