/*
Name: BTFC
Date: 2009-02-19
Description: A medium blue in pastel colours
Author: Ekaterina Gerasimova
*/

/* Re-set margin and padding */
* {
margin: 0;
padding: 0;
}

/* HTML */
html {
	min-height: 100%;
}

/* Body */
body {
	background: #3465A4;
	color: #444;
	font: normal 0.9em sans-serif;
	padding-top: 3em;
	padding-bottom: 5em;

}

/* Links */
a {color: #048;}
a:hover {color: #06C;}

/* Text, code, list holder */
p,code,ul {padding-bottom: 1.2em;}

/* List */
li {list-style: none;}

/* Text: titles */
h1,h2,h3 {padding-top: 0.5em; color: #553; margin-bottom: 4px;}

h1 {font: normal 1.6em sans-serif;}
h2 {font: bold 1.1em sans-serif;}
h3 {font: bold 1em sans-serif;}
p, li {font: normal 0.9em sans-serif;}


/* Structure */
.inner-container {
	border: 0.15em solid #729fcf;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	min-width: 800px;
	width: 70%;
}

.outer-container {
	background: #3465a4;
	padding-bottom: 64px;
}

/* Header */
.header {
	background: #3465a4;
	height: 100%;
	text-align: center;
	margin-bottom: 0.4em;
}
.header .title {
	padding-top: 2em;
}
.header .title h1 a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {
	border-color: #FFF;
}
.header .title .slogan {
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 2em;
}

/* Navigation */
.nav {
	height: 1.5em;
	background: #3465A4;
	min-width: 780px;
	width: 100%;
}
.nav li {
	background:#3465a4;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.nav li .last {
	width: 100%;
}
.nav a {
	float: left;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 1.5em;
	border-right: 1px solid #FFF;
	padding: 0em 1em 0em 1em;
}
.nav a:hover {
	color: #4C1000;
}

/* Sub-Navigation */
.subnav {
	/*height: 1.5em;*/
	background: #3465A4;
	min-width: 780px;
	width: 100%;
	margin-bottom: 0.3em;
}
.subnav li {
	background:#3465a4;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.subnav li .last {
	width: 100%;
}
.subnav a {
	float: left;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 1.5em;
	border-right: 1px solid #FFF;
	padding: 0em 1em 0em 1em;
}
.subnav a:hover {
	color: #4C1000;
}

/* Path */
.path {
	background-color: #729fcf;
	color: #4C1000;
	font: normal 0.9em sans-serif;
	padding: 0.5em 0em 0.5em 0.5em;
	margin-bottom: 0.4em;
}
.path a {
	color: #4C1000;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* Main */
.main {
	background: #CCDCFF;
	padding: 0.5em 0.5em 1em 0.5em;
	min-height: 50em;
}

/* Info */
.info { /* Contains all "Info" boxes. */
	background: #CCDCFF;
	float: right;
	min-width: 17em;
	width: 20%;
	margin: 0 0 1em 1em;
}
.sidebox {  /* Each "Info" box. */
	background: #3465A4;
	float: right;
	width: 17em;
	margin-top: 0.5em;
}
.boxtitle { /* Title. */
	line-height: 1;
	margin: 0;
}
.boxtitle h3 {
	color: #FFF;
	padding: 0.5em 1em 0em;
}
.boxtitle h3 a {
	color: #FFF;
}
.boxbody { /* Contents. */
	padding: 0.5em 1em 0.5em;
	font: normal 1em sans-serif;
	color: #FFF;
	margin: 0em;
}
.boxbody a {
	color: #FFF;
	margin: 0em;
}

.boxbody .photo {
}
.boxbody .centre {
	text-align: center;
}
.boxbody .photo img {
	display: block;
	border: 0.2em solid #ccc;
	border-bottom-color: #eee;
	border-left-color: #ddd;
	border-top-color: #bbb;
}
.boxbody .photo a {
	display: block;
	margin: 0em;
	text-align: center;
}

.boxbody .description {
	clear: left;
	font: normal 0.9em sans-serif;
}

/* Content */
.content {
	min-width: 780px;
	width: 100%;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-top: 1em;
	margin-bottom: 0.6em;
}
.content li {
	list-style: url(site_img/li.png);
	margin-left: 2em;
}
.content .photocompimg {
	float: left;
	clear: both;
	padding-left: 0.5em;
}
.content .photoright {
	float: right;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
.content .photoleft {
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}

table {
	width: 80%;
	border: 0px solid #e0e0e0;
	border-collapse: collapse;
	margin: 1em auto;
	margin-bottom: 2em;
}

td, th {
	border-top: 1px solid #e0e0e0;
	padding: 0.3em 1em;
	text-align: center;
}

thead th, tfoot th {
	background: #729fcf;
	color: #4C1000;
	text-align: center;
	font: bold 1.1em sans-serif;
}


/* Footer */
.footer {
	background: #3465A4;
	color: #F7F7F2;
	font: normal 0.8em sans-serif;
	margin-top: 0.4em;
	line-height: 1em;
}
.footer p {
	padding: 0.2em 0.3em 0.2em 0.3em;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

/* CORNERS! */
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 8px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: url(site_img/header_corner_topleft.png);
	background-position: 0 0;
}

span.corners-top span {
	background-image: url(site_img/header_corner_topright.png);
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: url(site_img/header_corner_bottomleft.png);
	background-position: 0 100%;
	clear: both;
}

span.corners-bottom span {
	background-image: url(site_img/header_corner_bottomright.png);
	background-position: 100% 100%;
}


span.box-top, span.box-bottom, span.box-top span, span.box-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 8px;
	background-repeat: no-repeat;
}

span.box-top {
	background-image: url(site_img/info_corner_topleft.png);
	background-position: 0 0;
}

span.box-top span {
	background-image: url(site_img/info_corner_topright.png);
	background-position: 100% 0;
}

span.box-bottom {
	background-image: url(site_img/info_corner_bottomleft.png);
	background-position: 0 100%;
	clear: both;
}

span.box-bottom span {
	background-image: url(site_img/info_corner_bottomright.png);
	background-position: 100% 100%;
}

.clearer {clear: both; font-size: 0;}
