﻿/***********************************
		    GLOBALS
***********************************/
*
{
	margin: 0;
	padding: 0;
}
body, p
{
	font-family: Segoe UI,Trebuchet MS,Arial,Sans-Serif;
	font-size: .9em;
}
a img, table
{
	border: 0;
}
dl, ol, ul
{
	list-style: none;
}
button, select, textarea, input
{
	font: 100% serif;
}
table
{
	border-collapse: collapse;
}
caption, th, td
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS,Berlin Sans FB Demi,Sans-Serif;
	margin: .25em 0 .5em 0;
}

h1
{
	color: #60afbb;
	font-family: 'Pacifico', arial, serif;
	font-size: 30px;
	font-weight: normal;
}

#header h2 a
{
	color: #fff;
}
a
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/***********************************
		    CLEARFIX
***********************************/
.cf:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf
{
	display: inline-block;
}
* html .cf
{
	height: 1px;
}

/***********************************
		    PAGE LAYOUT
***********************************/
body
{
	margin: 5px 0px 0px 0px;
	background-color: #EBDFC3;
}
#wrap
{
	width: 900px;
	margin: 0 auto;
}
#page
{
	overflow: auto;
	padding: 15px 15px 116px 15px;
	background: #fff;
	width: 870px;
}

/***********************************
		    FOOTER
***********************************/
#footer
{
    font-size: 0.75em;
}

#FooterMenu
{
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(51,25,14) 3%,
    rgb(173,126,106) 100%
    );
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, rgb(51,25,14)),
    color-stop(1, rgb(173,126,106))
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad7e6a', endColorstr='#33190e');
    color: #ffffff;
    font-family: Helvetica, Arial, "Helvetica Neue" , Geneva, sans-serif;
    text-align: left;
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
}

#FooterMenu ul
{
    margin-left: 10px;
}
	
#FooterMenu li
{
    font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
    float: left;
    margin: 0 0 0 15px;
    padding: 0 0 0 17px;
    border-left: 1px solid #ffffff;
    font-size: 1.1em;
    list-style: none;
}

#FooterMenu li.first
{
    margin-left: 0;
    padding-left: 0;
    border: none;
}
#FooterMenu li a
{
    color: #ffffff;
    float: left;
    text-decoration: none;
}

#FooterMenu li a:hover
{
	color: #60afbb;
}

#FooterLinks
{
    background: #ffffff;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

#FooterLinks h3
{
    margin: 15px 0 0 0;
}

#FooterLinks table
{
   margin-left: 10px;
}

#FooterLinks p
{
    padding-right: 30px;
}

#FooterLinks li
{
    font-size: 1em;
    list-style: none;
}
#FooterLinks ul
{
    padding-right: 30px;
}
#FooterLinks li a
{
    text-decoration: none;
}

#FooterContent
{
    font-family: Helvetica, Arial, "Helvetica Neue" , Geneva, sans-serif;
    text-align: left;
    width: 100%;
    height: 50px;
    padding: 0 10px 5px 20px;
    float: left;
}

#FooterContent a.right
{
    display:block;
    float: right;
    margin-right: 40px;
}

/***********************************
		    BOXES
***********************************/
.secondary .box
{
	background: #EBDFC3;
	_height: 1px;
	-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10px 10px 10px 10px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.boxTitle, .secondary h4
{
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.03, rgb(51,25,14)),
    color-stop(1, rgb(173,126,106))
    );
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(51,25,14) 3%,
    rgb(173,126,106) 100%
    );
    border-radius: 5px 5px 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad7e6a', endColorstr='#33190e');
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.secondary h4 a
{
	color: #fff;
}

/***********************************
		    WIDGETS
***********************************/
#header
{
	position: relative;
	height: 100px;
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(51,25,14) 3%,
    rgb(173,126,106) 100%
    );
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, rgb(51,25,14)),
    color-stop(1, rgb(173,126,106))
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad7e6a', endColorstr='#33190e');
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
}
#header .siteHeader
{
	margin: 0;
	padding-right: 25px;
    float: right;
	font-family: 'Pacifico', arial, serif;
	font-size: 50px;
	color: #ffffff;
}

#header .siteHeader a
{
	text-decoration: none;
}

.secondary
{
	width: 170px;
	margin-bottom: 1px;
}
.secondary .uc
{
	margin-bottom: 15px;
}
#content
{
	width: 685px;
	float: right;
}

#extras
{
	float: right;
}
#main
{
	width: 490px;
	float: left;
	padding-bottom: 15px;
	padding-left: 5px;
}

