@charset "UTF-8";
/* CSS Document */

/*
THEME NAME: Potiki
DESCRIPTION: Potiki Theme
VERSION: 1.0
AUTHOR: Ash Hanson, Edith Woischin &amp; Timo Franz
AUTHOR URI:
*/


/* Reset default browser styles */
@import url('reset.css');

/* Rebuild default browser styles */
@import url('rebuild.css');

@import url('header.css');
@import url('menu.css');
@import url('sidebar.css');
@import url('content.css');
@import url('footer.css');


/* Just some example content */
div.skip-link {
	display: none;
}

body.pageid-712 {
background: #eef8fc;
}
body {
background: #f0f0f0;
margin: 0;
width:100%;
}

a.mtli_attachment {
padding-left:30px;
}

h1 {
font-family: "arial",regular;
font-size:35px;
line-height:35px;
margin-bottom:20px;
margin-top:0px;
}

h2 {
font-size:16px;
font-family: 'Sansita One', cursive;
font-weight:normal;
line-height:22px;
margin-bottom:5px;
margin-top:0px;
}

h3 {
font-size:14px;
font-family:"arial", sans-serif;
line-height:22px;
font-weight:bold;
font-style:normal;
margin-bottom:0px;
margin-top:0px;
}

h4 {
font-size:12px;
font-family:"arial", sans-serif;
line-height:25px;
font-weight:bold;
font-style:normal;
margin-bottom:0px;
margin-top:0px;
}

h5 {
font-size:25px;
font-family:"arial", sans-serif;
line-height:38px;
font-weight:normal;
font-style:normal;
margin-bottom:0px;
margin-top:0px;
}
	
h6 {
font-size:14px;
font-family:"arial", sans-serif;
line-height:22px;
font-weight:bold;
font-style:normal;
margin-bottom:0px;
margin-top:0px;
}

adress {
}

p {
font-size:14px;
font-family:"arial", sans-serif;
line-height:22px;
font-weight:normal;
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:16px;
}

a {
font-family:"arial", sans-serif;
font-size:14px;
color:#6f6b61;
font-weight:normal;
border-bottom: none;
padding-bottom: 0px; 
text-decoration: none;
text-transform:none;
}
body.pageid-712 a {
color:#3c93b3;
}
body.pageid-712 a:hover,
body.pageid-712 a:visited:hover {
text-decoration: none;
color:#5bc0e0;
}
a:hover,
a:visited:hover {
text-decoration: none;
color:#ed1c24;
}

a:active {
text-decoration: none;
color:#ed1c24;
}

a:visited {
color:#6f6b61;
text-decoration: none;
}

/* ------------------------main div ------------------------------ */

div#header {
position:relative;
height: 453px;
}

/* contains content-wrapper and sidebar*/
div#container {
position:relative;
top:0;
left:0;
}

/* wraps content */
div#content-wrapper {
    min-height: 366px;
}

div#content {
}

body.home div#content {

}

div#sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 225px;
}

div#footer {
clear:both;
width:100%;
}

div#wrapper {
background: none;
width: 920px;
margin: 0 auto;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}