/* begin font-face declarations */

/*
@font-face {
	font-family: 'BPreplay';
	src: url('fonts/BPreplay.eot');
	src: local('BPreplay'), local('BPreplay'), url('fonts/BPreplay.woff') format('woff'), url('fonts/BPreplay.svg#BPreplay') format('svg'), url('fonts/BPreplay.ttf') format('truetype');
}
*/

@font-face {
	font-family: 'Powell Antique Regular';
	src: url('fonts/PowellAntique.eot');
	src: local('Powell Antique Regular'), local('PowellAntique'), url('fonts/PowellAntique.woff') format('woff'), url('fonts/PowellAntique.svg#PowellAntique') format('svg'), url('fonts/PowellAntique.ttf') format('truetype');
}

@font-face {
	font-family: 'Freebooter Script Regular';
	src: url('fonts/freebooterscript.eot');
	src: local('Freebooter Script Regular'), local('FreebooterScript'), url('fonts/freebooterscript.woff') format('woff'), url('fonts/freebooterscript.svg#FreebooterScript') format('svg'), url('fonts/freebooterscript.ttf') format('truetype');
}

@font-face {
	font-family: 'Quicksand Light';
	src: url('fonts/Quicksand_Light.eot');
	src: local('Quicksand Light'), local('QuicksandLight-Regular'), url('fonts/Quicksand_Light.woff') format('woff'), url('fonts/Quicksand_Light.svg#QuicksandLight-Regular') format('svg'), url('fonts/Quicksand_Light.otf') format('opentype');
}

@font-face {
	font-family: 'Quicksand Book';
	src: url('fonts/Quicksand_Book.eot');
	src: local('Quicksand Book'), local('QuicksandBook-Regular'), url('fonts/Quicksand_Book.woff') format('woff'), url('fonts/Quicksand_Book.svg#QuicksandBook-Regular') format('svg'), url('fonts/Quicksand_Book.otf') format('opentype');
}

@font-face {
	font-family: 'Buttons & Patches Regular';
	src: url('fonts/Buttons.eot');
	src: local('Buttons & Patches Regular'), local('Buttons&Patches'), url('fonts/Buttons.woff') format('woff'), url('fonts/Buttons.svg#Buttons&Patches') format('svg'), url('fonts/Buttons.ttf') format('truetype');
}

@font-face {
	font-family: 'Stretched Signature Flex Regular';
	src: url('fonts/Streche_Signature_Flex.eot');
	src: local('Stretched Signature Flex Regular'), local('StretchedSignatureFlex'), url('fonts/Streche_Signature_Flex.woff') format('woff'), url('fonts/Streche_Signature_Flex.svg#StretchedSignatureFlex') format('svg'), url('fonts/Streche_Signature_Flex.ttf') format('truetype');
}

@font-face {
	font-family: 'RNS Camelia Regular';
	src: url('fonts/RNS_Camelia.eot');
	src: local('RNS Camelia Regular'), local('RNSCamelia'), url('fonts/RNS_Camelia.woff') format('woff'), url('fonts/RNS_Camelia.svg#RNSCamelia') format('svg'), url('fonts/RNS_Camelia.otf') format('opentype');
}

@font-face {
	font-family: 'Antipasto Regular';
	src: url('fonts/Antipasto.eot');
	src: local('Antipasto Regular'), local('Antipasto'), url('fonts/Antipasto.woff') format('woff'), url('fonts/Antipasto.svg#Antipasto') format('svg'), url('fonts/Antipasto.ttf') format('truetype');
}

/* end font-face declarations */

/* begin reset.css - Thanks to Eric Meyer */

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 : #FFFAF6 ; 
}
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: "" "";
}

/* end reset.css */


/* start footer */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -.85em;
}
.footer, .push {
    height: .85em;
}

/* end footer */


#intro {
	font : .7em 'BPreplay', Arial, sans-serif; 
	color : #333 ;
	padding : 10px ; 
	line-height : 2;
	border : 0px solid ; 
	width : 23% ; 
	float : right ; 
}

#intro h2 {
	font : 1.5em 'Powell Antique Regular', Arial, sans-serif;
	font-variant : small-caps ; 
	margin-bottom : 15px ; 
	margin-top : 50px ; 
	letter-spacing : .1em ;
}

#intro p, #intro ul {
	margin : 0px 20px ; 
}

#intro ul li {
	margin : 0px 20px ; 
}

#intro ul li.list_header {
	margin : 0px 0px ; 
}

#header h1 {
	font : 3em 'Stretched Signature Flex Regular', Arial, sans-serif; 
	color : #FFE7CC ; 
	letter-spacing : .1em ; 
	border : 0px solid ; 
	margin-left : 80px ; 
	padding-top : 50px ;  
}

#header #nav {
	font : 1em 'Quicksand Light', Arial, sans-serif; 
	color : #FFE7CC ; 
	letter-spacing : .1em ;
	word-spacing : 2em ; 
	float : right ; 
	padding : 10px ;	
	width : 32em ; 
	border : 0px solid red ; 
}

#header {
	background-color : #f77a18 ; 
	height : 150px ; 
	border-bottom : 1px dashed ; 
	color : #FFE7CC ; 
}

#header_bottom {
	background-color : #f77a18 ; 
	height : 5px ; 
	color : #fff ; 
}

.menu_item {
	text-align : right ; 
	width : 7em ; 
	border-right : 1px dotted ;
	padding-right : .5em ; 
	float : left ; 
	word-spacing : 0em ; 
}

.menu_item p {
	margin-top : 3ex ; 	
	font : .65em 'RNS Camelia Regular', Arial, sans-serif; 
}

#content {
}

#nav a, .footer a { text-decoration : none ; }
#nav a:link, .footer a:link { color: #FFE7CC ; }
#nav a:visited, .footer a:visited { color: #FFE7CC ; }
#nav a:hover, .footer a:hover { color: #215c10 ; }
#nav a:hover { color: #215c10 ; border : 1px solid  #f77a18 ; }
.footer a:hover { color: #000 ; }

a:hover { color: #215c10 ; }
a:active { color: #DE3E00 ; background : #FFE7CC ; }
a:focus { background: #215c10 ; color : #FFE7CC ; }
a:focus:hover { background: white ; border : 1px solid #f77a18 ; color : #215c10 ; }


.list_header {
	font-weight : bold ;
}

.book_title {
	font-style : italic ; 
}

.footer p {
	font : .5em 'RNS Camelia Regular', Arial, sans-serif; 
	letter-spacing : .2em ;
}

.footer {
	color : #FFE7CC ; 
	background-color : #f77a18 ;
}
