/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	padding: 0px;
	margin: 0px;
}


body {
	background: #71B7FF;
}
img {
	border: 0px
}
/* Page Structure / Navigation */

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-350px;
	width:1px;
}

#page {
	position:relative; clear:left;
/*	height:700px; width:80%; width:779px;*/
	height:700px;  width:920px;
	margin:0 auto;
    overflow: hidden;
    background-color: #DBECFE;
	background:url(http://www.mcakes.nl/themes/mcakes/images/achtergrond.gif) no-repeat #DBECFE;;
}


#page.sidebar-left {
/*	background:url(http://www.mcakes.nl/themes/mcakes/images/central_left_columns_bg.jpg) repeat-y top left;*/
}
#page #header {
	position:relative;
	height:100px;
	padding:15px;
}
#page #header #logo {
	color:#fff;
	font-size:32px;
	line-height: auto;
	padding: 0px;
	margin:0;
	cursor:pointer;
	position:absolute;
	top:0px;
	left: 0px;
	width:125px;
	overflow:visible;
}

#page #header #zoeken {
    position:absolute;
    right: 10px;
    top:20px;
}

#page #header #zoeken input {
    background-color: #f5f5f5;
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;   
    margin-bottom: 10px;
}

#page #header #zoeken input[type=text] {
    width:55px;
}

#page #header #logo a {
	/* customize_header_logo */ color: #ffffff; /* customize_header_logo */
	font: normal bold 32px Arial;
	text-decoration:none;
}

#page #central ul.nav-header {
	list-style:none;
	margin:0px;
	float: left; 
	padding:0px;
	z-index:2;
	overflow:visible;
}
#page #central ul.nav-header li {
	float:left;
	padding:2px 2px;
	margin-left:5px;
	margin-bottom: 0px;
	color:#002750;
	font-size:14px;
	letter-spacing:1.5px;
	margin-top:0px;
	background-color: #A0CC05;
	border-style:solid;
	border-color:#DBECFE;
	border-width:1px;
	
}
#page #central ul.nav-header li a, #page #header ul.nav-header li a:hover {
	text-decoration:none;
	color:#002750
}

#page #central ul.nav-header li a:hover, #page #header ul.nav-header li a:hover {
	text-decoration:none;
	color:#FFFFFF
}

#page #central ul.nav-header li.nav-selected {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#688503;
}
/*
#page #header #header-area {
	position:relative;
	height:75px;
}
*/
#page #central #header-area {
	position: absolute;
	top: 90px;
	left: 195px;
	width: 600px;
}

#page #central #breadcrumb{
	position: absolute;
	top: 135px;
	left: 270px;
	width: 590px;
}

#page #central #photobreadcrumb{
	position: absolute;
	top: 135px;
	left: 200px;
	width: 590px;
}

#page #central #nextprev{
	position: absolute;
	top: 620px;
	left: 200px;
}

#page #homeHeader {
	background: url(http://www.mcakes.nl/themes/mcakes/images/home_header.jpg) top left no-repeat;
	min-height:192px;
}

#page #homeHeader, #page #pageHeader {
	margin:0;
	padding:0;
	position:relative;
}

#page #central {
	clear:both;
	padding-bottom:30px; /* for footer */
}
#page.no-sidebar {
	background-image: none !important;
	background-color:#f4ffd2;
}
/* body & sidebar */
#page #central #body {
    position: absolute;
    top: 160px;
    left: 200px;
	width:570px;
    height: 450px;
	border-style:solid;
	border-width:3px;
	border-color:#A0CC05;
	
	/* customize_background */ background-color:#FFFFFF; /* customize_background */
}

#page #central #body_profile {
    position: absolute;
    top: 160px;
    left: 200px;
	width:570px;
    height: 450px;
    overflow: hidden;
	border-style:solid;
	border-width:3px;
	border-color:#A0CC05;
	
	/* customize_background */ background-color:#FFFFFF; /* customize_background */
}

#page #central #body #text{
    position: absolute;
    top:0px;
    right:0px;
	text-align:left;
	width: 500px;
    height: 430px;
    overflow: auto;
    padding:10px;
    scrollbar-arrow-color:  #A0CC05;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #adffad;
    scrollbar-shadow-color: #A0CC05;
    scrollbar-highlight-color: #A0CC05;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
}