/***********************************
		    MENUS
***********************************/
#menu
{
	float: left;
	margin-bottom: 15px;
}
.topMenu
{
	position: absolute;
	bottom: 1px;
	left: 15px;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(235,224,195)),
    color-stop(1, rgb(247,242,230))
    );
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(235,224,195) 0%,
    rgb(247,242,230) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f2e6', endColorstr='#ebe0c3');
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.topMenu li
{
	float: left;
	padding-left: 10px;
	_width: 10px;
}
.topMenu a
{
	display: block;
	padding: 10px 14px 4px 4px;
	color: #361C11;
	height: 16px;
}
.topMenu a:hover
{
	text-decoration: none;
	color: #60afbb;
}
.topMenu li.current, .topMenu li.current a, .topMenu li.trail, .topMenu li.trail a
{
    color: #60afbb;
}
.topMenu .current a, .topMenu .trail a
{
	font-weight: bold;
}
.languageMenu
{
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.languageMenu a
{
	opacity: .4;
}
.languageMenu .current
{
	cursor: default;
	opacity: 1;
}
.languageMenu a:hover
{
	opacity: 1;
}
.menu ul ul
{
	margin: 0 0 5px 10px;
}
.subMenu a, .subMenu a
{
	display: block;
	padding: 2px 0;
	_height: 1px;
	color: #361C11;
}
.subMenu .trail > a
{
	color: #361C11;
}
.subMenu .current > a
{
	color: #361C11;
	font-weight: bold;
}

/***********************************
		    PATH
***********************************/
.path
{
	margin-bottom: 10px;
}
.path .current
{
	color: #333;
}
.path a.current:hover
{
	cursor: default;
	text-decoration: none;
}
/***********************************
		    COLUMNS
***********************************/
.columns .left
{
	float: left;
	width: 245px;
}
.columns .right
{
	float: right;
	width: 245px;
}

/***********************************
		    RECIPE
***********************************/
#recipe
{
	width: 100%;
}
#cookingDescriptionStart
{
	margin-top: 5px;
	font-size: 1.1em;
}
#cookingDescriptionStart li
{
	margin-top: 10px;
	font-weight: normal;
}
#cookingDescription
{
	font-weight: bold;
}
#ingredients
{
	margin-bottom: 5px;
	width: 245px;
}
#ingredientsList
{
	width: 245px;
}
#ingredients a
{
	border-bottom: 1px dotted #361C11;
	text-decoration: none;
}
#recipeImage
{
	margin-bottom: 5px;
	width: 245px;
}
#ingredients ul
{
	margin-top: 5px;
}
#ReceptBild
{
	text-align: right;
}
#Portions
{
	font-weight: bold;
	margin-bottom: 3px;
}
/***********************************
		    TOPLIST
***********************************/
#TopList
{
    padding: 10px;  
    margin: 10px 0 10px 0;
    border: solid 1px #CCCCCC;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: auto;  
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EBDFC3), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EBDFC3 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius : 5px 5px 5px 5px;
}

#TopList h5
{
    font-weight: bold;
    font-size: 14px;
}

#TopList a
{
    display: block;
    padding-top: 7px;
}


/***********************************
		    WORKEY
***********************************/
div .WFboxinfo
{
	background: #EBDFC3;
	_height: 1px;
	-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
div .WFboxinfo table
{
	width: 170px;
}
div .WFboxinfo td
{
	background-image: url(images/workey_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 170px;
	padding-left: 35px;
	padding-top: 8px;
}
div .WFboxinfo td h2
{
	font-size: .8em;
	font-weight: normal;
	background: none;
	filter: none;
	box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.WFinfoBox h2
{
    margin: 0;
	padding: 5px 10px;
	color: #fff;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.03, rgb(51,25,14)),
    color-stop(1, rgb(173,126,106))
    );
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(51,25,14) 3%,
    rgb(173,126,106) 100%
    );
    border-radius: 5px 5px 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad7e6a', endColorstr='#33190e');
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 10px 5px;
}

/***********************************
		    ADD RECIPE
***********************************/
.AddRecipe
{
	font-size: 100%;
	font-family: arial,helvetica,sans-serife;
}
.AddRecipe p
{
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.AddRecipe input, textarea
{
    padding: 5px;
    border: solid 1px #CCCCCC;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: auto;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #f2f2f2), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f2f2f2 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

input, textarea
{
    margin: 5px;
    padding: 5px;
    border: solid 1px #CCCCCC;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #f2f2f2), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f2f2f2 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

input:hover, textarea:hover, input:focus, textarea:focus
{
    border-color: #C9C9C9;
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

input[type=text]
{
	width: 135px;
}
.AddRecipe textarea
{
	width: 378px;
}
.textAmount
{
	width: 35px;
}
.ingredientGroup
{
	margin-top: 5px;
	padding: 3px;
	border: solid 1px #DDDDDD;
	width: 380px;
}
.AddRecipe select
{
	border: 1px solid #BDBDBD;
	font-size: 1.2em;
	margin: 0 10px 0 0;
	padding: 2px;
	color:#444444;
	vertical-align: baseline;
	height: 27px;
	font-size: 15px;
}

/***********************************
		    HIDE GRADEBOX
***********************************/
#gradeBox
{
	visibility: hidden;
}
