/*********************************************************************************************
 * 
 * Deze code is met veel plezier geschreven, getest en met trots 
 * opgeleverd door Aron Rotteveel van Vije Internetproducties.
 * Informatie:
 * 
 * Opdrachtgever: Ontwerp Atelier
 * Laatste update: 1 augustus 2007
 * 
 * Voor vragen kunt u contact opnemen per e-mail (aron@vije.nl) of per telefoon (074-2673400).
 * Meer informatie over Vije Internetproducties vindt u op http://www.vije.nl
 *
 *********************************************************************************************/

 
/*********************************************************************************************
 * GLOBAL STYLING
 *********************************************************************************************/
 
    * {
        margin: 0;
        padding: 0;
    }
    
    html, body {
        height: 100%;
    }
    
    body {
        overflow: -moz-scrollbars-vertical;
        background: #fff url(/img/pattern2.png);
        background-attachment: fixed;
        background-position: 0 0;
    }
    
    body, td, input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #7d7d7d;
    }
    
    img {
        border: 0;
    }
    
    a img {
        text-decoration: none;
    }
    
    a:link, a:hover, a:visited, a:active {
        text-decoration: none;
        /*color: #33A02B;*/
        color: #7d7d7d;
        font-weight: bold;
        border-bottom: 1px solid #6FEB23;
        outline: none;
    }
    
    h1 {
        font-family: 'Times New Roman', serif;
        font-size: 22px;
        color: #000;
        margin-bottom: 20px;
    }
    
    h1, h2, h3 {
        font-weight: normal;
    }
    
    h3 {
        border-bottom: 1px solid #4C4C4C;
        margin: 10px 0;
    }
    