#page #central #body #menupagetext{
    position: absolute;
    top:0px;
    right:0px;
	text-align:left;
	width: 550px;
    height: 430px;
    overflow: auto;
    padding:10px;
    scrollbar-arrow-color:  #A0CC05;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #adffad;
    scrollbar-shadow-color: #A0CC05;
    scrollbar-highlight-color: #A0CC05;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
}

#page #central #body #phototext{
    position: absolute;
    top:0px;
    left:0px;
	text-align:left;
	width: 550px;
    height: 430px;
    overflow: auto;
    padding:10px;
    scrollbar-arrow-color:  #A0CC05;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #adffad;
    scrollbar-shadow-color: #A0CC05;
    scrollbar-highlight-color: #A0CC05;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
}

#page #central #body #phototext h1{ 
    margin-top:0px;
    margin-bottom:2px;
}

#page #central #body #phototext #photospace {
    width:300px;
    height:300px;
}

#page #central #pageimage {
    position: absolute;
    top: -30px;
    left: -55px;
	width:100px;
    height: 100px;
	border-style:solid;
	border-width:3px;
	border-color:#71B7FF;
	background-color:#FFFFFF;
	overflow:hidden;
}

#page #central #menupageimage {
    position: absolute;
    top: 380px;
    left: 520px;
	width:100px;
    height: 100px;
	border-style:solid;
	border-width:3px;
	border-color:#71B7FF;
	background-color:#FFFFFF;
	overflow:hidden;
}

#page #central #photo {
    position: absolute;
    top: 160px;
    right: -130px;
    height: 337px;
	border-style:solid;
	border-width:3px;
	border-color:#A0CC05;
	background-color:#FFFFFF;
	overflow:hidden;
}


#page #central #rightsidebar {
    position: absolute;
    top: 160px;
    left: 790px;
	width:100px;
	padding:5px 5px 5px 5px;
	border-style:solid;
	border-width:3px;
	border-color:#A0CC05;
}
#page #central #rightsidebar  img{
    margin-bottom:5px;
}

.thumbnail{
    width: 100%;
    text-align:center;
}



#page.sidebar-left #central #sidebar {
    position: absolute;
    top: 200px;
    left: 60px;
	width: 130px;
	height: 500px;
	overflow: auto;
	margin-right:20px;
}
#page.sidebar-left #central #body {
	float:left;
	width: 500x;
}
#page.no-sidebar #body {
	float: none !important;
	width: auto !important
}
#page #central #sidebar p {
	line-height:24px
}
#page #central #sidebar ul.nav {
	list-style:none;
	margin-left:0px;
	padding:0px;
	padding-left:0;
	font-size:12px;
}
#page #central #sidebar ul.nav li {
	margin-bottom:10px;
}
#page #central #sidebar ul.nav a {
	text-decoration:none;
	color:#002750
}
#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold
}
#page #central #sidebar ul.nav a:hover {
	text-decoration:underline
}
#page #central #sidebar ul.nav ul {
	list-style:none;
	margin-left:5px;
	padding:0px;
	margin-top:10px;
}
#page #central #sidebar ul.nav ul li {
	padding-left: 5px;
	margin: 0;
	border-left: 1px solid #69ab2b;
}
#page #central #sidebar ul.nav ul li ul li {
	list-style:square inside;
	padding-left:0;
}
#page #central #sidebar ul.nav ul li ul li {
	border:none;
}
#page #footer {
	position:absolute;
	top: 670px;
	left: 0px;
	height:10px;
	line-height:10px;
	clear:both;
	color:#002750;
	font-size:12px;
	text-align:center;
	padding:10px 0 10px 0;
	width:100%;
}
#page #footer a {
	color:#002750;
	text-decoration:none;
}

span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; margin-right:5px;}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/* customize_miscellaneous */ /* customize_miscellaneous */

.ccm-page-list-thumbnail{
    position:static;
    float:left;
    margin: 5px;
    width:150px;
    text-align: center;
}

.thumbnail-page-item{
    position:static;
    float:left;
    margin: 5px;
    width:150px;
    height:109px;
    overflow:hidden;
    text-align: center;
    vertical-align:middle;
}

.thumbnail{
    position:static;
    float:left;
}

.thumbnail_beschrijving{
    position:static;
    width: 200px;
    float:left;
    margin: 5px;
}

.thumbmenuitem{
    width:500px;
    overflow: hidden;
}

#page.sidebar-left #central #sidebar .nav-path-selected{
    font-weight:bold;
}