html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Helvetica, Arial;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#home #header{
	height: 212px;
	background-image:url('design1/bg-header-home.png');
	background-repeat:horizontal;
	text-align:center;
}
#home #content{
	text-align:center;
	width:500px;
	margin:0 auto;
}
#home #content img{
}
#home #content form{
	width:450px;
	margin:0 auto;
}
#home #content form input#search{
	background-image:url('design1/bg-input-home.png');
	background-repeat:horizontal;
	height:35px;
	width:325px;
	font-size:27px;
	padding-left:5px;
	border:1px solid #bdbcbd;
	position:relative;
	color:#333;
	vertical-align:top;
}
#home #content form input.submit{
	background-image:url('design1/bg-search-home.png');
	background-repeat:horizontal;
	height:39px;
	width:108px;
	border:1px solid #b1770b; 
	font-size:27px;
	margin-left:5px;
	vertical-align:top;
}
#home #content form p{
	font-size:8pt;
	font-style:italic;
	text-align:left;
	margin-left:5px;
	margin-top:2px;
	color:#333;
	
}
#home #content form ul{
	text-align:left;
}
#footer{
	padding-top: 25px;
	background-image:url('design1/bg-bottom-home.png');
	background-repeat:horizontal;
	text-align:center;
	clear:both;
}
#footer p{
	font-size:11pt;
}
#footer form{
	margin:10px 0 0 0;
}
#footer input#email{
	background-image:url('design1/bg-input-footer.png');
	background-repeat:horizontal;
	height:22px;
	width:200px;
	font-size:18px;
	padding-left:5px;
	border:1px solid #bdbcbd;
	position:relative;
	top:1px;	
	color:#666;
}
#footer input.submit{
	background-image:url('design1/bg-signup-footer.png');
	background-repeat:horizontal;
	height:26px;
	border:1px solid #b1770b; 
	font-size:13px;
}
#home #content h2{
	font-size:15pt;
	margin-bottom:5px;
}
#home #content #recently-updated{
	float:right;
	text-align:left;
	margin: 25px 30px;
}
#home #content #top-searches{
	float:left;
	text-align:left;
	margin: 25px 30px;
}
#home #content #recent-tweets{
	float:left;
	text-align:left;
	margin: 0 0 25px 30px;
}
#home #content #recent-tweets p.time{
	font-size:70%;
	color:#777;
}

#home #content h3{
	margin:1em 0 0 0;
	font-size:20pt;
	font-weight:bold;
	
}
#home #content p{
	margin:1em auto;
	width:400px;
}
#home #content #recent-tweets ul, #home #content #recent-tweets h2{
	margin:0;
}
#home #content #recent-tweets li{
	list-style-type:none;
	clear:both;
	padding:1em 5px;
}
#home #content #recent-tweets img{
	float:left;
	margin-right:6px;
	margin-top:0;
}
#home #content #recent-tweets p{
	font-size:90%;
	margin:2px 0 0 0;
}
#home #content #top-searches ul, #home #content #recently-updated ul{
	margin-left:5px;
	margin-top:8px;
}
#home #content #top-searches ul li, #home #content #recently-updated ul li{
	margin: 3px 0 0 0;
	font-size:10pt;
}
#home #content #hint{
}
#home #content #hint ul{
	width: 332px; list-style:none; margin:0; padding:0;
}


#home #content #hint ul li{
	margin:0; padding:5px;
	background-color:#fff;
	border:1px solid #bdbcbd;
	border-top:none;
	cursor:pointer;
	height:1em;
}
#home #content #hint ul li.selected{
	background-color: #00f;
	color:#fff;
}
.sug{
	float:right;
	margin:-15px 0;
	padding:0;
	font-style:italic;
	vertical-align:bottom;
}
#profile #header #hint ul{
	font-size:10pt;
	width: 207px; list-style:none; margin:0; padding:0;
}
#profile #header #hint ul li .sug{
	float:right;
	margin:-15px 0;
	padding:0;
	font-style:italic;
}
#profile #header #hint ul li{
	margin:0; padding:5px;
	background-color:#fff;
	border:1px solid #bdbcbd;
	border-top:none;
	cursor:pointer;
}
#profile #header #hint ul li.selected{
	background-color: #00f;
	color:#fff;
}

