/*

YourLaser

Steampunk-themed styling

$Id: $

*/

body {
    color:  #9B5A0F;
  	background-color:    #E0C48F;

    font-family: Georgia, serif;

    background-image: url(/assets/bkg_gear.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

.navAlpha,
.navBeta {
/*
background-color: #D8AF63;
*/
}

body>.navAlpha {
    width: 148px;
}

ul.menu.main-nav {
    border: none;
    padding: 0;
}

.menu.main-nav a:link {
	width: 140px;
}

.header,
.content {
    margin-left: 190px;
}


/* No owls */


/* The big owls */
body.steampunk div.background-owls,
body.steampunk div.background-owls img,
body.steampunk .owl-L-top,
body.steampunk .owl-L-side {
  display: none;
}



@font-face {
    font-family: 'Trinigan FG';
    src: url(/assets/Trinigan.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Trinigan FG', Georgia, serif;
}
h1 {
    color: black;
    font-size: 3.2em;
    text-shadow: 2px 2px 0 #F7BA2C;
}
h2 {
    font-size: 2.0em;
}
h3 {
    font-size: 1.6em;
}

.AFP {
    font-family: 'Trinigan FG', Georgia, serif;
    font-weight: normal;
    font-size: 1.1em;
}
h1.AFP {
    font-size: 3.6em;
}
p.AFP {
    font-weight: bold;
    color: black;
}



.navAlpha, .navBeta {
  border: thin solid #674D1C;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.content {
  border: thin solid #674D1C;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;



    -webkit-box-shadow: 5px 5px 20px #000,
      1px 1px 1px #000,
      10px 10px 70px #333,
      inset 10px 10px 20px rgba(0,0,0,0.4);


    box-shadow: 5px 5px 20px #000,
        1px 1px 1px #000,
        10px 10px 70px #333,
        inset 10px 10px 20px rgba(0,0,0,0.4);

    box-shadow:
        5px 5px 20px #888,
        inset 0 0 20px #DAB372
        ;


    }




body.section-home .menu.main-nav .main_home,
body.section-news .menu.main-nav .main_news,
body.section-services .menu.main-nav .main_services,
body.section-gallery .menu.main-nav .main_gallery,
body.section-materials .menu.main-nav .main_materials,
body.section-events .menu.main-nav .main_events,
body.section-headboards .menu.main-nav .main_headboards,
body.section-atelier .menu.main-nav .main_atelier,
body.section-about .menu.main-nav .main_about,
body.section-contact .menu.main-nav .main_contact
{
	background-color: #F9DB54;
	color:red;
}









.menu.main-nav li,
.menu.main-nav li a:link,
.menu.main-nav li a:link span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}





/* Images */


div.image-left,
div.image-centre,
div.image-right {
    border: 1px solid grey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    box-shadow:
        5px 5px 20px #BAA,
        inset 0 0 20px #DAB372
        ;
}
div.image-right {
    margin-right: 1em;
}
div.image-left {
    margin-left: 1em;
}

.image-right img,
.image-left img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



@media print {
.content {
	margin: 0 0 1em;
	border: none;

    -webkit-box-shadow: none;
    box-shadow: none;
}


h1 {
    font-size: 2em;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}


.header {
    margin: 0;
    padding: 0;
    height: 1em;
    border: thin solid green;
    background-color: #ccc;

    display: none;
}


}
