﻿body
{
}


/* ************************* Home Page *********************************** */
#homePage
{
    position: relative;
    width: 960px;
    height: 1070px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    font-family: Verdana;
}
#homeVideo
{
    position: absolute;
    top: 160px;
    left: 330px;
}
#homeMenu
{
    position: absolute;
    top: 220px;
    left: 30px;
    width: 300px;
}
#homeMenu .homeMenuImg
{
    float: left;
    clear: both;
    margin-bottom: 3px;
}
#homeMenu p
{
    margin: 0px;
    float: left;
    color: #005187;
    font-size: 14px;
    padding-top: 32px;
    padding-left: 10px;
    text-transform: uppercase;
}
#homeMenu p a
{
    color: #005187;
    text-decoration: none;
}
#homeMenu p a:hover
{
    color: #17adf5;
    text-decoration: none;
}
#homeFooter
{
    padding-bottom: 20px;
    padding-top: 20px;
    clear: both;
    position: absolute;
    top: 800px;
    width:960;
}
#homeFooter p
{
    font-family: Verdana;
    font-size: 10px;
    color: #436b88;
    text-align: center;
    width:800px;
}

/* ************************** Inside Page ********************************** */

#insidePage
{
    position: relative;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
#insidePage #header
{
    position: relative;
    width: 960px;
    height: 200px;
    background-image: url('../Images/header.jpg');
    background-repeat: no-repeat;
}
#insidePage #header ul
{
    position: relative;
    list-style-type: none;
    top: 100px;
    left: 10px;
    margin: 0px;
    padding: 0px;
}
#insidePage #header li
{
    display: inline;
    font-family: Verdana;
    font-size: 11px;
    font-weight:bold;
    padding-right: 15px;
    text-transform: uppercase;
}
#insidePage #header li a
{
    text-decoration: none;
    color: #005187;
}
#insidePage #header li a:hover
{
    text-decoration: none;
    color: #17adf5;
}

/* ***** Content Panel ***** */
#insidePage #contentPanel
{
    position: relative;
    width: 600px;
    padding-left: 10px;
    padding-right: 40px;
    font-family: Verdana;
    float: left;
}
#contentPanel
{
}
#insidePage #contentPanel h1
{
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    font-weight: normal;
    color: #cf7c5d;
}
#insidePage #contentPanel h2
{
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #005187;
}
#insidePage #contentPanel p
{
    text-align: left;
    font-size: 14px;
    color: #005187;
    padding:0px 15px 0px 15px;
    text-decoration:none;
}
#insidePage #contentPanel p a
{
    color: #005187;
}
#insidePage #contentPanel p a:hover
{
    color: #0085DD;
}

#insidePage #contentPanel .videoDiv
{
    padding-left:15px;
}

/* ***** Search Panel ***** */
#insidePage #searchPanel
{
    position: relative;
    width: 283px;
    height: 1200px;
    background-image: url('../Images/rightColumn.jpg');
    background-repeat: no-repeat;
    float: left;
}
#insidePage #howToPrepSearchPanel
{
    position: relative;
    width: 283px;
    height: 1200px;
    background-image: url('../Images/rightColumn_HowToPrep.jpg');
    background-repeat: no-repeat;
    float: left;
}
#insidePage #catSearch
{
    position: relative;
    top: 55px;
    left: 25px;
}
#insidePage #keyWordSearch
{
    position: absolute;
    top: 149px;
    left: 25px;
}
#insidePage #keyWordSearchBtn
{
    position: absolute;
    top: 150px;
    left: 178px;
}
#insidePage #surpriseMe
{
    padding: 5px 5px 7px 7px;
    position: absolute;
    top: 199px;
    left: 80px;
    width: 88px;
    height: 12px;
    background-color: #a8c7e4;
}
#insidePage #nicoleRecipes
{
    position: absolute;
    top: 385px;
    left: 0px;
    width: 233px;
    height: 80px;
}
#insidePage #searchPanel #tips
{
    position: absolute;
    width:100px;
    top: 790px;
    left: 20px;
}
#insidePage #searchPanel #tips img
{
    padding: 0px;
    margin-bottom: 25px;
}

#insidePage .searchDDL
{
    width: 185px;
    margin-bottom: 5px;
}
#insidePage .searchKW
{
    width: 148px;
    height: 18px;
}
#insidePage #surpriseSearch
{
    font-size: 10px;
    text-transform: uppercase;
    color: #005187;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    font-family: Verdana;
}
#insidePage #surpriseSearch a
{
    color: #005187;
    text-decoration: none;
}
#insidePage #surpriseSearch a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

/* Rating */
.ratingStar 
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url('../Images/FilledStar.png');

}

.emptyRatingStar 
{
    background-image: url('../Images/EmptyStar.png');
}

.savedRatingStar 
{
    background-image: url('../Images/SavedStar.png');
}

/* ***** Search Results ***** */
#searchResultsPanel
{
}

#searchResultsPanel table
{
    margin-top: 20px;
}

#searchRepeater
{
    padding: 0px;
    margin: 0px 0px 0px 10px;
    position: relative;
    height: 100px;
    width: 450px;
    background-image: url('../Images/bkg_recipe_timeBox_results.jpg');
    background-repeat: no-repeat;
}

#searchRepeater td
{
    color: #bf5326;
    font-size:15px;
    width:33%;
    text-align:center;
}

#searchRepeater th
{
    color: #69a8d6;
    width:33%;
    font-size:10px;
    text-align:center;
}

