/* 
 * Copyright (C) 2008 IP Labs GmbH <http://www.iplabs.de/>
 * All rights reserved.
 *
 * template style definition file
 *
 * @author Alexander Peters  <a.peters@iplabs.de>
 */
 
@media screen, projection, print {

	a:link, a:visited, a:focus, a:hover, a:active, a, em.author, em.subBoxTitle { color:#0e67a3; }

    body { 
                background-image: url('../images/_scheme1/MPPublicWebsiteBlogStartImgBackground.jpg'); 
                background-repeat:no-repeat;
                background-attachment:fixed;
                background-position:center;
    }
    
    body#rating { 
                background: #fff;
    }
/*
    #pageBlogStyleDefault { 
    			background-image: url('../images/_scheme1/MPPublicWebsiteBlogStartImgBackground.jpg'); 
    			background-repeat:no-repeat;
				background-attachment:fixed;
				background-position:center;
    }
    #pageIndexStyleDefault { 
    			background-image: url('../images/_scheme1/MPPublicWebsiteIndexStartImgBackground.jpg'); 
    			background-repeat:no-repeat;
				background-attachment:fixed;
				background-position:center;
    }
    #pageWebsiteStyleDefault { 
    			background-image: url('../images/_scheme1/MPPublicWebsiteWebsiteStartImgBackground.jpg');
    			background-repeat:no-repeat;
				background-attachment:fixed;
				background-position:center;
            }
    #photoDetails { 
    			background-image: url('../images/_scheme1/MPPublicWebsitePhotoDetailsImgBackground.jpg'); 
    			background-repeat:no-repeat;
				background-attachment:fixed;
				background-position:center;
    }
    #uploadPhotos { 
    			background-image: url('../images/_scheme1/MPPublicWebsiteUploadPhotosImgBackground.jpg'); 
    			background-repeat:no-repeat;
				background-attachment:fixed;
				background-position:center;
    }
*/
    #bgGradient {
    	position: absolute;
    	width: 100%;
    	height: 1331px;
    	top: 0;
    	left: 0;
    }
    
   
     /* main box toolbar */
     #pageBlogStyleDefault #pageContent #mainBox .toolbarBox { background: transparent url('../images/_scheme1/MPPublicWebsiteBlogStartImgToolbarBG.png'); }
     #pageIndexStyleDefault #pageContent #mainBox .toolbarBox { background: transparent url('../images/_scheme1/MPPublicWebsiteIndexStartImgToolbarBG.png'); }
     #pageWebsiteStyleDefault #pageContent #mainBox .toolbarBox { background: transparent url('../images/_scheme1/MPPublicWebsiteWebsiteStartImgToolbarBG.png'); }
     #photoDetails #pageContent #mainBox .toolbarBox { background: transparent url('../images/_scheme1/MPPublicWebsitePhotoDetailsImgToolbarBG.png');}
     #slideShow #pageContent #mainBox .toolbarBox { height: 52px; background: transparent url('../images/_scheme1/MPPublicWebsiteSlideshowImgToolbarBG.png'); }

     #pageBlogStyleDefault .sidebarSpacerImg { background: transparent url('../images/_scheme1/MPPublicWebsiteBlogStartImgSidebarSpacer.png') no-repeat 0px 0px; }
     
        /* mainBox top-scheme1 */
     #pageContent #mainBox .mainBox-top-scheme1 {
     	display: block;
     	width: 100%;
     	
     	height: 160px;
     	background-image: url('../images/_scheme1/winterG_header.png');
     }
     
     /* mainBox album-info-header */
     #pageContent #mainBox .album-info-header {
        display: block;
     	width: 100%;
     	background-image: url('../images/_scheme1/winterG_subheader.png');

     }
     /* navigation section */
    #pageContent #mainBox .headerNavi em {
     	line-height: 10px;
     	padding: 0 1px
     }
}