@charset "UTF-8";
/* CSS Document */

/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}
.pushdown-6 {padding-top:60px;}


/*Fooooter*/
#footer{background:#666666;}

.footertext{color:#FFFFFF;}

.center {text-align:center;}
.left{text-align:left;}

a{text-decoration: none;}
a:hover{border-bottom: 3px solid grey;}


h3 {text-align: justify;}

img{width:inherit;}
.hundredpercent img{width:100%;}

.dark{background-color:#666666;}
.container{width: 1190px;
	margin: 0 auto;
	overflow: hidden;}

.footertext a {text-decoration: none;}
.fluid {width: 100%;}

.noinherit{width:auto;}

h2{line-height:1;}

.galleria{list-style:none;width:300px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em;font-size:1.5em;}
* html .galleria li div span{width:400px} /* MSIE bug */
.galleria_container{width:590px;float:right;}
.caption{color:#666;font-size:1.5em;}
.nav{padding-top:400px;padding-left:220px;clear:right; position:absolute;}


/** Declaration for the a.singleRollover selector **/

a.journalismRollover {
	display: block;
	width: 200px;
	height: 146px;
	background: url(img/rolo_journalism.png) no-repeat 0 0;
}

/** Declaration for the additional states of the a.singleRollover selector **/



a:hover.journalismRollover {
	background-position: 0 -146px;
}

a:active.journalismRollover {
	background-position: 0 -146px;
}

a.webRollover {
	display: block;
	width: 200px;
	height: 146px;
	background: url(img/rolo_web.png) no-repeat 0 0;
}

/** Declaration for the additional states of the a.singleRollover selector **/



a:hover.webRollover {
	background-position: 0 -146px;
}

a:active.webRollover {
	background-position: 0 -146px;
}


/* sticky-footer.css */

/*  
Sticky Footer Solution
by Steve Hatcher
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;}

/* must declare 0 margins on everything, also for main layout components use padding, not
vertical margins (top and bottom) to add spacing, else those margins get added to total height
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

/*#main {padding-bottom: 150px;}  /* must be same height as the footer */

/*#footer {position: relative;
    margin-top: -150px; /* negative value of footer height *//*
    height: 150px;
    clear:both;}*/

/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