#insidePage #contentPanel #searchRepeater p
{
    font-size: 12px;
    float: left;
    padding-left: 0px;
    margin:0px;
}

#searchRepeater h3
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    font-size: 15px;
    color: #bf5326;
    font-weight:normal;
    display:block;
    height:35px;
}
#searchRepeater h3 a
{
    color: #bf5326;
    text-decoration:none;
}
#searchRepeater h3 a:hover
{
    color: #E29472;
    text-decoration: none;
}

#searchRepeater hr
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #c1c1c2;
    margin-right:20px;
}
#insidePage #contentPanel .searchNavNext
{
    color:#69a8d6;
    font-size: 11px;
    text-align: right
}
#insidePage #contentPanel .searchNavNext a
{
    color:#69a8d6;
}
#insidePage #contentPanel .searchNavNext a:hover
{
    color: #22557B;
}
#insidePage #contentPanel .searchNavBack
{
    color:#69a8d6;
    font-size: 11px;
    text-align: left;
}
#insidePage #contentPanel .searchNavBack a
{
    color:#69a8d6;
}
#insidePage #contentPanel .searchNavBack a:hover
{
    color: #22557B;
}
#insidePage #contentPanel .searchResultsLabel
{
    font-size: 14px;
    color: #999999;
    margin-top:30px;
}

/* ***** Recipe Page ***** */
#recipeContent
{
    position: relative;
    width: 600px;
}
#insidePage #contentPanel .printRecipe
{
    font-size: 12px; 
    color: #006db0; 
    margin-top: 8px; 
    padding-right:0px; 
    text-align: right;
}
#insidePage #contentPanel .printRecipe a
{
    color: #006db0; 
}
#insidePage #contentPanel .printRecipe a:hover
{
    color: #17A8FF;
}

#recipeImageDiv
{
    position: relative;
    width: 380px;
    float:left;
    clear:both;
}
#recipeContent th
{
    color: #69a8d6;
    width:33%;
    font-size:10px;
    text-align:center;
}
#recipeContent td
{
    color: #bf5326;
    width:33%;
    font-size:15px;
    text-align:center;
}
#insidePage #contentPanel .caption
{
    margin:0px;
    padding:0px;
    font-size: 10px;
    color: #999999;
}
#insidePage #contentPanel #tags
{
    margin-top: 15px;
    position: relative;
    top: 15px;
    margin-bottom: 25px;
    clear: both;
}
#insidePage #contentPanel #tags p
{
    color: #69a8d6;
    font-size: 12px;
    text-align: left;
    width: 380px;
    margin:2px 0px 0px 0px;
}
#recipeDescDiv
{
    position: relative;
    width: 210px;
    float:left;
}
#recipeTime
{
    font-size: 23px;
    color: #bf5236;
    background-image: url('../Images/recipe_timeBox.jpg');
    background-repeat: no-repeat;
    position: relative;
    width: 210px;
    height: 50px;
    padding-left: 15px;
    padding-top: 2px;
    text-align: left;
}
#recipeDesc
{
    font-size: 16px;
    color: #005187;
    position: relative;
    padding: 20px;
    text-align: left;
}
#insidePage #contentPanel #recipeCopy
{
}
#insidePage #contentPanel #recipeCopy h2
{
    margin: 0px;
    font-size: 16px;
    color: #83b4ba;
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 0px;
}
#insidePage #contentPanel #recipeCopy ul, ol
{
    margin-top:5px;
}
#insidePage #contentPanel #recipeCopy li
{
    font-size: 14px;
    color: #005187;
    margin:0px;
    padding:0px;
}
#insidePage #contentPanel select
{
    font-family: Verdana;
    font-size: 10px;
}

.stbuttontext
{
    font-family: Verdana;
    font-size: 12px;
    color: #006db0;
    text-decoration: none;
}
.stbuttontext a
{
    font-family: Verdana;
    font-size: 12px;
    color:#006db0;
    text-decoration:none;
}

/* ***** Tag Cloud ***** */
#insidePage #tagLinks
{
    position: absolute;
    width: 210px;
    top: 520px;
    height: 205px;
    padding: 0px 10px 10px 10px;
    font-family: Verdana;
    text-align: center;
    overflow: hidden;
}

#insidePage #tagLinks .pop6 a
{
    font-size: 24px;
    color: #005187;
    text-decoration:none;
}
#insidePage #tagLinks .pop5 a
{
    font-size: 22px;
    color: #bf5236;
    text-decoration:none;
}
#insidePage #tagLinks .pop4 a
{
    font-size: 20px;
    color: #83b4ba;
    text-decoration:none;
}
#insidePage #tagLinks .pop3 a
{
    font-size: 16px;
    color: #000000;
    text-decoration:none;
    font-weight:bold;
}
#insidePage #tagLinks .pop2 a
{
    font-size: 14px;
    color: #bf5236;
    text-decoration:none;
}
#insidePage #tagLinks .pop1 a
{
    font-size: 12px;
    color: #005187;
    text-decoration:none;
    font-weight:bold;
}
#insidePage #tagLinks .pop0 a
{
    font-size: 12px;
    color: #666666;
    text-decoration:none;
}

/* ***** Footer ***** */
#footer
{
    font-family: Verdana;
    font-size: 10px;
    color: #436b88;
    width:960px;
    text-align: center;
    padding-bottom:20px;
    padding-top:20px;
    clear:both;
}
#cwirthy
{
    background-image: url('../Images/bkg_cwirthy.jpg');
    background-repeat: no-repeat;
    position: relative;
    width: 604px;
    height: 186px;
}
