﻿@import url(adminstyles.css);

/* main style sheet */

/* Basic setup styles */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div, span, table
{
    margin: 0;
    padding: 0px;
    border: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    background-color: #FFFFFF;
}

ul, ol, li
{
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 8px;
}

h1
{
    font-size: 180%;
    color: #A6C820;
    font-family: 'Times New Roman' , Serif;
    margin-bottom: 5px;
}

h2
{
    font-size: 140%;
    color: #A6C820;
    font-family: 'Times New Roman' , Serif;
    margin-bottom: 5px;
}

h3
{
    font-size: 120%;
    color: #A6C820;
    margin-bottom: 5px;
}

a, a:link, a:visited
{
    text-decoration: underline;
    color: black;
}

a:focus, a:hover, a:active
{
    text-decoration: underline;
    color: red;
}

a.headerlink, a.headerlink:link, a.headerlink:visited, a.headerlink:focus
{
    color: #A6C820;
    text-decoration: none;
}
a.headerlink:hover, a.headerlink:active
{
    color: #A6C820;
    text-decoration: underline;
}

.smalltext
{
    font-size: 80%;
    font-family: Arial, Sans-Serif;
}
.normaltext
{
    font-size: 100%;
    font-family: Arial, Sans-Serif;
}
.largetext
{
    font-size: 120%;
    font-family: Arial, Sans-Serif;
}
.headingtext
{
    font-size: 140%;
    font-family: 'Times New Roman' , Serif;
    color: #a6c820;
    font-weight: bold;
}
.subheadingtext
{
    font-size: 120%;
    font-family: 'Times New Roman' , Serif;
    color: #a6c820;
    font-weight: bold;
}
.highlightedtext
{
    font-weight: bold;
    color: #ff0000;
}

.textondarkbackground
{
	color: white;
}

.imagenoborder
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.imagemiddlealign
{
    vertical-align: middle;
}

.leftalign
{
    text-align: left;
}
.rightalign
{
    text-align: right;
}

/* boxes */
.highlightboxrounded
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #F4FADE;
	border-right: #a6c820 1px solid;
	border-left: #a6c820 1px solid;
}
.highlightboxroundedtop
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #F4FADE;
	background-position: top;
	background-image: url(/images/boxes/thingreen_green_back_top.gif);
	background-repeat: repeat-x;
	line-height: 0px;
	height: 5px;
	margin: 0px;
	font-size: 1%;
}
.highlightboxroundedbottom
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F4FADE;
    background-position: left bottom;
    background-image: url(/images/boxes/thingreen_green_back_bottom.gif);
    background-repeat: repeat-x;
    height: 5px;
    line-height: 0px;
    margin: 0px;
	font-size: 1%;
}

.outlinedarea
{
	border-right: #a6c820 1px solid;
	padding-right: 5px;
	border-top: #a6c820 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: #a6c820 1px solid;
	padding-top: 5px;
	border-bottom: #a6c820 1px solid;
}

/* home page stuff */
.latestdivider
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 2px auto 5px;
    width: 100%;
    padding-top: 0px;
    height: 1px;
    font-size: 1%;
    background-color: #c0c0c0;
}

ul.lastestlist
{
    list-style-position: inside;
    list-style-type: disc;
}
li.lastestlistitem
{
    font-weight: normal;
    font-size: 100%;
    color: black;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
}

.latesttopblockdarker
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
    background-color: #EAF5C2;
}
.latesttopblock
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
    background-color: #f4fade;
}
.latestbottomlinks
{
    text-align: right;
}

