@charset "utf-8";
/* HEADER */

/* THIS IS WHERE THE CONTENT IS. panel-content will be covering the 3 rows of content */
body {
	margin:0px;
}

.clear-div {
	clear: both;
}
.center-div {
	margin-left:auto;
	margin-right:auto;
	padding-right: 80px;
	padding-left: 80px;
}
.standard-div-container {
	width:1024px;
	padding-right: 80px;
	padding-left: 80px;
}

#video-box {
	height: 228px;
	width: 279px;
	float: left;
	padding-top: 20px;
}
#container-slideshow {
	width: 1000px;
	position: relative;
}
#slide-show {
	float: left;
	width: 700px;
	height: 272px;
}

#bg-slideshow {
}

#featured-recipes-bar {
	background-color: #61a619;
	width: 100%;
	position: relative;
}
#container-featured-recipes {
	padding-top: 15px;
	padding-bottom: 10px;
}
.search-bar{
	width: 1002px;
	height: 133px;
	background-image: url(../images/index/search-box.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.search-bar-input{
	padding-top: 14px;
	padding-left: 20px;
	float: left;
	width: 710px;
}
.search-bar-button{
	width: 228px;
	height: 40px;
	background-image: url(../images/home/search01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	float: right;
	padding-right:18px;
	padding-top: 18px;
}
.search-bar-button:hover{
	width: 228px;
	height: 40px;
	background-image: url(../images/home/search02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	float: right;
	padding-right:18px;
	padding-top: 18px;
}
#search-bar-arguments-container{
	float: left;
	margin-top: 22px;
	width: 737px;
	height: 50px;
	padding-left: 5px;
}
#search-bar-arguments-holder{
	float: left;
	padding: 2px;
	height: 44px;
	padding-left: 14px;
}
.invi_txtbox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #808080;
	float: left;
	height: 28px;
	width: 690px;
	background-image: url(../images/textbox-bg1.gif);
	background-repeat: repeat;
	padding-left: 10px;
	margin-left: 2px;
	letter-spacing: -1px;
}
.fr-arrow-box {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 53px;
}
#fr-left-arrow {
	background-image: url(../images/fr-arrow-left.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#fr-left-arrow:hover {
	background-image: url(../images/fr-arrow-left-2.jpg);
}
#fr-right-arrow {
	background-image: url(../images/fr-arrow-right.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#fr-right-arrow:hover {
	background-image: url(../images/fr-arrow-right-2.jpg);
}

.fr-lines {
	background-image: url(../images/fr-line.gif);
	background-repeat: repeat-y;
	height: 155px;
	width: 2px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center;
}
.fr-recipe-thumbs {
	width:128px;
	height:104px;
	float:left;
	background-color: #FFFFFF;
	margin-right: 12px;
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;

}
.fr-recipe-name {
	width:128px;
	float:left;
	margin-right: 12px;
	text-align: center;
}
.fr-recipe-thumbs img {
	position:absolute;
	right: 0px;
	bottom: 0px;
}
#fr-recipes-count {
	float:left;
	height:130px;
	width:80px;
	padding-left:90px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 80px;
	background-image:url(../images/fr-text2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#FFFFFF;
	font-weight: bold;
}
#featured-recipes {
	margin-top:10px;
	float:left;
	margin-left: 12px;
}

/* ------------------------------------------- LATEST RECIPES ---------------------------------------------- */

#container-latest-recipes {
	width:249px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DFDDE1;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDDE1;
	padding-bottom: 10px;
}
.recipes-row {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	height: 30px;
}


/* ------------------------------------------- TOP RATED ---------------------------------------------- */
#container-top-rated {
	width:249px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DFDDE1;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDDE1;
	padding-bottom: 10px;
}
#container-top-rated img.rating{
	float:right;
	margin-right:10px;
}

/* ------------------------------------------- MOST VIEWED ---------------------------------------------- */
#container-most-viewed {
	width:249px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DFDDE1;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDDE1;
	padding-bottom: 10px;
}
#container-most-viewed img.rating {
	float:right;
	margin-right:10px;
}

/* ------------------------------------------- BY MEMBERS ---------------------------------------------- */
#container-by-members {
	width:249px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DFDDE1;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDDE1;
	padding-bottom: 10px;
	clear: right;
}
#container-by-members img.rating{
	float:right;
	margin-right:10px;
}
/* ------------------------------------------- TIPS & GUIDES ---------------------------------------------- */
#container-tips-guides {
	width:359px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DFDDE1;
	padding-bottom: 10px;
	float: left;
	clear: left;
}

#container-tips-guides img.rating{
	float:right;
	margin-right:10px;
}
/*
#container-tips-guide #header {
	width:380px;
}*/


#container-tips-guides ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;	
}
#container-tips-guides li {
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: -30px;
}

/* ------------------------------------------- GLOSSARY ---------------------------------------------- */
#container-glossary {
	width:382px;
	padding-bottom: 30px;
	float: left;
	background-image: url(../images/shadow-right_01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container-glossary img.rating{
	float:right;
	margin-right:10px;
}

#container-glossary a {
	letter-spacing:1px;
}
/* ------------------------------------------- VOTE BOX ---------------------------------------------- */
#container-votebox {
	width:382px;
	float: left;
	background-image: url(../images/shadow-right_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container-votebox img.rating{
	float:right;
	margin-right:10px;
}
#container-votebox #question {
	margin:10px;
}
#container-votebox #form-vote {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#btn-vote {
	background:#F2F2F2 url(../images/btn_vote_01.gif) repeat-x scroll 0 0;
	width:63px;
	height:27px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
}

#btn-vote:hover {
	background:#F2F2F2 url(../images/btn_vote_02.gif) repeat-x scroll 0 0;
	width:63px;
	height:27px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
}

