/* This is a delicious style sheet */

html { overflow: -moz-scrollbars-vertical; }

body {
	background-color: #FCF1DF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma, arial, helvetica;
}

img { border: 0px; }

a {color: #4F1B1B; font-weight: bold; text-decoration: none; }

.titlebar a:link, .titlebar a:visited, .titlebar a:active {
	color: #465956;
	text-decoration: none;
}

a:hover {	color: #4F1B1B !important; }

.thumb .bigtext a { text-decoration: none; }



#cthumb {
	border: 3px solid #4F1B1B;
	padding: 5px;
	color: #4F1B1B;
	position: relative;
	text-align: left;
	width: 250px;
	margin: 5px;
	float: left;
	background-color: #C5E1E1;
	padding-bottom: 35px;
}

#cthumb.multi { 
	height: 272px; /*3 row: 436px */
	}

#cthumb.single { height: 280px; }

#cthumb .bigtext {
	bottom: 7px;
	left: 7px;
	position: absolute;
}

#cthumb .col1 {
	height: auto;
	clear: both;
	display: block;
}

#cthumb .colrest {
	height: auto;
	clear: both;
	display: block;
	margin-top: 5px;
}

#cthumb img {
	margin-right: 4px;
	margin-bottom: 4px;
}

#cthumb a { color: #465956; }
	
.thumb0 { background: url("/images/thumb0.jpg") #C5E1E1; padding: 5px;}
.thumb1 { background: url("/images/thumb4.jpg") #B5DB3A; padding: 5px;}
.thumb2 { background: url("/images/thumb3.jpg") #FFFF00; padding: 5px;}
.thumb3 { background: url("/images/thumb2.jpg") #FF9900; padding: 5px;}
.thumb4 { background: url("/images/thumb1.jpg") #FF6666; padding: 5px;}

.thumb1 .smalltext a { color: #527B1A; }
.thumb2 .smalltext a { color: #B68829; }
.thumb3 .smalltext a { color: #934313; }
.thumb4 .smalltext a { color: #840000; }

.titlebar .smalltext a { color: #840000; }

#textblock a { color:#934313; /*border-bottom: 1px dashed #934313;*/ }
/*#textblock a:hover { border-bottom: 1px dashed #4F1B1B; }*/

.desc {
	height: 113px;
	width: 245;
	display: block;
	position: relative;
}

.desc img {
	margin-right: 5px;
	border: 0;
}

.smalltext {
	font-size: 0.6em;
}

.bigtext {
	font-size: 1.3em;
	font-weight: bold;
}

.medtext {
	font-size: 0.8em;
	line-height: 1.6em;
}

.ratetext {
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: top;
	position: absolute;
	right: 125px;
}

.titletext {
	font-size: 3.0em;
	font-weight: bold;
}

.titlebar {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #D9F4B0;
	border-style: solid;
	border-width: 0 3px 3px 3px;
	border-color: #4F1B1B;
	color: #4F1B1B;
}

#sidecap {
	left: 0px;
	top: 270px;
	width: 105px;
	position: absolute;
	
}

#content {
	margin: 5px;
	padding-top: 5px;
}
	

#container {
	max-width: 838px;
	_width: 838px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	background: #FCF1DF;
}

#footer {
	 
	font-size: 0.6em;
	clear: both;
	bottom: 5px;
}

#topright {
	float: right;
	clear: right;
	position: relative;
}

#formcont { 
	width: 450px; 
}

#check { 
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#recipe {
	border: 3px solid #4F1B1B;
	padding: 20px 65px 20px 65px;
	color: #4F1B1B;
	position: relative;   
	text-align: left;
	margin: 5px;;
}

#recipe img { border: 0px; }

.centerimg { 
	display: block;
	margin-left: auto;
	margin-right: auto;
 }
 
.leftimg {
	text-align: left;
}
 
.rightimg { 
	text-align: right;
}

.recipe { background-color: #C5E1E1; }
.recipe0 { background-color: #C5E1E1; }
.recipe4 { background-color: #FF6666; }
.recipe3 { background-color: #FF9900; }
.recipe2 { background-color: #FFFF00; }
.recipe1 { background-color: #B5DB3A; }

.recipe  a { color: #465956; }
.recipe1  a { color: #527B1A; }
.recipe2  a { color: #B68829; }
.recipe3  a { color: #934313; }
.recipe4  a { color: #840000; }

.thumb {
	border: 3px solid #4F1B1B;
	padding: 0px;
	color: #4F1B1B;
	position: relative;   
	text-align: left;
	width: 260px;
	height: 148px;
	margin: 5px;
	float: left;
}

#textblock {
	border: 3px solid #4F1B1B;
	padding: 25px 8% 25px 8%;
	color: #4F1B1B;
	position: relative;
	text-align: left;
	margin: 5px;
	background-color: #FF9900;
}



#thumbs { _margin-left: -5px; }

#pagelinks {
	clear: both;
	border: 3px solid #4F1B1B;
	padding: 5px;
	color: #4F1B1B;
	position: relative;   
	text-align: center;
	margin: 10px 5px 5px 5px;
	background-color: #FF9900;
	font-size: 1.3em;
	font-weight: bold;	
}

.browse {
	font-weight: bold;
}

.browse input, .browse select, .browse textarea {
	border: 1px solid #4F1B1B !important;
	margin: 0px !important;
	padding: 0px !important;
}

input,select,textarea {
	color: #4F1B1B;
	border: 3px solid #4F1B1B;
	font-size: 1.0em;
	font-family: tahoma;
	font-weight: bold;
	margin: 5px;
	padding: 3px;
}

.ilabel { 
	width: 75px;
	position: relative;
	float: left;
	clear: both;
	margin: 5px;
	padding: 3px;
	 
	font-size: 0.8em;
	font-weight: bold;
}

.submit {
	position: relative;
	float: right;
}

input[type="checkbox"] { 
	padding: 0px !important; 
	margin: 0px !important;
}

input {	background-color: #FF6666; }

select { background-color: #FFFF00; }

textarea { background-color: #B5DB3A; }

hr {
	color: #4F1B1B;
	background-color: #4F1B1B;
	border: 0;
	height: 1px;
	clear: both;
}

.adminmenu { width: 100%; background-color: #FF6766 !important; }

.adminlist {
	 
	font-size: 0.8em;
	width:95%;
}

.adminlist td{
	text-align:left;
}

#ratebuttons { text-align: right; }

.layerhidden {display:none}
.layershown {display:inline}

.addcomment {
	 
	font-size: 1.0em;
	font-weight: bold;
}

.currentpage { font-size: 1.2em; }

.uploadedimages { float:right; overflow: -moz-scrollbars-vertical; height:680px; }