a.latestlink, a.latestlink:link, a.latestlink:visited, a.latestlink:focus
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 80%;
    font-family: Arial, Sans-Serif;
}
a.latestlink:hover, a.latestlink:active
{
    color: red;
    text-decoration: underline;
    font-weight: normal;
    font-size: 80%;
    font-family: Arial, Sans-Serif;
}
a.latestbottomlink, a.latestbottomlink:link, a.latestbottomlink:visited, a.latestbottomlink:focus
{
    color: #a6c820;
    text-decoration: none;
    font-weight: normal;
}
a.latestbottomlink:hover, a.latestbottomlink:active
{
    color: #a6c820;
    text-decoration: underline;
    font-weight: normal;
}
.homepagebuttondark
{
	padding-right: 5px;
	background-position: left top;
	padding-left: 5px;
	background-image: url(../images/boxes/home_page_button_dark.gif);
	padding-bottom: 15px;
	margin: 0px;
	overflow: hidden;
	width: 135px;
	padding-top: 5px;
	background-repeat: no-repeat;
	height: 80px;
}
.homepagebuttonlight
{
	padding-right: 5px;
	background-position: left top;
	padding-left: 5px;
	background-image: url(../images/boxes/home_page_button_light.gif);
	padding-bottom: 15px;
	margin: 0px;
	overflow: hidden;
	width: 135px;
	padding-top: 5px;
	background-repeat: no-repeat;
	height: 80px;
}
a.homepagebuttonlink, a.homepagebuttonlink:link, a.homepagebuttonlink:visited, a.homepagebuttonlink:focus
{
	color: #7D971A;
	text-decoration: none;
	font-weight: normal;
	font-size: 22px;
	font-family: 'Times New Roman' , Serif;
	vertical-align: middle;
	text-align: center;
}
a.homepagebuttonlink:hover, a.homepagebuttonlink:active
{
	color: #ff8c00;
	text-decoration: none;
	font-weight: normal;
	font-size: 22px;
	font-family: 'Times New Roman' , Serif;
	vertical-align: middle;
	text-align: center;
}




/* recipe page styles */
.ingredientheader
{
    font-family: 'Times New Roman' , Serif;
    font-size: 180%;
    color: #a6c820;
    font-weight: bold;
}
.ingredientheadertextbox
{
    font-family: 'Times New Roman' , Serif;
    font-size: 140%;
    color: #a6c820;
    font-weight: bold;
    text-align: center;
}

.recipesteptime
{
    color: #a6c820;
    font-weight: bold;
}



/* recipe image */
.recipeimage
{
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
}

.recipeborderimage
{
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    padding-bottom: 0px;
    margin: 0px 10px 0px 0px;
    padding-top: 0px;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}


/* recipe tables */
.recipetablerow
{
    vertical-align: top;
}

.recipepanel
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #F4FADE;
    border-right: #C5E24A 1px solid;
    border-top: #C5E24A 1px solid;
    border-left: #C5E24A 1px solid;
    border-bottom: #C5E24A 1px solid;
}
.recipetoppanel
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F4FADE;
    border-right: #a6c820 1px solid;
    border-left: #a6c820 1px solid;
}
.recipetoppaneltop
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F4FADE;
    background-position: left top;
    background-image: url(/images/boxes/thingreen_green_back_top.gif);
    background-repeat: repeat-x;
    line-height: 0px;
    height: 5px;
    margin: 0px;
	font-size: 1%;
}
.recipetoppanelbottom
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F4FADE;
    background-position: left bottom;
    background-image: url(/images/boxes/thingreen_green_back_bottom.gif);
    background-repeat: repeat-x;
    height: 5px;
    line-height: 0px;
    margin: 0px;
	font-size: 1%;
}
.recipepanelheader
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #C5E24A;
}
.recipepanelheadertext
{
    font-weight: bold;
    font-size: 140%;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
}
.recipetoppaneltext
{
    font-size: 120%;
    font-family: Arial, Sans-Serif;
}
.recipealerttext
{
	font-size: 120%;
	font-family: Arial, Sans-Serif;
	color: red;
	margin-top: 10px;
	margin-bottom: 10px;
}

.recipecontrolpanel
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #C8DB00;
    border-right: #a6c820 1px solid;
    border-top: #a6c820 1px solid;
    border-left: #a6c820 1px solid;
    border-bottom: #a6c820 1px solid;
    text-align: center;
}
.recipestepdivider
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 15px auto 0px;
    width: 250px;
    padding-top: 0px;
    height: 1px;
    font-size: 1%;
    background-color: #a6c820;
}


/* recipe search results pages */

.recipesearchtablerow
{
    vertical-align: top;
}

.recipedisplaywidemain
{
    border-right: #A6C820 1px solid;
    border-top: #A6C820 1px solid;
    border-left: #A6C820 1px solid;
    border-bottom: #A6C820 1px solid;
}

.recipesearchpanel
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #FFFFFF;
    border-right: #a6c820 1px solid;
    border-left: #a6c820 1px solid;
}
.recipesearchinfopanel
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #FFFFFF;
    border-right: #a6c820 1px solid;
    border-left: #a6c820 1px solid;
    border-top: #a6c820 1px solid;
    border-bottom: #a6c820 1px solid;
}

