/* Home */

body {
	color: #666;
	background: #fff;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* @group Login */

#logo {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute; /* or it pops around when the login box fades in/out */
	top: 0px;
	}
#login_form_goes_here {
	/* height: 1%; */
	}
form {
	margin:4px 0 0 0 !important;
	float:right;
	}
form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	form ul.fields {
		}
form ul li {
	margin: 0 0 1px 0; /* without bottom margin, caput */
	line-height:140%;
	float: none;
	text-align: left;
	}
fieldset label {
	width: 100px;
	font-size:9pt;
	padding:0 10px 0 0;
	height: 1%;
	display: block;
	float: left;
	text-align: right;
	color:#999;
	}
input.text,
textarea {
	margin:3px 0 0 0;
	padding: 1px 2px;
	font-size: 9pt;
	width: 150px;
	border: 1px solid #999;
	}
#email.text,
#password.text {
	display: block;
	float: left;
	height: 1%;
	}
.normal_login_link {
	font-size: 8.5pt;
	}
input.submit {
	background: url('/images/submit.gif') bottom left repeat-x;
	margin: 0 0 0 4px;
	padding: 1px 10px;
	font-size: 9pt;
	border-top:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	width:70px;
	}
	.openid {
		margin: 1em 0 0 0;
		padding-top: 4px;
		}
	.openid_login_link {
		margin: 0 0 0 4px;
		width:70px;
	}
input.submit:hover {
	border-color: #ccc;
	}
.regular {
	margin-top: 1em;
	margin-left: 0;
	font-size: .8em;
	}



/* @end */

/* @group Homepage */
#container {
	width: 760px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	top: 0;
	}
#topbar {
	padding: 0;
	background: #fff;
	height: 80px;
	}
#sub-top { 
	background: url('images/fond-carreau.gif');
	background-repeat:repeat-x; 
	color: #fff;
	}
	#sub-top strong,
	#sub-sub-top strong {
  		font-weight: normal;
  		}
	.forgot {
		float:right;
		font-size: 8.5pt;
		margin: 0;
		padding: 0 75px 0 0;
		}
	.blurb {
		font-size: 12pt;
		margin: 0;
		padding:10px 10px;
		color: #ccc;
		}
	#sub-top.error {
		background: #f63;
		}
		#sub-top.error .blurb {
			color: #fff;
			}
		#sub-top.error .forgot a {
			color: #fff;
			}
	.facebook {
		background:#FFF9D7 !important;
		border: 1px solid #E2C822;
		padding:10px 10px;
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
		color:#333333;
		font-size:12pt;
		-moz-border-radius-bottomright:3px;
	    -webkit-border-bottom-right-radius:3px;
	    border-bottom-right-radius:3px;
		}
	#sub-top.status .blurb {
		font-size: 12pt;
		}
.orange-alert {
	-moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
	background-color:#f63;
	color:#fff;
	font-size:11pt;
	padding:10px 10px;
	}
	.orange-alert a {
	  color: #900;
	  font-weight: bold;
	  }
#sub-sub-top {
	/* background: url('/images/bg-black-60p.png'); */
	background: #fff;
	color: #666;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
	}

#bottombar {
	position: absolute;
	top: 452px;
	/* width: 760px;
	height: 150px; */
	}
#bottombar #place-info {
	background: url('/images/bg-black-60p.png');
	color: #fff;
	height: 26px;
	}
	#place-info a:link,
	#place-info a:visited,
	.blurb a:link,
	.blurb a:visited {
		color: #fff;
		}
	#place-info a:hover,
	.blurb a:hover {
		background: none;
		}
#bottombar #boxes {
	list-style-type: none;
	background: #fff;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
	}
#bottombar #footer {
	margin: 0 0 5em 0;
	padding:0;
	background: #f1f1f1;
	text-align: left;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
	}
#footer ul.nav {
	float: right;
	margin:4px 0pt 0pt;
	}
#footer #license {
	width: 200px;
	}
	#footer #license img {
                vertical-align:middle;
                }
	#photoby {
		font-size: 8.5pt;
		}
/* @end */



