/* basic elements */

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

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   color: #fff;
   font-size: 12px;
   min-width: 780px;
   background: #EDF2D3;
   text-align: center; /* center on ie */
}

#banner-description
{
   margin-top: 40px;
   color: #000;
   background: none;
   font-size: 11px;
   font-weight: bold;
   letter-spacing: 4px;
   line-height: 1.4;
   font-style: italic;
   text-shadow: #fff 0 1px 3px;
   text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 0px;
   margin-bottom: 10px;
}

h1 {
   text-transform: uppercase;
   padding: 6px;
   margin-top: 10px;
   background: #000;
   color: #fff;
   font-size: 14px;
   text-shadow: #ccc 0 3px 3px;
   letter-spacing: 4px;
   margin-bottom: 20px;
}

.date-header
{
   font-size: 18px;
   text-shadow: #000 0 3px 3px;
   text-transform: uppercase;
   font-weight: bold;
margin-bottom: 10px;
}

.entry-header
{
   font-size: 18px;
   font-weight: bold;
}

.entry-footer
{
   font-size: 10px;
}

li
{
   margin-top: 0px;
   margin-bottom: 5px;
}

.module-list,
.archive-list
{
   margin: 0px;
   padding: 0;
   list-style: none;
}

form, input { margin: 0; padding: 0; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   color: #fff;
   font-size: 12px;
   text-transform: uppercase;
   line-height: 1;
   font-weight: bold;
}

/* link styles */

a, a:link, a:visited  { color: #91D249; text-decoration: none; }
a img { border: 0; }

a:hover { color: #156E53; background: #91D249; }

a.feature, a.feature:link, a.feature:visited {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-shadow: #000 0 3px 3px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	margin-top: 50px;
	margin-right: 10px;
	line-height: 1.2;
}

a.feature:hover { color: #fff; background: #F38F11; }

a.nav, a.nav:link, a.nav:visited {
	color: #fff;
	text-decoration: none;
	background: #F38F11;
	padding: 4px;
	margin: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

a.nav:hover { color: #fff; background: #000; }

/* page layout */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 780px;
	text-align: left;
	border-bottom: 1px dotted #156E53;
	border-left: 1px dotted #156E53;
	border-right: 1px dotted #156E53;
}
#container-inner { background: #fff; position: static; width: auto; }

#banner { position: relative; width: 100%; background-image: url("http://216.92.113.87/img/NYC-banner.gif"); }
#banner-inner { position: static; padding: 5px; 15px 5px 13px; }

#nav { position: relative; background: #F38F11; width: 100%; }
#nav-inner { position: static; padding: 4px; }

#feature { position: relative; background: #000; width: 100%; text-align: right; }
#feature-inner { position: static; padding: 0; }

#featuremodule-1
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 250px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#featuremodule-2
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 250px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#featuremodule-3
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 250px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#pagebody {
	position: relative;
	width: 100%;
	background: #156E53;
}

#pagebody-inner { position: static; width: 100%; }

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

#beta {
	width: 230px;
	display: inline; /* ie win bugfix */
	position: relative;
	background: #000;
	float: left;
	min-height: 1px;
	border: 1px dotted #fff;
	margin-top: 20px;
}

#delta {
	width: 180px;
	float: right;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
}

#gamma {
	width: 180px;
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
   padding: 10px 10px 10px 10px;
}

#footer { position: relative; background: #F38F11; width: 100%; }
#footer-inner { position: static; padding: 4px 4px 4px 10px; }

/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
   margin: 0 0 10px 0;
}

.module-content
{
   position: relative;
   font-size: 10px;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 0px 10px 0px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 0px 20px 0px;
   border-top: 1px dotted #fff;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

/*image styles */

img.image-full { width: 100%; }

img.inset, #alpha-inner img {
	float: left;
	margin: 0px 15px 5px 0px;
	border: solid 1px #fff;
}

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 0px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .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; }