#btn-result {
	background:url(../images/btn_result_01.gif);
	width:63px;
	height:27px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
}

#btn-result:hover {
	background-image:url(../images/btn_result_02.gif);
}

.btn-more {
	width:55px;
	height:19px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
	float:right;
	margin-top:10px;
	margin-left: 100px;
	background-image: url(../images/btn-more_01.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}

.btn-more:hover {
	background-image:url(../images/btn-more_02.png);
}

/* ------------------------------------------- LATEST MEMBER ---------------------------------------------- */
#container-latest-member {
	width:330px;
	padding-bottom: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DFDDE1;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDDE1;
	padding-left: 70px;
}
#container-latest-member img.rating{
	float:right;
	margin-right:10px;
}

#container-latest-member a {
	font-size: 12px;
	font-weight: normal;
	letter-spacing:1px;
}

.member_box {
	color:#318575;
	text-align:center;
	float:left;
	width:80px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
}


.member_box img {
	border: 1px solid #b3b3b3;
	padding: 2px;
	background-color:#FFFFFF;
	cursor:pointer;
	vertical-align: bottom;
}

/* ------------------------------------------- LATEST MEMBER ---------------------------------------------- */
#container-members {
	width:400px;
	float: left;
	margin-right: 15px;
}

#container-most-active {
	width:330px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DFDDE1;
	padding-top: 10px;
	padding-left: 70px;
}
#container-most-active img.rating{
	float:right;
	margin-right:100px;
}

#container-most-active a {
	font-size: 12px;
	font-weight: normal;
}

#container-login {
	width:300px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 310px;
}

#container-login .textbox {
	border: 1px solid #b1b1b1;
	color:#CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
}

#container-login .textbox:active {
	border: 1px solid #FFCC00;
	color:#000000;
}
#container-login .textbox:hover {
	border: 1px solid #FFCC00;
	color:#000000;
}
#container-login .btn-join-in {
	width: 86px;
	height: 34px;
	background-image:url(../images/btn-sign-in_01.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}
#container-login .btn-join-in:hover {
	background-image:url(../images/btn-sign-in_02.png);
}
.forgot_password {
	padding-top:3px;
	line-height: 20px;
	font-size: 9px;
	text-align: center;
}

/* -------------------------------------- END SEGMENTED BOXES ------------------------------------- */
.bottom-menu {
	float: left;
	width: 200px;
	padding-top: 15px;
}

.bottom-menu .title {
	margin-bottom:5px;
}
.bottom-menu .title a {
	letter-spacing: 1px;
}
#mytrymasak-header {
	background-image:url(../images/mytrymasak-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:91px;
	margin-left:auto;
	margin-right:auto;
	padding-left:446px;
	padding-right:100px;
	width:700px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 28px;
	padding-top: 15px;
}

#mytrymasak-header a {
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: 22px;
	text-decoration:none;
	margin-bottom:5px;
}

#mytrymasak-header a:hover {
	background-color:#FFCC00;
}

#btn-join-now {
	width:80px;
	height:30px;
	background-image:url(../images/join-now_01.gif);
	float:right;
	cursor:pointer;
	margin-right: 30px;
	margin-top: 30px;
}

#btn-join-now:hover {
	background-image:url(../images/join-now_02.gif);
}
#ad-container{
	float: right;
	width: 250px;
}
.ad-box {
	float:right;
	margin-top:5px;
}

#middle-content {
	background-image: url(../images/shadow-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6px;
	padding-right: 80px;
	padding-left: 80px;
}

#middle-content table {
	margin-top:10px;
	margin-left:10px;
}

#middle-content img.thumbs {
	height:25px;
	width:35px;
	border: 1px solid #b3b3b3;
	margin-right:5px;
	padding: 1px;
	background-color:#FFFFFF;
	cursor:pointer;
}

#middle-content img.thumbs:hover {
	/*height:96px;
	width:120px;*/
	border: 1px solid #FFCC00;
	margin-right:5px;
	padding: 1px;
}

#bottom-content {
	width:980px;
	height:489px;
	background-image:url(../images/bg-bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-right: 110px;
	padding-left: 160px;
	padding-top: 10px;
}
#container-footer1 {
	background-color:#a1d92e;
}
.footer {
	width: 1232px;
	margin-right: auto;
	margin-left: auto;
}

#container-footer2 {
	background-color:#318575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_links {
	float:left;
	margin-top:10px;
	width:200px;
	padding-bottom: 30px;
}
.footer a {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.home-footertext2 {
	color:#F00001;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.footer #advertise_with_us {
	float:right;
	margin-right: 100px;
	margin-top: 20px;
}
#glossary-box {
	width: 382px;
}
#glossary-box-left{
	width: 171px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#glossary-box-right{
	width: 171px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#avatar-box{
	float: left;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin-left: 50px;
}
.searchIngredientsBtn{
	vertical-align:middle;
	background-repeat: no-repeat;
	width: 97px;
	height: 29px;
	margin-bottom: 60px;
	background-image:url(../images/btn-recommend-recipe.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
}
.searchIngredientsBtn:hover{
	vertical-align:middle;
	background-image:url(../images/btn-recommend-recipe-hover.gif);
	width: 97px;
	height: 29px;
}
#blog-detail-container{
	float: left;
	padding: 3px;
	width: 350px;
}
#blog-detail-avatar{
	float: left;
	width: 30px;
	height: 30px;
	padding: 2px;
	margin-right: 15px;
}
#header-tips{
	background-image:url(../images/home/header-tipsnguides.gif);
	width: 381px;
	height: 43px;
}
#header-tips-link{
	float: right;
	height: 42px;
	width: 42px;
}
#header-blog{
	background-image:url(../images/home/header-blog.gif);
	width: 381px;
	height: 43px;
}
