/*
 * 2meter3 style sheet
 * fixed width 970px, article width 648px
 * 
 * Theme Name: 2m3-2010
 * Description: 2meter3 redesign 2010
 * Version: 1.0
 * Author: Ralf Stoltze
 * Tags: green, white, fixed width, one column, 640
 *
 * primary text		#444
 * english text		#999
 * light grey			#DDD
 * lightest grey		#EEE
 * primary background	#FFF
 * light green		#70CA16
 * dark green		#3E9802
 */

html {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) no-repeat fixed -4px 0px #FFF;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
}

body {
	margin: 0px;
	margin-left: 322px;
	margin-top: 92px;
	padding: 0px;
	width: 648px; /* 640 picture plus 2*4 border*/
}

/* general */

p {
	margin: 0px;
	margin-bottom: 10px;
	line-height: 1.45em;
}

img {
	border: 4px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

img:hover {
	border-color: #CCC;
}

a {
	color: #3E9802;
}

blockquote {
	margin: 18px 0px;
	padding-left: 10px;
	border-left: 4px solid #EEE;
	color: #777;
	font-size: 0.9em;
	font-style: italic;
}

ul, ol {
	margin: 0px;
	margin-left: 18px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1.5em;
}

/* nested lists should have no extra margin */
ul > li > ul {
	margin-bottom: 0px;
}

ol {
	margin-left: 32px;
}

pre {
	padding: 10px;
	overflow-x: auto;
	background: #EEE;
	background: -moz-linear-gradient(left, #FFF, #EEE);
	background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#EEE));
}

.en {
	font-style: italic;
	color: #999;
}

.flag {
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.overflow-hidden {
	overflow: hidden;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.required {
	color: #D54E21;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

img.alignleft {
	float: left;
	margin: 5px 0px;
	margin-right: 8px;
}

img.alignright {
	float: right;
	margin: 5px 0px;
	margin-left: 8px;
}

img.aligncenter {
	margin-top: 8px;
}

.no-margin {
	margin: 5px 0px !important;
}

/* content tables */

table {
	font-size: 0.95em;
	line-height: 1.3em;
}

th {
	text-align: left;
}

tr, td {
	padding: 3px;
}

td {
	vertical-align: top;
}

tr:nth-child(2n) td {
	background-color: #eee;
}

/* tiny links */

.link,
#navigation li a,
.post .more-link,
.subscribe-to-comments a,
.blog-navigation a,
.comments-navigation a,
.post .comments-link a,
#footer .feeds a {
	color: #444;
	text-decoration: none;
}

.link:hover,
#navigation li a:hover,
.post .more-link:hover,
.subscribe-to-comments a:hover,
.blog-navigation a:hover,
.comments-navigation a:hover,
.post .comments-link a:hover,
#footer .feeds a:hover {
	text-decoration: underline;
}

/* highlighted element */

#featured-projects .container,
.comment,
#commentform button,
.blog-navigation,
#donations {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #EEE;
	background: -moz-linear-gradient(left, #FFF, #EEE);
	background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#EEE));
	-moz-box-shadow: 1px 2px 8px #AAA;
	-webkit-box-shadow: 1px 2px 8px #AAA;
}

/* site header */

h1 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: 2.5em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #AAA;
}

h1 span {
	color: #DDD;
	text-shadow: none;
}

h1 a {
	color: #444;
	text-decoration: none;
}

h2 {
	margin: 0px;
	margin-bottom: 32px;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0.16em;
}

/* document headers */

h3 {
	margin: 0px;
	margin-bottom: 18px;
	padding-top: 50px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #444;
	font-size: 1.2em;
	font-weight: normal;
}

h3 .en {
	margin-left: 4px;
}

h3 a {
	color: #444;
	text-decoration: none;
}

h3 a:hover {
	color: #3E9802;
}

h4 {
	margin:  10px 0px;
	margin-top: 30px;
}

/* main navigation */

#navigation {
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	border-right: 1px dotted #999;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 850px;
	width: 120px;
	text-align: right;
}

#navigation li {
	margin-top: 10px;
	line-height: 1.2em;
}

#navigation li.active {
	font-weight: bold;
}

#navigation li a {
	padding-right: 4px;
	display: block;
}

