@import 'css_reset.css';
@import 'typography.css';

/* ----------------------------------------- */

html, body {
	height: 100%;
	}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
body {
	color: #73726e;
	padding-left: 20px;
	}
a {
	color: #ed145b;
	text-decoration: none;
	}
a:hover {
	color: #ed145b;
	border-bottom: 1px dotted #ed145b;
	}
#header {
/*	margin-bottom: 40px;*/
	}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
/* 	background: transparent url(../i/bg_grid940.gif) left top repeat-y; */
	}

#contentwrapper {
	clear: both;
	margin: 10px 0 0 0;
	}
#contentwrapper {
	padding-top: 25px;
	}
	
#maincontent {
	float: left;
	width: 500px;
	padding: 0 0 40px 0;
	margin-bottom: 10px;
	}
#flickr #maincontent,
#maincontent.firstpage {
	float: left;
	width: 100%;
	}

#secondcontent {
	float: right;
	width: 380px; 
	padding: 0 0 40px 0;
	margin: 50px 20px 0 0;
	}
#thirdcontent {
	clear: both;
	}
#footer {
	clear: both;
	margin-top: 2em;

	}

/* header
----------------------------------------- */
#header h1 a {
	background: transparent url('../i/logo_franzfleissner.png') left top no-repeat;
	width: 618px;
	height: 65px;
	display: block;
	text-indent: -999em;
	float: left;
	}
#header h1 a:hover {
	border: none;
	}
#header h2 {
	float: left;
	width: 600px;
	border: 1px dotted red;
	font-size: 1.4em;
	display: none;
	}
#tools {
	float: right;
	padding-top: .6em;
	}
#tools li {
	display: inline;
	}
#tools li a {
	text-decoration: none;
	color: $textlight_col;
	border-right: 1px solid #c1c1c5;
	margin-right: .4em;
	padding-right: .6em;
	}
#tools li a:hover {
	color: #898989;
	}
#tools li a.rss {
	border-right: 0;
	margin-right: .6em;
}
#searchform form {
	width: auto;
	}
#searchform {
	float: right;
	padding-top: 5px;
	}
#searchform input {
	display: inline;
	padding: 2px;
	}
#searchform label {
	display: none;
	}
#searchform input#search,
#searchform .button {
	border: 1px solid #c1c1c5;
	}
#searchform .button {
	cursor: pointer;
	border: none;
	background-color: transparent;
	color: $textlight_col;
	margin-top: 2px;
	font-family: arial, verdana, sans-serif;
	}
	
ul#nav {
	width: 300px;
	margin-right: 20px;
	float: right;
	}
ul#nav li {
	font-size: 2.6em;
	font-weight: bold;
	line-height: .8em;
	}
ul#nav li a {
	color: #73726e;
	text-decoration: none;
	letter-spacing: -3px;
	}
ul#nav li a:hover {
	color: #898989;
	border: none;
	}
ul#nav li a.current {
	color: #ed145b;
	}		
/* contentwrapper
----------------------------------------- */
#contentwrapper {}

/* maincontent
----------------------------------------- */
#maincontent img {
	float: left;
	margin: 4px 20px 0 0;
	}
#maincontent img.frontimage {
	}

#myGallery {
	width: 936px !important;
	height: 338px !important;
	}
		
#maincontent ul.imagenav {
	text-align: right;
	margin: 0 20px 0 0;
	}
#maincontent ul.imagenav img {
	float: none;
	margin: 20px 0 0 0;
	}
#maincontent ul.imagenav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
#maincontent ul.imagenav li a {
	margin: 0 0 0 16px;
	padding: 0;
	}
#maincontent ul.imagenav li a:hover {
	color: #fff;
	}
#maincontent.firstpage li a:hover {
	border: none;
	}
#tempimage {
	border: 1px solid #666;
	}

/* puff
----------------------------------------- */

.puff {
	width: 220px;
	margin-right: 20px;
/*	display: block;*/
	float: left;
	color: #73726e;
	margin-bottom: 4em;
	padding-bottom: 2em;
}
.puff:hover a {
/*	border-bottom: 1px dotted #898989;*/
	}
.puff h2 {
	font-size: 1.8em;
	letter-spacing: -3px;
	line-height: 1.2em;
	color: #73726e;
	}
.puff.firstpage h2 {
	font-size: 2.6em;
	}
.puff h2 a {
	color: #73726e;
	}
.puff h2 a:hover {
	color: #ed145b;
	}
.puff a {
	color: #ed145b;
	font-style: normal;
	}
.puff.firstpage {
	width: 300px;
	}

/* image list
----------------------------------------- */
#maincontent ul.imagelist {
	float: right;
	width: 400px;
	}
#maincontent ul.imagelist li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 20px 20px 0px;
	line-height: 1em;
	}
#maincontent ul.imagelist li img {
	width: 60px;
	margin: 0;
	padding: 0;
	}
#maincontent ul.imagelist li img a {
	border: none;
	}
.placeholder {
	background-color: #555;
	width: 540px;
	height: 400px;
	float: left; 
	margin: 0 20px 20px 0;
	}
