/*Reset*/
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, center, u, b, i {margin: 0 auto;padding:0;border: 0;outline: 0; font-weight: normal;  font-style: normal;  font-size: 100%;  font-family: inherit;  vertical-align: baseline} body {  line-height: 1}:focus {  outline: 0}ol, ul {  list-style: none}table {border-collapse: collapse; border-spacing: 0}blockquote:before, blockquote:after, q:before, q:after {content: ""}blockquote, q {quotes: "" ""}input, textarea {margin: 0;padding: 0}hr {margin: 0; padding: 0;border: 0;color: #000;background-color: #000;height: 1px}

/*General*/


@font-face {
	font-family: 'Champagne Limousines';
	src: url('Champagne_Limousines.ttf') format("truetype");
}

body{
	font-family: 'Champagne Limousines', Helvetica, Arial;
	font-size: 20px;
	text-align: center;
	color: #999;
	background-color: #FFF;
	line-height: 1.5;
}

h1{
	font-size: 32px;
	color: #8b008b;
}

a{
	color: #999;
	text-decoration: none;
}

a:hover{color: #8b008b;}

/*
	Tipos de páginas
*/
	.single #wrapper {width: 800px;}
	.single #logo {float: left; width: 200px;}
	.single #logo img {width: 200px; height: 200px;} 
	.single #content {float: left; width: 500px; text-align:left; padding-left: 10px; margin-top: 50px; border-left: 1px #aaa solid; }
	
	
/*
	Páginas
*/
#home .menu li{display: inline;}