#navigation li a:hover {
	background: -moz-linear-gradient(right, #EEE, #FFF);
	background: -webkit-gradient(linear, right top, left top, from(#EEE), to(#FFF));
}

/* posts */

.post {
	overflow: hidden; /* break long lines, code, images etc. */
}

.post .meta {
	margin-left: 16px;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: right;
}

.post .meta .flag {
	margin-top: 6px;
}

.small,
.pages-navigation,
.post .comments-link,
.blog-navigation .alignleft,
.blog-navigation .alignright,
.comments-navigation .alignleft,
.comments-navigation .alignright,
#footer .feeds ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
}

.pages-navigation {
	margin-top: 8px;
	padding-left: 24px;
	background: url(images/icon_nextpage.png) no-repeat 1px 1px;
}


.post .more-link {
	margin: 15px 0px;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #EEE;
	color: #3E9802;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	width: 12em;
}

.post .comments-link {
	margin: 0px;
	margin-top: 20px;
	padding-left: 24px;
	background: url(images/icon_comments.png) no-repeat;
	height: 16px;
}

.post img.alignnone {
	margin-top: 8px;
}

.blog-navigation, 
.comments-navigation {
	overflow: hidden;
}

.blog-navigation {
	margin-top: 60px;
	padding: 7px;
}

.blog-navigation h3 {
	margin: 0px;
	padding: 0px 120px;
	border: none;
	text-align: center;
	line-height: 1.4em;
}


.blog-navigation .alignleft .en,
.comments-navigation .alignleft .en {
	margin-left: 10px;
}

.blog-navigation .alignright .en,
.comments-navigation .alignright {
	margin-right: 10px;
}

/* my projects */

.project{
	margin-top: 30px;
	overflow: hidden;
}

.project:nth-child(2) {
	margin-top: 18px;
}

.project h4 {
	margin: 6px 0px;
}

.project h4 a {
	color: #70CA16;
	font-size: 1.4em;
}

.project h4 a:hover {
	color: #89DE16;
}

.project h4 a.url {
	margin-left: 10px;
	color: #BBB;
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
}

.project h4 a.url:hover {
	color: #AAA;
	text-decoration: underline;
}

.project .preview {
	margin-right: 12px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	float: left;
}

.project p {
	margin: 0px;
	margin-top: 12px;
}

.project .en {
	margin-top: 0px;
}

#donations {
	margin-top: 50px;
	padding: 0px;
}

#donations p {
	padding: 12px;
	padding-left: 115px;
	padding-right: 6px;
	background: url(images/giftbox.png) no-repeat 6px 0px;
	height: 90px;
}

/* other works */

#minis {
	width: 320px;
}

#minis div {
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	border: 4px solid #DDD;
	background-image: url(images/minis.jpg);
	width: 60px;
	height: 60px;
	float: left;
}

#minis div:hover {
	border-color: #CCC;
}

#minis .dlrg-weimar	{ background-position: 0px    0px; }
#minis .krakau		{ background-position: 0px  -60px; }
#minis .popikone		{ background-position: 0px -120px; }
#minis .dlrg-cd		{ background-position: 0px -180px; }
#minis .abi-pur		{ background-position: 0px -240px; }
#minis .move			{ background-position: 0px -300px; }
#minis .kinderfilm	{ background-position: 0px -360px; }
#minis .tc-weimar	{ background-position: 0px -420px; }
#minis .pawlitzky	{ background-position: 0px -480px; }
#minis .kretschmer	{ background-position: 0px -540px; }
#minis .koerner		{ background-position: 0px -600px; }
#minis .wirth		{ background-position: 0px -660px; }
#minis .calcelizar	{ background-position: 0px -720px; }
#minis .weimar99		{ background-position: 0px -780px; }
#minis .wifa			{ background-position: 0px -840px; }
#minis .kilawiwi		{ background-position: 0px -900px; }

/* footer */

#footer {
	margin-top: 60px;
	height: 120px;
	clear: both;
}

#footer a.top {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #444;
	color: #444;
	text-align: right;
	text-decoration: none;
	display: block;
}

#footer .feeds {
	padding-left: 16px;
	background: url(images/icon_rss.png) no-repeat 0px 4px;
	width: 192px;
}

#footer .feeds ul {
	margin: 0px;
	padding: 0px;
	color: #999;
	list-style-type: none;
}

#footer .feeds li {
	margin-bottom: 2px;
}

#footer .feeds li a {
	padding-left: 22px;
	color: #666;
	font-size: 1.1em;
}

#footer .feed-all {
	background: url(images/en-de.gif) no-repeat 0px 1px;
}


#footer .feed-de {
	background: url(images/de.gif) no-repeat 0px 1px;
}

#footer .feed-en {
	background: url(images/en.gif) no-repeat 0px 1px;
}

.horizontal-address {
	margin: 18px 0px;
}

.horizontal-address div {
	font-size: 0.8em;
	line-height: 1.6em;
	float: left;
	width: 216px;
}

/* featured projects */

#featured-projects h3 {
	margin: 0px; 
	margin-bottom: 3px;
	margin-left: 12px;
	padding: 0px;
	border: none;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 4.1px;
}

#featured-projects .container {
	padding: 7px;
	clear: both;
	height: 0px;
	overflow: hidden;
	z-index: 10;
	position: relative;
}

#featured-projects .featured {
	margin-top: 0px;
	height: 103px; /* 94 image height + border + 7 container padding */
}

#featured-projects img {
	margin-left: 1px;
	border-width: 2px;
	border-color: #EEE;
}

/* puzzle portrait */

#portrait {
	margin: 16px;
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 20px;
	padding: 12px;
	border: none;
	background-color: #70CA16;
	background: -moz-linear-gradient(top, #FFF, #70CA16);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#70CA16));
	-moz-box-shadow: 1px 2px 12px #AAA;
	-webkit-box-shadow: 1px 2px 12px #AAA;
	float: left;
}

#portrait.jqPuzzle {
	padding-bottom: 4px;
	/* hard code while jqPuzzle is mis-calculating dimensions */
	width: 227px !important;
	height: 206px !important;
}
 
#portrait .jqp-wrapper { 
	padding: 0px;
	border: 1px solid #FFF;
	background-color: #444;
} 
 
#portrait .jqp-piece {
	border: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
}

#portrait .jqp-piece:hover {
	opacity: 0.85;
}

#portrait .jqp-piece span {
	margin-right: 3px;
}

/* i am list */

#i-am-list {
	margin-top: 40px;
	margin-left: 292px;
}

/* streetview */

#streetview-container {
	margin-top: 20px;
	background: url(images/streetview.jpg) no-repeat;
	width: 648px;
	height: 412px;
	cursor: pointer;
	position: relative;
}

#streetview-container .streetview-activate {
	padding: 5px;
	border: 1px solid #DDD;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #FFF;
	text-align: center;
	width: 290px;
	position: absolute;
	left: 174px;
	top: 30px;
}

#streetview-container .streetview-activate:hover {
	text-decoration: underline;
}

.map-more {
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
}

.map-more:hover {
	text-decoration: underline;
}

/* comments form */

#commentform .textfields {
	width: 310px;
	margin-left: 338px;
}

#commentform .textarea {
	width: 310px;
	float: left;
}

#commentform label {
	margin-left: 8px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#commentform input,
#commentform textarea,
#commentform button {
	padding: 6px;
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #444;
	font-family: Arial, Helvetica;
	font-size: 1em;
	width: 296px;
}


#commentform input,
#commentform textarea {
	background: -moz-linear-gradient(top, #EEE, #FFF 20px);
	background: -webkit-gradient(linear, right top, left top, from(#EEE), to(#FFF));
}

#commentform textarea {
	height: 210px;
}

#commentform input:focus,
#commentform textarea:focus {
	border-color: #70CA16;
}

#commentform button {
	margin-top: 20px;
	margin-bottom: 1px;
	margin-right: 1px;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 308px;
}

#commentform button:focus {
	margin-top: 21px;
	margin-left: 1px;
	margin-bottom: 0px;
	margin-right: 0px;
	-moz-box-shadow: 1px 2px 6px #AAA;
	-webkit-box-shadow: 1px 2px 6px #AAA;
}

#comments {
	margin-bottom: -40px;
}

/* list of comments */

.subscribe-to-comments {
	margin-left: 16px;
	padding-top: 56px;
	padding-right: 18px;
	background: url(images/icon_rss.png) no-repeat right 56px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: right;
}

.comment-list {
	margin: 0px;
	margin-left: 36px;
	padding: 0px;
}

.comment {
	margin: 0px;
	margin-top: 18px;
	margin-bottom: 30px;
	padding: 8px;
}

.comment .meta {
	background: #DDD;
	background: -moz-linear-gradient(right, #DDD, #FFF);
	background: -webkit-gradient(linear, right top, left top, from(#DDD), to(#FFF));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 22px;
}

.comment.bypostauthor .meta {
	background: #70CA16;
	background: -moz-linear-gradient(right, #70CA16, #FFF);
	background: -webkit-gradient(linear, right top, left top, from(#70CA16), to(#FFF));
}

.comment .meta  .permalink {
	margin-right: 10px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	float: right;
}

.comment.bypostauthor .meta  .permalink {
	color: #FFF;
}

.comment .meta cite {
	line-height: 1.4em;
}

.comment .meta cite a {
	color: #444;
}

.comment-text {
	margin-top: 20px;
}

.comment .awaiting-moderation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.avatar {
	border: none;
	float: left;
	margin-right: 10px;
}

/* 404 error page */

#page-not-found {
	margin-top: -10px;
	position: relative;
	overflow: hidden;
}

#page-not-found h3 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	border: none;
	color: #DDD;
	font-size: 200px;
	line-height: 200px;
}

#page-not-found h4 {
	margin: 0px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 80px;
	left: 340px;
}

/* galleries are styled inline by wp */

.gallery {
	margin: 0px !important;
	margin-top: 10px !important;
	margin-left: -4px !important;
}

.gallery .gallery-item {
	margin: 0px !important;
	margin-top: 2px !important;
	text-align: center;
	float: left;
	width: 162px !important;
}

.gallery img {
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #bbb !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 148px;
	height: 148px;
	-moz-box-shadow: 1px 1px 6px #bbb;
	-webkit-box-shadow: 1px 1px 6px #bbb;
}

.gallery a:hover img {
	border-color: #999 !important;
	background-color: #eee;
}

.gallery .gallery-caption {
	margin-left: 5px;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 6px;
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
