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



body{ 
    background: #CECECE;
}
#wrapper{ 
background-color:#FFF;
width:1000px;
margin-top:4px; 
margin-right:auto; 
margin-bottom:28px; 
margin-left:auto;
text-align:center; 
padding-top:56px; 
padding-bottom:12px; 
border:1px solid #BBBBBB; 
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#largeframe {
background-color:#FFFFFF;
height:570px;
padding-top:30px;
padding-bottom:30px;
margin-top:0; 
margin-left:auto;
margin-right:auto;
text-align:center;
width:1000px;
}
#thumbbox {     
    margin-left:auto;
    margin-right:auto; 
	text-align:center;
	width:800px; 	 
	overflow-y: scroll;
	overflow-x: hidden; 
	background-color:#FFF;
		
}
#thumbboxwrapper{ 
    border:1px solid #DDDDDD; 
	padding:6px;
	width:812px;
	margin:0 auto;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#thumbbox img{ 
    border:0; 
	margin:2px;	
	opacity:1.0;
}
#thumbbox img:hover{
	border:0; 
	opacity:0.8;
}
#starterimage{ 
    width:825px; 
	height:560px; 
	overflow:hidden; 
	z-index:1; 
	background-image:url(http://mikkelgrabowski.com/mikkelsphotogallery/images/1.jpg); 
	margin:0 auto;
}
a:link, a:active, a:focus, a:visited {
	color:#666666;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#333333;
	outline:none;
	text-decoration:underline;
}

h1 { 
    color:#666666; 
	font-size:1.1em; 
	font-weight:bold;
}
.scroll-pane {
	width: 800px;
	height: 168px;
	overflow: auto;
	padding-top:3px;
	padding-bottom:2px;
}
.toggle{
	color:#666666;
	padding-top:14px;
	font-size:13px;
}
#footer{ 
    text-align:center;
	font-size:13px; 
	color:#666666;
	padding-top: 20px;
	padding-bottom: 20px; 
}
.hover {
	background-color: #FFFFFF;
}
#slidedownmenu {
	background-color:#FFFFFF;
	border-left:1px solid #BBBBBB;	
	border-right:1px solid #BBBBBB;
	border-top:none;
	border-bottom:none;
}

.sf-menu {
border-right : 1px solid #ccc;
float : left;
}
.sf-menu a {
border-left : 1px solid #ccc;
border-top : 1px solid #ccc;
border-bottom : 1px solid #ccc;
padding : 9px 13px;
text-decoration : none;
}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
border-bottom-color : #ccc;
}
.sf-menu a, .sf-menu a:visited {
color : #666;
}
.sf-menu li {
background : transparent;
}
.sf-menu li li {
background : #fff;
}
.sf-menu li li li {
background : #9aaedb;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background-color: #FAFAFA;
outline : 0;
border-bottom-color : #ccc;
text-decoration:none;

}
.sf-menu ul {
border-right : 1px solid #ccc;
border-bottom : 1px solid #ccc;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top : 35px;
}
.sf-menu ul ul {
margin-top : 0;
}
.sf-menu ul a {
background : #fafafa;
border-bottom : none;
}
.sf-menu ul a:hover {
color : #ff4b33;
}



