/*  
Theme Name: AIR
Theme URI: http://wordpress.org/
Description: Theme for the AIR site, based on WordPress Default 1.5
Version: 1.1x
Author: David Feldman / InterfaceThis

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: small;
	font-family: 'Times New Roman', Georgia, serif;
	background-color: white;
	color: black;
	text-align: center;
	}
body.X {
	text-align: left;
}
form {
	margin: 0;
	padding: 0;
}
/*<agl.folder "Possibly Unused">*/
	.widecolumn {
	line-height: 1.6em;
	}
	.widecolumn .entry p {
	font-size: 1em;
	}
/*</agl.folder>*/
/*<agl.folder "Styles">*/
	h1, h2, h3 {
	font-family: 'Times New Roman', Georgia, serif;
	font-weight: bold;
}
	h1 {
	font-size: 2em;
	text-align: left;
}
	h2 {
	font-size: 1.5em;
	}
	h2.pagetitle {
	font-size: 1.6em;
	}
	h3 {
	font-size: 1.1em;
	}
	p {
		font-size: 1em;
		line-height: 1.2em;
		margin: 1px 0 5px;
		text-align: left;
	}
	small {
		color: #444;
		font-family: 'Times New Roman', Georgia, serif;
		font-size: 0.85em;
		line-height: 1.2em;
		display: block;
		}
	blockquote, p.Example {
		color: #333;
		margin: 5px 20px 8px 3px;
		padding: 3px 5px 1px 10px;
		border-left: 3px solid #ddd;
		background: #f3f3f3;
	}
	blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	blockquote .Source {
		font-style: italic;
	}
	#content p {
		_height: 1%;
	}
	#content table {
		border-collapse: collapse;
		margin: 1px 0 0 0;
	}
	#content td, #content th {
		border: 1px solid #ccc;
		padding: 2px 4px;
		vertical-align: top;
	}
	#content td.EventName {
		font-weight: bold;
	}
	#content table.Layout td {
		border: 0;
		padding: 2px 4px 6px 0;
	}
	#content table.Layout td label {
		display: block;
		margin-top: 2px;
		font-weight: bold;
	}
	#content input.Text, #content textarea {
		border-width: 1px;
		border-style: solid;
		border-color: #888 #aaa #aaa #888;
		background-color: #fcfafa;
	}
	div.FormBtns {
		margin-top: 5px;
	}
	div.FormBtns input {
		font-weight: bold;
	}
	#content table.Layout.Bookstore td {
		padding-right: 24px;
	}
	.DeEmph {
		font-weight: normal;
	}

/*</agl.folder>*/
#contact_topicSelect {
	width: 23em;
}
/*<agl.folder "Post Layout">*/
	div.post small {
		letter-spacing: 1px;
		margin-bottom: 5px;
		}
	#content ul {
		margin: 0;
		padding: 0;
	}

	#content li {
		margin-left: 18px;
		padding: 0;
	}
	div.Side {
		float: right;
		width: 218px;
		padding: 10px 0 10px 18px;
		background: white;
		color: #222;
		font-size: 0.85em;
	}
	#pageToolbar {
		color: #555;
		font-size: 1em;
		background-color: #f0f0f0;
		border: 1px #ddd dotted;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-top: 4px;
		margin-bottom: 8px;
	}
	#pageToolbar a, #pageToolbar span {
		margin-right: 6px;
		margin-left: 6px;
	}
	#pageToolbar span a {
		margin: 0;
	}

/*</agl.folder>*/
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#adSpace {
	margin-top: 12px;
	text-align: center;
}
#feedback, #legacyMsg {
	background-color: #dcf1db;
	margin: 2px 0 12px;
	padding: 5px 8px;
	border: dotted 1px #329632;
	}
#feedback.Error {
	color: #300;
	background-color: #fee;
	border-color: #900;
	}

#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited, #siteTag {
	text-decoration: none;
	color: white;
	}

h1, h2, h2 a, h2 a:visited {
	color: #400;
}
h3, h3 a, h3 a:visited {
	color: #481818;
}
h4, h4 a, h4 a:visited {
	color: #222;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.05em;
	letter-spacing: 1px;
	margin-top: 16px;
	margin-bottom: 2px;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Times New Roman', Georgia, serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.05em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Times New Roman', Georgia, serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}
