/*

Project: myHome
Version: 1.1
Licence: AGPL
Author: Vanaryon
Page: http://www.vanaryon.eu/mes-creations/myhome/ 

THIS IS THE USER CONFIGURATION FILE OF MYHOME

*/

body {
	font: 0.9em "Lucida Grande", helvetica, sans-serif;
	margin: 0;
	background-position: center 0;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-khtml-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
}

#search {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	width: 600px;
	height: 120px;
	left: 50%;
	margin-left: -300px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-khtml-border-radius: 12px;
	-ms-border-radius: 12px;
	box-shadow: black 0px 0px 10px;
	-moz-box-shadow: black 0px 0px 10px;
	-webkit-shadow: black 0px 0px 10px;
	-o-shadow: black 0px 0px 10px;
	-khtml-shadow: black 0px 0px 10px;
	-ms-shadow: black 0px 0px 10px;
}

a {
	outline-style: none;
}

a:link {
	color: white ;
	text-decoration:none ;
}

a:visited {
	color: white ;
	text-decoration:none ;
}

#search input {
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	font-size: 20px;
	padding-left: 25px;
	background-position: 5px 6px;
	border: 1px solid #888888;
	width: 400px;
	margin: 45px 0 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-ms-border-radius: 4px;
}

#search input:hover {
	background-color: #f1f1f1;
}

#favorites {
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	list-style-type: none;
	margin-left: -35px;
	margin-top: 0px;
	background-color: rgba(0,0,0,0.6);
	box-shadow: black 0px 0px 10px;
	-moz-box-shadow: black 0px 0px 10px;
	-webkit-box-shadow: black 0px 0px 10px;
	-o-box-shadow: black 0px 0px 10px;
	-khtml-box-shadow: black 0px 0px 10px;
	-ms-box-shadow: black 0px 0px 10px;
	padding-bottom: 3px;
}

#favorites li {
	display: inline;
	padding-right: 1em;
	padding-left: 0.3em;
	padding-bottom: 3px;
	padding-top: 10px;
}

#favorites li:hover {
	background-color: black;
}

#favorites img {
	padding: 5px;
	margin-bottom: -8px;
	border: 0px;
}

#favorites span {
	color: white;
	float: right;
	font-weight: bold;
	margin: 2px 10px 0 0;
}

#mail {
	background-color: rgba(0,0,0,0.7);
	border: 2px solid white;
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 6px 16px;
	font-size: 2em;
	text-shadow: 0 1px 1px black;
	color: white;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-khtml-border-radius: 25px;
	-ms-border-radius: 25px;
	box-shadow: black 0px 0px 15px;
	-moz-box-shadow: black 0px 0px 15px;
	-webkit-box-shadow: black 0px 0px 15px;
	-o-box-shadow: black 0px 0px 15px;
	-khtml-box-shadow: black 0px 0px 15px;
	-ms-box-shadow: black 0px 0px 15px;
}