.recipesearchpaneltop
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-position: left top;
	background-image: url(/images/boxes/thingreen_top.gif);
	background-repeat: repeat-x;
	line-height: 0px;
	height: 5px;
	margin: 0px;
	font-size: 1%;
}
.recipesearchpanelbottom
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #FFFFFF;
    background-position: left bottom;
    background-image: url(/images/boxes/thingreen_bottom.gif);
    background-repeat: repeat-x;
    height: 5px;
    line-height: 0px;
    margin: 0px;
	font-size: 1%;
}
.recipesearchpanelheader
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #A6C820;
}
.recipesearchpanelheadertext
{
    font-weight: bold;
    font-size: 80%;
    color: #ffffff;
    font-family: Arial, Sans-Serif;
}
.recipesearchheader
{
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 110%;
    padding-bottom: 4px;
    margin: 0px;
    padding-top: 4px;
    background-color: #a6c820;
    color: white;
}
.recipesearchinitialpanel
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin: 0px;
    padding-top: 4px;
    background-color: #F4FADE;
}

.recipesearchfooter
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin: 0px;
    padding-top: 4px;
    background-color: #a6c820;
    text-align: right;
}
.recipesearchmoreinfo
{
    visibility: hidden;
    display: none;
}

/* time plan styles */

.timeplanheader
{
	font-weight: bold;
	color: black;
	text-align: left;
}
.timeplanrow
{
	text-align: left;
	vertical-align: top;
}



/* buttons */

.mainareabutton
{
    background-color: #f0f0f0;
    border-right: gray thin solid;
    padding-right: 3px;
    border-top: gray thin solid;
    padding-left: 3px;
    padding-bottom: 1px;
    vertical-align: middle;
    border-left: gray thin solid;
    padding-top: 1px;
    border-bottom: gray thin solid;
    text-align: center;
    font-size: 10px;
    color: black;
    font-family: Arial, Sans-Serif;
}

.mainareabutton100
{
    background-color: #f0f0f0;
    border-right: gray thin solid;
    padding-right: 3px;
    border-top: gray thin solid;
    padding-left: 3px;
    padding-bottom: 1px;
    vertical-align: middle;
    border-left: gray thin solid;
    padding-top: 1px;
    border-bottom: gray thin solid;
    text-align: center;
    font-size: 10px;
    color: black;
    font-family: Arial, Sans-Serif;
    width: 100px;
}





/* validate text */
.validatetext
{
    font-size: 80%;
    color: #ff0000;
    font-family: Arial, Sans-Serif;
}

/* footer layout */

.footerpanel
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F4FADE;
    border-right: #a6c820 1px solid;
    border-left: #a6c820 1px solid;
    text-align: center;
}
.footerpaneltop
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #F4FADE;
	background-position: left top;
	background-image: url(/images/boxes/thingreen_green_back_top.gif);
	background-repeat: repeat-x;
	line-height: 0px;
	height: 5px;
	margin: 0px;
	font-size: 1%;
}
.footerpanelbottom
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F4FADE;
    background-position: left bottom;
    background-image: url(/images/boxes/thingreen_green_back_bottom.gif);
    background-repeat: repeat-x;
    height: 5px;
    line-height: 0px;
    margin: 0px;
	font-size: 1%;
}
.footerlinks
{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.articlerightpanel
{
	clear: right;
	float: right;
	margin: 20px 0px 10px 20px;
	width: 200px;
	position: static;
}

/* cache area */
.cachearea
{
	display: none;
}

/* padded blocks */
.padded10right
{
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

.padded10righthome
{
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-color: #F4FADE;
    border-right: #a6c820 1px solid;
    border-left: #a6c820 1px solid;
}

/* spacer blocks */
.spacer5
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 5px;
    width: 5px;
    font-size: 1%;
}
.spacer10
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 10px;
    width: 10px;
    font-size: 1%;
}
.spacer15
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    font-size: 1%;
}
.spacer20
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 20px;
    font-size: 1%;
}
.spacer50
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 20px;
    font-size: 1%;
}
.spacer200
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 200px;
    width: 20px;
    font-size: 1%;
}
.spacer400v
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 400px;
    width: 1px;
    font-size: 1%;
}
.spacerbackground
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 1600px;
    width: 1px;
    font-size: 1%;
}
