/* 
	The cuuks red: #8d181c
	Hover yellow: #ffffd0
	Hover blue: #E8F2FE
	Hover dark blue: #B5D5FF
*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	background-color: #fff;
	font-size:12pt;
	margin:0;
	padding: 0;
}

#navigation, #searchFieldWrapper, #footerNavi, .gauge,
#composition-tags, #composition-save, #composition-like,
#suggestedIngredientsFooter, .removeIngredient, .makePublic,
#identicalCompositionsList, input, .selectedIngredient .actions, .panel-divider, #addComment, .descriptor, #makePublic {
	display: none;
}

.row {
	clear:both;
}

#logo {
	float:right;
}

#column1, #column3 {
	display:none;
}

.selectedIngredient .name {
	margin-bottom:10px;
	font-weight: bold;
}

p.tags {
	margin-top:10px;
	color: #666;
	font-size:10pt;
	margin-left:10px;
}

h4 {
	margin-top:50px;
	font-size: 14pt;
}

img {
	border: 0;
}
