@charset "UTF-8";

/* ========================================================================== GENERAL */

div.splashcontainer {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

h1 {
	color: #421d0d;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 0.8em;
	margin-bottom: 0.8em;
	margin-top: 0px;
}

h2 {
	color: #421d0d;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 1.4em;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 0.8em;
}

p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
}

td p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}

p.clear-margin {
	font-size: 6px;
	line-height: 6px;
	margin: 0em;
	padding: 0px;
	clear: both;
}

input {
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

a:link {
	text-decoration: none;
	color: #3b1f15;
}

a:visited {
	text-decoration: none;
	color: #3b1f15;
}

a:hover {
	text-decoration: underline;
	color: #3b1f15;
}

a:active {
	text-decoration: underline;
	color: #3b1f15;
}

a.subtle:link {
	text-decoration: none;
	color: #000000;
}

a.subtle:visited {
	text-decoration: none;
	color: #000000;
}

a.subtle:hover {
	text-decoration: underline;
	color: #000000;
}

a.subtle:active {
	text-decoration: underline;
	color: #000000;
}

/* ========================================================================== FORMS */

form.general-form {
	margin-top: 0.4em;
	margin-bottom: 2em;
}

form.general-form label {
	float:left;
	width: 12em;
	top-padding: 0.2em;
}

input {
	background-color: #e6ecd2;	
}

textarea {
	background-color: #e6ecd2;	
}

input.password {
	width: 6em;
}

input.string2 {
	width: 3em;
}

input.string16 {
	width: 12em;
}

input.string32 {
	width: 24em;
}

input.string128 {
	width: 40em;
}

input.captcha {
	width: 6em;
}

a.button {
	color: #421d0d;
	font-size: .8em;
	font-weight: bold;
	line-height: 30px;
	background-image: url(/images/main-button.jpg);
	text-decoration: none;
	text-align: center;
	width: 104px;
	height: 31px;
	display: block;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22em;
}

a.button:link {
	color: #421d0d;
	background-image: url(/images/main-button.jpg);
	text-decoration: none;

}

a.button:visited {
	color: #421d0d;
	background-image: url(/images/main-button.jpg);
	text-decoration: none;
}

a.button:hover {
	color: #421d0d;
	background-image: url(/images/main-button-hilite.jpg);
	text-decoration: none;
	text-align: center;
}

a.button:active {
	color: #421d0d;
	background-image: url(/images/main-button-hilite.jpg);
	text-decoration: none;
}


/* ========================================================================== FOOTER */

div#footer {
	text-align: center;
	padding-top: 38px;
}

div#footer p {
	font-size: .8em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

/* ========================================================================== MAIN PAGES */

body {
	background-color: #829d65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-image: url(/images/main-bg.jpg);
	background-repeat: repeat;
}

div.container {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div.top {
	background-image: url(/images/main-top.jpg);
	height: 271px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}

div.menu {
	float: right;
	width:330px;
	margin-top: 206px;
	margin-right: 40px;
	padding: 0px;
	margin-bottom: 0px;
}

div.body {
	background-image: url(/images/main-body.jpg);
	width: 960px;
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div.content {
	background-image: url(/images/main-left.jpg);
	background-repeat: no-repeat;
	min-height: 399px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 80px;
}

div.bottom {
	background-image: url(/images/main-bottom.jpg);
	height: 52px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}

div.sidebar {
	float: right;
	width: 161px;
	margin-top: 12px;
	margin-left: 18px;
	margin-right: 12px;
}

div.sidebar-top {
	color: #421d0d;
	font-size: 1.3em;
	line-height: 30px;
	font-weight: bold;
	width: 161px;
	height: 37px;
	text-align: center;
	background-image: url(images/main-sidebar-top.jpg);
	background-repeat: no-repeat;
}

div.sidebar-body {
	width: 161px;
	color: #421d0d;
	background-image: url(images/main-sidebar-body.jpg);
	background-repeat: repeat-y;
	margin-top: -12px;
}

div.sidebar-body p {
	margin-right: 10px;
	margin-left: 12px;
}

div.sidebar-body a {
	text-align: right;
	display: block;
	font-weight: bold;
	margin-right: 12px;
	margin-bottom: 0px;
}

div.sidebar-body a:link {
	text-decoration: underline;
}

div.sidebar-body a:visited {
	text-decoration: underline;
}

div.sidebar-body a:hover {
	text-decoration: none;
}

div.sidebar-body a:active {
	text-decoration: none;
}

div.sidebar-bottom {
	width: 161px;
	height: 18px;
	background-image: url(images/main-sidebar-bottom.jpg);
	background-repeat: no-repeat;
}

p.error {
	color: #1b5fb0;
	font-weight: bold;
}

/* ========================================================================== PAGE IMAGE  */

img.mainSL {
	float: left;
	width: 120px;
	margin-right: 12px;
	margin-bottom: 12px;
}

img.mainML {
	float: left;
	width: 180px;
	margin-right: 12px;
	margin-bottom: 12px;
}

img.mainLL {
	float: left;
	width: 300px;
	margin-right: 24px;
	margin-bottom: 12px;
}

img.mainSR {
	float: right;
	width: 120px;
	margin-left: 12px;
	margin-bottom: 12px;
}

img.mainMR {
	float: right;
	width: 180px;
	margin-left: 12px;
	margin-bottom: 12px;
}

img.mainLR {
	float: right;
	width: 300px;
	margin-left: 12px;
	margin-bottom: 12px;
}

/* ========================================================================== TEMP PAGE */

div#splash {
	height: 720px;
	background-image: url(/images/myskycafe-splash.jpg);
	width: 960px;
	border: 1px solid #000000;
}

div#inset {
	background-color: #d9e2b5;
	margin-right: 70px;
	margin-left: 70px;
	border: 1px solid #829e64;
	text-align: center;
	position: relative;
	top: 460px;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 12px;
}

div#inset h1 {
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
}

div#inset h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

