/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px ~ 12px) */ 

body {
	background: #f3ecf5;
	text-align: left;
	font-size: 105%;
	line-height: 175%;
	font-family: "CicleFina", arial, verdana, tahoma, "times new roman";
	color: #7d6a84;
	margin: 0;
	letter-spacing: 2px;
	text-shadow: 1px 1px #fff;
	}

@font-face {
    font-family: 'CicleFina';
    src: url('fonts/Cicle_Fina-webfont.eot');
    src: url('fonts/Cicle_Fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cicle_Fina-webfont.woff') format('woff'),
         url('fonts/Cicle_Fina-webfont.ttf') format('truetype'),
         url('fonts/Cicle_Fina-webfont.svg#CicleFina') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: '!PaulMaulRegular';
    src: url('fonts/!PaulMaul-webfont.eot');
    src: url('fonts/!PaulMaul-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/!PaulMaul-webfont.woff') format('woff'),
         url('fonts/!PaulMaul-webfont.ttf') format('truetype'),
         url('fonts/!PaulMaul-webfont.svg#!PaulMaulRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ----- PAGE BASICS ----- */


b, strong {
	color: #5e3c68;
	}

i, em {
	color: #9630b3;
	}

input, textarea, option, select {
	font-family: "ChampagneLimousinesRegular", arial, verdana, tahoma, "times new roman";
	font-size: 1em;
	font-style: italic;
	background: #e7dfe9;
	color: #7d6a84;
	border: 1px solid #cdc1d0;
	padding: 7px;
	margin: 2px; 
	letter-spacing: 2px;
	}
	

blockquote {
	display: block;
	text-align: center;
	background: #e7dfe9;
	font-size: 1em;
	line-height: 1.333em;
	font-style: italic;
	margin: 10px 100px 30px 100px;
	padding: 15px 10px;
	text-shadow: 0px 0px;
	}

.alignright {
	float: right;
	padding: 2px;
	margin: 0 0 1px 3px;
	}

.alignleft {
	float: left;
	padding: 2px;
	margin: 0 3px 1px 0;
	}

.aligncenter { 
	margin:0 auto; 
	text-align: center;
	}

li {
	padding: 1px 1px 5px 1px;
	}




/*  ----- DIVS ----- */


#container {
	margin: 100px auto;
	width: 700px;
	}
	
#header {
    text-align: center;
    padding: 10px;
    }

#content {
	width: auto;
	text-align: left;
	padding: 5px 0;
	margin: 0;
	}

#footer {
	clear: both;
	width: auto;
	font-size: .667em;
	line-height: 1.2em;
	text-transform: uppercase;	
	text-align: center;
	padding: 20px;
	margin: 0 auto;
	}




/* ----- HEADERS & TITLES ----- */


.maintitle {
    font-size: 350%;
    line-height: 90%;
    font-weight: bold;
    letter-spacing: 6px;
    color: #83369c;
    font-family: '!PaulMaulRegular';
    }
    
.kimtitle {
    font-size: 200%;
    letter-spacing: 8px;
    padding: 0 4px 0 0;
    color: #b686c6;
    font-family: '!PaulMaulRegular';
    }

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #5f236e;
	font-family: "!PaulMaulRegular";
	text-transform: capitalize;
	letter-spacing: 3px;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 15px 0 -10px 0;
	}

h2 {
	font-size: 1.167em;
	line-height: .833em;
	font-style: italic;
	font-weight: normal;
	font-family: "!PaulMaulRegular";
	text-transform: capitalize;
	color: #b686c6;
	text-transform: none;
	margin: 10px 0 3px 0;
	padding: 0 0 1px 5px;
	border-left: 30px solid #c47291;
	letter-spacing: 3px;
	}

h3 {
	font-size: 1.333em;
	font-style: italic;
	font-weight: normal;
	font-family: "!PaulMaulRegular";
	text-transform: capitalize;
	color: #83369c;
	text-transform: none;
	margin: 0;
	letter-spacing: 2px;
	}




/* ---------- NAVIGATION STYLES ----------*/


#nav {
	margin: 0 auto;
	width: auto;
	background: transparent;
	text-align: center;
	padding: 10px;
	}

#nav ul, #nav li{
	display: inline;
	list-style: none;
	}

#nav a:link, #nav a:visited {
	float: inherit;
	font-style: italic;
	color: #8009a7;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 2px;
	}

#nav a:hover {
    color: #b610ed;
	text-decoration: none;
	border-bottom: 0px;
	} 




/* ----- LINKS ----- */


a:link,a:active,a:visited {
	color: #8009a7;
	text-decoration: underline;
	}

a:hover {
	color: #b610ed;
	text-decoration: underline;
	border-bottom: 0px;
	}