/* body, footer, content, and background */
body {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family:'source_sans_prolight', arial, verdana, sans-serif;
}

.foreground-in {
	z-index: 99;
	background-color: #969696;
	position: fixed;
}

.foreground-out {
	z-index: 100;
	background-color: #ccc5e0;
	position: fixed;
}

#temp_div {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	color: #000000;
	padding: 20px;
	background: #ffffff;
}

#foreground-top                         { width: 10000px; height: 100px;   top: 0;    right: 0; }
#foreground-left                       { width: 100px;   height: 10000px; top: 0;    left: 0;  }
#foreground-right                     { width: 100px;   height: 10000px; top: 0;    right: 0; }
#foreground-bottom                   { width: 10000px; height: 100px;   bottom: 0; right: 0; }

#foreground-top-top                 { width: 10000px; height: 98px;    top: 0;    right: 0; }
#foreground-left-left             { width: 98px;    height: 10000px; top: 0;    left: 0;  }
#foreground-right-right         { width: 98px;    height: 10000px; top: 0;    right: 0; }
#foreground-bottom-bottom     { width: 10000px; height: 98px;    bottom: 0; right: 0; }

#footer-div {
	position:fixed;
	bottom: 0;
	right: 0;
	margin-bottom: 80px;
	width: 100%;
	text-align: center;
	font-size: .9em;
	letter-spacing: 0.1em;
	background: none;
	color: #ffffff;
	z-index: 130;
	font-weight: bold;
}

#content-div {
	margin: 125px;
}

#inner_content {
	overflow: auto;
}

#clear_inner_content {
	clear: both;
}

p.msg {
	color : #FF0000;
	text-align: center;
}

/* corner menus */
.corner-menu {
	position: fixed;
	width: 400px;
	height: 400px;
	border: 2px solid #969696;
	border-radius: 200px;
	z-index:50;
}

