﻿/* ========================================================================== */
/* Name:  		  YELLOW THEME STYLE SHEET                                      */
/* ========================================================================== */
/* Description:	This is the standard yellow theme layout                      */
/*                                                                            */
/* Author:		  Jason Martin (CD)      | Updated By:  Jason Martin (CD)       */
/* Create Date: June 16th, 2009        | Updated On:  June 16th, 2009         */
/*                                                                            */
/* ========================================================================== */




/* Graphic Overlays                                                           */
/* ========================================================================== */
/* main grey fade */
.content, .box, .sideMenu, .accordionContent, .pager, .weather, .weather TD.forecast2, .listing:Hover, #POPPContent .topPOPPBox, #POPPContent .footerPOPPBox
{
	background-image: url('Images/Backgrounds/1x32-GrayFade.jpg');
	background-repeat: repeat-x;
}
/* ========================================================================== */
/* green faded title bar */
.accordionHeader, .listings .businesses, #POPPContent .poppBox, #POPPContent .bottomPOPPBox
{
	background-image: url('Images/Backgrounds/1x24-GreenFade.gif');
	background-repeat: repeat-x;
}
/* ========================================================================== */
.weather TD.forecast1
{
	background-image: url('Images/Backgrounds/1x64-GrayWeatherFade1.jpg');
	background-repeat: repeat-x;
}
.button
{
	background-image: url('Images/Backgrounds/1x22-BlackButton.jpg');
	background-repeat: repeat-x;
}
.accordionHeader:Hover
{
	background-image: url('Images/Backgrounds/1x24-OrangeFade.jpg');
	background-repeat: repeat-x;
}
.menuTabs .horizontalMenu
{
	background-image: url('Images/Backgrounds/1x24-GreenFade.jpg');
	background-repeat: repeat-x;
}
.menuTabs .horizontalMenu UL LI A.active
{
	background-image: url('Images/Backgrounds/1x24-GreenFadeActive.gif');
	background-repeat: repeat-x;
}
.menuTabs .horizontalMenu UL LI A:Hover
{
	background-image: url('Images/Backgrounds/1x24-OrangeFade.jpg');
	background-repeat: repeat-x;
}
.searchHeader #HeadersSearchControl
{
	background-repeat: repeat-x;
	background-image: url('Images/Backgrounds/990x52-Top.gif');
}
.searchBar #HeadersSearchControl
{
	background-repeat: repeat-x;
	background-image: url('Images/Backgrounds/1x32-BottomMiddleT50.jpg');
	background-position: bottom left;
}
#FooterFooterControl
{
	background-image: url('Images/Backgrounds/990x52-Bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
.bottomBar
{
	background-image: url('Images/Backgrounds/1x32-BottomMiddle.jpg');
	background-repeat: repeat-x;
}
/* ========================================================================== */



/* Font Changes                                                               */
/* ========================================================================== */
.searchHeader #HeadersSearchControl .search .fieldLabel
{
	color: #eee;
	padding: 0 4px;
	text-transform: uppercase;
	font-size: 15px;
}
.searchBar #HeadersSearchControl .search .fieldLabel
{
	color: #eee;
	padding: 0 4px;
	text-transform: uppercase;
	font-size: 12px;
}
.bottomBar .join A
{
	color: #fff !important;
}
#FooterFooterControl .horizontalMenu A
{
	color: #fff;
}
/* ========================================================================== */



/* Font Changes                                                               */
/* ========================================================================== */
.og
{
	margin-top: 2px;
}
.ogSpace
{
	height: 4px;
}
.ogBox
{
	margin: 0;
	padding: 0;
	border: 1px solid #f90;
}
.ogBox .business-details
{
	border: none !important;
	padding: 0 !important;
}

.ogBox .details
{
	padding: 5px 5px 15px 5px;
	width: 555px;
}

.ogBox .details span
{
	padding: 5px 0px 5px 0px;
}

.ogBox .details p
{
	margin-bottom: 10px;
}

.ogBox .review
{
	width: 350px;
}

.ogBox .itemRow
{
	border-bottom: 1px solid black;
}
.ogBox .itemRow td
{
	padding: 5px 0 10px 0;
}

.ogBox .listing-details
{
	margin: 5px 5px 5px 5px;
}

.ogBox #CustomMapControl
{
	margin-left: 2px;
}

.ogBox H1
{
	background-image: url('Images/og/1x25-HeaderGreenFade.gif');
	height: 21px;
	border: 2px solid #fff;
	margin: 0;
	font-size: 16px;
	color: #000;
	padding: 4px 4px 0 4px;
}
.ogBox .ogContents
{
	padding: 2px 4px;
	margin: 0 2px 2px 2px;
	background-image: url('Images/og/1x70-BackgroundGreenFade.gif');
	background-repeat: repeat-x;
	font-size: 13px;
}
A.ogLink
{
	color: #900;
}
.ogStandOut
{
	font-size: 12px;
	color: #090;
	font-weight: 700;
}
.ogStandOut STRONG
{
	font-size: 16px;
	font-weight: bolder;
	color: #000;
}
.sponsorName
{
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 2px;
}
.sponsorUserName
{
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 2px 6px;
}
.sponsorEmail
{
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 2px 6px;
}
.ogContents HTML BODY DIV
{
	background: none !important;
}

#SearchContent .mainContent HR
{
	border: solid 1px #9c3;
}

.review-heading
{
	color: #555555;
	font-weight: bold;
}

.KillerDealBox
{
	border: 1px solid #99CC33;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
}

.KDSummaryBox
{
	font-family: 'Trebuchet MS,Calibri,Sans-Serif';
	background-color: #F0DCB8;
	width: 161px;
	text-align: center;
	border-width: 1px;
	border-style: ridge;
	margin-left: auto;
	margin-right: auto;
}

.SeeKDImg
{
	display: block; /*allows anchor to take width and height*/
	width: 106px; /*equal to image width*/
	height: 31px; /*equal to image height*/
	background: url(/Images/Buttons/see_the_deal.png) 0 0 no-repeat; /*the image*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.POPPWriteReview
{
	display: block; /*allows anchor to take width and height*/
	width: 168px; /*equal to image width*/
	height: 56px; /*equal to image height*/
	background: url(/Images/Buttons/btnWriteReview.jpg) 0 0 no-repeat; /*the image*/
}
.BannerHeight
{
	height: 80px;
}

#HeadersSearchControl .search
{
	margin: 4px auto;
	width: 780px;
}
#HeadersSearchControl .search .fields
{
	margin: 8px 0 0 55px;
}
#HeadersSearchControl .search A
{
	color: #f90;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}
#HeadersSearchControl .search .fieldLabel
{
	width: auto;
}
#HeadersSearchControl .search .iconButton
{
	background-color: Transparent;
	border: none;
	width: 24px;
	height: 32px;
	background-image: url('Images/Icons/20x20-Search1.png');
	font-size: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}

#HeadersSearchControl .searchBox
{
	background-color: Black;
}

#ListingHeading
{
	text-align: center;
	height: 10px;
	border: 3px;
	border-style: ridge;
	border-color: Black;
	background-color: Black;
	font-weight: bold;
	color: White;
}
#TagCloudHeading
{
	text-align: center;
	height: 10px;
	border-style: ridge;
	border-color: Black;
	background-color: Black;
	color: White;
	font-weight: bold;
}

#ListingsName
{
	width: 300px;
	border: 3px;
	border-style: ridge;
	border-color: Black;
}
#tagcloud
{
	width: 300px;
	border-style: ridge;
	border-color: Black;
}


/* ========================================================================== */
