/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: underline;color: #2B3E0A; }
a:hover { text-decoration: none; }

html {
background: #C1DC94 url(/images/background.jpg);
}
body {
	font-size: 62.5%;
	text-align:center;
	font:.75em/1.5 'Lucida Grande',sans-serif;
	color:#333;
	line-height: 22px;
}

#wrapper {
width: 950px;
text-align:left;
margin-left: auto;
margin-right: auto;
}

#header {
margin-top: 10px;
margin-bottom: 10px;
}
#header #logo {
float:left;
}
#header #logo a{
display: block;
width: 380px;
height: 100px;
background: url(/images/logo.png) no-repeat;
text-indent: -9999em;
}
#header #period {
float:right;
padding-top: 20px;
text-align:right;
}
#header #period form{
display: inline;
}
#header #period span#current-period a{
color: #333;
}
#header #period span#modify-period a,
#header #period span#modify-period-ok a{
display: block;
float:right;
width: 16px;
height: 16px;
text-indent: -999em;
background: url(/images/modify-period-trans.png);
margin-top: 4px;
margin-left: 5px;
}

#header #period span#modify-period-ok a{
background: url(/images/modify-period-ok-trans.png);
}
#header #period span#modify-period a:hover{
background: url(/images/modify-period-hover-trans.png);
}
#header #period span#modify-period-ok a:hover{
background: url(/images/modify-period-ok-hover-trans.png);
}
#header #period p{
font-size: 1.4em;
font-weight: bold;
margin-top: 20px;
text-align:left;
}
#header #period select{
font-size: .9em;
}
#page {
}
#content {
background: url(/images/bg-trans.png);
padding: 10px;
margin-top: 0px;
-moz-border-radius: 10px;
border: 3px solid #A9DD9E;
min-height: 300px;
}

#recipe {
background: #FCE4A4;
width: 500px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
}
#recipe .description {
text-align:center;
padding: 40px;
padding-top: 20px;
padding-bottom: 10px;
}
#recipe h2{
font-size: 2em;
}
#recipe #infos {
padding: 5px 10px;
}
#recipe #identifier {
float:left;
}
#recipe #votes {
float:right;
}
#recipe #votes ul{
list-style: none;
}
#recipe #votes ul li{
float:left;
}
#recipe #votes ul li a{
display: block;
background: url(/images/vote-pos.gif);
width: 24px;
height: 24px;
text-align:center;
font-weight: bold;
color: #fff;
font-size: 1.3em;
text-decoration: none;
margin-left: 3px;
-moz-border-radius: 5px;
text-indent: -9999em;
}

#recipe #votes ul li a.less{
background: url(/images/vote-neg.gif);
}
#recipe #votes ul li a.less:hover{
background: url(/images/vote-neg.gif);
}
#recipe #votes .prevote.plus{
color: green;
font-weight: bold;
}
#recipe #votes .prevote.minus{
color: red;
font-weight: bold;
}
#recipe .actions{
text-align: right;
padding: 10px;
padding-bottom: 5px;
}
#recipe .actions ul{
list-style: none;
}
#recipe .actions ul a{
color: #7F610F;
font-size: .95em;
}
#refresh {
width: 260px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 20px;
}
#refresh a {
width: 260px;
height: 24px;
background: url(/images/bg-button-refresh-trans.png);
display: block;
text-align:center;
text-decoration: none;
}
#refresh a:hover {
background-position: center -24px;
color: #000;
}
.user-part {
float:left;
width: 46%;
padding: 10px;
}
.user-part#signup-part {
width: 49%;
}
.user-part#login-part {
width: 46%;
}

.user-part h1{
margin-bottom: 20px;
border-bottom: 1px solid;
font-size: 1.4em;
font-weight: bold;
}
.user-part#signup-part ul{
margin-left: 30px;
margin-top: 10px;
}
.user-part#signup-part h2{
margin-top: 10px;
}
hr{
border: 0;
}
.user-part label{
width: 150px;
display: block;
float:left;
font-size: 1.2em;
padding-top: 2px;
}
.user-part input{
border: 1px solid #999;
border-bottom: 1px solid #777;
border-right: 1px solid #777;
padding: 3px;
font-size: 1.2em;
font-weight: bold;
width: 265px;
}
#signup-part input{
width: 238px;
}
#signup-part label{
width: 205px;
}
.user-part p{
text-align: left;
clear:both;
margin-top: 20px;
}
.user-part p input{
width: 200px !important;
background: #9CC15D;
border: 1px solid #688F23;
-moz-border-radius: 5px;
color:#1E2F00;
}
#signup-part p input{
background: #E97745;
border: 1px solid #AF4C20;
color: #fff;
}

#user-bar-greeting .current{
background: #fff;
padding: 3px;
text-decoration: none;
font-weight: bold;
}
#footer {
text-align: right;
}
.clearer {
clear: both;
}
#best-recipes {
margin-top: 20px;
float:left;
width: 530px;
}
#send-recipe {
float:left;
width: 350px;
margin-left: 20px;
margin-top: -20px;
background: #DFEFC2;
padding: 10px;
-moz-border-radius: 10px;
margin-bottom: 10px;
}

#send-recipe #done{
background: #C1CFA8 url(/images/valid.png) no-repeat 5px center;
padding: 5px;
padding-left: 35px;
margin-bottom: 10px;
}
#send-recipe .explanation{
background: #C1CFA8;
padding: 5px;
margin-bottom: 10px;
}

#send-recipe h2{
margin-bottom: 15px;
}
#best-recipes h3{
margin-top: 10px;
background: #FFDF89;
padding: 4px;
color: #5F4500;
}
#best-recipes ul{
list-style: none;
margin-left: 10px;
}
#best-recipes ul a{
display: block;
}
#send-recipe textarea{
width: 340px;
}
#send-recipe input{
border: 1px solid #999;
border-bottom: 1px solid #777;
border-right: 1px solid #777;
padding: 3px;
font-size: 1.2em;
font-weight: bold;
width: 265px;
}
#send-recipe label{
display: block;
font-size: 1.2em;
padding-top: 0px;
}
#send-recipe select{
font-size: 1.2em;

}