@import 'styles.css';

/** ClearFix hack **/
.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;
}

/** Oldschool markup clear **/
.clear {
	clear:both;
	height:0;
}
div.hr {
	border-bottom:1px solid #CCC;
	margin:5px 0;
}
div.hr hr {
	display:none;
}
body {
	background:#C2CFC4;
}
#container {
	position:relative;
	width:900px;
	margin:0 auto 5px auto;
	overflow:hidden;
	background:#FFF;
	border:1px solid #000;
}
#content {
	padding:0 10px;
}
#content, #otherContent {
	overflow:hidden;
}
#otherContent {
	float:right;
	width:398px;
	height:226px;
}
#otherContent img {
	float:left;
}
#otherContent ul {
	margin-top:20px;
	margin-left:30px;
	float:left;
}
#otherContent ul li {
	list-style:none;
}
h1#logo {
	position:absolute;
	right:45px;
	top:7px;
}
h1#logo a {
	display:block;
	width:230px;
	height:130px;
}
h1#logo a span {
	display:none;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
#top {
	position:relative;
	height:196px;
	background:url('images/top.jpg') no-repeat;
}
#slideshow {
	position:absolute;
	left:10px;
	top:8px;
	width:470px;
	height:120px;
	border:1px solid #FFF;
}
#projects {
	position:relative;
	height:202px;
	background:url('images/bottom.jpg') no-repeat;
}
#projects #currentProjects {
	position:absolute;
	left:0;
	top:0;
	width:230px;
	height:180px;
	overflow:hidden;
	padding:10px;
}
#projects #earlierProjects {
	position:absolute;
	right:0;
	top:0;
	width:230px;
	height:180px;
	overflow:hidden;
	padding:10px;
}
#projects #earlierProjects {
	text-align:right;
}
#projects #earlierProjects ul {
	margin:0;
}
#projects #earlierProjects ul li {
	list-style:none;
}
#projects h2 {
	margin-top:0;
	margin-bottom:20px;
	font-size:12px;
}
#projects .project {
	margin-bottom:15px;
	height:60px;
	overflow:hidden;
}
#projects .project .image {
	float:left;
	display:inline;
	margin-right:5px;
}
#projects .project .teaser {
	height:60px;
	float:left;
	width:145px;
}
#projects h3 {
	margin-top:0;
	margin-bottom:3px;
}
#projects h3 a {
	text-decoration:none;
}
#projects h3 a:hover {
	text-decoration:underline;
}
#projects #earlierProjects h3 {
	margin-bottom:10px;
}
#footer {
	color:#FFF;
	height:51px;
	background:url('images/footer.jpg') no-repeat;
	text-align:center;
}
#footer .row1 {
	padding-top:10px;
}
#footer .row2 {
	margin-top:3px;
}
#footer span {
	margin:0 2px;
}
/** GALLERIES **/
.gallery {
	margin:10px -14px 30px 0;
	zoom:1;
}
.gallery a {
	position:relative;
	border:1px solid #CCC;
	padding:1px;
	float:left;
	margin:0 14px 14px 0;
	display:inline;
}
.gallery a:hover {
	border:1px solid #666;
}


/** NAV **/
#mainNavigation {
	position:absolute;
	left:0px;
	top:137px;
	width:465px;
	height:20px;
	z-index:10;
}
/** Superfish skin **/
.sf-menu {
	font-size:12px;
}
.sf-menu a {
	display:block;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	border:0;
}

/* reset */
.sf-menu ul a {
	padding:0.5em 1.5em 0.5em 1.5em;
	color:#000 !important;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#000;
}
.sf-menu li {
	margin-right:5px;
	background:transparent;
}
/* First level */
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
.sf-menu a.active {
	background:#a0a69f;
	outline:0;
}

.sf-sub-indicator {
	background:url('/themed/default/css/images/arrows.png');
}

a > .sf-sub-indicator {
	top:0.5em;
}
ul ul a > .sf-sub-indicator {
	top:0.5em;
}

* html .sf-sub-indicator {
	top:0.5em;
}

/* navbar bjælke */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:20px;
}




.sf-menu li,
.sf-menu li li,
.sf-menu li li li {
	background:#C3CAC2;
}

.sf-menu ul li a {
	background-image:none !important;
}



#signature {
	color:#666666;
	text-align:center;
	margin-top:10px;
}
#signature a:hover {
	text-decoration:underline;
}
#signature a {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}