/* @override http://localhost/~joelhancock/Guwi/Projects/Sookassa_Alpha/public_html/Themes/Sookassa/CSS/stylesheet.css */

@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('http://localhost/~joelhancock/Guwi/Projects/Sookassa_Alpha/public_html/Fonts/Goudy-Bookletter-1911-fontfacekit/goudy_bookletter_1911.eot');
	src: local('Goudy Bookletter 1911 Regular'), local('GoudyBookletter1911'), url('http://localhost/~joelhancock/Guwi/Projects/Sookassa_Alpha/public_html/Fonts/Goudy-Bookletter-1911-fontfacekit/goudy_bookletter_1911.ttf') format('truetype');
}

html * {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	background-color: #FFF;
}

body {
	font-size: 101%;
	line-height: 1em;
	font-family: 'Lucida Grande', Lucida, Verdana, sans-serif;
	height: 100%;
}

.clear {
	clear: both;
}

/* =wrapper */

#wrapper {
	position: relative;
}

#innerheader,
#innermenu,
#innerpage,
#innerfooter,
#innerappfooter {
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px 1em 0px 1em;
}

/* =header */

#header {
	display: none;
}

/* =menu */

#menu {
	display: none;
}

/* =page */

#page {
	font-size: 0.85em;
	line-height: 1.3em;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #FFF;
}

/* =content */

#content {
	padding: 100px 0px 60px 0px;
	text-align: center;
}

p.introducing {
	font-family: "GoudyBookletter1911Regular";
	font-size: 1.1em;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	color: #333;
	text-transform: uppercase;
	display: none;
}

#content h1 {
	text-transform: uppercase;
	font-family: "GoudyBookletter1911Regular";
	font-size: 4.7em;
	margin-bottom: 25px;
}

#content h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.5em;
	margin-bottom: 40px;
	font-weight: normal;
	color: #333;
}

#content #details {
	margin: 0 auto 0 auto;
	width: 630px;
}

#content #details ul {
	list-style: none;
}

#content #details ul li {
	float: left;
	width: 300px;
	padding-bottom: 2em;
	font-style: italic;
	font-size: 1em;
	line-height: 1.35em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: rgb(149, 149, 149);
	text-align: justify;
}

#content #details ul li.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}

#content #details ul li.first {
	padding-right: 15px;
}

#content #details ul li.second {
	padding-left: 15px;
}

#content #details ul li a {
	color: #509eee;
}

#content #postscript {
	clear: both;
}

/* =footer */

#footer {
	font-size: 0.7em;
	padding: 1.4em 0 1em 0;
	text-align: center;
}

/* =appfooter */

#appfooter {
	border-top: 1px solid #EEE;
	font-size: 0.7em;
	padding: 1.4em 0 2.8em 0;
	color: rgb(149, 149, 149);
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
	background-color: #f7f9f9;
}

#appfooter span {
	padding-left: 1em;
}

#appfooter span#loginLink {
	display: none;
}

#appfooter span a {
	color: #666;
}

