/* style.css */

body {
	background: #222 url(/v2/img/bg.png);
	color: #999;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	position: relative;
}
a {
	color: #378248;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #DDD;
	text-decoration: underline;
}


/* panel: main */
#main {
	background: #222;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	margin: 4em auto 0 auto;
	padding: 2em 0;
	width: 470px;
}
#main .tools-technologies {
	margin-top: 1.5em;
}
#main .navi {
	margin: 2em 1em 0 1em;
}
#main .navi li a {
	border: 1px solid transparent;
	border-radius: 2px;
	display: block;
	margin: 4px 0;
	padding: 9px 9px;
}
#main .navi li a:hover {
	background: rgba(0, 0, 0, 0.05);
	border-color: #333;
}


ol#teaser { margin-top: 5em; border-top: 1px solid #333; border-bottom: 1px solid #333; background: #111; }
ol#teaser li { display: inline; }
ol#teaser li a img { border: 5px solid #333; margin: 25px; }
ol#teaser li a:hover img { border: 5px solid #555; }

#teaserbox { position: relative; }

.footer { margin: 1.5em 0 2em 0; }


/* headings */
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	text-align: left;
}
p.subtitle {
	margin-top: 0.5em;
}


/* subsites */
#subsite {
	background: #222;
	border: 1px solid #1E1E1E;
	border-radius: 2px;
	margin: 3em auto;
	padding: 1em 2em;
	width: 960px;
}


/* subsite: links */
.links ul {
	text-align: left;
}
.links ul li {
	list-style: disc inside;
	margin: 7px 0;
}


/* subsite: photos */
.photos ul {
	margin-top: 1.5em;
}
.photos li {
	display: inline-block;
	margin: 9px;
}
.photo-big {
	margin: 2em 0 1.75em 0;
}


/* subsite: photos >> details */
#subsite.photo-details {
	width: 1100px;
}

/* subsite: trips */
.trips-years {
	margin: 2em 0 1em 0;
	text-align: center;
}
.trips-years li {
	display: inline;
	margin: 0 1em;
}

ol.trips li {
	border: 1px solid rgba(200, 200, 200, 0.1);
	border-radius: 2px;
	margin: 1em 0;
	padding: 0.8em 1em;
	text-align: left;
}
ol.trips li:after {
	clear: both;
	content: '';
	display: block;
	height: 1px;
}
ol.trips li > .photo {
	float: left;
	width: 140px;
}
ol.trips li > .data {
	float: right;
	width: 510px;
}
ol.trips li > .data > strong {
	font-weight: bold;
}
ol.trips li > .data .details {
	line-height: 1.5em;
	margin-top: 0.7em;
}


/* subsite: misc */
.misc-photos {
	margin: 2em auto;
}
.misc-photos li > img {
	border: 1px solid #444;
	border-radius: 1px;
	margin: 1em auto;
	max-width: 95%;
	padding: 5px;
}
.misc-thumbnails {
	margin: 2em auto;
}
.misc-thumbnails li {
	display: inline-block;
}
.misc-thumbnails li > a {
	border: 1px solid #444;
	border-radius: 1px;
	display: inline-block;
	padding: 5px;
	margin: 7px 7px;
}
.misc-thumbnails li > a:hover {
	border-color: #646464;
}
.misc-thumbnails li > a > img {
	border-radius: 1px;
	display: block;
}
.bottom-line {
	margin: 2em 0;
}

/* football grounds */
.football-grounds-list .item > strong {
	display: block;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}
.football-grounds-list .item > a {
	border: 1px solid #444;
	border-radius: 1px;
	display: inline-block;
	padding: 5px;
	margin: 7px 7px;
}
.football-grounds-list .item > a:hover {
	border-color: #646464;
}