#profile #header{
	height: 132px;
	background-image:url('design1/bg-header-profile.png');
	background-repeat:horizontal;
}
#profile #header #logo{
	float:left;
}
#profile #header #slogan{
	float:right;
	margin-bottom:35px;
	margin-top:50px;
	margin-right:10px;
}
#profile #header form{
	float:right;
	clear:right;
	margin-right:10px;
}
#profile #header form input#search{
	background-image:url('design1/bg-input-footer.png');
	background-repeat:horizontal;
	height:22px;
	width:200px;
	font-size:18px;
	padding-left:5px;
	border:1px solid #bdbcbd;
	position:relative;
	color:#333;
	vertical-align:top;
}
#profile #header form input.submit{
	background-image:url('design1/bg-signup-footer.png');
	background-repeat:horizontal;
	height:26px;
	border:1px solid #b1770b; 
	font-size:13px;
	margin-left:5px;
	vertical-align:top;
}
#profile #header form p{
	float:right;
	margin:7px 0 0 8px;
	font-size:90%;
}
#profile #footer .last-updated{
	margin-top:15px;;
	font-size:9pt;
	color:#444;
}
#profile #content{
	max-width:900px;
	margin:0 auto;
}
#profile #content .pic{
	float:left;
}
#profile #content #name{
	float:left;
	width:300px;
		margin-left:5px;
}
#profile h1{
	font-size:25pt;
	letter-spacing:-2px;
	margin-left:3px;
}
#profile #content h2{
	color:#999;
	font-size:14pt;
	font-style:italic;
	margin-left:3px;
	letter-spacing:-1px;
}

#profile #content li#members, #profile #content li#formation_date, #profile #content li#birthdate{
	margin:10px 0 5px 10px;
	font-size:10pt;
}
#profile #content li#height{
	margin:5px 0 5px 10px;
	font-size:10pt;
}
#profile #content li#fannumber{
	margin:10px 0 5px 10px;
}
#profile #content li#mail{
	margin:5px 0 5px 10px;
	font-size:8.5pt;
}
#profile #content li#email{
	margin:10px 0 10px 10px;
}
#profile #content li#fannnumber{
	margin:5px 0 5px 10px;
}
#profile #content li#saynow{
	margin:5px 0 5px 10px;
}
#profile #content li.h{
	font-size:13pt;
	margin:5px 3px;
	font-weight:bold;
}
#profile #content #profiles{
	float:left;
	clear:left;
	background-color:#cfe2f1;
	border:1px solid #91aec7;
	padding:1em 0;
	margin:1em auto;
	width:95%;
	text-align:center;
	font-size:90%;
}
#profile #content #profiles li{
	display: inline;
	list-style-type: none;
	margin:0 10px;
}
#profile #content #contact{
	background-color:#efefef;
	border:1px solid #ddd;
	float:left;
	width:280px;
	margin:10px 0 10px 10px;
}
#profile #content #rightcol{
	float:right;
	margin-top:5px;
	margin-right:20px;
	width: 350px;
}
#profile #content #leftcol{
	width:500px; margin-top:20px; margin-left:30px
}
#profile #content #twitter{
	margin:20px 0;
}
#profile #content #twitter h3{
	font-size:120%;
	letter-spacing:-1px;
	margin:5px;
}
#profile #content #twitter ul{
	margin:10px;
	font-size:90%;
	
}
#profile #content #twitter ul li{
	margin:.7em 0;
	line-height:1.2em;
}

#profile #content #bio{
	float:left;
	clear:left;
	font-size:10pt;
	width:485px;
	margin-bottom:20px;
}
#profile #content li#type{
	margin:5px 0 5px 10px;
	font-size:10pt;
}
#legal h2{
	font-size:150%;
	margin:1em 0 .5em 0;
}
#legal p{
	margin:1em 0;
}
#results{
	text-align:center;
	width:auto;
	margin:0 auto;
}
#results li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	border:1px solid #000;
}
#results img{
	float:left;
	margin: 20px 0 10px 0;
}
#results p{
	float:right; 
	width: 250px;
	font-size:90%;
	
}
#results h1{
	font-size: 150%;
	font-weight:bold;
}
#results h3{
	font-size: 125%;
	float:right; 
	width: 250px;
	margin:20px 0 10px 0;
}
#results div.result{
	margin:0 auto; text-align:left;;
	clear:both;
}
.twitterpage{
	margin:0 auto;
}
.twitterpage li{
	width:450px;
	margin:1em auto;
	clear:both;
	padding:10px;
	height:60px;
	border:1px solid #30516F;
	background-color:#E8F1F9;
}
.twitterpage li p{
	margin: 2px 5px;
	font-size:80%;
	padding-left:5px;
}
.twitterpage li p a:link.name, .twitterpage li p a:visited.name, .twitterpage li p a:active.name{
	font-weight:bold;
	color:#B1770B;
}
.twitterpage p.time{
	color:#666;
	font-size:70%;
}
.twitterpage h2{
	font-weight:bold; margin-left:15px;
}
.twitterpage img{
	float:left;
	margin-right:5px;
}
.pagination{
	margin:0 auto;
	text-align:center;
	margin:30px 0;
}
.pagination a:link, .pagination a:visited, span.current{
	border:1px solid #DDEAF5;
	padding:3px 7px 1px 7px;
	margin:3px;
	background-color:#CEE2F1;
	color:#B1770B;
	font-weight:bold;
	text-decoration:none;
}
.pagination a:hover{
	background-color:#E8F1F9;
	border-color:#555;
	
}
span.current{
	background-color:#eee;
	border:1px solid #555;
	color:#222;
}
span.disabled{
	visibility:hidden;
	display:none;
	padding:3px 7px 1px 7px;
}
body.twitter{
	background-image:url('images/twitter-bg.png');
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:fixed;
}
