/*-----------------------------------------------------------------------------
Style Sheet (empty commented stylesheet)

version:   2
author:    j.latka
website:   http://www.jacksonlatka.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Resets all CSS styles for browser compatibility. Thanks YUI. */
@import "reset-fonts-grids.css";

/* Adds back many 'normal' CSS styles, after reset. Thanks YUI. */
@import "base-min.css";

/* Class for clearing floats */
.clear {
	clear:both;
}

html {
	min-width:;
	/*----Code below (2 lines) forces vertical scrollbar to avoid page shift------*/
	min-height:100%;
	margin-bottom:1px;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	color:#333;
	font-family: "Helvetica",sans-serif;
	font-size:small;
	line-height:150%;
	background-color: #E9E8E5;
	background: #E5E3E0 url(../images/texture-bg.png) repeat top left;
	padding-left: 100px;
	padding-top: 40px;
}

p {

padding: 20px 0;
}



/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	color: #333;
	font-size: 3em;
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	text-shadow: 1px 1px 1px #efefef;
	filter: dropshadow(color=#efefef, offx=1, offy=1);
	margin-bottom: 30px;
}



/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited {
	color: #333;
	text-decoration:none;
	border: none;
}


/* removes dotted link borders*/
a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}
/* end removes dotted link borders*/



/* =Main Content
-----------------------------------------------------------------------------*/

#main-nav {
	width: 350px;
	margin-top: 55px;
	margin-bottom: 55px;
} 

ul {
	padding: 0;
	margin: 0;
}

li {
	display: block;
	font-size: 1.9em;
	border-bottom: 1px solid #cbcbcb;
	padding: 20px 0 15px 0;
	list-style: none;
	-webkit-transition: background-color .4s linear;
	letter-spacing: -1px;
}

li.last {
	border-bottom: none;
}

li:hover {
	background-color: #f4f4f4;
	background-color: rgba(244,244,244,.5);
	cursor: pointer;
}

li a {
	display: block;
	padding-left: 8px;
}

li em {
	display: block;
	color: #B7B7B7;
	font-size: 0.55em;
	padding-top: 5px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	padding-left: 8px;
}


p.quote {
	color: #B7B7B7;
	text-shadow: 1px 1px 1px #efefef;
	font-size: 13px;
	margin-top: 15px;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/



/* =Misc 1
-----------------------------------------------------------------------------*/

.chat {
	background-color: #999999;
	color: rgba(153,153,153,.2);
	border-top: 1px solid #efefef;
	padding: 8px 10px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
	border-radius: 3px;
}

.chat:hover {
	background-color: #666666;
	color: rgba(153,153,153,.6);
}

a.chat {
color: #fff;
}

a.chat:hover {
color: #fff;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	color: #999;
}

cite {
	color: #b7b7b7;
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
