@charset "utf-8";






	/* - - - FONT- - - -  */

@font-face {
    font-family: 'calibre'; font-weight: normal; font-style: normal;
    src: url('../fonts/CalibreWeb-Regular.eot');
    src: url('../fonts/CalibreWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CalibreWeb-Regular.woff') format('woff');
}

   /* - - - STYLE- - - -  */

.indent {
	margin-left: 20px;
}

.smalltext {
	font-size: 14px;
	letter-spacing: 1px;
}

body {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	font-family: Calibre, helvetica, arial, san-serif; 
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	height: 100%; 
	margin: 40px 180px 40px 50px;
	}

.nav ul	{
	font-size: 25px;
	line-height: 140%;
    list-style-type: none;
    padding:0px;
	margin:0px;
	}
	
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

h1 {
	font-family: Calibre, helvetica, arial, san-serif; 
	font-weight: normal;
	font-size:33px;
	line-height: 120%;
	text-align: left;
	padding:0px;
	margin:0px;
	}

h2 {
	font-family: Calibre, helvetica, arial, san-serif; 
	font-weight: normal;
	font-size:25px;
	line-height: 140%;
	padding:0px;
	margin:0px;

	}
	
.main h2 {
	margin-bottom: 18px !important;
	text-align: left;
	}

h3 {
	font-family: Calibre, helvetica, arial, san-serif; 
	font-weight: normal;
	font-size:18px;
	line-height: 120%;
	margin-bottom: 18px;
	text-align: left;
	}
	
.underline {
	border-bottom: 1px;	
	padding-bottom: 0.001em;
    border-width: 0 0 1px;
    border-style: solid;
    display: inline; 
	}

p {
	padding:0px;
	margin:0px;
	text-align:left;
	}

::selection
{
background: #fff882;
color:#000;
}
::-moz-selection
{
background: #fff882;
color:#000;

}

a {
color: #000; text-decoration: none;
}

a:link {color:#000; text-decoration: none;}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:hover {background-color: #fff882;}  /* mouse over link */
a:active {color:#000;}  /* selected link */
	

.caption {
font-size: 14px;
letter-spacing: 1px; 
}

#logo a:hover {
background-color: #fff;}

.highlight {
background-color: #fff882;
}


/* -----------STRUCTURE----------- */ 

#page-wrap {
	
	max-width: 820px;
	margin: 0 auto;
}

.header {
	float: left;
	width: 410px;
	min-width: 400px;
	margin-left: 270px;
	}

#logo {
	width: auto;
	position: absolute;
	padding: 0px 50px 0px 0px;
	right: 20px;
	}

.nav {
	width: 150px;
	float: left;
	margin: 70px 120px 0px 0px;

}

.main {
	max-width: 550px;
	float: left;
    margin: 70px 0px;
	}

.main p {
	margin-bottom: 1em;
	max-width: 530px;
	}
	
#main-left {
	width: 182px;
	float: left;
	text-align: left;
	}
	
#main-center {
	width: 182px;
	float:left;
	text-align: left;
	}

#main-right {
	width: 182px;
	float: left;
	text-align: left;
	}


.images {
	padding: 20px 0px 20px 0px;
    }


img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.invis-box {
min-width: 425px;
visibility: hidden;
}

{
height: 150px; /*Specify Height*/
width:  150px; /*Specify Width*/
border: 1px solid black; /*Add 1px solid border, use any color you want*/
background-color: green; /*Add a background color to the box*/
text-align:center; /*Align the text to the center*/
}

/* -----------MEDIA QUERIES----------- */ 



@media all and (max-width: 1030px) {
.navlist li {
	display: inline;
	max-width: 450px;
	list-style-type: none;
	padding-right: 10px;
	}
	
.nav {
	width: 400px;
}

.header {
	margin-left: 0px;
	}

/*-------#####play around with this, delete? -----*/ 
.navlist {
	white-space: nowrap;
	}
	
.main {
	max-width: 100%;
	margin: 50px 0px 0px 0px;
}

.nav {
	margin: 50px 0px 0px 0px;
}

h2 {
	font-family: Calibre, helvetica, arial, san-serif; 
	display:inline;
	font-weight: normal;
	font-size:25px;
	line-height: 140%;
	}
	
}


@media all and (max-width: 650px) {

#logo {
	display: none;
}

}

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

body {
	margin: 20px 30px 20px 30px;
	}

.logo {
	display: none;
}

.navlist li {
	display: inline;
}

.main {
	min-width: 425px;	
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 27px;
	line-height: 120%;
}

.main .underline {
	font-size: 27px;
	line-height: 120%;
	}
	
.main h2 {
	font-size: 40px;
	margin-bottom: 36px ;
	}

.nav {
	width: 450px;
	margin: 35px 0px 0px 0px;
}

.nav ul {	
	font-size: 27px;
 	line-height: 120%;
}

h2 {
	font-family: Calibre, helvetica, arial, san-serif; 
	font-weight: normal;
	font-size:27px;
	line-height: 120%;
	}

.header h1 {
	font-size: 35px;
 	line-height: 120%;
	width: auto;
	}

	.smalltext {
	font-size: 27px;
	letter-spacing: 0px;
}

}
/*-------clearfix -----*/ 



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
