
/* Das Boot */
@dark1: #2F3540;
@dark2: #666A73;
@light1: #F2EDE4;
@light2: #D9D1C7;
@neutral: #8C8681;


/* Anatomy of grey */
@dark1: #7F7D7B; /*grey*/
@dark2: #BFBBB9; /*lighter grey*/
@light1: #FFFAF6; /* light */
@light2: #403E3E; /* dark grey */
@neutral: #E5E1DD; /* light */



h1 {
    font: 48px 'Great Vibes', Georgia, Serif;
	text-align: center;
	color: @light2;
	text-shadow: @neutral 1px 1px 5px;
	border-bottom: 1px solid @light2;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font: 32px 'Great Vibes', Georgia, Serif;
	color: @light2;
	font-weight: normal;
}

h3 {
	font: 24px 'Great Vibes', Georgia, Serif;
	color: @light2;
	font-weight: normal;
}

body {
	background-image: url("../img/xv.png");
	font-family: "Georgia";
	color: @light2;
}

a {
	color: @dark1;
	text-decoration: none;
	font-family: "Georgia";
}

a:hover {
	color: @dark2;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	margin-top: 20px;
	margin-bottom:30px;
	padding: 12px 20px;
	background-color: white;
	border-color: @neutral;
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0 0 7px @neutral; 
    -webkit-box-shadow: 0 0 7px @neutral; 
    box-shadow: 0 0 7px @neutral;
}

.map {
	border-color: @neutral;
	border-width: 1px;
	border-style: solid;
	padding: 7px;
	-moz-box-shadow: 0 0 2px @neutral; 
    -webkit-box-shadow: 0 0 2px @neutral; 
    box-shadow: 0 0 2px @neutral;	
}

.photo-img {
	background-color: @light1;
	border-color: @neutral;
	border-width: 1px;
	border-style: solid;
	padding: 7px;
	-moz-box-shadow: 0 0 2px @neutral; 
    -webkit-box-shadow: 0 0 2px @neutral; 
    box-shadow: 0 0 2px @neutral;
}

.legend {
	background-color: @light1;
	color: @light2;
	opacity: 0.7;
	margin: 0;
	padding: 5px 0;
	position: relative;
	top: -44px;
	font-size: 14px;
}

.date-box {
	background-color: @light2;
	-moz-transform:rotate(3deg);
	border-color: @neutral;
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 0 0 2px @neutral; 
    -webkit-box-shadow: 0 0 2px @neutral; 
    box-shadow: 0 0 2px @neutral;
	width: 240px;
	height: 120px;
	color: @light1;
	text-align: center;
}

#header p {
	text-align: center;
	position: relative;
	top: -25px;
	font-size: 18px;
	color: @dark1;
}

#menu-wrap {
	background-image: url("../img/menu-back.png");
  	background-repeat: no-repeat;
	position: relative;
	left: -82px;
	width: 804px;
	height: 77px;
}

#menu {
    padding-top: 15px;
	padding-left: 0;
	text-align: center;
}

#menu li {
    display: inline;
    margin: 0 20px;
}

#content {
	min-height: 400px;
}

#page-footer li {
	font-size: 14px;
}

#page-footer ul {
    padding: 10px 10px 0 10px;
	text-align: center;
}

#page-footer li {
	display: inline;
    margin: 0 20px;
}

/* Us */

.portrait-left {
	float: left;
	margin-left: 80px;
	text-align: center;
}

.portrait-right {
	float: right;
	margin-right: 80px;
	text-align: center;
}

.portrait-left .photo-img {
	-moz-transform:rotate(-5deg);	
}

.portrait-left h3, .portrait-right h3 {
	text-align: center;
	margin-bottom: 5px;
}

.portrait-right .photo-img {
	-moz-transform:rotate(5deg);
}

.social {
	height: 32px;
	width: 32px;
}

/* Access */

.image-left img {
	float: left;
	margin-right: 15px;
}

.image-right img {
	float: right;
	margin-left: 15px;
}

.image-right p, .image-right h2 {
	text-align: right;
}

.light {
	color: @dark2;
	font-size: 14px;
}

/* Photos */

.photo-box {
	margin-right: 28px;
	height: 194px; 
	width: 194px;
	float: left; 
	text-align: center; 
	vertical-align: center;
}

.photos .legend {
	font-size: 12px;
	padding: 3px 0;
	top: -33px;
}


/* Index */

.main-text {
	text-align: center;
	font-size: 18px;
	color: @dark1;
	line-height: 1.8em;
}

.main-text .date {
	font: 24px 'Great Vibes', Georgia, Serif;
	color: @light2;
}

/* List */

.list-image img {
	background-color: @light2;
	padding: 3px 5px 3px 0;
}

/* Forms */

form fieldset {
	margin: 0 0 20px 0;
	font-size: 14px;
	border: 0;
}
form fieldset.form-actions {
	margin: 0;
}
form fieldset label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
}
form fieldset.check label {
	display: inline;
	font-weight: normal;
}
form fieldset.radio ul li label {
	display: inline;
	font-weight: normal;
}
form fieldset input.form-text,
form fieldset textarea {
	display: block;
	width: 50%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
}
form fieldset textarea {
	height: 150px;
}
form fieldset select {
	min-width: 25%;
	margin: 0;
}
form fieldset.radio ul {
	margin-top: 5px;
}
form fieldset.radio ul li {
	margin: 0 0 5px 0;
}
form fieldset.radio ul li:last-child {
	margin: 0;
}
form fieldset p.form-help {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #999;
}
form input[type="submit"] {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;	
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus {
	border: 1px solid #bbb;
	background: #e5e5e5;
}
form input[type="submit"]:active {
	border: 1px solid #ccc;
	background: #eee;
}

/* Responsive 

@media screen and (max-width: 768px) {
	body, #container {
		margin: 0;
		padding: 0;
	}
	
	#container {
		width: 100%;
		margin: 20px 0 auto 0;
	}
	
	#menu-wrap {
		background: none;
		background-color: @dark2;
		left: 0;
		padding-bottom: 5px;
		height: auto;
		width: 100%;
	}
	
	img.photo-img {
		max-width: 100%;
		height: auto;
	}
	
	h1 {
		width: auto;
	}
}

@media screen and (max-width: 380px) {

	#container {
		margin: 0;

		box-shadow: none;
	}
	
	#menu li {
		display: block;
	}
	
	h1 {
		font-size: 38px;
	}
}

*/