/*	-----------------------------------------------------------------
	layout
	---------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
}
html {
	background-color: #000; 
		/*background-image: url(/g/bg-wall.jpg);*/
	/*background-image: none;*/
	background-position: 50% 0;
	/*background-attachment: fixed;*/

}

body {
	padding-bottom: 40px;
	color:#ccc; }
	
.container {
    font-family: 'trebuchet ms', helvetica, sans-serif;
    font-size: 16px;
	width: 660px;
	margin: 0 auto; }


/*	-----------------------------------------------------------------
	global styles
	---------------------------------------------------------------*/

img { 
	border: 0; }
q { font-style: italic; }

a  { 
	text-decoration: none;
	font-weight: bold;
	color: white;
	-webkit-transition-property: box-shadow, color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: box-shadow, color;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: box-shadow, color;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease;
}

a:hover {
	color: orange !important; }

.sharing {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
}
.sharing li {
	display: inline-block;
	/*border: 1px dashed green;*/
	width: 100px;
	height: 25px; 
}

.sharing-fb {
	position: relative;
	top: -5px;
}



/*	-----------------------------------------------------------------
	header
	---------------------------------------------------------------*/

.container > header > h1 {
	margin: 60px 0 0 0;
	text-align: left; }

.container > header > h1 a {
	display: block;
	opacity: .7;
	margin-bottom: 57px;
	width: 662px;
	height: 123px;
	overflow: hidden;
	background-image: url(/g/header-milovnl-with-subtitle.png);
	background-repeat: no-repeat;
	background-position: 6px 0;
	color: transparent !important;
	font-size: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.25s;
	-moz-transition-timing-function: ease;
	-o-transition-property: opacity;
	-o-transition-duration: 0.25s;
	-o-transition-timing-function: ease;
}

.container > header > h1 a:hover {
	opacity: 1;
}

.subtitle { 
	display: none; }

/* mosaic line below header, stretch to left window edge */
.container > header > h1:after { 
	position: absolute;
	background-image: url(/g/bg-wvmeer-mosaic-1line-noblack-8px.png);
	background-position: 100% 0%;
	height: 8px;
	overflow: hidden;
	left: 0;
	margin-top: -36px;
	right: 50%;
	margin-right: -333px; /* ~half of .container width */
	content: '';
	display: block; 
	/*box-shadow: 1px 1px 3px black; */
	border-top: 2px solid rgba(255,255,255,.25);
	border-bottom: 2px solid rgba(0,0,0,.75);
	}


/*	-----------------------------------------------------------------
	header: photo + info
	---------------------------------------------------------------*/

.info {
	text-shadow: 1px 1px 1px black, 1px 2px 1px black;
	margin: 0 0 80px 0;
}

.avatar {
	display: block;
	float: left;
	margin-right: 16px; }
	
.avatar img {
	-webkit-transition-property: box-shadow;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: box-shadow;
	-moz-transition-duration: 0.25s;
	-moz-transition-timing-function: ease;
	-o-transition-property: box-shadow;
	-o-transition-duration: 0.25s;
	-o-transition-timing-function: ease;
	width: 200px;
	height: 133px;
	border-radius: 8px;
	box-shadow: 2px 2px 3px black; }

.avatar:hover img {
	box-shadow: 0 0 8px orange, 0 0 8px orange; }


/*	-----------------------------------------------------------------
	main menu
	---------------------------------------------------------------*/

nav.main {
	clear: both; }
nav.main ul {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 50px 0 ; }
nav.main li {
	display: table-cell;
	padding: 0 5px; }
nav.main li:first-child { 
	padding-left: 0; }
nav.main li:last-child { 
	padding-right: 0; }
nav.main a {
	-webkit-transition-property: box-shadow, color;
	-webkit-transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: box-shadow, color;
	-moz-transition-duration: .35s;
	-moz-transition-timing-function: ease;
	-o-transition-property: box-shadow, color;
	-o-transition-duration: .35s;
	-o-transition-timing-function: ease;
	color: #ccc;
	font-weight: normal;
	display: block;
	line-height: 30px;
	padding-bottom: 1px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 8px;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	box-shadow: 0 0 3px #ccc, 1px 1px 2px black;
	background-color: #333;
	background-color: rgba(51,51,51,.5);
	background: -webkit-linear-gradient(-60deg, rgba(204,204,204,.35), rgba(0,0,0,0), rgba(0,0,0,0));
	background: -moz-linear-gradient(-60deg, rgba(204,204,204,.35), rgba(0,0,0,0), rgba(0,0,0,0));
	background: -ms-linear-gradient(-60deg, rgba(204,204,204,.35), rgba(0,0,0,0), rgba(0,0,0,0));
	background: -o-linear-gradient(-60deg, rgba(204,204,204,.35), rgba(0,0,0,0), rgba(0,0,0,0));
	 }
nav.main a:hover {
	box-shadow: 0 0 8px orange, 0 0 8px orange; 
	}
nav.main li.active a { 
	color: orange; }
	



/*	-----------------------------------------------------------------
	weblog
	---------------------------------------------------------------*/

.monthsep {
	font-size: 15px; 
	text-align: center;
	margin: 0 0 60px 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px black, 1px 2px 1px black;
	letter-spacing: 3px;
}
  
.monthsep:before, .monthsep:after  {
	display: inline-block;
	color: #d06f15;
	content: '▉';
	font-size: 8px;
	position: relative;
	top: -3px;
	text-shadow: 1px 1px 1px black;
}
.monthsep:before { 
	margin: 0 8px 0 0; }
.monthsep:after { 
	margin: 0 0 0 8px; }

 

article {
	/*
	background-color: #222;
	background-color: rgba(34,34,34,.8);
	border-radius: 10px;*/
	position: relative;
	/*padding: 10px;*/
	padding: 0;
	margin-top: 20px;
	margin-bottom: 80px;
	font-size: 16px;
	}

.article-content {
	margin: 0;
	background-color: #222;
	background-color: rgba(34,34,34,.8);
	border-radius: 10px;
	padding: 10px;
	box-shadow: 1px 1px 6px black; 
}
.article-content > p { 
	margin: 0;
	text-shadow: 1px 1px 1px black;
}

article h1  {
	font-family: 'trebuchet ms', helvetica, sans-serif;
	margin: 0 0 6px 0;
	padding-left: 8px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px black; /*, -1px -1px 1px #ccc;*/
	font-size: 24px;
	line-height: 20px; }
	
article h1 a  {
	text-decoration: none;
	color: #aaa;
	font-weight: bold; }

article footer {
	margin: 4px 0 0 8px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px black;
	color: #777; }

article footer a {
	text-decoration: none;
	color: #666; }

article footer:before {
	content: "posted on "; }

ul.tags {
	display: inline; 
	margin: 0;
	padding: 0;
	list-style: none; }
ul.tags:before { content: 'Tags: '; }
.single-entry ul.tags:before { content: 'Related tags: ';}
ul.tags li { display: inline; }
ul.tags li:after { content: ', '; }
ul.tags li:last-child:after { content: ''; }


/*	-----------------------------------------------------------------
	weblog: tweets
	---------------------------------------------------------------*/

.tag-tweet  {
	display: inline-block;
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 60px; }

.tag-tweet .article-content {
	padding: 7px 10px 7px 10px; }

.tag-tweet footer {
	margin-top: 4px; }

.tag-tweet:before {
	background-image: url(/g/twitter-icon-bird-alpha-smaller.png);
	background-repeat: no-repeat;
	content: ""; 
	display: block;
	position: absolute;
	width: 40px;
	height: 20px;
	left: -36px;
	top: 8px; }
	
	/*
.tag-tweet footer {
	opacity: .5; }

.tag-tweet:hover footer {
	opacity: 1; }
*/

.tag-retweet:before {
	background-image: url(/g/twitter-icon-retweet-alpha.png); }

.tag-tweet footer:before {
	content: "posted on "; }

.tag-retweet footer:before {
	content: "retweeted on "; }

/* hide " quotes " around <q> content */
.tag-tweet q:before,
.tag-tweet q:after {
	content: ''; }

/* test imported user icon - disabled in html */
.tag-retweet-user-icon {
	float: right;
	margin-left: 4px;
	width: 48px;
	height: 52px; }


/*	-----------------------------------------------------------------
	weblog: photo posts, thumbnails
	---------------------------------------------------------------*/

.tag-photography .article-content {
	background: -webkit-linear-gradient(90deg, #222, black, black, #222);
	background: -moz-linear-gradient(90deg, #222, black, black, #222);
	background: -ms-linear-gradient(90deg, #222, black, black, #222);
	background: -o-linear-gradient(90deg, #222, black, black, #222);
	padding-bottom: 0;
}

/* instagram photos are less than 640px wide, better show them centered */
.tag-photography.tag-instagram .article-content {
	text-align: center;
}

.tag-photography.tag-bordered .article-content {
	background: none;
}

.article > p img {
	border-top: 2px solid black;
	border-bottom: 2px solid black; }

article.has-thumbs footer {
	margin-top: 10px; }

article .thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	display: block;
	margin-bottom: -8px; }

article .thumbs li {
	display: block;
	float: left;
	width: 80px;
	height: 82px;
	margin: 0;
	padding: 0; }

article .thumbs a {
	display: block;
	height: 75px; }

article .thumbs a img {
  	opacity: .75;
	width: 75px;
	height: 75px;
	box-shadow: 1px 1px 1px black; }
	
article .thumbs a:hover img {
	-webkit-transition-property: opacity, box-shadow, border-radius;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: box-shadow, color;
	-moz-transition-duration: .35s;
	-moz-transition-timing-function: ease;
	-o-transition-property: box-shadow, color;
	-o-transition-duration: .35s;
	-o-transition-timing-function: ease;
	opacity: 1;
	border-radius: 5px;
	box-shadow: 0 0 8px orange, 0 0 8px orange;
}

/* spread out margin between thumbs, to align with 640px photo above */

article .thumbs li:nth-child(4) a,
article .thumbs li:nth-child(12) a, 
article .thumbs li:nth-child(20) a {
	margin-left: 1px;
}

article .thumbs li:nth-child(5) a,
article .thumbs li:nth-child(13) a, 
article .thumbs li:nth-child(21) a {
	margin-left: 2px;
}

article .thumbs li:nth-child(6) a,
article .thumbs li:nth-child(14) a, 
article .thumbs li:nth-child(22) a {
	margin-left: 3px;
}

article .thumbs li:nth-child(7) a,
article .thumbs li:nth-child(15) a, 
article .thumbs li:nth-child(23) a {
	margin-left: 4px;
}

article .thumbs li:nth-child(8) a,
article .thumbs li:nth-child(16) a,
article .thumbs li:nth-child(24) a  {
	margin-left: 5px;
}


/*	-----------------------------------------------------------------
	before-link
	---------------------------------------------------------------*/

.older {
	margin: 0; }
.older a {
	color: #ccc;
	display: block;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	box-shadow: 0 0 3px #ccc, 1px 1px 2px black;
	background-color: #333;
	background-color: rgba(51,51,51,.5);
	background: -webkit-linear-gradient(-60deg, rgba(204,204,204,.35), rgba(0,0,0,.25), rgba(0,0,0,.5), rgba(0,0,0,.5));
	background: -moz-linear-gradient(-60deg, rgba(204,204,204,.35), rgba(0,0,0,.25), rgba(0,0,0,.5), rgba(0,0,0,.5));
	background: -ms-linear-gradient(-60deg, rgba(204,204,204,.35), rgba(0,0,0,.25), rgba(0,0,0,.5), rgba(0,0,0,.5));
	background: -o-linear-gradient(-60deg, rgba(204,204,204,.35), rgba(0,0,0,.25), rgba(0,0,0,.5), rgba(0,0,0,.5));
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 20px;
	 }

.older a:hover {
	box-shadow: 0 0 8px orange, 0 0 8px orange; }


/*	-----------------------------------------------------------------
	alt style for single entry pages http://milov.nl/5671
	---------------------------------------------------------------*/

.single-entry article footer {
	margin-top: 20px;
	font-size: 16px;
	text-transform: none;
	line-height: 25px;
	}

.single-entry article footer:before {
	/*content: "This entry was posted on "; */
	content: "Posted to weblog on ";
}

.single-entry article.tag-tweet footer:before {
	/*content: "This entry was posted on "; */
	content: "Posted on ";
}

.single-entry ul.tags {
	display: block;
}
.single-entry ul.tags li:after { content: ' '; }
.single-entry ul.tags a {
	background-color: #222;
	font-weight: normal;
	color: #999;
	border-radius: 5px;
	display: inline-block;
	padding: 0 5px 2px 5px;
	line-height: 20px;
}


/*	-----------------------------------------------------------------
	/links/
	---------------------------------------------------------------*/

ul.links {
	-moz-columns: 100px;
	-webkit-columns: 100px;
	margin: 0;
	margin-bottom: 4em;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left; }
ul.links li {
	display: block; }
ul.links a {
	font-weight: normal;
	font-size: 14px; }

/*	-----------------------------------------------------------------
	clearfixery
	---------------------------------------------------------------*/

.clear { 
	clear: both; 
	height: 1px;
	line-height: 1px; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }
 
.clearfix {
	display: inline-block; }
 
html[xmlns] .clearfix {
	display: block; }
 
* html .clearfix {
	height: 1%; }
	

/*	-----------------------------------------------------------------
	experiments
	---------------------------------------------------------------*/

.page-experiments .content {
	width: 1000px;}
.page-experiments .top-info {
	width: 660px;
	margin: 0 auto 30px auto;
}
ul.experiments {
	list-style: none;
	margin: 0 0 60px 0;
	padding: 0; }
ul.experiments li a img {
	width: 192px;
	height: 192px;
	-webkit-transition-property: width, height, margin-top, margin-left;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: width, height, margin-top, margin-left;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease; 
	-o-transition-property: width, height, margin-top, margin-left;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: ease; }
ul.experiments li {
	display: inline-block;
	width: 192px;
	height: 192px; }
ul.experiments li a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%; }
ul.experiments li a .meta {
	/*font-family: monospace;*/
	text-transform: lowercase;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black; 
	background-color: rgba(0,0,0,.5);
	color: white;
	text-align: center;
	text-shadow: 0 0 10px black, 0 0 10px black; 
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: ease; 
	-o-transition-property: opacity;
	-o-transition-duration: 0.6s;
	-o-transition-timing-function: ease; }
ul.experiments li a .meta * {
	font-size: 20px;
}
ul.experiments li a .meta h2 {
	font-size: 30px;
}
ul.experiments li a:hover .meta {
	opacity: 1; }
ul.experiments li a:hover img {
	width: 394px;
	height: 394px;
	margin-left: -96px;
	margin-top: -96px;
}

.page-experiments footer {
	width: 640px;
	margin: auto;
}



/*	-----------------------------------------------------------------
	photos
	---------------------------------------------------------------*/

.page-photos .content {
	width: 1100px;}

/*	-----------------------------------------------------------------
	forum
	---------------------------------------------------------------*/

.page-forum .content {
	text-align: left; }
.page-forum .common {
	margin-bottom: 60px; }