.postmetadata strong {
	color: #444;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.85em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #009;
	text-decoration: none;
}
/*
a {
	color: #009;
	text-decoration: none;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #a4a4cd;
}
*/
a:hover {
	color: #369;
	border-color: #369;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
}
#page {
	text-align: left;
	position: relative;
	margin: 20px auto;
	padding: 0;
	width: 780px;
	font-size: 1.05em;
	}
#content {
	font-size: 1em;
	width: 434px;
	float: left;
	padding: 0 0 20px 16px;
	margin: 0 0 0 3px;
}
#content.Page {
	width: 590px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 17px;
	text-align: justify;
	padding-bottom: 17px;
	border-color: #ddd;
	border-style: dashed;
	border-width: 0 0 1px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 0.79em;
	text-align: center;
	padding-top: 7px;
	clear: both;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	clear: both;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 1em;
}
/* End Structure */



/*	Begin Headers */
#header h1 {
	margin: 0;
	padding: 8px 0 0 15px;
}
#header h1 a {
	display: block;
	width: 270px;
	height: 83px;
}
#header h1 span {
	display: none;
}

h2 {
	margin: 18px 0 3px;
	}

h2.pagetitle {
	margin-top: 20px;
}
h3 {
	padding: 0;
	margin: 24px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/*<agl.folder "Header">*/
	#siteTag {
	font-size: 0.9em;
	letter-spacing: 1px;
	position: absolute;
	left: 306px;
	top: 23px;
	}
	div#toolbar {
	position: absolute;
	top: 65px;
	_top: 62px;
	right: 24px;
	}
	#searchform input.Text {
		_padding-top: 0;
		_padding-bottom: 0;
	}
	#searchform input.Empty {
		color: #666;
	}

	div#toolbar input {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	}
	div#toolbar input.Btn {
		display: none;
	}
	div#toolbar a {
		color: white;
		font-size: 0.9em;
		font-weight: bold;
		}
	#header {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding: 0;
	margin: 0 auto;
	height: 100px;
	width: 100%;
	position: relative;
	}
	#headerimg {
	background-image: url(images/banner.gif);
	margin: 0;
	width: 100%;
	height: 100px;
	}
	#subscribeBtn b {
		display: none;
	}

	#subscribeBtn {
		background-image: url(images/subscribe-btn.gif);
		position: absolute;
		top: 42px;
		left: 320px;
		width: 97px;
		height: 77px;
	}

	#subscribeBtn:hover {
		background-image: url(images/subscribe-btn-over.gif);
	}

/*</agl.folder>*/
/*<agl.folder "Sidebar">*/
	#sidebar {
		font: 0.85em 'Times New Roman', Georgia, serif;
		width: 140px;
		margin-top: 16px;
		margin-left: 636px;
		}
	#sidebar h2 {
	color: #300;
	font-size: 1.08em;
	margin: 5px 0 0;
	padding: 0; }
	#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
	#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
	#sidebar ul ul, #sidebar ul ol {
	margin: 1px 0 2px;
	}
	#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
	ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 0;
	padding: 0;
	}
	#sidebar #airCover p.Caption {
		text-align: center;
	}

/*</agl.folder>*/
/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
#page { 
	background: white;
}
#footer {
	padding: 0;
	margin: 0;
	width: 780px;
	clear: both;
	border-color: #600;
	border-style: dotted;
	border-width: 1px 0 0; 
}
div.Feature {
	background-color: #fff8f8;
	margin: 8px 4px 10px;
	padding: 6px 9px;
	border-color: #e6cfcf !important;
	border-style: dotted;
	border-width: 1px;
	}

div.Feature h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 2px 0 7px;
	}

div.Feature p {
	margin-top: 0;
	margin-bottom: 4px;
	}

div.Feature p strong {
	font-size: 1.05em;
	}

/*<agl.folder "Navbar">*/	
	#leftbar {
		float: left;
	}
	#navbar {
		background-image: url(images/toc-top.gif);
		background-repeat: no-repeat;
		width: 160px;
		margin: 13px 0 16px;
		padding: 7px 0 0;
	}
	#navbarInner {
		background-image: url(images/toc-bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		width: 160px;
		padding-bottom: 7px;
	}
	#nbInnerInner {
		background-image: url(images/toc-bg.gif);
		background-repeat: repeat-y;
	}
	#navbar ul {
		margin: 0;
		padding: 0 1px;
		list-style-type: none;
	}
	#navbar li {
		font-size: 1em;
		margin: 0;
		padding: 4px 0;
		border-color: #f4f4f4;
		border-style: solid;
		border-width: 0 0 1px;
		text-indent: 0;
	}
	#navbar ul ul {
	font-size: 0.85em;
	margin-left: 8px;
	padding: 0;
	}
	#navbar li li {
		padding-top: 0;
		padding-bottom: 2px;
		border-width: 0;
		}
	#navbar a, #navbar span {
		padding: 0 8px 0;
		display: block;
	}
	#navbar span {
		color: #222;
	}

	#navbar a:hover {
	color: #036;
	}
	#navbar li.current_page_item {
	background-color: #fafafa;
	}
	#navbarAd {
		margin-top: 20px;
		width: 160px;
		text-align: center;
	}
	#navbarAd img {
		border: 1px #999 solid;
	}
