/*----------------------Fonts-----------------------------*/

/*#recipeNav
{
    color:#797a7c;
    font-size:16px;
}


/*---------------------content NAV--------------------------*/
.content{
    margin: 0pt auto;
    text-align: left;
    padding: 20px 10px 10px 0;
    padding-bottom: 20px;
    font-size: 11px;
}
.content h1{
    line-height: 1em;
    vertical-align: middle;
    height: 48px;
    padding: 10px 10px 10px 52px;
    font-size: 32px;
}

.content.news{
    display: block;

}

.content.tutorials h1{
    background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}

.content.tutorials{
    display: none;
}

.content.links h1{
    background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.links{
    display: none;
}
.content.links a{
    color: #5f95ef;
}

/*----------------------------------Cooking Secrets-----------------------------------------*/

/*
.eventsArea
{
    width:405px;
    float:left;
    height:400px;
    background-color:#fff9e3;
}

.cookTop
{
    border-top:1px solid #cbd2d6;
}

.letters
{
    height:27px;
    width:118px;
    background-image:url(../images/event_month.png);
    background-repeat: no-repeat;
    font-size:15px;
    color:#686a6e;
    line-height:25px;
    padding:0 0 0 10px;
    cursor:pointer;
}

.description
{
    height:27px;
    width:228px;
    background-image: url(../images/event_title.png);
    background-repeat:no-repeat;
    cursor:pointer;
    line-height:25px;
    padding:0 0 0 10px;
    font-size:15px;
    color:#686a6e;
}

.descriptionSelect
{
    width:247px;
    background-image: url(../images/cook_description_hover.png);
    border:none;
    height:24px;
    background-position:right bottom;
    position:absolute;
    left:393px;
    cursor:pointer;
}
*/
#events .infoTop
{
    background:url(../images/infoTopBg.jpg) left top repeat-x;
    height:39px;
    width:385px;
    border-bottom:1px solid #fadd73;
    position:relative;
    padding-left:20px;
}

#events .infoTop h1
{
    height:50px;
    font-size:15px;
    color:black;
    margin:0 0 0 20px;
    padding:0;
    line-height:40px;
}
#events .infoTop .floatRight{
    padding-top:10px;
}


.info
{
    background-color:#fff9e3;
    width:405px;
}

.infoBottom{
    background:url(../images/corner.png) left top no-repeat;
    width:405px;
    height:57px;
    overflow:hidden;
}

.infoPageCurl
{
    background-image:url(../images/pagecurl_section_info.png);
    background-repeat:no-repeat;
    background-position:right bottom;
    float:right;
    width:460px;
    height:55px;
    margin:0;
    padding:0;
}


.info p
{
    color:#4d4c49;
    padding:10px 20px;
    margin:0;
    
}


/*-----------------------Events---------------------------*/

#events
{
    background-image:url(../images/cook_area_bg.jpg);
    min-height:360px;
    width:780px;
    position:relative;
    padding-bottom:20px;
}
#events #months{
    position:absolute;
    left:0px;
    top:0px;
    z-index:3;
}
#events #titles{
    position:absolute;
    left:140px;
    top:0px;
    z-index:2;
}
#events #months ul, #events #titles ul{
    list-style:none;
    margin:0px;
    padding:0px;
    border-top:1px solid #eaeaea;
}
#events #months ul li, #events #titles ul li{
    margin:0px;
    padding:0px;
    background:url('../images/event_title.png') right bottom no-repeat;
}
#events #months ul li, #events #titles ul li{
    margin:0px;
    padding:0px;
}
#events #months ul li.active{
    margin:0px;
    padding:0px;
    background:url('../images/list_bg_active_short.png') left bottom no-repeat;
    width:150px;
}
#events #titles ul li.active{
    margin:0px;
    padding:0px;
    background:url('../images/cook_description_hover.png') left bottom no-repeat;
    width:265px;
}
#events ul li.active a{
    color:#000;
}
#events .eventsArea{
    /*position:absolute;
    left:375px;
    top:0px;
    z-index:1;*/
    margin-left:365px;
}
#events h1{
    padding:0;
    font-size:17px;
    color:#b4b5b7;
    padding:0 0 0 10px;
    height:17px;
}
#events #months{
    width:130px;
    float:left;
}
#events #titles{
    width:238px;
    margin-left:-10px;
    float:left;
}
#events ul li a{
    height:25px;
    line-height:25px;
    display:block;
    font-size:14px;
    padding-left:10px;
    color:#686A6E;
    
}
#events #months a{
    width:128px;
}
#events #titles a{
    padding-left:20px;
    font-size:13px;
}
#events a.active{
    color:#000;
}
.tourism_link {
	text-align: right;
}
/*--------events table layout-----------*/
#eventContents .info table {
	/*padding:0 25px;*/
	margin-left:30px;
	width:330px;
}

#eventContents .info table th {
	color:#f2c86a;
	font-size:13px;
	font-weight:bold;
	width:85px;
	line-height:22px;
	vertical-align:middle;
}

#eventContents .info table th img {
	float:left;
	margin:0 6px 0 2px;
}

#eventContents .info table td {
	font-size:12px;
}

#eventContents .info table td p {
	margin-left:30px;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

/*--------------Find Recipe-------------*/

.findRecipe
{
    margin:30px 0 0 0;
    width:772px;
}

.findRecipeinner
{
    margin:0;
    padding:0;
    background-image: url(../images/find_recipe_bg.jpg);
    color:white;
    font-size:12px;
    border:1px solid #cbd2d6;
    height:86px;
}