/*
Herbert Maisl memorial site.
Static rebuild of the original "framed-redux" WordPress theme styles
(structure, defaults, pagination, photo gallery and dark color scheme),
trimmed to only what this site actually uses.
*/

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

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

/* Deafults */

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, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0px;
	padding: 0px;
}

body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	font-family:Tahoma,Georgia,Arial,sans-serif;
	font-size:13px;
	background:#eee url(../images/body.png) no-repeat center top;
	}

img {
	border:none;
	}

a {
	color: #b90404;
	text-decoration: none;
	}
a:visited {
	color: #b90404;
	}
a:hover, a:active {
	color: #e60505;
	text-decoration: none;
	}

h1,h2, h3, h4, h5, h6 {
	line-height:125%;
	font-weight: bold;
	}

h1 { font-size: 26px; }
h2 { font-size: 21px; }
h3 { font-size: 19px; }
h4 { font-size: 17px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

strong, th, thead td { font-weight: bold; }
cite, em, dfn { font-style: italic; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
ul, ol, dl, table, fieldset, blockquote, pre, code { margin-bottom: 20px; }

.clear { clear:both; }

.alignleft { float:left; }
.alignright { float:right; }
.aligncenter { display:block; margin-left:auto; margin-right:auto; }

.storycontent img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}

.storycontent img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#E4E4E4;
	border: 1px solid #fff;
	}

.storycontent img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	background:#E4E4E4;
	float:right;
	}

.storycontent img.alignleft {
	padding: 5px 5px;
	margin: 5px 10px 5px 0px;
	display: inline;
	background:#E4E4E4;
	float:left;
	}

/* The Outer cover */

#wrapper {
	width:1000px;
	margin:0px auto ;
	padding:30px 0px;
	}
.inwrap{
	background:#fff;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
}
#casing{
	padding:0px;
	margin:0px auto;
	width:900px;
}

/* TOP */
#masthead{
	height:162px;
}

#top{
	margin:0px auto;
	position:relative;
	height:100px;
	}

.blogname{
	margin:0px auto;
	width:1000px;
}
.logo{
	margin:0px 0px;
	padding-top:25px;
	padding-left:50px;
	width:400px;
	float:left;
}

.logo h1{
	font-size:46px;
	font-family:BebasNeueRegular,Arial, serif;
	font-weight:normal;
}

.logo h1 a:link, .logo h1 a:visited{
	color:#333;
}

.logo h1 a:hover{
	color:#333;
}

/* PRIMARY NAVIGATION */

#foxmenucontainer{
	height:40px;
	text-transform:uppercase;
	clear:both;
	background:#333;
	border-top:1px solid #111;
	border-bottom:1px solid #000;
	}

#menu {
	width:925px;
	margin: 0 auto 0;
	}

#menu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:40px;
	font-family:BebasNeueRegular,Arial, serif;
	font-size:18px;
	}

#menu li a {
	color: #bbb;
	display: block;
	margin: 0;
	padding: 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	text-shadow:1px 1px 0px #000;
	}

#menu li a:hover, #menu li a:active, #menu .current_page_item a  {
	color: #fff;
	}

/* BLOG / CONTENT */

#fullcontent{
	padding: 10px 0px 30px 0px;
	width:900px;
}

.post{
	margin:20px 0px;
	padding:5px 0px;
}

h2.storytitle{
	padding:0px 0px 10px 0px;
	font-size:28px;
	font-weight:normal;
	color:#eee;
	font-family:BebasNeueRegular,Arial, serif;
}

h2.storytitle a:link,h2.storytitle a:visited{
	color:#555;
}

.storycontent{
	color:#aaa;
	padding:10px 0px;
}

.storycontent p{
	padding:10px 0px;
	line-height:22px;
}

.storycontent a:link,
.storycontent a:visited {
	color: #c9020c;
	background-color: transparent;
}
.storycontent a:hover {
	color:#E20913;
	background-color: transparent;
	text-decoration: none;
}

