/* =============================================================== */
/* BASIC ELEMENTS */
/* =============================================================== */

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	text-align: center; /* center on ie */
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Trebuchet, sans-serif;
	color: #000;
	min-width: 800px;
	background: #fff url(img/bg.png) no-repeat;
	font-size: 12px;
	line-height: 20px;
}

blockquote {
	border-left: dotted 1px #00ADEF;
	background: #e3f7ff;
	padding: 10px;
	line-height: 22px;
}

h1, h2, h3, p, ul {
	margin-top: 0px;
	margin-bottom: 20px;
}

h1 {
	font-size: 36px;
	line-height: 38px;
}

h2 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0px;
}

#beta p {
	font-size: 12px;
	line-height: 14px;
}

#linklist h2 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}

#linklist p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	line-height: 16px;
	font-size: 12px;
}

h2.premiere {
	font-style: italic;
	border-bottom: 1px #00ADEF solid;
	margin-bottom: 5px;
}

#quote h2 {
	font-family: Georgia, Times, serif;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	margin-bottom: 5px;
	color: #999;
}

#quote p {
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #999;
}

#play-module p {
	font-size: 12px;
	line-height: 14px;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
}

#footer-donate p {
	text-transform: uppercase;
}

/* =============================================================== */
/* LAYOUT */
/* =============================================================== */

#container, #banner, #breadcrumbs, #pagebody, #footer {
	position: relative;
	width: 100%;
	text-align: center; /* center in IE */
}

#breadcrumbs-inner, #pagebody-inner, #footer-inner {
	position: static;
	text-align: left;
	margin: 0px auto; /* center on everything else */
}

#container {
	margin-bottom: 30px;
}

#container-inner {
	width: 100%;
}

#banner {
	margin-bottom: 60px;
}

#banner-inner {
	width: 100%;
	background: #fff;
	height: 50px;
}

#pagebody {
	margin-bottom: 30px;
}

#pagebody-inner {
	width: 800px;
}

#breadcrumbs {
	margin-bottom: 30px;
}

#breadcrumbs-inner {
	width: 800px;
}

#footer-inner {
	width: 800px;
}

form {
	padding: 0px;
	margin: 0px;
}

input {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

/* =============================================================== */
/* COLUMNS AND SPECIAL CONTENT AREAS */
/* =============================================================== */


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	text-align: left;
}

#nav {
	padding-top: 15px;
}

#alpha {
	float: left;
	width: 380px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0;
	margin-right: 40px;
}

#play-module {
	width: 380px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#otherscripts-module {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#beta {
	float: left;
	width: 317px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
}

#delta {
	width: 100%;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
}

#footer-contact {
	float: left;
	width: 140px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
}

#footer-mailing-list {
	float: left;
	width: 340px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
}

#footer-doollee {
	float: left;
	width: 140px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
}

#footer-donate {
	float: left;
	width: 160px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
}

#footer-paypal-button {
	width: 60px;
	float: left;
	margin: 0px 5px 0px 0px;
}

/* =============================================================== */
/* LINKS */
/* =============================================================== */

/* links default */
a, a:link, a:visited, a:active {
	color: #33c;
	text-decoration: none;
}

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

/* breadcrumbs */
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#breadcrumbs a:hover {
	color: #33c;
	text-decoration: none;
	background: #fff;
	text-transform: lowercase;
}

/* nav links */
#nav a, #banner a:link, #nav a:visited, #nav a:active {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	margin-right: 20px;
	color: #00ADEF;
	text-decoration: none;
}

#nav a:hover {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, Times New Roman, serif;
	margin-right: 20px;
	color: #fff;
	background: #00ADEF;
	text-decoration: none;
}

/* =============================================================== */
/* IMAGES */
/* =============================================================== */

img {
	border: none;
}

#alpha img {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px #00ADEF solid;
}

#beta img {
	margin: 0px 0px 10px 0px;
	border: 1px #00ADEF solid;
}

#play-module img {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px #00ADEF solid;
}

#delta img {
	float: right;
	margin: 0px 0px 40px 40px;
	border: 1px #00ADEF solid;
}

/* =============================================================== */
/* HELPERS */
/* =============================================================== */

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }