/*
 Reset and typography based on Blueprint CSS Framework 0.8
 http://blueprintcss.org
*/

/*
 Colors:
 - Background body: #798577
 - Background content: #949d92
 - Text: #fff
 - Links: #ddd
 - Nav links: #555
 - Nav links aktiv: #fff
*/

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography */
body {font-size:75%;color:#fff;background:#6d7470;font-family:"Lucidia Grande","Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#fff;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.2em;margin-bottom:0.75em;}
h3 {font-size:1.1em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#ddd;}
a {color:#ddd;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0;}
ul {list-style-type:none;}
ol {list-style-type:none;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.clear {clear:both;}

/* main layout */
#container {
    width: 940px;
    margin: 0 0 20px 20px;
}

/* navigation */
#nav {
    float: left;
    font-size:1.2em;
    width: 742px;
    margin: 40px 0 20px 0;
}
ul#portfolio_nav, ul#projects_nav {
    margin-top: 5px;
}
ul#portfolio_nav {
    padding-left: 120px;
}
ul#projects_nav {
    padding-left: 200px;
}
#nav ul li {
    float: left;
}
#nav ul li a:focus, #nav ul li a:hover {
    color: #444;
}
#nav ul li a {
    color: #272727;
    text-decoration: none;
}
body#index li.index a:focus,
body#index li.index a:hover,
body#news li.news a:focus,
body#news li.news a:hover,
body#concrete li.portfolio a:focus,
body#concrete li.portfolio a:hover,
body#concrete li.concrete a:focus,
body#concrete li.concrete a:hover,
body#snow li.portfolio a:focus,
body#snow li.portfolio a:hover,
body#snow li.snow a:focus,
body#snow li.snow a:hover,
body#construction li.portfolio a:focus,
body#construction li.portfolio a:hover,
body#construction li.construction a:focus,
body#construction li.construction a:hover,
body#bike li.portfolio a:focus,
body#bike li.portfolio a:hover,
body#bike li.bike a:focus,
body#bike li.bike a:hover,
body#vide li.video a:focus,
body#video li.video a:hover,
body#bio li.bio a:focus,
body#bio li.bio a:hover,
body#clients li.clients a:focus,
body#clients li.clients a:hover,
body#contact li.contact a:focus,
body#contact li.contact a:hover,
body#coneyisland li.projects a:focus,
body#coneyisland li.projects a:hover,
body#coneyisland li.coneyisland a:focus,
body#coneyisland li.coneyisland a:hover,
body#parken li.projects a:focus,
body#parken li.projects a:hover,
body#parken li.parken a:focus,
body#parken li.parken a:hover 
body#newyork li.projects a:focus,
body#newyork li.projects a:hover,
body#newyork li.newyork a:focus,
body#newyork li.newyork a:hover
{
    color: #fff;
}

body#index li.index a,
body#news li.news a,
body#concrete li.portfolio a,
body#snow li.portfolio a,
body#construction li.portfolio a,
body#bike li.portfolio a,
body#concrete li.concrete a,
body#snow li.snow a,
body#construction li.construction a,
body#bike li.bike a,
body#video li.video a
body#bio li.bio a,
body#clients li.clients a,
body#contact li.contact a,
body#coneyisland li.projects a,
body#coneyisland li.coneyisland a,
body#parken li.projects a ,
body#parken li.parken a
body#newyork li.projects a ,
body#newyork li.newyork a
{
    color: #fff;
}

/* logo */
h1#logo { 
    margin: 0;
    padding-top: 25px;
}
h1#logo a { 
    width: 175px; 
    height: 49px; 
    background: url(../images/eignerphoto.png) top left no-repeat; 
    text-indent: -9999px;
    float: right; 
}

/* content */
div#content {
    background: #585e5a;
    margin: 0 0 20px 120px;
    padding: 10px 20px 10px 10px;
}
div#main_pic {
    margin: 0 0 15px 85px;
}
body#index div#main_pic {
    margin: 0 0 10px 120px;
}
img.main-pic {
    border: 7px solid #fff;
	border-bottom: 10px solid #fff;
}
div#main_pic td.previous {
    width: 15px;
}
div#main_pic td.previous img.spacer {
    width: 15px;
}
div#main_pic td.next {
    width: 100%;
}
td.previous a, td.next a {
    text-decoration: none;
    font-weight: bold;
	position: relative;
	top: 50px;
}

/* thumbnails */
#thumbnails {
    margin: 10px 0 20px 120px;
}
ul.thumbs li {
    float: left;
    margin-right: 5px;
}
img.thumb {
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	border: 2px solid #fff;
}
img.thumb.highlight {
    /*padding-bottom: 1px;
    border-bottom: 2px solid #fff;*/
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
img.thumb.over {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

/* news wordpress theme */
body#news div#content {
    float: left;
    width: 550px;
}
body#news div#sidebar {
    margin-left: 740px;
    padding-top: 10px;
    color: #272727;
}
body#news div#sidebar h2 {
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    color: #272727;
}
body#news div#sidebar a {
    text-decoration: none;
    color: #272727;
}
body#news div#sidebar ul {
    margin-bottom: 20px;
}
body#news div#content div.navigation {
    margin-bottom: 20px;
}
div.navigation div.alignleft {
    float: left;
    width: 280px;
}
div.navigation div.alignright {
    float: right;
}
.post {
    margin: 0 0 30px 0;
}
.post h2 {
    display: inline;
    padding-left: 20px;
}
.post h2 a {
    text-decoration: none;
    color: #fff;
}
.post span.date {
    color: #000;
    font-size: 1.2em;
}
.post div.headline {
    border-bottom: 1px dashed #000;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
ol.comments {
    margin: 0 0 30px 20px;
}
ol.comments li {
    padding: 10px;
    margin-bottom: 10px;
}
ol.comments li.alt {
    background-color: #6d7470;
}
#commentform {
    margin-left: 20px;
}
textarea#comment {
    width: 450px;
}
/* tags und veroeffentlicht in ... */
.postmetadata {
	color: #cccccc;
	font-size: .9em;
}
.postmetadata a:focus, .postmetadata a:hover {
    color: #cccccc;
}
.postmetadata a {
    color: #cccccc;
}