html
{
	min-height: 100%;
	margin-bottom: 1px;
}

* {
	margin: 0;
	padding: 0;
}

/*
	Foundation styles
*/
body {
	/*background: #C0BBA5;*/
	background: #a5a08b;
	color: #fff;
	font: normal 100% Helvetica, Arial, sans-serif;
}

a {
	color: #ffffff;
}

h2 img { float: right;
	margin-right: 10%;
}

h3 img
{
	float: right;
	margin-right: 0;
	margin-bottom: .6667em;
}

a:hover {
	color: #36C;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

/*
	Type
*/
#logo {
	font-size: 3em;			/* 48px / 16px = 3em */
	line-height: 1.14583;	/* 55px / 48px = 1.14583 */
	margin: 0 0 ;
	text-transform: uppercase;
}

.entry .info,
.entry .meta {
	font-size: 0.6875em;	/* 11px / 16px = 0.6875em */
	font-weight: bold;
	line-height: 1.45455;	/* 16px / 11px = 1.45455 */
}

.entry h2 {
	font-size: 1.5em;			/* 24px / 16px = 1.5em */
	margin-bottom: 0.66667em;	/* 16px / 24px = 0.66667em */
}

.entry .info {
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.entry .main {
	font: normal .9em/1.375 Georgia, Times, serif;	/* 22px / 16px = 1.375 */
	text-align: right;
}

.entry .main p {
	text-indent: 1.5em;	/* 24px / 16px = 1.5em */
}



.entry .main .vertspecs
{
	font-size: .9em;
	text-indent: 0em;
	text-align: right;
	clear:both;
	float:right;
	margin:0;
	padding:0;
}
.entry .main .specs
{
	font-size: .9em;
	text-indent: 0em;
	text-align: right;
	clear:both;
}

.entry .main p:first-child {
	text-indent: 0;
}

.entry .meta {
	margin-top: 0.5em;
}

.entry .meta p
{
	text-align: right;
	margin-right: 10%;
}

/*
 Layout
*/
#page
{
	margin: 10px auto;
	padding: 0 1em;
	max-width: 56.25em;
	/* 900px / 16px = 56.25em */
}

#logo
{
	float: right;
	margin-right: 8%;
	/* 168px / 900px = 0.187 */
	/*width: 79.7%;*/
	/* 717px / 900px = 0.797 */
	background-color: #CC3;
}

.entry {
 float: left;
 width: 100%;
}

.entry h2 {
 float: right;
 width: 85.425%; /* 534px / 900px = 0.5933 */
}

.entry .info {
 float: left;
 margin-top: 0.72727em; /* 8px / 11px = 0.72727em */
 width: 12.551%; /* 124px / 988px = .12551 */
}

.entry .content {
 float: right;
 width: 85.425%; /* 844px / 988px = 0.85425 */
}

.entry .main
{
	float: right;
	margin-right: 10%;
	margin-left: 10%;
}

.entry .meta
{
	float: right;
	width: 85.425%;
	/* 844px / 988px = 0.85425 */
	margin-top: 50px;

}

#lori { margin: 0 0 70px 25px; }

ul.myIndentMenu
{
	list-style: none;
	margin: 0 0 0 10px;
	color: #930;
}

ul.myIndentMenu a:hover { color: #C00; }

ul.myIndentMenu li
{
	margin: 0 0 10px 0;
}

table.pay
{
	float: right;
	clear: both;

}

input.pay
{
	float: right;
	clear: both;
	padding:10px 0 0 0;
}