/*
.album a {
	display: block;
	color: #222;
	text-decoration: none;
	}
.album a:hover {
	color: #fff;
	}
.album {
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #666;
	}
.album img {
	float: left;
	margin: 0 20px 0 0;
	}
*/
.jdGallery a.left:hover
.jdGallery a.right:hover {
	border: none;
	}
/* secondcontent
----------------------------------------- */
#secondcontent img {
	float: left;
	margin: 4px 20px 0 0;
	}

/* secondnav
------------------------------------------- */
.secondnav {
	float: left;
	width: 200px;
	font-size: 1.2em;
	margin-left: 1em;
	background: transparent url(../i/bg_secondnav_gradient.png) right top no-repeat;
	} 
ul.secondnav  {
	margin: 0 0 1em 0;
	padding: 0px;
	list-style-type: none;
	padding-top: 1em;
	}
ul.secondnav li {
	display: inline; /* IE6 fix */
	}
ul.secondnav li a {
	font-size: .8em;
	margin-top: 0;
	text-decoration: none;
	color: #ed145b;
	display: block;
	border-bottom: 1px solid #c1c1c5;
	padding-left: .5em;
/*	line-height: 1.7em;*/
	padding: .2em .5em .1em .5em;
}
ul.secondnav li a:hover {
	background-color: #f5f3f0;
}
ul.secondnav li ul li a {
	padding-left: 1.5em;
}

/* puff
----------------------------------------- */
ul.puff li {
	clear: both;
}
ul.puff li a {
	display: table;
	border: 1px solid #c1c1c5;
	padding-bottom: .3em;
	margin-bottom: .3em;
	color: #ed145b;
}
ul.puff li a strong {
	display: block;
	font-size: 1.3em;
	font-weight: normal;
}
ul.puff li a em {
	color: #746;
	text-transform: uppercase;	
	margin-right: .5em;
	}
ul.puff li img {
	float: right;
	margin-left: 1em;
}

ul.puff li a:hover {
	background-color: #f5f3f0;
	}


/* footer
----------------------------------------- */

/* vcard
----------------------------------------- */
.vcard {
	font-size: 1em;
	color: #222;
	margin-top: 12px;
	margin-left: 16px;
	padding-left: 24px;
	background: transparent url(../i/icon_microformats.png) left 1px no-repeat;
	}
.vcard .org {
	font-size: 1.1em;
	}
.vcard .country-name {
	text-transform: uppercase;
	}
.vcard .tel {
	padding-top: 5px;
	}
	
/* table
----------------------------------------- */
table {
	width: 90%;
	font-size: 90%;
	margin-bottom: 1em;
	}
caption {
	padding: 0 0 5px 0;
	font-style: italic;
	}
thead {
	border-bottom: 1px solid #c1c1c5;
	}
tfoot {
	border-top: 1px solid #c1c1c5;
	border-bottom: 1px solid #c1c1c5;
	}
tfoot td {
	font-weight: bold;
	}
th {
	font-weight: bold;
	text-align: left;
	padding: 6px 6px 6px 12px;
	}
td {
	padding: 6px 6px 6px 12px;
	
	}
tr.alt td,
tr.alt {
	background-color: #f5f3f0;
	}

	
/* lists
----------------------------------------- */
#secondcontent ul,
#maincontent ul {
	list-style-type: disc;
	margin: .1em 0 1em .3em;
	}
#secondcontent ol ul li,
#secondcontent ul li,
#maincontent ol ul li,
#maincontent ul li {
	margin: 0 0 .1em 1em;
	}
#secondcontent ol ul,
#secondcontent ul ol,
#secondcontent ol ol,
#secondcontent ul ul,
#maincontent ol ul,
#maincontent ul ol,
#maincontent ol ol,
#maincontent ul ul {
	margin-bottom: 0;
	}
#secondcontent ol,
#maincontent ol {
	list-style-type: decimal;
	margin-bottom: 1em;
	}
#secondcontent ol li,
#maincontent ol li {
	margin: 0 0 0 1.5em;
	}
#secondcontent ol li ol,
#maincontent ol li ol {
	margin-bottom: 0;
	list-style-type: upper-roman;
	}
#maincontent dl {
	margin: .5em 0 2em 0;
	border-bottom: 1px solid #c1c1c5;
	display: table;
	}
#maincontent dt {
	width: 25%;
	float: left;
	padding: .5em .5em .3em .5em;
	border-top: 1px solid #c1c1c5;
	font-weight: bold;
	}
#maincontent dd {
	float: left;
	width: 60%;
	margin: 0;
	padding: .5em .5em .3em .5em;
	border-top: 1px solid #c1c1c5;
	}

/* misc
----------------------------------------- */
ul#skip {
	display: none;
	visibility: hidden;
}
a.rss {
	background: transparent url(../i/icon_rss.gif) left top no-repeat;
	padding-left: 20px;
	}
.debug {
	border-top: 1px dotted orange;
	border-bottom: 1px dotted orange;
	padding: 4px;
	color: red;
	display: none;
	}
.clear {
	clear: both;
	}
.right {
	float: right;
	} 
hr {
	clear: both;
	padding-top: 1em;
	border: none;
	border-bottom: 1px solid #ccc;
	}