/*********************************************************************************************
 * LAYOUT STYLING
 *********************************************************************************************/
 
    div#wrapper {
        text-align: left;
        width: 960px;
        background: #fff;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin-top: -130px;
        padding-top: 130px;
    }
    
    /***************************************************
     * LOGO
     ***************************************************/
     
     div#contact {
		margin-top: 0px;
        position: relative;
        width: 300px;
        float: left;
     }
     
     div#contact h2 {
        width: 144px;
        height: 11px;
        background: #fff url(/img/header_ontwerpatelier.gif) no-repeat top left;
        margin-top: 7px;
        margin-bottom: 20px;
        text-indent: -9000px;
     }
     
     div#contact ul {
        list-style: none;
     }
    
    /***************************************************
     * HEADER, MENU, LOGO, FILTER
     ***************************************************/
    
        div#wrapper div#header {
            width: 920px !important;
            width: 940px;
            height: 130px;
            padding: 0 20px;
            background: #fff url(/img/lijn_up.gif) no-repeat 20px 100%;
            position: fixed;
            top: 0;
            left: 0;
            _position: absolute;
            _top:expression((sillyvar = document.body.scrollTop));            
            z-index: 999;
            /*
            opacity: 0.7;
            filter: alpha(opacity=70);
            */
        }
        
        div#wrapper div#header a#toggle {
            position: absolute;
            bottom: -2px;
            right: 25px !important;
            right: 5px;
            height: 10px;
            width: 24px;
            text-indent: -9000px;
            border: 0;
        }
        
        div#wrapper div#header div#logo {
            position: absolute;
            top: 30px;
            right: 15px !important;
            right: 0;
            width: 240px !important;
            width: 250px;
            height: 54px;
            text-align: right;
            padding-right: 10px;
            font-size: 10px;
        }
        
        div#wrapper div#header div#menu {
            float: left;
            padding-top: 15px;
        }
        
        div#wrapper div#header div#menu ul {
            list-style: none;
        }
        
        div#wrapper div#header div#menu ul li {
            display: inline;
        }
        
        div#wrapper div#header div#menu ul li a {
            float: left;
            display: block;
            font-family: 'Times New Roman', sans;
            color: #d8d8d8;
            font-size: 40px;            
            margin-left: 12px;
            letter-spacing: 0.015em;
            text-indent: -9000px;
            overflow: hidden;
            border: 0;
        }
        
        div#wrapper div#header div#menuExplanation {
            position: absolute;
            bottom: 20px;
            left: 20px;
        }
        
        div#wrapper div#header div#menuExplanation div.top {
            width: 65px;
            padding: 2px 5px;
            background: #64eb24;
            color: #fff;
        }
        
        div#wrapper div#header div#menuExplanation div.bottom {
            color: #fff;
            margin-top: 1px;
            padding: 2px 5px;
            background: #7d7d7d;
        }
        
        /***********************************
         * MENU AFBEELDINGEN
         ***********************************/
            
            div#wrapper div#header div#menu ul li a.homeFirst { 
                width: 116px;
                height: 32px;
                background: url(/img/menu/home_c.gif) no-repeat top left;
            }

            div#wrapper div#header div#menu ul li a.workFirst { 
                width: 105px;
                height: 33px;
                background: url(/img/menu/work_c.gif) no-repeat top left;
            }
            
            div#wrapper div#header div#menu ul li a.factsFirst { 
                width: 99px;
                height: 32px;
                background: url(/img/menu/facts_c.gif) no-repeat top left;
            }
        
            div#wrapper div#header div#menu ul li a.home { 
                width: 104px;
                height: 33px;
                background: url(/img/menu/home.gif) no-repeat top left;
            }

            div#wrapper div#header div#menu ul li a.work { 
                width: 97px;
                height: 33px;
                background: url(/img/menu/work.gif) no-repeat top left;
            }
            
            div#wrapper div#header div#menu ul li a.facts { 
                width: 87px;
                height: 33px;
                background: url(/img/menu/facts.gif) no-repeat top left;
            }
        
        
        div#wrapper div#header div#menu ul li a.home:hover,div#wrapper div#header div#menu ul li a.work:hover,div#wrapper div#header div#menu ul li a.facts:hover {
            color: #4f4f4f;        
            background-position: 50% 100% !important;
            background-position: 100% 155%;
        }
        
        div#wrapper div#header div#menu ul li a.first {
            margin-left: 0;
        }
        
        div#wrapper div#header div#menu ul li a.active {
            color: #4f4f4f;
        }
        
        div#wrapper div#header div#filter {
            position: absolute;
            bottom: 31px;
            left: 20px;
            overflow: hidden;
        }
        
        div#wrapper div#header div#filterDetails {
            position: absolute;
            bottom: 15px;
            height: 15px;
            left: 20px;
            width:700px;
        }
        
        div#wrapper div#header div#filterDetailsContent {
            position: relative;
            left:50px;
            height: 15px;
        }
        
        div#wrapper div#header div#filter div.label, div#wrapper div#header div#filterDetails div.label {
            float: left;
            width: 50px;
            color: #a9a9a9;
            line-height: 15px;
        }
        
        div#wrapper div#header div#filter a, div#wrapper div#header div#filterDetails a {
            float: left;
            display: block;
            height: 15px;
            line-height: 15px;
            font-size: 12px;
            background: #666666;
            color: #fff;
            padding: 0 4px;
            font-weight: normal;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
        }
        
        div#wrapper div#header div#filter a:hover, div#wrapper div#header div#filter a.active, div#wrapper div#header div#filterDetails a:hover, div#wrapper div#header div#filterDetails a.active {
            background: #64eb24;
        }
        
    /***************************************************
     * CONTENT
     ***************************************************/
     
        div#wrapper div#content {
            width: 920px;
            margin: 130px 20px 20px 20px;
            padding: 10px 0 20px 0 !important;
            padding: 140px 0 20px 0;
            z-index: 950;
        }
        
        input.field, textarea {
            background: #fff;
            border: 1px solid #76B759;
        }
        
        input.field:focus, textarea:focus {
            background: #FBFBEA;
            border: 1px solid #76B759;
        }
        
        input.errFld, .errFld {
            border: 1px solid #ff0000 !important;
        }
        
        .errMsg {
            display: none;
        }
        
        /***************************************************
         * CASES
         ***************************************************/
            
            /********************************
             * WORK PAGINA
             ********************************/
            
            div#wrapper div#content div#newCases {
            
            }
            
            div#wrapper div#content div#newCases ul {
                list-style: none;
                margin-bottom: 17px;
                height: 210px;
            }
            
            div#wrapper div#content div#newCases ul li {
                position: relative;
                float: left;
                width: 210px;
                height: 210px;
                margin-left: 26px;                
                overflow: hidden;
            }
            
            div#wrapper div#content div#newCases ul li.spacer {
                float: none;
                height: 1px;
                width: 1px;
                margin: 0;
                padding: 0;
                clear: both;
            }
            
            div#wrapper div#content div#newCases ul li.first {
                margin-left: 0;
            }
            
            div#wrapper div#content div#newCases ul li div.caseImage {
                height: 160px;
                overflow: hidden;
            }
            
            div#wrapper div#content div#newCases ul li div.caseImage a {
                border: 0;
            }
            
            div#wrapper div#content div#newCases ul li div.caseQuickinfo {
                height: 40px !important;
                height: 50px;
                padding: 5px;
                background: #ebebeb;
            }
            
            div#wrapper div#content div#newCases ul li div.caseQuickinfo h2.caseTitle {
                font-size: 13px;
                color: #000;
            }
            
            div#wrapper div#content div#newCases ul li div.caseQuickinfo p.caseCategory {
                color: #a9a9a9;
                font-size: 11px;
            }
            
            div#wrapper div#content div#newCases ul li div.caseQuickinfo p.caseYear {
                color: #a9a9a9;
                font-size: 11px;
            }
            
            div#wrapper div#content div#newCases ul li div.caseQuickinfo a.caseLink {
                display: block;
                text-align: center;
                position: absolute;
                bottom: 0;
                right: 0;
                width: 34px;
                height: 16px;
                color: #fff;
                background: #64eb24;
                line-height: 16px;
                font-size: 11px;
            }

            /*******************************
             * INDEX PAGINA
             *******************************/
             
                body#home div#wrapper div#content div#newCases ul {
                    list-style: none;
                    margin-bottom: 17px;
                    height: 262px;
                }
                
                body#home div#wrapper div#content div#newCases ul li {
                    position: relative;
                    float: left;
                    width: 300px;
                    height: 260px;
                    margin-left: 10px;
                }
                
                body#home div#wrapper div#content div#newCases ul li.first {
                    margin-left: 0;
                }
                
                body#home div#wrapper div#content div#newCases ul li div.caseImage {
                    width: 300px;
                    height: 190px;
                }
                
                body#home div#wrapper div#content div#newCases ul li div.caseQuickinfo {
                    height: 60px !important;
                    height: 70px;
                    padding: 5px;
                }             
            
            /*******************************
             * LARGE CASE
             *******************************/
             
                div#wrapper div#content div#newCases div.largeCase {
                    width: 808px;
                    height: 444px;
                    margin: 0 56px 20px 56px;
                    position: relative;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.loader {
                    text-align: center;
                    position: absolute;
                    width: 66px;
                    height: 66px;
                    top: 189px;                    
                    left: 371px;
                    background: transparent url(/img/loader.gif) no-repeat top left;
                    z-index: 999;
                }
                
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer {
                    width: 808px;
                    height: 444px;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.photos {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 808px;
                    height: 444px;
                    overflow: hidden;
                    z-index: 1;
                    background-color: #000;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.photos ul {
                    list-style: none;
                    height: 444px;
                    position: relative;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.photos ul li {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 808px;
                    height: 444px;
                    margin: 0;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.nav {
                    position: absolute;
                    background: #fff;
                    height: 15px;
                    top: 0;
                    left: 0;
                    z-index: 300;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.nav a {
                    float: left;
                    display: block;
                    width: 15px;
                    height: 15px;
                    margin-right: 1px;
                    border: 0;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.nav a.imagelink {
                    background: #000;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.nav a.imagelink:hover {
                    background: #999;
                }

                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.nav a.videolink {
                    background: #eaf;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.nav a.imagelink:hover {
                    background: #999;
                }

                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.nav a.active {
                    background: #fff;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.nav a.last {
                    margin-right: 0;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.overlay {                
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 390px;
                    height: 444px;
                    z-index: 10;
                    opacity: 0.75;
                    filter: alpha(opacity=75);
                }
                
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.text {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 310px !important;
                    width: 390px;
                    height: 364px !important;
                    height: 444px;
                    padding: 40px;
                    color: #fff;
                    z-index: 200;
                }
                
                div#wrapper div#content div#newCases div.largeCase div.caseContainer div.text h2 {
                    font-family: 'Times Roman', serif;
                    font-size: 30px;
                    letter-spacing: 0.015em;
                    margin-bottom: 20px;
                    font-weight: normal;
                }
            
        /***************************************************
         * WEBLOG
         ***************************************************/            
         
            div#wrapper div#content div#weblog div#leftColumn {
                float: left;
                position: relative;
                width: 300px;
            }
         
            div#wrapper div#content div#weblog {
                margin-top: 20px;
            }
        
            div#wrapper div#content div#weblog div#sections {
                float: left;
                width: 300px;
            }
            
            div#wrapper div#content div#weblog div#sections ul {
                list-style: none;
            }
            
            div#wrapper div#content div#weblog div#sections ul li.generic {
                display: inherit !important; 
                display: inline; /* trick IE into not showing the list item when empty */
                background: #8F8F8F;
            }
            
            
            div#wrapper div#content div#weblog div#sections ul li.person {
                display: inherit !important; 
                display: inline; /* trick IE into not showing the list item when empty */
                background: #64EB24;
            }
            
            div#wrapper div#content div#weblog div#sections ul li a {
                display: block;
                font-weight: bold;
                height: 20px;
                line-height: 20px;
                color: #fff;
                padding-left: 25px;
                border-bottom: 1px solid #fff;
            }
            
            	div#wrapper div#content div#weblog div#sections ul li.nolastpost a {
            		color: #b2f592;
            	}

            div#wrapper div#content div#weblog div#sections ul .lastpost {
            	border-right: 5px solid #64eb24;
            	height: 70px;
            	width: 295px;
            	margin-bottom: 1px;
            	cursor: pointer;
            	}
				div#wrapper div#content div#weblog div#sections ul .lastpost h3 {
					border: 0;
					margin: 0;
					padding: 0;
					color:#434343;
					font-family:'Times New Roman',serif;
					font-size:16px;
				}
				div#wrapper div#content div#weblog div#sections ul .lastpost .lastpost_content {
					height:70px;
					width:295px;
					background-color:#fff;
					margin: 0;
					padding:0;
					}
					div#wrapper div#content div#weblog div#sections ul .lastpost .lastpost_content .img {
						float: left;
						margin: 0;
						padding:0;
					}
					div#wrapper div#content div#weblog div#sections ul .lastpost .lastpost_content .lastpost_inner {
						float: left;
						height: 70px;
						width: 195px;
						float: left;
						margin-left: 3px;
						}
					div#wrapper div#content div#weblog div#sections ul .lastpost .lastpost_content div.spacer {
						height: 0px;
						clear: both;
					}
					
            div#wrapper div#content div#weblog div#items {
                float: left;
                position: relative;
                margin-left: 10px;
                width: 610px;
            }
            
            div#wrapper div#content div#weblog div#items div#weblogContent {
                padding: 0;
            }
                
            div#wrapper div#content div#weblog div#items div.loader {
                position: absolute;
                width: 66px;
                height: 66px;
                top: 45px;                    
                left: 267px;
                background: #fff url(/img/loader.gif) no-repeat top left;
            }
            
            div#wrapper div#content div#weblog div#items div#weblogTitle {
                color: #fff;
                font-weight: bold;
                padding-left: 25px;
                height: 20px;
                line-height: 20px;
                border-bottom: 1px solid #fff;
            }
            
            div#wrapper div#content div#weblog div#items div.genericTitle {
                background: #8F8F8F;            
            }
            
            div#wrapper div#content div#weblog div#items div.personTitle {
                background: #8F8F8F;
            }
            
            div.weblogitem {
                margin-bottom: 15px;
            }
            
            div.weblogitem h2 {
                font-family: 'Times New Roman', serif;
                font-size: 24px;
                color: #434343;
                margin-bottom: 10px;
            }
            
            div.weblogitem div.date {
                font-weight: bold;
                margin: 5px 0 10px 0;
            }
            
            div.weblogitem div.options {
                background: #F2F2F2;
                padding: 3px;
                border: 1px dashed #CDCDCD;
                margin: 10px 0 0 0;
            }
            
            div.weblogitem div.comments {
                padding: 10px;
            }
            
            div.weblogitem div.comments h2 {
                font-size: 16px;
                color: #7d7d7d;
                font-weight: bold;
                font-family: Arial, Helvetica, Verdana, sans-serif;
                position: relative;
                margin-bottom: 0;
            }
            
            div.weblogitem div.comments a.addcomment {
                display: block;
                position: relative;
                margin-bottom: 10px;
                font-size: 11px;
                /*letter-spacing: 2px;*/
                color: #7d7d7d;
                border: 0;
            }
            
            div.weblogitem div.comments div.comment {
                padding: 5px;
            }
            
            div.weblogitem div.comments div.comment div.count {
                float: left;
                position: relative;
                width: 30px;
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                text-align: center;
                background: #6FEB23;
                color: #fff;
            }
            
            div.weblogitem div.comments div.comment div.content {
                float: left;
                padding-left: 15px;
                position: relative;
                width: 490px;
            }
            
            div.weblogitem div.comments div.comment div.content div.commenthead { 
                /*letter-spacing: 2px;*/
                /*color: #76B759;*/
                font-size: 11px;
                border-bottom: 1px dotted #CDCDCD;
                margin-bottom: 5px;
                padding: 3px 0;
            }
            
            div.weblogitem div.comments div.comment div.content div.commenthead em { 
                font-style: normal;
                font-weight: bold;
                margin-right: 10px;
                padding-right: 10px;
                border-right: 1px solid #7d7d7d;
            }
            
            div.weblogitem div.comments div.comment div.content div.commentcontent { }
            
            div.weblogitem div.comments div.addcomment {

            }
            
            div.weblogitem div.comments div.addcomment h2 {
                position: relative;
                border: 0;
                margin: 15px 0 5px 0;
            }
            
            div.weblogitem div.comments div.addcomment form {
                padding: 20px;
                background: #f2f2f2;
            }
            
            div.weblogitem div.comments div.addcomment form label {
                float: left;
                display: block;
                position: relative;
                width: 100px;
                height: 24px;
            }
            
        /***************************************************
         * FACTS
         ***************************************************/            
         
             div.peopleBlock {
                float: left;
                position: relative;
                display: block;
                width: 210px;
                height: 330px;
                overflow: hidden;
                margin-left: 26px;
                margin-bottom: 50px;
             }
             
             div.first {
                margin-left: 0;
             }
             
             div.peopleBlock div.image {
                width: 210px;
                height: 160px;
                overflow: hidden;
             }
             
             div.peopleBlock div.description {
                padding: 5px;
                height: 145px !important;
                height: 155px;
                overflow-y: auto;
             }
             
             div.peopleBlock div.info {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 200px !important;
                width: 210px;
                height: 15px;
                padding: 0 5px;
             }
             
             div.peopleBlock span.grey {
                background: #e5e5e5;
             }
             
             div.peopleBlock a.mail {
                position: absolute;
                display: block;
                bottom: 0;
                right: 0;
                width: 34px;
                height: 15px;
                background: transparent url(/img/buttons/mail.gif) no-repeat top left;
                text-indent: -9000px;
             }
    
    
    .adres {
    	font-size: 10px;
    	color: #727272;
    	}
    h1.intro {
    	text-indent: -3000px;
    	background: url(/img/h1_intro.png) no-repeat left top;
    	width: 873px;
    	height: 51px;
    	}

	.photoContainer {
		background-color: #000;
	}

	.workMovie {
		width: 808px;
		height: 444px; 
		cursor: pointer;
		background-color: #000;
		text-align: center;
	}
	
	.workMovieInactive {
		text-align: center;
		cursor: pointer;
	}

	.workMovieActive {
		text-align: center;
		padding-top:16px;
	}
	
	.movieArrow {
		cursor: pointer;
		float:left;
		left:388px;
		position:relative;
		top:222px;
		z-index:50;
	}
            
     
/*********************************************************************************************
 * MODIFIERS AND HACKS
 *********************************************************************************************/
 
    .spacer { clear: both; height: 1px; }   
    .left { float: left; position: relative; }
    .right { float: right; position: relative; }
    
	.newsite {
		line-height: 44px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		background-color: #64EB24;
		font-size: 20px;
		}
    
    