/*

electricgecko
hysterie und gestaltung.

malte müller, 2008–2009
malte@electricgecko.de
electricgecko.de

*/


/* basics */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff; /* alternate colours: #efefef #ccd4d6 #c2c9ce #eee #fffdd5; #FEFEDB #eee; #dfebff; */
	/* background-image: url(../i/body-back.jpg); */
	color: #2c2c2c;
	font-family: Palatino, Georgia, "Times New Roman", serif;
    font-size: 9pt;
    line-height: 1.6em;
    }


img { border: 0; }

hr {
	margin: 20px 0 10px 0;
  	border: 0;
  	height: 1px;
  	background-color: #aaa;
  	width: 20%;
}

hr.strike {
	background-color: transparent;
	border-top: 1px dashed #aaa;
	width: 100%;
	position: absolute;
	margin: 0;
	left: 0;
}

/* typography */

p 	{ 
	text-indent: 20px; 
	margin-bottom: 0.8em;
}

p:first-child {
	text-indent: 0px; 
}

p.post-meta, p.comment-meta, p.first-p, div.half p, li.comment p,
div.three p, p.marginal, div.box-content p, .two-half p, div.project .col p,
div#project-head .col p	{ 
	text-indent: 0; 
}

div.two p {
	line-height: 1.8em;
}

p.post-meta {
	margin-top: 25px;
	width: 170px;
	font-style: italic;
	text-decoration: underline;
	color: #676767;
	line-height: 1em;
}

div.two p.post-meta {
	margin: 0;
	display: inline;
	width: 100%;
}

p.comment-meta {
	margin-top: 5px;
	font-style: italic;
	text-decoration: underline;
	color: #676767;
	line-height: 1em;
}


p.marginal {
	font-size: 0.9em;
	line-height: 1.2em;
}

p.photo-meta				{ width: 100px; margin-top: 10px; }
div.three p.photo-meta		{ margin-top: 3px; }
div.meta-col p 				{ line-height: 1.1em; }

p.next-p {
	text-indent: 0;
	margin-top: 6px;
}

em {
	font-style: normal;
	font-weight: bold;

}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #aaa;
	margin: 0 20px 0 20px;
	padding: 0 20px 0 10px;
}

h1, h2, h3, h4 { font-weight: normal; }

h1 {
	width: 240px;
	height: 98px;
	float: left;
	background: transparent url(../i/h1-electricgecko-sub.png) no-repeat;
}

h1.error {
	float: none;
}

h3 {
	margin: 4px 0 0 0;
	border-top: 1px solid #aaa;
	font-size: 1.6em;
	padding-top: 16px;
	line-height: 0.9em;
}

div.two h3 { 
	display: inline;
	border: 0; 
	margin: 0 20px 0 0;
	padding-top: 0;
}

div.three h3 {
	display: inline;
}

div.half h3, div.three h3 { 
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
	border:0;
	padding: 0;
}

h3.error {
	border: 0;	
}


h4 {
	margin-bottom: 5px;
	font-size: 1.4em;
	line-height: 0.9em;
}

li.comment h4 {
	display: inline;
}

h5 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;

}

span.subhead {
	font-style: italic;
	color: #676767;
	line-height: 1em;
}

/* links */

a {
	color: #2c2c2c;
	text-decoration: underline;
	-moz-outline-style: none;
	}

a:hover {
	text-decoration: underline;
	background: #000;
	color: #fff;
}

p.post-meta a, p.comment-meta a { 
	text-decoration: none; 
	color: #676767; 
}

p.post-meta a:hover, p.comment-meta a:hover	{
	color: #fff; 
	background: #000; 
	text-decoration: none; 
}

ul.meta-list li a:hover	{ 
	color: #fff; 
}

a.image {
	text-decoration: none; 
}

a.image:hover {
	text-decoration: none; 
	background: transparent; 
}

a#backlink {
	display: block;
	width: 240px;
	height: 98px;
}

a#backlink:hover {
	background-color: transparent;
}

a.toplink {
	text-decoration: none;
}

a.footnote-link {
 text-decoration: none;
}

