/* Main Styles for All Pages */


/* Start with Reset */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Now My Styles */

body {
	margin:0;
	
	background-color:#2A1911;
	
}
#container{
	width:100%;
	margin:0px auto;
	font-family: "American Typewriter",Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	text-shadow: 4px 4px 7px #000;
	font-weight: normal;

}
#flowerCorner{
	position:absolute;
	bottom:0px;
	right:0px;
	height:470px;
	width:460px;
	background-image: url('media/images/flower-accent.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index:-1;
}
#logo {
	margin: 10px auto;
	background-image: url('media/images/sl-logo-lg.png');
	width:475px;
	height:160px;
	text-indent:-5550px;
}
#subtext{
	display:block;
	margin: 10px 0;
	text-align: center;
	width:100%;
	
	
	font-weight: normal;
	font-size:30px;
	color:#FEEFE5;
}
#socialLine{
	color:#D5A58E;
	
	margin: 20px auto;
	text-align: center;
	width:600px;
	height:35px;
	line-height: 35px;
	
}

#socialLine p{
	font-size:25px;
	float:left;
}
#twitterLink{
	display:block;
	
	text-indent: -5550px;
	
	width:84px;
	height:35px;
	background-image:url('media/images/twitter-badge.png');
	float:right;
	margin: 0 5px;
}
#fbLink{
	display:block;
	
	text-indent: -5550px;
	width:102px;
	height:35px;
	background-image:url('media/images/fb-badge.png');
	
	float:right;
	margin: 0 5px;
}
#emailLink{
	display:block;
	
	text-indent: -5550px;
	width:92px;
	height:35px;
	background-image:url('media/images/email-badge.png');
	
	float:right;
	margin: 0 5px;
}
#emailForm{
	color:#D5A58E;
	
	margin: 20px auto;
	text-align: center;
	width:550px;
	font-size:20px;
	line-height:35px;
}
#emailBox{
	width:250px;
	height:20px;
	float:left;
	font-size:16px;
	margin: 0 8px;
	
}
#emailForm p{
	float:left;
}
#shelf {
	position:relative;
	margin:10px auto;
	width:734px;
	height:250px;
	background-image:url('media/images/shelf.png');
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 20;
}
#book1{
	position:absolute;
	display:block;
	width:150px;
	height:185px;
	top:5px;
	left:50px;
}
#book2{
	position:absolute;
	display:block;
	width:148px;
	height:182px;
	top:5px;
	left:250px;
}
#bookStack{
	position:absolute;
	width:243px;
	height:132px;
	background-image:url('media/images/bookstack.png');
	top:67px;
	right:35px;
	}
#currentStory{
	display:block;
	position:absolute;
	width:130px;
	height:65px;
	bottom:-40px;
	left:260px;
	text-align:center;
	background-image:url('media/images/cstory-marker.png');
	background-position: center top;
	background-repeat: no-repeat;	
	
}
#currentStory p{
	margin-top:40px;
	color:#FEEFE5;
}
