body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
a:link, a:visited, a:active {
	color: #2f2f2f;
}
h1 {
	font-size:14px;
}

h2.recipe-head {
	font-size:14px;
	display:block;
	float:left;	
	padding: 1px 0 0 0;
}

h2 {
	font-size:14px;
}



h3 {
	font-size: 14px;
	display:block;
	padding: 1px 0px 0 5px;
}

h4 {
	font-size: 12px;
	display:block;
	padding: 1px 0px 0 5px;
}



#content-l ul, #content-full-l ul {
	padding: 5px 0 10px 0;
	list-style: none inside;
}
#content-r ul,#content-full-r ul{
	padding: 5px 0 10px 5px;	
	list-style: none inside;
}

p {
	margin: 2px 0 0px 0;
	font-size:14px;
}

p.recipe {
	font-size:16px;
	font-weight: normal;
	text-decoration: none;

}


p.inclist {
	margin: 0 0 0 10px;
	list-style: square inside;
}

td.head {
	font-size:13px;
	font-weight: bold;
	vertical-align:top;

}
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
    background-color: #ccc;
	background: #ccc;
	border: 1px solid;
	
}
input,select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
    background-color: #ccc;
	background: #ccc;
	border: 1px solid;
}



ul#category {
	list-style: none;
	
}
ul#category li {
	border: none;
	margin: 0px 2px 0px 0px;
	height: 20px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #000;
    background: #fff;
}

ul#category li.cat a:link, li.cat a:visited, li.cat a:active {
	display:list-item;
	list-style:none;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0 0px;
}
ul#category li.cat a:hover {
	background-color: #fff;
	text-decoration: underline;
}

ul#recipe {
	list-style: none;
}
ul#recipe li {
	border: none;
	margin: 0px 2px 0px 0px;
	height: 20px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #000;
    background: #fff;
}

ul#recipe li.recipe a:link, li.recipe a:visited, li.recipe a:active {
	display:list-item;
	list-style:none;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0 0px;
}

ul#recipe li.recipe a:hover {
	background-color: #fff;
	text-decoration: underline;
}

ul#inc {
	list-style: square;
	position:relative; top:0px; left:20px;	
}

ul#inc li.inc a:link, li.inc a:visited, li.inc a:active, li.inc a:hover {
	text-decoration: underline;
	font-weight: normal;
	display:compact;
	position:relative; top:0px; left:0px;
}

#votes {
	padding: 20px 0 0 0;
}

#votes p {
	background: #ccc;

}

#browse {
 display:block;
 width:300px;
 
}

ul#browsebar {
	list-style: none;
	position:relative; top:0px; left:0px;	
 	float:left;
}

ul#browsebar  li.browser {
	text-decoration: none;
	font-weight: normal;
	display:compact;
	position:relative; top:0px; left:0px;
	float:left;
	text-align:left;
	height: 20px;
	padding: 5px 8px 0 8px;
	width:100px;	
 }
ul#browsebar  li.browserright {
	text-decoration: none;
	font-weight: normal;
	display:compact;
	float:left;
	text-align:center;
	width:75px;
 }
ul#browsebar  li.browserleft {
	text-decoration: none;
	font-weight: normal;
	display:compact;
	float:left;
	text-align:center;
	width:75px;
 }

ul#browsebar li {
	float: left;
	border-right: 1px solid #c49815;
	margin: 5px 0 0 0;
	height: 25px;
}

ul#browsebar li a:link, li a:visited, li a:active {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	padding: 5px 8px 0 8px;
}

#source {
 padding: 10px 0 0 0;
 text-align:right;
}

#sb {
	display:block;
	border-style:dotted;
	border-width:1px;
	border-color:#999;
	padding: 10px 10px 10px 10px;
}