/* @override http://www.upyourflavor.com/static/base.css */

/***************************** Reset ******************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;.zoom:1;}
html,body {border:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

ul { list-style:disc; list-style-position: inside; padding-left:1em; }
ol { list-style:decimal; list-style-position: outside; padding-left:2em; }

em,i { font-style:italic; }
strong,b { font-weight:bold; }

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 { font-size:2em; }
h2 { font-size:1.6em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
h6 { font-size:1em; }

html, body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial;
}

a, a:visited, a:hover {
	color: #000;
}

#base-header,
#base-menu,
#base-search,
#base-sidebar,
#base-footer,
#share,
#actions,
#comments,
form {
	display: none;
}

.section {
	margin-top:1em;
}

.username {
	font-weight:bold;
}

.tstamp {
	font-style:italic;
}

#recipe h1 a {
	text-decoration: none;
}

#recipe h2 {
	background-color: #fff;
}

.ads {
    display: none;
}