a.footnote-back-link {
	text-decoration: underline;
}


/* lists */

ul {
	list-style: none;
}

div#journal ul, div#error-content ul {
	margin: 0 0 15px 30px;
}

div#journal ul li, div#error-content ul li {
	background: transparent url(../i/bullet-alpha.png) no-repeat;
	background-position: 0 3px;
	line-height: 1.8em;
	padding-left: 10px;
	margin-bottom: 5px;
}

ul.meta-list { 
	padding: 0; 
	margin: 0;
}

ul.meta-list li {
	margin: 0 0 3px 0;
}

ol.comment-cols {
	float: left;
	width: 530px;
	list-style: none;
}

ul.link-list {
	margin: 0;
	list-style: none;
}

ul.link-list li {
	display: inline;
}

ol.footnotes {
	margin-left: 40px;
}

/* dirty helpers */

.left 		{ float: left;}
.right 		{ float: right;}
.hidden 	{ position:absolute; left:-999px; width:200px; }
.break 		{ clear: both; display: block;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* navigation */

div#page-nav {
	width: 120px;
	height: 15px;
	border: 1px solid #aaa;
	float: right;
	text-align: center;
	padding: 5px 0 5px 0;
}

div#page-nav.blank {
	border: 0;
}

a#page-nav-prev {
	margin-left: 10px;
	text-decoration: none;
}

a#page-nav-next {
	margin-right: 10px;
	text-decoration: none;
	
}

span.page-nav-off-prev {
	color: #ababab;
	margin-left: 10px;
}

span.page-nav-off-next {
	color: #ababab;
	margin-right: 10px;
}

/* head */

div.slash {
	margin: 0 -50px -30px -35px;
	height: 173px;
	width: 132px;
	background: transparent url(../i/slash.png) no-repeat;
	background-position: center;
	float: left;
}

div.head-col {
	margin: 82px 47px 17px 0;
	width: 240px;
	float: left;
}

div.head-col-last {
	margin-right: 0;
}

ul.head-col-nav {
	width: 480px;
	margin-left: 290px;

}

ul.head-list li {
	background: transparent url(../i/bullet-alpha.png) no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}

span.head-dopplr-status {
	font-style: italic;
}

/* journal */

div.journal-post {
	margin-bottom: 60px;
}

div.post-content {
	margin-top: 5px;
}

img.pull-img {
	margin: 20px 0 0 -290px;
}

img.right-img {
	margin-left: -165px;
}


div#comments {
	margin: 0 0 40px 0;
}

li.comment {
	margin-bottom: 40px;
}

div.one div.footnotes-container ol.footnotes {
	margin-left: 20px;
}

.noindent {
	text-indent: 0;
}

/* journal comments */

div#respond {
	margin-bottom: 40px;
}

div#respond-form p {
	text-indent: 0;
}

div.respond-field {
	float: left;
	width: 232px;
	margin-right: 56px;
}

div.second {
	margin-right: 0;
}

div#respond-form textarea {
	width: 516px;
	margin: 8px 0 8px 0;
	padding: 3px;
	font-family: Palatino, Georgia, "Times New Roman", serif;
	font-size: 1em;
	border: 1px solid #aaa;
}

div#respond-form input {
	margin: 0 0 8px 0;
	padding: 3px;
	font-family: Palatino, Georgia, "Times New Roman", serif;
	font-size: 1em;
	border: 1px solid #aaa;
}

div#respond-form input#submit {
	border: 1px solid #aaa;
	background-color: transparent;
	padding: 4px;
	
}

/* archive pages: month & tag */

div#archive-block {
	margin-bottom: 60px;
}

/* projects */

div#projects {
	margin: 0 0 40px 8px;
}

div#project-head {
	margin-bottom: 40px;
}

div.project {
	border-top: 1px solid #aaa;
	margin-top: 40px;
	padding: 20px 0 0 0;
}

div.project .col {
	padding: 0;

}

div.project .col img {
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}

div.project .third {
	margin-left: 7px;
}

div.project h3 {
	display: block;
	border: 0;
	margin-bottom: 20px;
	padding: 0;
}

