body {
	font-family: "Museo Sans Rounded 300", sans-serif;
	margin: 0px;
	background: url(../img/background.png) repeat-x #000;
	min-height: 100%;
        padding: 0;
}

#facebook body {
	font-family: "Calluna", sans-serif !important;
}

.container {
    margin-left: 0;
}

a img {
    border: none;
}

#copy {
    text-align: center;
    font-size: 7pt;
    color: #aaa;
}

.ttooltip {
    border-bottom: 1px dotted #000;
    color: #000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

.content .gigs {
    list-style-type: none;
    padding-left: 5px;
}

.content .ttooltip {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.ttooltip span.tip {
    display: none;
}

.ttooltip:hover span.tip {
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    color: #000;
    left: 1em;
    bottom: 2em;
    z-index: 99;
    font-weight: normal;
    margin-left: 0;
    width: 250px;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px rgba(0,0,0,0.1);
    display: block;
}

.ttooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.0em 0 0.6em 0;
}

.address {
    background: #9fdaee;
    border: 1px solid #2bb0d7;
    padding: 0.8em 1em;
}

* html a:hover {
    background: transparent;
}

.gone {
    color: #aaa;
}

.gone .ttooltip {
    border-bottom: 1px dotted #aaa;
    color: #aaa;
}

.today {
	font-family: "Museo Sans Rounded 700", sans-serif;
}

div#header {
	margin-left: 10px;
	margin-top: 32px;
        margin-bottom: 50px;
}

div.page {
	margin-left: 10px;
}

#footer {
	margin-left: 10px;
}

#menu td {
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	border-left: solid 1px #b44f15;
}

#menu td.menu {
	vertical-align: top;
	border: none;
	width: 40px;
	padding-left: 0px;
}

.canvas div.page {
	margin-left: 220px;
        margin-top: 40px;
}

@media (min-width: 980px) {
	div#header {
		margin-left: 123px;
	}

	div.page {
		margin-left: 220px;
	}

	#footer {
		margin-left: 183px;
	}

	div.mic:after {
		position: absolute;
		content: "";
		background: url(../img/mics.png) no-repeat;
		left: 985px;
		bottom: 0px;
		height: 485px;
		width: 201px;
		margin-right: 5px;
	}

	#menu td {
		padding-left: 30px;
                padding-right: 20px;
        }

	#menu td.menu {
		padding-left: 30px;
                width: 66px;
	}
}

.canvas div.mic:after {
	position: absolute;
	content: "";
	background: url(../img/mics.png) no-repeat;
	left: 585px;
	bottom: 0px;
	height: 485px;
	width: 201px;
	margin-right: 5px;
}


@media (min-width: 1200px) {
	div.mic:after {
		left: 1155px;
	}
}

div#navi {
	margin-left: 46px;
	position: relative;
	z-index: 1;
}

.canvas div#navi ul {
	min-width: 0;
} 

.canvas #footlocker {
	height: 30px;
}

.canvas #man {
	top: 30px;
}

#navi ul {
        position: absolute;
	float: left;
	border-bottom: solid 1px #b44f15;
	left: 0px;
	margin: 0px;
	padding: 0px;
        padding-left: 2px;
        padding-right: 2px;
	min-width: 565px;
}

#navi li {
        text-align: center;
	vertical-align: middle;
	width: 112px;
	display: block;
	float: left;
	list-style-type: none;
	margin-top: -38px;
        margin-bottom: 10px;
        margin-right: 1px;
	height: 50px;
}

#navi li:before {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
	content: "";
	width: 112px;
	height: 28px;
        background-color: #527d8d;
	background-color: rgba(255,255,255,0.3);
	position: relative;
	display: block;
        margin-top: 10px;
        margin-bottom: -10px;
        z-index: -1;
}

#navi li, #navi li:before {
	width: 112px;
}

.canvas #navi li, .canvas #navi li:before {
        width: 100px;
}

#navi li:hover:before, #navi li.active:hover:before {
	background-color: #aaa;
        height: 50px;
        margin-bottom: -35px;
}

#navi li.active:before {
	background-color: #fff;
        height: 50px;
        margin-bottom: -35px;
}

div.bubble {
        clear: both;
	color: #fff;
	font-size: 10pt;
	position: relative;
	margin-top: 0px;
        background-color: #527d8d;
	background-color: rgba(255,255,255,0.3);
	margin-right: 120px;
	min-width: 545px;
	padding: 30px 66px 30px 54px;
	
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.columnify {
	column-count: 3;
        column-gap: 20px;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
	min-height: 0!important;
}

div.content {
	min-height: 352px;
}

.canvas .content {
	min-width: 300px;
	width: 300px;
}

div.bubble.tail {
	margin-bottom: 125px;
}

div.bubble.tail:after {
	content:"";
	position: absolute;
	background: url(../img/bubbletail.png) no-repeat;
	display: block;
	left: 222px;
	bottom:-123px;
	width: 152px;
	height: 123px;
	opacity: 1;
}

div#man {
	position: absolute;
	top: 277px;
	left: 24px;
	background: url(../img/man.png) no-repeat;
	width: 178px;
	height: 713px;
}

div#footlocker {
	background-color: #fff;
	position: relative;
	height: 161px;
	padding: 10px 10px 0px 10px ;
}

td.menu a {
	text-decoration: none;
        color: #000;
}

td.menu a:hover {
        border-bottom: 1px dotted #000;
}

td.keikat {
	width: 282px; 
}

td.blogi {
	width: 136px;
	display: none;
}

#menu ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

td.menu ul {
	font-family: Museo, serif;
	font-size: 10pt;
	font-weight: bold;
}

td.menu li {
	margin-top: 3px;
	margin-bottom: 3px;
        line-height: normal;
}

td.menu ul ul li {
	margin-top: 1px;
	margin-bottom: 1px;
}

td.menu ul ul {
        font-family: "Museo Sans", sans-serif;
	font-weight: normal;
	font-size: 8pt;
	margin-left: 5px;
}

td.keikat ul {
	font-size: 8pt;
}

td.keikat ul li {
	margin-top: 6px;
        line-height: normal;
}

.year a {
	color: #fff;
}

.year .current_year {
	font-family: Museo, serif;
	font-weight: bold;
	font-size: 14pt;
}

h1, h2, h3, h4, h5 {
	font-family: Museo, serif;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

#menu h3 {
	margin-top: 5px;
        margin-bottom: 5px;
	font-size: 10pt;
	line-height: normal;
}

form.connect-button {
	display: inline;
}

div.connect-buttons {
	background-color: rgba(255,255,255,0.3);
        padding: 3px;
}