/* delicious ideas */
#top-left-corner-menu {
	background: #7e9240;
    background-image: -ms-radial-gradient(top left , #8a9a4e 0%, #8a9a4e 60%, #7e9240 100%); /* IE10 Consumer Preview */
    background-image: -moz-radial-gradient(top left , #8a9a4e 0%, #8a9a4e 60%, #7e9240 100%); /* Mozilla Firefox */
    background-image: -o-radial-gradient(top left, #8a9a4e 0%, #8a9a4e 60%, #7e9240 100%); /* Opera */
    background-image: -webkit-gradient(radial, left top, right bottom, color-stop(0, #8a9a4e), color-stop(1, #8a9a4e), color-stop(2, #7e9240)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-radial-gradient(top left , #8a9a4e 0%, #8a9a4e 60%, #7e9240 100%); /* Webkit (Chrome 11+) */
    background-image: radial-gradient(to bottom right , #8a9a4e 0%, #8a9a4e 60%, #7e9240 100%);  /* W3C Markup, IE10 Release Preview */
	top: -125px;
	left: -75px;
}

/* awesome partners */
#top-right-corner-menu {
	background: #333374;
    background-image: -ms-radial-gradient(top right , #57518b 0%, #57518b 60%, #333374 100%); /* IE10 Consumer Preview */
    background-image: -moz-radial-gradient(top right , #57518b 0%, #57518b 60%, #333374 100%); /* Mozilla Firefox */
    background-image: -o-radial-gradient(top right, #57518b 0%, #57518b 60%, #333374 100%); /* Opera */
    background-image: -webkit-gradient(radial, right top, right bottom, color-stop(0, #57518b), color-stop(1, #57518b), color-stop(2, #333374)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-radial-gradient(top right , #57518b 0%, #57518b 60%, #333374 100%); /* Webkit (Chrome 11+) */
    background-image: radial-gradient(to bottom left , #57518b 0%, #57518b 60%, #333374 100%);  /* W3C Markup, IE10 Release Preview */
	top: -125px;
	right: -75px;
}

/* clear paths */
#bottom-right-corner-menu {
	background: #b1246e;
    background-image: -ms-radial-gradient(bottom right , #c45c88 0%, #c45c88 60%, #b1246e 100%); /* IE10 Consumer Preview */
    background-image: -moz-radial-gradient(bottom right , #c45c88 0%, #c45c88 60%, #b1246e 100%); /* Mozilla Firefox */
    background-image: -o-radial-gradient(bottom right, #c45c88 0%, #c45c88 60%, #b1246e 100%); /* Opera */
    background-image: -webkit-gradient(radial, bottom right, right bottom, color-stop(0, #c45c88), color-stop(1, #c45c88), color-stop(2, #b1246e)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-radial-gradient(bottom right , #c45c88 0%, #c45c88 60%, #b1246e 100%); /* Webkit (Chrome 11+) */
    background-image: radial-gradient(to top left , #c45c88 0%, #c45c88 60%, #b1246e 100%);  /* W3C Markup, IE10 Release Preview */
	bottom: -125px;
	right: -75px;
}

/* crazy choices */
#bottom-left-corner-menu {
	background: #47296c;
    background-image: -ms-radial-gradient(bottom left , #6c5396 0%, #6c5396 60%, #47286c 100%); /* IE10 Consumer Preview */
    background-image: -moz-radial-gradient(bottom left , #6c5396 0%, #6c5396 60%, #47286c 100%); /* Mozilla Firefox */
    background-image: -o-radial-gradient(bottom left, #6c5396 0%, #6c5396 60%, #47286c 100%); /* Opera */
    background-image: -webkit-gradient(radial, bottom left, right bottom, color-stop(0, #6c5396), color-stop(1, #6c5396), color-stop(2, #47286c)); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-radial-gradient(bottom left , #6c5396 0%, #6c5396 60%, #47286c 100%); /* Webkit (Chrome 11+) */
    background-image: radial-gradient(to top right , #6c5396 0%, #6c5396 60%, #47286c 100%);  /* W3C Markup, IE10 Release Preview */
	bottom: -125px;
	left: -75px;
}

a.menu-link:link, a.menu-link:visited {
	color: #efefef;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	font-size: 2.5em;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	display: block;
}

a.menu-link:hover, a.menu-link:active {
	color: #ffffff;
	text-shadow: 0 0 2px rgba(0,0,0,1);
}

.sybil_greenregular {
	font-family: 'sybil_greenregular', arial, verdana, sans-serif;
	font-size: 100%;
	letter-spacing:0.1em;
}

.tempus_sans_itcregular {
	font-family: 'tempus_sans_itcregular', arial, verdana, sans-serif;
	font-size: 125%;
}

p .sybil_greenregular, p .tempus_sans_itcregular {
	/*text-shadow: 0 0 8px rgba(55,55,55,5);*/
}

#content-div a.general_link, #content-div a.general_link:link {
	color: #6c5396;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #6c5396;
}

#content-div a.general_link:hover, #content-div a.general_link:active {
	color: #c45c88;
	border-bottom: 1px dashed #c45c88;
}

#menu-top-left        { top:    235px; left:  185px;  text-align: left;  }
#menu-top-right      { top:    235px; right: 185px;  text-align: right; }
#menu-bottom-right { bottom: 235px; right: 185px;  text-align: right; }
#menu-bottom-left   { bottom: 235px; left:  185px;  text-align: left;  }

a.menu-active:link, a.menu-active:visited {
	color: #696969;
	text-shadow: 0 0 10px rgba(255,255,255,1);
}

h2 {
	font-size: 4em;
	text-align: center;
	margin: 0;
	letter-spacing: 0.1em;
}

h6 {
	font-size: .6em;
	text-align: center;
	margin: 0;
	letter-spacing:0.1em;
}

h6 a.to_index_php, h6 a.to_index_php:link {
	text-decoration: none;
	color: #c9c9c9;
	cursor: pointer;
}


h2#h2_soldat, h2#h2_soldat a { color: #333374; }
h2#h2_findus, h2#h2_findus a { color: #b1246e; }
h2#h2_desserts, h2#h2_desserts a { color: #7e9240; }
h2#h2_ingredients, h2#h2_ingredients a { color: #6c5396; }
h2#h2_aboutme, h2#h2_aboutme a { color: #6c5396; }

#content-div h2#h2_soldat a,
#content-div h2#h2_findus a,
#content-div h2#h2_desserts a,
#content-div h2#h2_ingredients a,
#content-div h2#h2_aboutme a {
	border-bottom: none;
}

h2 .sybil_greenregular {
	font-size: 35%;
}

.rotate_letter {
	display: inline-block;
	position: relative;
}

/*********************************************************************************************************/
/* index page elements */

div#content_index_div {}

div#home_left {
	float:left;
	width: 32%;
}

div#inner_home_left, div#inner_home_right {
	position: relative;
	padding: 10px;
}

div#inner_home_left {
	margin-top: 160px;
}

div#inner_home_right {
	margin-top: 180px;
	text-align: center;
}

div#inner_home_left .home_phrase {
	position: absolute;
	top: 0;
	left: 0;
}

/*
div#inner_home_left .home_phrase:first {
	display: block;
}
*/

.home_phrase .home_phrase_phrase {
	text-align: left;
	font-size: 1.5em;
}

.home_phrase .home_phrase_author {
	text-align: left;
	font-family: 'tempus_sans_itcregular', arial, verdana, sans-serif;
	font-size: 1.2em;
}

div#home_right {
	float:right;
	width: 32%;
}

div#home_center {
	width: 32%;
	margin-left: 33%;
}

div#content_index_div img#logo_index {
	display: block;
	margin: 5% auto;
}

a.home_link_social {
	text-decoration: none;
}

img.home_circle_logo {
	display: inline-block;
	margin: 2%;
}

/*********************************************************************************************************/
/* sold at page elements */

div#content_soldat_div {
	width: 80%;
	margin: 0 auto;
}

div#content_soldat_div #soldat_left_div {
	width: 50%;
	float: left;
}

div#content_soldat_div #soldat_right_div {
	margin-left: 51%;
}

div#content_soldat_div p.p_partner {
	text-align: left;
	margin-top: 2%;
	font-size: 1.5em;
	margin-left: 20%;
	margin-right: 20%;
}

div#content_soldat_div div.div_partner {
	width: 300px;
	margin: 8% auto;
}

div#content_soldat_div img#img_lifestyle {
	/* border: 1px solid #969696; */
}

div#content_soldat_div  button#soldout_button {

}

div#div_peppers, div#div_dansfarm {
	float: right;
	clear: right;
}

/*********************************************************************************************************/
/* clear paths page elements */
div#content_findus_div {
	font-size: 1.5em;
}

