/* Generic styling */

#container-footer1 .footer {
	position: relative;
}

#layer-mascot {
	width: 178;
	height: 310px;
	background: url(../images/mascot-footer.png) center center no-repeat;
	position: absolute;
	padding: 0 90px;
	margin-top: -237px;
	left: 2px;
}

body {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

a img {
	border: 0;
}


/* Glossary styling */



#top-background{
	height: 100px;
	position: relative;
	background-image: url(../images/blog/blogheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}





#layer-glossary-item {
	width: 1000px;
	margin: 2px auto 0 auto;	
}

#featured-recipes-bar {
	background-color: #61a619;
	width: 100%;
	position: relative;	
	height: 10px;
}
#container-featured-recipes {
	padding-left: 110px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 80px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

#search-recipes-field {
	padding-top: 15px;
	width: 520px;
	float: left;
	padding-left: 120px;
	font-family: Tahoma, Verdana;
	font-size: 28px;
	color: #FFFFFF;
}

#submitBtn-container{
	float: left;
	width: 200px;
	padding-top: 25px;
}

#middle-container{
	margin: 0 auto;
	width: 1070px;
	padding-bottom: 200px;
}
img.thumbs {
	border: 1px solid #b3b3b3;
	padding: 1px;
	cursor:pointer;
}

img.thumbs:hover {
	/*height:96px;
	width:120px;*/
	border: 1px solid #FFCC00;
	padding: 1px;
}
#ad-container {
	float:right;
	padding-top:10px;
	padding-right: 10px;
	padding-left: 10px;
}
.ad-box {
	height:200px;
	width: 250px;
	float:right;
	padding-top:10px;
	padding-right: 10px;
}

#submenu-bar {
	width: 1100px;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#rules-rank-container{
	margin: 0 auto;
	width: 600px;
	text-align: center;
}

#blog-holder{
	width: 840px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 10px;
}
#avatar-author-holder{
	width: 60px;
	height: 60px;
	padding: 5px;
	float: left;
	text-align: center;
}
#title-author-holder{
	float: left;
	width: 700px;
}
#blog-title{
	width: 600px;
	float: left;
	padding: 3px;
}
#blog-author{
	width: 600px;
	float: left;
	padding: 2px;
}
#blog-description{
	float: left;
	width: 750px;
	padding: 5px;
}

.submitBlogBtn{
	vertical-align:middle;
	background-repeat: no-repeat;
	float: left;
	width: 161px;
	height: 39px;
	background-image:url(../images/blog/submit01.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
}
.submitBlogBtn:hover{
	vertical-align:middle;
	background-image:url(../images/blog/submit02.gif);
	width: 161px;
	height: 39px;
}

.rankBlogBtn{
	vertical-align:middle;
	background-repeat: no-repeat;
	float: left;
	width: 161px;
	height: 39px;
	background-image:url(../images/blog/rank01.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
}
.rankBlogBtn:hover{
	vertical-align:middle;
	background-image:url(../images/blog/rank02.gif);
	width: 161px;
	height: 39px;
}
.rulesBlogBtn{
	vertical-align:middle;
	background-repeat: no-repeat;
	float: left;
	width: 161px;
	height: 39px;
	background-image:url(../images/blog/rules01.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
}
.rulesBlogBtn:hover{
	vertical-align:middle;
	background-image:url(../images/blog/rules02.gif);
	width: 161px;
	height: 39px;
}

#showing-count-container{
	float: left;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* for pagination */
.pagination-box{
	float: right;
	padding-top: 10px;
	width: 200px;
	text-align: left;
	padding-right: 300px;
}

a.pagerecipes:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px dashed #DFDDE1;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.pagerecipes:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px dashed #DFDDE1;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a.pagerecipes:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px dashed #DFDDE1;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #ffe100;
}
a.pagerecipes:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px dashed #DFDDE1;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	
}
.pagerecipes-inactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF7A01;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
/* end for pagination */