/*</agl.folder>*/

/*<agl.folder "Older Content">*/	
p.navbarfont, div#logobox, div#quipbox {
	display: none;
}
div#maintext table td {
	border-width: 0;
}
h5 {
	font-size: 0.9em;
	margin: 0;
}
h6 {
	font-size: 0.85em;
	margin: 0;
}
	#legacyMsg {
		color: #140000;
		background-color: #fff7f3;
		margin-top: 18px;
		margin-bottom: -20px;
		border-color: #662b00;
		
	}

/*</agl.folder>*/
/*<agl.folder "Subscription Form">*/
#subscribeForm {
		border: solid 1px #ccc;
		padding: 6px 8px 8px 10px;
		background-color: #eee;
		position: relative;
		margin-top: 5px;
		}
#subscribeForm h3 {
	margin-top: 0;
}
#subscribeForm .Disabled {
	color: #555;
}
#subscribeForm table.Fields {
	margin-left: 14px;
}
#subscribeForm div.Field {
	margin-left: 11px;
}
#subscribeForm table.Fields td {
	vertical-align: top;
	padding: 0 0 16px 0;
	border: 0;
}
#subscribeForm #total {
		font-size: 1.1em;
		background-color: #ddd;
		padding: 4px 6px;
		margin: -2px 0 7px 0;
	}
#subscribeForm label, #subscribeForm span.Label, #subscribeForm td.Label {
	font-weight: bold;
	display: block;
}
#subscribeForm table td.Label {
	padding-right: 4px;
	_padding-top: 1px;
}
#subscribeForm .Radio label {
	font-weight: normal;
	position: relative;
	top: -4px;
	_position: static;
}
#subscribeForm .Radio label.Sel {
	font-weight: bold;
}
#subscribeForm .HRadio label {
	display: inline;
	margin-right: 4px;
}
#subscribeForm .Radio label input {
	position: relative;
	top: 3px;
	_position: static;
}
#subscribeForm label span {
	font-size: 0.9em;
	color: #aaa;
	margin-left: 1px;
}
#subscribeForm label span b {
	font-weight: normal;
	color: #444;
}
#subscribeForm div.Field {
	margin-bottom: 14px;
}
#subscribeForm div.Field div.Field {
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 20px;
}
#subscribeForm #submitBtn {
	color: #009;
	font-weight: bold;
}
#subscribeForm .SubFlds {
	margin-left: 22px;
	margin-top: 6px;
}
#subscribeForm .SubFlds td.Label {
	font-weight: normal;
	text-align: right;
	padding-right: 6px;
	padding-top: 2px;
}
#subscribeForm div.Field table.SubFlds td {
	padding-bottom: 7px;
}
#subscribeForm .SubFlds input.Text {
	width: 180px;
	margin-right: 4px;
	background-color: white;
	padding: 1px;
}
#subscribeForm .SubFlds label {
	font-weight: normal;
}
#subscribeForm label.Sub {
	font-size: 0.85em;
	color: #333;
}
#addrLines input {
	display: block;
}
#subscribeForm #renewOpts {
	margin-left: 22px;
	margin-top: 3px;
	font-size: 0.9em;
}
#subscribeForm #giftOpts {
	margin-left: 24px;
}
#subscribeForm #giftOpts label {
	display: inline;
	margin-right: 10px;
}
#subscribeForm #giftOpts label input {
	margin-left: 0;
	padding-left: 0;
}
/*</agl.folder>*/

.CastOptions {
	font-size: 16px;
	margin: 10px 0;
	border: solid 1px #ffc080;
	background: #ffe6cd;
}
.CastOptions p, p.CastOptions {
	font-weight: bold;
	padding: 12px 20px;
}
p.Credits {
	font-size: 12px;
	margin-top: 24px; 
}

#content table.CastOptions tr td {
	padding: 12px 20px;
}
th {
	background-color: #e8e7e6;
}
