/* ============================ 
          Theo Thijsen 
   ============================  */

/* main background-color + background-image */
#Wrapper.TheoThijssen { background-color: #feecdb;background-image: url(images/background_theothijssen.png);}

/* header background */
.TheoThijssen #Header { background-image: url(images/header_theothijssen.png); }

/* Hoofdmenu items */            
.TheoThijssen #Menu {
    background: rgb(0,157,224);
	background: -moz-linear-gradient(top,  rgba(0,157,224,1) 0%, rgba(0,114,184,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,157,224,1)), color-stop(100%,rgba(0,114,184,1)));
	background: -webkit-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
    /* rgba(0,157,224,1) 0%, rgba(0,114,184,1) 100%) */
}            

/* Hoofdmenu items hover */            
.TheoThijssen .RadMenu_MainMenu .rmRootGroup .rmItem .rmLink .rmText:hover { 
    background: rgb(48,183,240);
	background: -moz-linear-gradient(top,  rgba(48,183,240,1) 1%, rgba(24,134,202,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(48,183,240,1)), color-stop(100%,rgba(24,134,202,1)));
	background: -webkit-linear-gradient(top,  rgba(48,183,240,1) 1%,rgba(24,134,202,1) 100%);
	background: -o-linear-gradient(top,  rgba(48,183,240,1) 1%,rgba(24,134,202,1) 100%);
	background: -ms-linear-gradient(top,  rgba(48,183,240,1) 1%,rgba(24,134,202,1) 100%);
	background: linear-gradient(to bottom,  rgba(48,183,240,1) 1%,rgba(24,134,202,1) 100%);
    /* rgba(48,183,240,1) 1%, rgba(24,134,202,1) 100%) */
} 

/* SubMenu items */
.TheoThijssen .RadMenu_MainMenu .rmGroup .rmItem .rmLink .rmText {
	background: rgb(240,132,8);
	background: -moz-linear-gradient(top,  rgba(240,132,8,1) 0%, rgba(217,99,14,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,132,8,1)), color-stop(100%,rgba(217,99,14,1)));
	background: -webkit-linear-gradient(top,  rgba(240,132,8,1) 0%,rgba(217,99,14,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,132,8,1) 0%,rgba(217,99,14,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,132,8,1) 0%,rgba(217,99,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,132,8,1) 0%,rgba(217,99,14,1) 100%);
    /* rgba(240,132,8,1) 0%, rgba(217,99,14,1) 100%)*/
}

             
/* Footer */               
.TheoThijssen #Footer {
    background: rgb(0,157,224);
	background: -moz-linear-gradient(top,  rgba(0,157,224,1) 0%, rgba(0,114,184,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,157,224,1)), color-stop(100%,rgba(0,114,184,1)));
	background: -webkit-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
    /* rgba(0,157,224,1) 0%, rgba(0,114,184,1) 100%) */
}

 #Footer  A:link, #Footer A:visited, 
 #Footer A:active ,  #Footer A:hover 
{
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

/* Headings */
.TheoThijssen H1, .TheoThijssen H2, .TheoThijssen H3, 
.TheoThijssen H4, .TheoThijssen H5 { color: #ef7a00; }

/* links */ 
.TheoThijssen A:link , .TheoThijssen A:visited, 
.TheoThijssen A:active , .TheoThijssen A:hover { color: #0062a9; }

/* Breadcrumb links */
.TheoThijssen #Breadcrumb .SkinObject { color: #0062a9; }

/* Twitter box */
.TheoThijssen .twitterbox .twittercontent, 
.TheoThijssen .twitterbox .twitterfooter { background-color: #eaf2f9; }

/* PUBMOD Algemeen */
.TheoThijssen .pubItem .pubContent .pubMetaData span { color: #028423;} 

/* PUBMOD Sidebar */
.TheoThijssen .OuterNavBlock  input[type=text], .OuterNavBlock  input[type=submit] { border: 1px solid #0062a9; }
.TheoThijssen .OuterNavBlock  input[type=submit] { color: #f18a00; background-color: #0062a9; }

/* PUBMOD Voorpagina Viewer */ 
.TheoThijssen .pubViewerVoorpagina .pubThumbnail .pubMaskBg,
.TheoThijssen .pubViewerVoorpagina .pubContent { background-color: #eaf2f9;}
.TheoThijssen .pubViewerVoorpagina .pubTitle{ color: #ffffff; background-color: #f08408;}
.TheoThijssen .pubViewerVoorpagina .pubContent .pubMeta  span,
.TheoThijssen .pubViewerVoorpagina A:link , .TheoThijssen .pubViewerVoorpagina A:visited, 
.TheoThijssen .pubViewerVoorpagina A:active , .TheoThijssen .pubViewerVoorpagina A:hover  { color: #0062a9;} 

/* Slider Voorpagina */
.TheoThijssen .SliderTemplatePager {background-image: url(images/home_slider_poppetje_theothijssen.png);}
.TheoThijssen .SliderTemplatePager li{ background:#0062a9;}
.TheoThijssen .SliderTemplatePager .activeSlide { background-color:#e73335 !important; }



/* ======================= CONTAINER KLEUREN ======================= */

.TheoThijssenOranje .ContainerHeader {
	background: rgb(240,132,8);
	background: -moz-linear-gradient(top,  rgba(240,132,8,1) 0%, rgba(217,99,14,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,132,8,1)), color-stop(100%,rgba(217,99,14,1)));
	background: -webkit-linear-gradient(top,  rgba(240,132,8,1) 0%,rgba(217,99,14,1) 100%);
	background: -o-linear-gradient(top,  rgba(240,132,8,1) 0%,rgba(217,99,14,1) 100%);
	background: -ms-linear-gradient(top,  rgba(240,132,8,1) 0%,rgba(217,99,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(240,132,8,1) 0%,rgba(217,99,14,1) 100%);

    -webkit-box-shadow: 2px 3px 4px rgba(217,99,14,1);
    -moz-box-shadow: 2px 3px 4px rgba(217,99,14,1);
    box-shadow: 2px 3px 4px rgba(217,99,14,1);
}

.TheoThijssenDonkerblauw .ContainerHeader {
	background: rgb(0,157,224);
	background: -moz-linear-gradient(top,  rgba(0,157,224,1) 0%, rgba(0,114,184,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,157,224,1)), color-stop(100%,rgba(0,114,184,1)));
	background: -webkit-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,157,224,1) 0%,rgba(0,114,184,1) 100%);


    -webkit-box-shadow: 2px 3px 4px rgba(0,114,184,1);
    -moz-box-shadow: 2px 3px 4px rgba(0,114,184,1);
    box-shadow: 2px 3px 4px rgba(0,114,184,1);
}