/* --- FONTS --- */

@font-face {
	  font-family: 'Prestige';
	  font-weight: bold;
	  src: url('prestigeelite-bold.otf');
}

/* --- STYLES DE BASE --- */

body {
	background: url('images/body-bg.jpg') left 270px repeat-x #2f2c1c;
	
	font-size: 1em;
}

ul { margin-left: 0; }

#header {
	margin-top:10px;
	padding-top:20px;
	height:164px;
	
	background: url('images/body-bg.jpg') left top repeat-x #2f2c1c;
	
	text-align: center;
}

#page {
	position: relative;
	padding:40px 0;
	
	/*background:url('images/page-bg.png') left 1px repeat-x;*/
	background-color: #EEE;
	border-top:1px solid white;
	border-bottom:1px solid white;
	
	color: #393939;
	
	-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.8);
	-moz-box-shadow:0 1px 10px rgba(0,0,0,0.8);
}

#content {
	width: 600px;
	margin: 0 auto;
	
	overflow: hidden;
}

#content p strong {
	color: #408000;
	font-weight: normal;
}

#content #lemon {
	padding:3px 6px;
	
	background: #FFFF66;
	
	text-shadow:none;
	color:#333;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#content #left-col {
	width:300px;
	float: left;
	
	text-shadow: 0 -1px 0 white;
}

#content #right-col {
	width:250px;
	float: right;
	
	text-align: center;
}

#content #right-col a {
	display:block;
	width:235px;/*235x115*/
	height:75px;
	margin:10px auto 0 auto;
	
	border: 5px solid;
	border-color:white;
	
	background-position:center center;
	
	text-align: center;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3);
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-transition-property:border-color;
	-webkit-transition:200ms ease;
	-moz-transition-property:border-color;
	-moz-transition:200ms ease;
	/*-webkit-border-image:url('images/body-bg.jpg') left top;*/
}
#content #right-col a:hover {
	cursor: pointer;
	border-color:#FFFF66;
}
#content #right-col a:first-child {
	margin-top:0;
}

#content #right-col a img {
	opacity:0;
}


/*#recycle {
	position: absolute;
	width: 64px;
	height: 69px;
	bottom: -8px;
	right: 10%;
	
	background: url('images/recycle.png') left top no-repeat;
}

ul#contact {
	padding-left: 100px;
	margin:30px auto;

	list-style-type: none;
	overflow: hidden;
	
	line-height:1em;
	font-family: 'Prestige', "Courier New", Courier, serif;
	font-size: 1em;
}

ul#contact li {
	float: left;
	margin: 5px 0;
	padding: 0.9em 1em 0.9em 55px;

	-moz-border-radius: 1px;
	-webkit-border-radius: 2px;
	
	color: white;
}
ul#contact li:hover {
	padding-right: 50px;
}

ul#contact li strong {
	color: black;
	font-weight: normal;
}

ul#contact li a {
	border: none;

	color: white;
	text-decoration: none;
}

#email {
	background: #ace906 url('images/google-icon.png') 10px center no-repeat;
}
#email a:hover {
	border-bottom: 1px solid #b9fd01;
}

#twitter {
	position: relative;
	right: 20px;
	background: #07b3e5 url('images/twitter-icon.png') 10px center no-repeat;
}
#twitter a:hover {
	border-bottom: 1px solid #00c5fe;
}

#facebook {
	background: #2278d9 url('images/facebook-icon.png') 10px center no-repeat;
}
#facebook a:hover {
	border-bottom: 1px solid #91bff2;
}

#blog {
	position: relative;
	right: 20px;
	background: #9f024c url('images/wordpress-icon.png') 10px center no-repeat;
}
#blog a:hover {
	border-bottom: 1px solid #d20063;
}

#foot-links {
	width:400px;
	margin:5px auto 0 auto;
	
	list-style-type: none;
	
	font-size:0.8em;
	font-family: "Trebuchet MS", sans-serif;
}

#foot-links li {
	float:right;
	margin-left:20px;
}

#foot-links a {
	text-decoration: none;

	color: white;
}
*/