/* 	

style.css for MELT: http://www.melt-europe.eu
(c) 2009 Bernd Kasparek

This design is based on the marvellous blueprint css
http://www.blueprintcss.org/

*/

.container {
	margin-bottom: 2em;
}

#description {
	display: none;
}

#header {
	margin-bottom: 20px;	
}

#mini-nav {	
	top: 0px;
	right: 10px;
	color: black;
	font-size: 100%;
	text-align: right;
	margin-bottom: 1em;
}

#header #mini-nav a {
	color: black;
	text-decoration: none;
	padding: 0px 5px;
}

#header #mini-nav a:hover {
	color: white;
	background: grey;
}

#header-logo {
	margin-top: 10px;
}

#main-nav {
}

#main-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main-nav a {
	display: block;
	width: 110px;
	height: 50px;
	margin-left: 10px;
	float: right;
	border: 1px dotted green;
	background: gray;
	font-size: 15px;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #3c2667;
	text-decoration: none;
}

#main-nav a:hover {
	color: white;
}

#main-nav a.home { 
	background: #85d7d7;
	border: 1px solid #0cb0af;
}

#main-nav a:hover.home { 
	background: #0cb0af;
}

#main-nav a.practitioners { 
	background: #bf898e;
	border: 1px solid #7f141e;
}

#main-nav a:hover.practitioners { 
	background: #7f141e;
}

#main-nav a.project-team { 
	background: #f9c988;
	border: 1px solid #f39412;
}

#main-nav a:hover.project-team { 
	background: #f39412;
}

#main-nav a.about { 
	background: #b3ce96;
	border: 1px solid #679d2e;
}

#main-nav a:hover.about { 
	background: #679d2e;
}

#main-nav a.documentation { 
	background: #e1d993;
	border: 1px solid #c2b326;
}

#main-nav a:hover.documentation { 
	background: #c2b326;
}

#logos {
	text-align: right;
}

#logos img {
	margin: 20px 0px 0px 25px;
}


#city-profile p {
	font-size: 120%;
}

#logo {
	margin-top: 30px;
}

#logo img {
	width: 100px;
}

#images img,
#videos img {
	height: 300px;
}

#videos #player {
	display: block;
	width: 425px;
	height:300px;
}

h1, h2, p.caption {
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

p.caption {
	text-align: right;
}

h1 {
	margin-top: 2em;
}

h2 {
	margin-top: 0.6em;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0.6em;
	margin-bottom: 0.5em;
}

h4 {
	font-weight: bold;
	margin-bottom: 0.1em;
	font-style: italic;
}

#images .dont-show {
	display: none;
}

a.morelink {
	color: red;
	text-decoration: none;
}

a:hover.morelink {
	background: red;
	color: white;
}

.color-scheme-genova h1,
.color-scheme-genova h2,
.color-scheme-genova h3,
.color-scheme-genova a.morelink {
	color: #cfb522;
	text-decoration: none;
}

.color-scheme-genova a:hover.morelink {
	background: #cfb522;
	color: white;
}

.color-scheme-genova h1,
.color-scheme-genova h2,
.color-scheme-genova h3,
.color-scheme-genova a.morelink {
	color: #cfb522;
	text-decoration: none;
}

.color-scheme-genova a:hover.morelink {
	background: #cfb522;
	color: white;
}

.color-scheme-birmingham h1,
.color-scheme-birmingham h2,
.color-scheme-birmingham h3,
.color-scheme-birmingham a.morelink {
	color: #679d2e;
	text-decoration: none;
}

.color-scheme-birmingham a:hover.morelink {
	background: #679d2e;
	color: white;
}

.color-scheme-istanbul h1,
.color-scheme-istanbul h2,
.color-scheme-istanbul h3,
.color-scheme-istanbul a.morelink {
	color: #0cb0af;
	text-decoration: none;
}

.color-scheme-istanbul a:hover.morelink {
	background: #0cb0af;
	color: white;
}

.color-scheme-vienna h1,
.color-scheme-vienna h2,
.color-scheme-vienna h3,
.color-scheme-vienna a.morelink {
	color: #7f141e;
	text-decoration: none;
}

.color-scheme-vienna a:hover.morelink {
	background: #7f141e;
	color: white;
}

.color-scheme-sighisoara h1,
.color-scheme-sighisoara h2,
.color-scheme-sighisoara h3,
.color-scheme-sighisoara a.morelink {
	color: #3d1f65;
	text-decoration: none;
}

.color-scheme-sighisoara a:hover.morelink {
	background: #3d1f65;
	color: white;
}

.color-scheme-makmus h1,
.color-scheme-makmus h2,
.color-scheme-makmus h3,
.color-scheme-makmus a.morelink {
	color: #ed8699;
	text-decoration: none;
}

.color-scheme-makmus a:hover.morelink {
	background: #ed8699;
	color: white;
}

.color-scheme-xingmuc h1,
.color-scheme-xingmuc h2,
.color-scheme-xingmuc h3,
.color-scheme-xingmuc a.morelink {
	color: #f39412;
	text-decoration: none;
}

.color-scheme-xingmuc a:hover.morelink {
	background: #f39412;
	color: white;
}

a.weblink {
	padding-left: 16px;
	background: url(img/weblink.gif) left center no-repeat;
	color: red;
	text-decoration: none;
}

a.prettylink {
	padding-left: 16px;
	background: url(img/weblink.gif) left center no-repeat;
	color: blue;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover.weblink, a:hover.prettylink {
	text-decoration: underline;
}

ul.nodots, ul.nodots ul {
	list-style-type: none;
}

ul ul li {
	font-style: italic;
}

#cp-listing img {
	width: 65px;
	height: 87px;
	margin: 0 0 1px 1px;
}

.margined-images img {
	margin: 0 1em 1em 0;
}

img.logo {
	width: 80px;
}

.about-img img {
	width: 300px;
}