div#content_findus_div #inner_content .field_line_div {
	margin-top: 5%;
}

div#content_findus_div #inner_content_findus{
	margin: 0 10%;
}

div#content_findus_div  #findus_form_div {
	float: left;
	width: 40%;
	margin-left: 10%;
}

div#content_findus_div  #findus_social_div {
	margin-left: 60%;
}

div#content_findus_div  #findus_social_div a {
	display: inline-block;
	margin-top: 5%;
	border: 1px solid #c9c9c9;
	border-radius: 15px;
}

div#content_findus_div  #findus_social_div a:hover {
	border: 1px solid #3c3c3c;
}



/*********************************************************************************************************/
/* crazy choices page elements */
h6#h6_desserts, h6#h6_desserts a {
	margin-bottom: 3%;
}

div#all_choices_div {
	text-align: center;
	width: 100%;
}

div#content_desserts_div a.a_choice,
div#content_desserts_div a.a_choice:link,
div#content_desserts_div a.a_choice:active,
div#content_desserts_div a.a_choice:visited,
div#content_desserts_div a.a_choice:hover {
	text-decoration: none;
	display: inline-block;
	margin: 10px;
}



/*********************************************************************************************************/
/* crazy choices each page elements*/
div#content_desserts_each_div {
	margin-left: 20%;
	margin-right: 20%;
}

div#inner_content .choice_div {
	margin-left: 20%;
	margin-right: 20%;
}

div#content_desserts_each_div img.flavour_img {
	display: block;
	float: right;
	margin-left: 5%;
}

div#content_desserts_each_div a.thumbs_up ,
div#content_desserts_each_div a.thumbs_down {
	display: inline-block;
	width: 80px;
	height: 40px;
	overflow: hidden;
}

div#content_desserts_each_div a.thumbs_up,
div#content_desserts_each_div a.thumbs_up:link,
div#content_desserts_each_div a.thumbs_up:visited {
	background: url('../image/thumbs/thumbs_up_down_80_b.png') no-repeat 0 -40px;
}

div#content_desserts_each_div a.thumbs_up:active,
div#content_desserts_each_div a.thumbs_up:hover {
	background: url('../image/thumbs/thumbs_up_down_80_b.png') no-repeat 0 0;
}

div#content_desserts_each_div a.thumbs_down,
div#content_desserts_each_div a.thumbs_down:link,
div#content_desserts_each_div a.thumbs_down:visited {
	background: url('../image/thumbs/thumbs_up_down_80_b.png') no-repeat -80px -40px;
}

div#content_desserts_each_div a.thumbs_down:active,
div#content_desserts_each_div a.thumbs_down:hover {
	background: url('../image/thumbs/thumbs_up_down_80_b.png') no-repeat -80px 0;
}

div#content_desserts_each_div div.choice_description p {
	padding-top: 50px;
}

/*********************************************************************************************************/
/* delicious ideas page elements */
div#content_ingredients_div {}

div#content_ingredients_div p {
	margin-left: 12%;
	margin-right: 12%;
	font-size: 1.5em;
}

/*********************************************************************************************************/
/* delicious ideas page elements */
div#content_aboutme_div {}

div#content_aboutme_div p {
	margin-left: 12%;
	margin-right: 12%;
	font-size: 1.5em;
}

/*********************************************************************************************************/
/* soldout page elements*/
div#content_soldout_div {

}

div#content_soldout_div  .field_line_div{
	margin-top: 2%;
}

div#content_soldout_div label {
	display: block;
	width: 40%;
	float: left;
	clear: left;
	text-align: right;
}

div#content_soldout_div #soldout_when {
	text-align: center;
}

div#content_soldout_div .field_div {
	margin-left: 42%;
}