.storycontent ul, .storycontent ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

.storycontent ul li, .storycontent ol li{
  list-style-position:inside;
  margin-left: 1.6em;
}

h1.pagetitle, h2.pagetitle{
	font-weight:normal;
	color:#eee;
	font-size:24px;
	font-family:BebasNeueRegular,Arial, serif;
	margin-top:10px;
	padding:0 0 10px 0;
}

/* PAGE NAVIGATION */

.navigation{
	margin:10px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	}

.navigation a {
	text-decoration: none;
	background:#222;
	border: 1px solid #000;
	color:#fff;
	padding:3px 7px;
	display: block;
	text-align: center;
	border-radius: 10px;
	font-family:Arial;
	font-size:12px;
}

.navigation a:hover {
	color: #ffffff;
	background:#333;
}

/* PHOTO GALLERY */

li.limbox{
	width:280px;
	list-style:none;
	float:left;
	margin:10px 30px 20px 0px;
	display:block;
	position:relative;
}

.lastlimbox{
	float:right!important;
	margin-right:0px!important;
}

img.limpic{
	position:relative;
	padding:5px;
	background:#000;
	border:1px solid #222;
}

.limbox span {
	display:none;
	background-image:url(../images/zoomm.png);
	background-repeat:no-repeat;
	width:63px;
	height:25px;
	position:absolute;
	left:20px;
	top:20px;
	text-indent:-9000px;
  }

.limbox :hover span  {
	display:block;
 }
.limbox span a{
	display:block;
	width:63px;
	height:25px;
	text-indent:-9000px;
}
li.limbox h3{
	margin:8px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	font-family:Arial;
	color:#aaa;
}
li.limbox h3 a{
	color:#aaa;
}

#latestpics ul{
	list-style:none;
	position:relative;
}

/* HOMMAGES table layout */

table.hommages-list {
	width:70%;
	border:0;
	margin:0 auto;
}
table.hommages-list td {
	padding:10px 20px;
}
table.hommages-list h2.logo {
	font-size:16px;
	font-weight:bold;
	line-height:140%;
}
table.hommages-list h2.logo a:link, table.hommages-list h2.logo a:visited {
	color:#ddd;
}
table.hommages-list h2.logo a:hover {
	color:#fff;
}

/* ===================== */
/* Dark color scheme (originally black.css, loaded on top of the base theme) */
/* ===================== */

body{
	background-color:#333;
	}

.inwrap{
	background-color:#111;
	}
.logo h1 a:link, .logo h1 a:visited{
	color:#eee;
	}

.logo h1 a:hover{
	color:#fff;
	}

#foxmenucontainer{
	background:#ddd;
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
	}

#menu li a {
	color: #444;
	text-shadow:1px 1px 0px #fff;
	}

#menu li a:hover, #menu li a:active, #menu .current_page_item a  {
	color: #111;
	}

h2.storytitle{
	color:#eee;
}

.storycontent{
	color:#aaa;
	}

/* ===================== */
/* Photo lightbox (pure CSS, no JS) */
/* ===================== */

.lightbox{
	display:none;
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	background:rgba(0,0,0,0.92);
	z-index:1000;
	text-align:center;
	white-space:nowrap;
}

.lightbox:target{
	display:block;
}

.lightbox:before{
	content:"";
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.lightbox img{
	max-width:90%;
	max-height:90%;
	vertical-align:middle;
	white-space:normal;
	box-shadow:0px 0px 20px rgba(0,0,0,0.6);
}

.lightbox-close, .lightbox-prev, .lightbox-next{
	position:fixed;
	color:#eee;
	font-size:28px;
	text-decoration:none;
	padding:10px 16px;
}

.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover{
	color:#fff;
}

.lightbox-close{
	top:10px;
	right:20px;
}

.lightbox-prev{
	left:10px;
	top:50%;
	margin-top:-24px;
}

.lightbox-next{
	right:10px;
	top:50%;
	margin-top:-24px;
}
