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


body{ 
    background: #0E0E0E;
}
#wrapper{ 
background-color:#121212;
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 #000000; 
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#largeframe {
background-color:#121212;
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:#0E0E0E;
	
}
#thumbboxwrapper{ 
    border:1px solid #333333; 
	padding:6px;
	width:812px;
	margin:0 auto;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#0E0E0E;
}
#thumbbox img{ 
    border:0; 
	margin:2px;	
	opacity:0.8;
}
#thumbbox img:hover{
	border:0; 
	opacity:1.0;
}
#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:#404040;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#666666;
	outline:none;
	text-decoration:underline;
}

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


.sf-menu {
border-right : 1px solid #333333;
float : left;
}
.sf-menu a {
border-left : 1px solid #333333;
border-top : 1px solid #333333;
border-bottom : 1px solid #333333;
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 : #333333;
}
.sf-menu a, .sf-menu a:visited {
color : #444444;
}
.sf-menu li {
background : #000000;
}
.sf-menu li li {
background-color: #000000;
}
.sf-menu li li li {
background-color: #000000;
}
.sf-menu li:hover,  .sf-menu a:hover, .sf-menu a:focus, .sf-menu a:active {
	background : #202020;
	outline : 0;
	border-bottom-color : #333333;
	text-decoration:none;
	color : #808080;
}
.sf-menu li.sfHover{ 
background-color:#000000;
}
.sf-menu ul {
border-right : 1px solid #333333;
border-bottom : 1px solid #333333;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top : 35px;
}
.sf-menu ul ul {
margin-top : 0;
}
.sf-menu ul a {
	background-color : #000000;
	border-bottom : none;
}
.sf-menu ul a:hover {
	color : #808080;
}





