/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : nordsueddesign CSS
Author : Johannes Henseler
URL : nordsueddesign.de

Created : February 2009
Edited: February 2009

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- wrapping CSS structure ----- */

BODY {
  margin: 20px;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#menu {
  width: 175px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 20px;
  left: 20px;
  background: white;
  font-size: 85%;
  z-index: 999;
}

#content {
  margin: 0 0 0 200px;
  padding-top: 5px;
  position: absolute;
  top: 20px;
  z-index: 0;
}


/* ----- Links ----- */

A {
  color: #000;
  text-decoration: none;
  padding: 0 2px 0 2px;
}

A:HOVER {
  background: yellow;
}


/* ----- menu ----- */


#logo {
  margin-bottom: 5px;
}

#menulist {
  margin-top: 20px;
}

p.section {
  margin: 20px 0 0 0;
  font-weight: bold;
}

#menu EM {
  font-style: italic;
  color: gray;
  display: block;
  margin: 2px 0 2px 0;
}

#menulist A {
  display: block;
  padding: 1px;
  outline: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#menulist A:HOVER {
  background-color: yellow;
  text-decoration: none;
}

#menulist A.active {
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
}

#menulist A#aboutlink {
  margin-top: 20px;
}

.new {
  background: yellow;
  font-size: 8px;
  padding: 2px 3px 2px 3px;
}


/* ----- articles /// title ----- */

#title {
  font-size: 320%;
  line-height: 92%;
  margin-bottom: 30px;
  font-family: "Adobe Garamond Pro", "Adobe Garamond", Garamond, Georgia, Times, serif;
}

H2 {
}

.subline P {
  font-style: italic;
  color: gray;
  padding-left: 35px;
  text-indent: -35px;
}

h3 {
  font-size: 220%;
  background: yellow;
  padding: 4px 3px 3px 4px;
  margin: 10px 0 5px 0;
}

/* ----- articles /// body ----- */

#body {
  font-size: 90%;
}

#body P {
  margin-bottom: 15px;
}

#body A {
  color: gray;
}

#body A:HOVER {
  color: black;
}

#body STRONG, #body B {
  font-weight: bold;
}

#body .floatingportrait {
  float: left;
  margin: 0 20px 20px 0;
}


/* ----- restoring yahoo CSS reset ----- */

EM { font-style: italic; }

.clearer { height: 1px; overflow: hidden; clear: both; }


/* ----- image galleries with drop shadow ----- */

.image {
  float: left;
  margin: 0 15px 0px 0;
}

	.wrap0, .wrap1, .wrap2, .wrap3 {
  		display:inline-table;
  		/* \*/display:block;/**/
  	}
	.wrap0 {
  		float:left;
  		background:url(/images/dropshadowimages/shadow.gif) right bottom no-repeat;
  	}
	.wrap1 {
  		background:url(/images/dropshadowimages/shadow180.gif) no-repeat;
  	}
	.wrap2 {
  		background:url(/images/dropshadowimages/corner_bl.gif) -18px 100% no-repeat;
  	}
	.wrap3 {
		padding:10px 14px 14px 10px;
  		background:url(/images/dropshadowimages/corner_tr.gif) 100% -18px no-repeat;
  	}

.image IMG {
  border: 4px solid white;
  background: url(http://nordsueddesign.de/images/placeholder.png);
}

.image .description {
  display: block;
  text-align: center;
  color: gray;
}