﻿/*
	Style Sheet Sections:
		1. Global Tags
		2. Global Rules
		3. Template Rules
		4. Header Rules
		5. Content Rules
		6. Table & Hit List Rules
		7. Form Rules
		8. NavBar Rules
		9. SideBar Rules
		10. Footer Rules
*/

/* ==== 1. ==== Global Tags ========== */

a img { border: 0; }


/* ==== 3. ==== Template Rules ========== */


/**
 * Template
 * 
 * @Author Greg Hemphill
 * @Version 1.0
 */

#Template {
	margin: 0 auto;
	width: 980px;
}

#NavBar, #Content, #SideBar {
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}

#Content, #SideBar {
	overflow: hidden;
}

#Footer { clear: both; }

/**
 * Template Layouts
 * 
 * @Author Greg Hemphill
 * @Version 1.0
 */

/* Sidebar-Regular */
.Template-Sidebar-Regular #NavBar  { width: 220px; }
.Template-Sidebar-Regular #Content { width: 540px; }
.Template-Sidebar-Regular #SideBar { width: 220px; }

/* Sidebar-Golden */
.Template-Sidebar-Golden #NavBar  { width: 220px; }
.Template-Sidebar-Golden #Content { width: 440px; }
.Template-Sidebar-Golden #SideBar { width: 320px; }

/* WideLeft-Regular */
.Template-WideLeft-Regular #NavBar  { display: none; }
.Template-WideLeft-Regular #NavBar.Horizontal  { display: block; width: 980px; }
.Template-WideLeft-Regular #Content { width: 760px; }
.Template-WideLeft-Regular #SideBar { width: 220px; }

/* WideLeft-Golden */
.Template-WideLeft-Golden #NavBar  { display: none; }
.Template-WideLeft-Golden #NavBar.Horizontal  { display: block; width: 980px; }
.Template-WideLeft-Golden #Content { width: 660px; }
.Template-WideLeft-Golden #SideBar { width: 320px; }

/* WideRight-Regular */
.Template-WideRight-Regular #NavBar  { width: 220px; }
.Template-WideRight-Regular #Content { width: 760px; }
.Template-WideRight-Regular #SideBar { display: none; }

/* WideRight-Golden (avoid using, Template-WideLeft-Golden is preferred) */
.Template-WideRight-Golden #NavBar  { width: 320px; }
.Template-WideRight-Golden #Content { width: 660px; }
.Template-WideRight-Golden #SideBar { display: none; }

/* DoubleWide-Regular */
.Template-DoubleWide-Regular #NavBar  { display: none; }
.Template-DoubleWide-Regular #NavBar.Horizontal  { display: inline-block; width: 980px; }
.Template-DoubleWide-Regular #Content { width: 980px; }
.Template-DoubleWide-Regular #SideBar { display: none; }






/* ==== 4. ==== Header Rules ========================================================================== */


/* Form elements */

form 
{
	margin: 0;
	border: 0;
	padding: 0;
}

