/*
 Theme Name:     Twenty Thirteen Child Theme
 Theme URI:      http://digitalmappe.uit.no
 Description:    Twenty Thirteen Child Theme
 Author:         Result
 Author URI:     http://result.uit.no
 Template:       twentythirteen
 Version:        1.0.0
*/
 
@import url("../twentythirteen/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* ################## Fjernet underline på site title - Terje Jan 2015 */

h1.site-title:hover{text-decoration: none !Important;} 

/* ################## Accordion Styles - added by Terje Desember 2014 ################# */
.accordion {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

/* ############ Hide info title - Added by Terje Jan 2015 ############# */
#post-86 .entry-header h1.entry-title{
    display: none;
}
#post-200 .entry-header h1.entry-title{
    display: none;
}

/* ############# Skjuler valg, under setup, for kun å opprette bruker eller nettsted/bruker - added by Terje Jan 2015 ################## */
.mu_register #setupform p:nth-last-of-type(2){
	display: none;
}

/* ################ Knapper til registreringswizard - added by Terje, Jan 2015 ############## */
a.reg-button-large{
background-color: #7fbf4d;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
background-image: linear-gradient(top, #7fbf4d, #63a62f);
border: 1px solid #63a62f;
border-bottom: 1px solid #5b992b;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
box-shadow: inset 0 1px 0 0 #96ca6d;
color: #fff;
padding: 14px;
text-align: center;
text-shadow: 0 -1px 0 #4c9021;
text-decoration: none;
}
a.reg-button-large:hover{
background-color: #76b347;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
background-image: linear-gradient(top, #76b347, #5e9e2e);
-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
box-shadow: inset 0 1px 0 0 #8dbf67;
color: #fff;
cursor: pointer;
}
/*#privacy{
	display: none;
}*/

