
body{
	color:#242226;
	font-family:'Open Sans', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.8em; 
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 
.first-header{
	margin-bottom:.8em;
	font-size:3.5em;
	color:#005f6a;
}
.head{
	background:url(../images/header.png)
}
#head { width:950px; margin:auto; text-align:left; height:70px; background:url(../images/header.png) repeat; }
/* links */
a,
a:visited,
a:active,
a:hover{color:#006666;}
a:hover{ text-decoration:none;}


/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
	padding-top: 15px;
}
header{ 
	padding:15px 0;
	
}
#banner{ 
	text-align:center;
}


#content {  
	margin:40px 0;
}

aside { 
	margin:40px 0;
}

p{ margin:0 0 1.5em;}
.small: {margin: 0 0 0.8em;}
.datenub   {text-align: center;vertical-align: middle;}

/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}


/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:40px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/*colors and backgrounds*/
body{
		background:url(../images/body.png) 

	/*background:#fff;*/
}
h1, h2, h3, h4, h5, h6{
	color:#333; 
}


/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
/*@media only screen and (min-width: 481px) {*/
@media only screen and (min-width: 481px) {
#banner{
	float:left;
	text-align:left;
	margin-bottom:0px;
}

} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1200px; 
	margin: .75em auto;
}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:10px;
}
header{
	padding:0;
}
#content {  
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:100%;
}

aside { 
	float:right;
	width:30%;
}



/*** DEMO1 SKIN ***/
#topnav, .srt-menu {
	float:right;
	margin: .35em 0 0 0;
}


/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.house{
    width: 100%;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 .foot { font-size: 12px; text-decoration: none; }

#hero [class*="grid_"] { margin-bottom:-20px;}

}
.logotop{
    width: 60%;
}
#footer {
  height: 50px; /* the footer's total height */
}

#footer-content {
font-size: 8px 
background:url(../images/body.png) 
  border: 1px solid #ab47bc;
  height: 32px; /* height + top/bottom paddding + top/bottom border must add up to footer height */
  padding: 8px;
  text-align: center;vertical-align: middle;
}