div.project .col p, div#project-head .col p {
/*	margin-top: 10px; */
}

/* magazines */

div#magazine-head {
	margin-bottom: 40px;
}

h1.magazines-h1 {
	margin-top: 0;
	height: 101px;
	background-image: url(../i/h1-electricgecko-sub.png);
}

div#magazines-archive {
	margin: 50px 0 20px 0;
}

div.magazines-archive-wrap {
	float: left;
	width: 232px;
	height: 257px;
	margin: 25px 50px 25px 0;
}

h3#preface-head {
	border: 0;
	margin: 0 0 16px 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 2.5em;
	font-family: "Futura", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-style: italic;
}

div.magazines-archive-wrap p {
	text-indent: 0;
}

div.magazines-archive-wrap-last {
	margin-right: 0;
}

img.magazines-archive-img {
	margin: 15px 0 0 0;
	width: 190px;
}

a.magazines-archive-entry {
	display: block;
	width: 212px;
	height: 255px;
	text-align: center;
	text-decoration: none;
	padding: 15px 10px 10px 10px;
	
}

a.magazines-archive-entry:hover {
	background: transparent;
	color: #2c2c2c;
	border: 1px solid #2c2c2c;
	margin: -1px;
}


span.magazines-index {
	font-size: 2.8em;
	font-family: "Futura", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #2c2c2c;
}

h3.magazines-title {
	border: 0;
	margin-top: 15px;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4em;
}

div#magazines-latestpost {
	margin: 60px 0 60px 0;
}


h3.magazine-post-head {
	border: 0;
	margin: 0 0 16px 0;
	padding: 15px 0 0 0;
	font-size: 2.8em;
	font-family: "Futura", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

ul.magazine-post-colophon {
	text-align: center;
	font-style: italic;
	color: #676767;
	text-decoration: underline;
}

ul.magazine-post-colophon:last-child {
	text-decoration: none;
}

.magazine-post-module {
	float: left;
	display: inline;
	width: 250px;
	margin: 0 21px 21px 0;
}

.last-module {
	margin-right: 0;
}


/* colophon & contact */

div.colophon-block {
	margin-bottom: 40px;
}

div.colophon-block p {
	text-indent: 0;
	margin-bottom: 0.8em;
}

ul.contact-list {
	margin: 0;
	padding: 0;
}

ul.contact-list li {
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
	padding-left: 10px;
}

ul.contact-list li.last-li {
	border-bottom: 0;
}

span.link-desc {
	color: #676767;
	font-style: italic;
	margin-left: 8px;
}

/* column grid */

.col {
	float: left;
	margin: 0 50px 0 0;
	padding-left: 8px;
}

.third 		{ margin-right: 0; }
.empty 		{ height: 10px; }

.half		{ width: 110px; margin-right: 5px; }
.one		{ width: 232px; }
.two		{ width: 521px; margin-right: 0; }
.two-half	{ width: 697px; margin-right: 0; padding: 0; }
.three		{ width: 820px; padding: 0; margin-right: 0; }

div.footbox div.one	{ width: 230px;}

/* layout */

div#wrap, div#projects-wrap {
	background-color: #fff3f5;
	width: 820px;
	margin: 40px 0 60px 60px;
/*	margin-left: 40px; */
	padding: 60px 40px 40px 40px;
}


div#projects-wrap {
	background-color: #f6f6f6;
   }


div#head {
	margin: 0 0 80px 0;
}

div.footbox {
	margin-top: 15px;
	padding: 0 0 15px 0;
	border: 1px solid #aaa;
}

div.box-content {
	margin-bottom: 40px;
}

div.box-last { 
	margin: 0 
}

div#foot {
	margin: 10px 0 80px 0;
}

div#banner {
	float: right;
}

/* 404 */

body.fourohfour {
	background-image: url(../i/404slash.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.fourohfour div#wrap {
	background: transparent;
}

div#error-head {
	margin: 40px 0 0 110px;
}

div#error-content {
	margin: 15px 0 0 110px;
	width: 480px;
}