/* this is some weird old button class, need to track down where it's used */
.Button
{
	margin: 0;
	border-bottom: 2px solid #369;
	border-right: 2px solid #369;
	border-left: 2px solid #daf6fd;
	border-top: 2px solid #daf6fd;
	padding: 4px;
	background: #9cf;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.SweepstakesButton
{
	display: inline-block;
	padding: 10px 25px 10px 25px;
	font-size: 16px;
	font-weight: normal;
	color: white !important;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: -1px -1px 1px #32720d;
	background-color: #7BC011;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7BC011), to(#326A11));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #2b2b2b 0px 1px 2px;
	-moz-box-shadow: #2b2b2b 0px 1px 2px;	
}



#TotalBanner
{
	margin: 0;
	border-bottom: 2px solid #369;
	border-right: 2px solid #369;
	border-left: 2px solid #daf6fd;
	border-top: 2px solid #daf6fd;
	padding: 2px;
	background: #9cf;
}

/* ==== 5. ==== Content Rules ========== */

/* Start - Breadcrumbs */

.Content ul.Breadcrumb {
	margin: 0 10px 0 10px;
	padding: 0 0 0 5px;
	border: 1px solid #ccc;
	border-color: #eee #ccc #ccc #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	list-style: none;
	display: block;
	clear: both;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#eeeeee', gradientType='0');
	zoom: 1;
	-webkit-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	-moz-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	
}

.Content ul.Breadcrumb li {
	margin: 0;
	border: 0;
	padding: 0;
	
	display: inline;
}

ul.Breadcrumb li a {
	margin: 0;
	padding: 5px 12px 5px 5px;
	text-decoration: none;
	display: inline-block;
	background: url( http://recipes.webstop.com/Breadcrumbs/Arrow15x48.png ) no-repeat center right;
}

.Content ul.Breadcrumb li.Last a {
	background: none;
}

/* END - Breadcrumbs */


.LinkList ul, ul.LinkList {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: none;
}

.LinkList li {
	margin: 5px 10px;
	padding: 0;
	display: block;
	
}

.LinkList img {
	margin: 0;
}

.LinkList button, 
.LinkList a.button {
	display: block;
}

/* common elements */
button, a.button {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-color: #fff #999 #999 #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	font-size: 12px;
	font-weight: normal;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#dddddd', gradientType='0');
	zoom: 1;
}

button:hover, a.button:hover {
	border: 1px solid #999;
	border-color: #eee #666 #666 #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#eeeeee', gradientType='0');
}

button img.bullet, .button img.bullet {
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	float: left;
	display: block;
}


/* not sure where this is used... perhaps admin pages? */
.SideIndex
{
	margin: 10px 10px 0 10px;
	border: 1px solid #063;
	border-top: 0;
}


/*
good light colors:

blue: edf3fe
gray: e8e8e8

*/

/** NEW STUFFS **/

/* Search */
.InputSearch {
	margin: 0 10px 2px 0;
	border: 1px solid #666;
	border-color: #666 #999 #999 #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 3px 5px 3px 18px;
	background: #fff url(http://graphics.webstop.com/G/Search.png) no-repeat 5px 7px;
	
}

/* Column top wrapper */
.columnTopWrapper {
	height: 30px;
}


/* Pagination */

div.Pagination {
	margin: 10px;
	padding: 0;
	height: 18px;
	display: block;
	text-align: right;
	white-space: nowrap;
	clear: both;
}

div.Pagination.Top {
	margin-bottom: 0;
}

div.Pagination.Bottom {
	margin-top: 0;
}


div.Pagination ul li.ViewingStats {
	border: 0;
}

div.SkipTop {
	margin: 0 10px 0 10px;
	border-bottom: 0;
}
div.SkipTop ul li {
	border-top: 1px solid #999;
}

div.SkipBottom ul li {
	border-bottom: 1px solid #999;
}

div.SkipBottom {
	margin: 0 10px 10px 10px;
	border-top: 0;
}

div.Pagination p {
	margin: 0;
	padding: 3px 0;
	width: 42%;
	display: block;
	float: left;
	text-align: left;
}


div.Pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 57%;
	display: block;
	float: right;
}

div.Pagination ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

div.Pagination ul li a {
	margin: 0;
	padding: 2px 3px;
	border: 1px solid #ccc;
	border-color: #eee #ccc #ccc #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	/*color: #333;*/
	text-shadow: 1px 1px 0 #eee;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
	-webkit-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	-moz-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
}

div.Pagination ul li a:hover {
	border: 1px solid #999;
	border-color: #ccc #999 #999 #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}



div.Pagination ul li.CurrentPage span {
	margin: 0;
	padding: 2px 5px;
	display: inline-block;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ccc;
	border: 1px solid #ddd;
	border-color: #eee #ccc #ccc #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#cccccc', endColorstr='#eeeeee', gradientType='0');
	
}


div.Pagination .word {
	display: none;
}


div.Pagination ul li.CurrentPage {
	font-weight: bold;
}


/* Shopping List Button */
.AddToList.button {
	margin: 10px;
	border: 1px solid #030;
	border-color: #0c0 #060 #060 #0c0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 10px;
	color: #060;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
	-webkit-box-shadow: 4px 4px 10px rgba(204,204,204,0.9);
	-moz-box-shadow: 4px 4px 10px rgba(204,204,204,0.9);
}

.AddToList.button:hover {
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#3c3));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#33cc33', gradientType='0');
	text-shadow: 1px 1px 0 #ddd;
}



/* Login Required */

.LoginReq  {
	margin: 10px;
	border: 1px solid #999;
	border-color: #eee #999 #999 #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#dddddd', endColorstr='#cccccc', gradientType='0');
	-webkit-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	-moz-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
}


.LoginReq .Title,
.LoginReq h1,
.LoginReq h2,
.LoginReq h3,
.LoginReq h4,
.LoginReq h5,
.LoginReq h6 {
	text-shadow: 1px 1px 0 #eee;
}

.LoginReq .button, .LoginReq .button:visited {
	border: 1px solid #030;
	border-color: #0c0 #030 #030 #0c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 40px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 #666;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	background: #060;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c0), to(#060));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#00cc00', endColorstr='#006600', gradientType='0');
}

.LoginReq a.button:hover {
	border-color: #0f0 #060 #060 #0f0;
	background: #090;
	color: #eee;
	text-shadow: 1px 1px 0 #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#0c0), to(#090));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#00cc00', endColorstr='#009900', gradientType='0');
}

/*
.confirm,
.error,
.information,
.status
*/
.message {
	margin: 10px;
	padding-left: 21px;
	display: block;
}

.message .title {
	margin: 10px;
	padding: 0;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}

.message .note {
	font-size: 10px;
	font-weight: normal;
}

.message .title span {
	font-weight: normal;
}

.confirm {
	border-top: 1px solid #005826;
	border-bottom: 1px solid #005826;
	background: #ddf4da url( http://recipes.webstop.com/G_SilkIcons/accept.png ) no-repeat top left;
	background-position: 8px 10px;
}

.error {
	border-top: 1px solid #790000;
	border-bottom: 1px solid #790000;
	background: #fce4dc url( http://recipes.webstop.com/G_SilkIcons/exclamation.png ) no-repeat top left;
	background-position: 8px 10px;
}

.information {
	border-top: 1px solid #630;
	border-bottom: 1px solid #630;
	background: #FFc url( http://recipes.webstop.com/G_SilkIcons/information.png ) no-repeat top left;
	background-position: 8px 10px;
}

.status {
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	background: #ccf url( http://recipes.webstop.com/G_SilkIcons/status_online.png ) no-repeat top left;
	background-position: 8px 10px;
}

/* secret hidden print only stuff */
.PrintOnly { display: none; }




/* body group rules */
.Content .Group {
	margin: 10px;
	border: 1px solid #ccc;
	border-color: #eee #ccc #ccc #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0;
	display: block;
	background: #ddd;
	-webkit-box-shadow: 2px 2px 5px rgba(204,204,204,0.5);
	-moz-box-shadow: 2px 2px 5px rgba(204,204,204,0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
	
}

/* ==== 6. ==== Table & Hit List Rules ================================================================ */

/* Green Bar */
.OddRow { background: #eee; }
tr.OddRow td { padding: 5px; }
.EvenRow { background: #fff; }
tr.EvenRow td { padding: 5px; }


/* ==== 9. ==== SideBar Rules ========================================================================= */

/*.SideBar {
	margin: 0;
	border: 0;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 0;
	background: #ccc;
}*/


/**
 * Sidebar Group Styles
 * Graphics hatin', CSS 3 pimpin, gracefully degradin' badassery
 * 
 * @author Greg Hemphill
 * @version 1.0
 */

.SideBar .Group {
	margin: 10px 10px 10px 0;
	border: 1px solid #ccc;
	border-color: #eee #ccc #ccc #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#eeeeee', endColorstr='#cccccc', gradientType='0');
	-webkit-box-shadow: 2px 2px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 2px 2px 5px rgba(204,204,204,0.9);
	zoom: 1;
}

	/*background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));;
		filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#dddddd', endColorstr='#cccccc', gradientType='0');
		zoom: 1;*/

.SideBar .Group .Title,
.SideBar .Group h1,
.SideBar .Group h2,
.SideBar .Group h3,
.SideBar .Group h4,
.SideBar .Group h5,
.SideBar .Group h6 {
	text-shadow: 1px 1px 0 #fff;
}

.SideBar .InputSearch { 
	margin-right: 0;
	display: block;
	-webkit-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	-moz-box-shadow: 2px 2px 10px rgba(204,204,204,0.5);
	min-height: 19px;
}

.Block
{}

.LeftCol
{
	float: left;
}

.RightCol
{
	float: left;
}

.Clear
{
	clear: both;
}