/* Greener Ventures version 22 (10.04.05) -- Chris Boone */

/* Generic style settings */
*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #000;
	background: transparent;
}

a:focus,
a:hover
{
	color: #b22;
	background: inherit;
}

img
{
	border: 0;
}

ul
{
	list-style-type: none;
}

.clear
{
	clear: both;
}

/* Specific styles */
body
{
	color: #000;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 10px; /* the smallest text we'll ever want */
}

#everything /* the whole page wrapper */
{
}

/* The header */
#header
{
	position: relative;
	width: 100%;
}

#branding
{
	position: relative;
	width: 100%;
	height: 64px;
}

#logo
{
	position: absolute;
	top: 6px;
	left: 25px;
	width: 213px;
	height: 53px;
}

#dateline
{
	position: absolute;
	top: 44px;
	right: 52px;
	width: 140px;
	height: 15px;
}

/* The main navigation menu */
#navigation
{
	float: left;
	width: 100%;
	color: #fff;
	background: #666;
}

#navigation li
{
	display: inline; /* to fix IE's doubled float margin bug */
	float: left;
	margin: 0 14px;
}

#navigation .about
{
	margin-left: 89px;
}

#navigation a
{
	display: block;
	float: left;
	margin: 5px 4px 6px;
	padding-bottom: 0 !important; /* for sane browsers */
	padding-bottom: 0.3em; /* for IE6win */
	padding-bottom /**/: 0; /* for all other IEwins */
	color: #fff;
	background: #666;
	font-size: 1.3em; /* to align the baselines */
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:focus,
#navigation a:hover
{
	text-decoration: underline;
}

#about #navigation .about a,
#program #navigation .program a,
#archive #navigation .archive a
{
	color: #74ff38;
	background: #666;
}

#navigation .registernow
{
	float: right;
	width: 162px;
	margin-right: 34px; /* right margin of 30px + <a> right margin */
}

#navigation .registernow a
{
	font-size: 1.5em;
	line-height: 1em;
}

/* The sidebar */
#sidebar
{
	display: inline; /* to fix IE's doubled float margin bug */
	float: right;
	width: 162px;
	margin: 0 30px 15px 0;
	background: transparent;
}

#sidebar h2
{
	margin-top: 14px;
	font-size: 1.6em;
	line-height: 1.2em;
}

#sidebar p
{
	line-height: 1.4em;
}

/* The content -- the green bar below the background image and the sidebar on the home page; the content beside the sidebar on the interior pages */
#body
{
	margin: 28px 230px 18px 94px;
	padding-top: 14px; /* to line up with the top of #sidebar */
}

* html #body
{
	padding-top: 0;
}

#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6
{
	line-height: 1.5em;
}

#body h1
{
	padding-top: 0.4em; 
}

* html #body h1
{
	font-size: 2em;
}

/* The following are split up so that #program #body p can be hidden from IE5.5 */

#body p
{
	padding-bottom: 0.2em;
	color: #555454;
}

#about #body p,
#archive #body p
{
	font-size: 1.2em;
	line-height: 1.5em;
}

#program #body p
{
	font-size: 1.2em;
	line-height: /**/1.5em;
}

#body ul
{
	list-style-type: disc;
}

/* The footer */
#footer
{
	clear: both;
	position: relative;
	top: 12px; /* to shift it down from the floated sidebar */
	padding: 3px 94px 0 94px;
	border-top: 30px solid #b7e3a5; /* to create a bar that mimics #home #body */
	background: #fff;
}

#footer div
{
	margin-top: 12px;
}

#footer strong
{
	padding-right: 1px;
	color: #555454;
	font-size: 1.2em;
	font-weight: bold;
}

#footer a
{
	font-size: 1em;
	line-height: 1.5em;
}

#footer #premiersponsors a
{
	margin-right: 30px;
	text-decoration;
}

#footer #copyright
{
	margin-bottom: 15px;
	color: #6a6c6c;
	background: transparent;
	font-size: 1em;
	font-weight: normal;
}

/* Home page styles*/
#home #main /* the bulk of the page -- where the pretty background image goes */
{
	float: left; /* so that IEmac doesn't collapse it and thus not display the background image */
	background: url(http://www.greenerventures.com/assets/jpg/GV05_bg3.jpg) transparent no-repeat top left;
}

#home #body
{
	clear: both;
	margin: 0; /* to allow the bar to fill the viewport */
	padding: 8px 210px 10px 94px !important; /* for sane browsers */
	padding: 8px 210px 18px 94px; /*for IEwin */
	background: #b7e3a5;
}

#home #body p
{
	padding-bottom: 0.2em;
	font-size: 1.4em;
	line-height: 1.43em;
	color: #000;
}

#home #body p strong
{
	font-size: 1.14em;
}

#home #footer
{
	top: auto;
	border-top: 0;
}

/* Schedule styles */

#program #body .schedule strong
{
	color: #111;
}

#program #body .schedule td
{
	padding-bottom: 1em;
	vertical-align: top;
}

#program #body .schedule .time
{
	width: 132px;
}

#program #body .schedule .time p
{
	font-size: 0.8em;
	font-size: /**/1.3em;
	line-height: 1.7em;
}

#program #body .schedule .time p
{
	font-weight: bold;
	color: #333;
}

#program #body .schedule .event
{
	font-size: 0.8em;
	font-size: /**/1.2em;
	line-height: /**/1.5em;
}

#program #body .schedule .event
{
	color: #555454;
}

#program #body .schedule .event p
{
	font-size: /**/inherit;
	line-height: /**/inherit;
}

#program #body .schedule .event strong
{
	font-size: 1.1em;
}

/* other styles */

#program #body h2,
#archive #body h2
{
	font-size: 1.5em;
	line-height: 1.2em;
}