/* stylesheet.css: General style sheet for renaissancegentleman.com *******/

/* Yahoo UI simple reset.css ***********************************************/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
/***************************************************************************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 12, 2011 05:45:24 PM America/New_York */
@font-face {
    font-family: 'AquilineRegular';
    src: url('fonts/aquiline/Aquiline-webfont.eot?') format('eot'),
         url('fonts/aquiline/Aquiline-webfont.woff') format('woff'),
         url('fonts/aquiline/Aquiline-webfont.ttf') format('truetype'),
         url('fonts/aquiline/Aquiline-webfont.svg#webfontLSvXdGI4') format('svg');
    font-weight: normal;
    font-style: normal;

}

#wrapper {
	font-family: "Book Antiqua",serif;
	line-height: 1.2em;
	font-size: 1em;
}

h1, h2 {
	font-family: AquilineRegular,Pristina,"Apple Chancery","Lucida Calligraphy",cursive;
}

/* Created by and Copyright Nathan Skipper 2008-2011. All rights reserved. ******/

html {
	background: #95231f url('images/parchcolor9.jpg') top center repeat;
	margin: 0;
	height: 100%;
}

#wrapper {
	background: url('images/15boxarrow.gif') 0px 35px repeat-x;
	margin: 30px auto;
	width: 165em;
	float: left;
	z-index: 2;
}

div {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	text-align: center;
}

h1 {
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0.4em 0 1.4em;
}

h3 {
	font-style: italic;
}

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

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#branding, #about, #profilepic, #weblinks, #contact, #site-info {
	float: left;
	background: #e6c3a5 url('images/parchcolor19.jpg') top center repeat;
	margin: 20px;
	padding: 15px;
	-webkit-box-shadow: 2px 2px 4px #444;
	-moz-box-shadow: 2px 2px 4px #444;
	box-shadow: 2px 2px 4px #444;
	z-index: 3;
}

#branding p, #about p, #weblinks dl, #contact dl, #site-info p {
	background: #fff url('images/parchcolorf.jpg') top center repeat;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
}

#profilepic img {
	-webkit-box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
}

#branding {
	width: 25em;
}

/* #branding h1 {
	background: url('images/bg-h1-rgscript.png') top center no-repeat;
	height: 4.4em;
	text-indent: -9999px;
	margin: 0 0 1em -25px;
} */

#branding blockquote {
	font-size: 1.25em;
	margin: 0 auto 3em auto;
}

.cite {
	font-size: .625em;
}

#about {
	width: 35em;
}

/* #profilepic img {
	border: 2px solid #eee9e4;
} */

#weblinks, #contact {
	width: 23em;
}

#weblinks dl, #contact dl {
	float: left;
	width: 21.8em;
}


#weblinks dt, #contact dt {
	float: left;
	clear: left;
	padding: 2px 10px 7px 0;
}

#weblinks dd, #contact dd {
	float: right;
	clear: right;
	margin: 0;
	padding: 2px 0 7px 0;
}

#site-info {
	font-size: .7em;
}

#sign1, #sign2, #sign3, #sign4 {
	background: url('images/signs.png') no-repeat;
	height: 151px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	margin-top: 30em;
	z-index: 1;
}

#sign1 {
	margin-left: 10em;
}

#sign2 {
	background-position: -150px 0;
	margin-left: 45em;
}

#sign3 {
	background-position: -300px 0;
	margin-left: 98em;
}

#sign4 {
	background-position: -450px 0;
	margin-left: 148em;
}

