/* @group General Styles */

html {
	height: 100%;
	}
	
body {
	height: 100%;
	font-family: 'Gill Sans Ultra Bold', 'Lucida Grande', Lucida, Verdana, sans-serif;
	font-size: 1em;
	color: #000;
	background: #fff url('images/notes.gif');
	margin: 0;
	padding: 0;
}

#credit {
	font-family: "Arial";
	text-align: right;
	font-size: 10px;
	padding-right: 25px;
	margin-top: -20px;
}

#credit a {
	color: #bb3300;
	text-decoration: none;
}

#credit a:hover {
	color: #7A005B;
	text-decoration: none;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #000;
	font-weight: bold;
}

a:hover, a:active {
	color: #0d0;
}

img a {
	border: none;
}

#content img {
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	background: url('images/bg.gif');
	border-left: 5px solid #000;
	border-right: 5px solid #000;


	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */	
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 325px;
	background: url('images/top.gif') center -105px repeat-x;
	text-align: center;
}

#pageHeader img {
	padding-top: 90px;
}

#pageHeader h1 {
	font-size: 3.5em;
	color: #000;
	font-family: 'Gill Sans Ultra Bold';
}

#pageHeader h2 {
	font-size: 1.2em;
	color: #808080;
}

#contentContainer {
	width: 697px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.content_top {
	height: 21px;
	background: url('images/content_top.gif') no-repeat;
}

#content {
	font-family: Veranda, Arial, Helvetica;
	background: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 1px;
	padding-bottom: 10px;
	background: url('images/content_bg.gif') repeat-y;
}

.content_bottom {
	height: 21px;
	background: url('images/content_bottom.gif') no-repeat;
	margin-bottom: 25px;
}

#sidebarContainer {

}

#sidebar {
	font-family: Veranda, Arial, Helvetica;
	background: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 1px;
	padding-bottom: 0px;
	background: url('images/content_bg.gif') repeat-y;
}

#footer {
	position: absolute;
	height: 100px;
	width: 100%;
	bottom: 0;
	font-size: 0.85em;
	background: url('images/top.gif') center 25px repeat-x;
	text-align: right;
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#top_menu {
	height: 100px;
}

#top_menu ul{
	list-style-type: none;
}

#top_menu li{
}

#home {
	width: 100px;
	height: 35px;
	background: url('images/home.gif');
}

#join {
	width: 100px;
	height: 35px;
	background: url('images/join.gif');
}



#navcontainer {
	font-size: 1.2em;
	background: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 1px;
	padding-bottom: 0px;
	background: url('images/content_bg.gif') repeat-y;
	text-align: center;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 0;
	padding: 0;

}

#navcontainer li {
	display: inline;
}

#navcontainer a {
	list-style-type: none;
	color: #111;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #00ff00;
	border-bottom: 5px solid #0f0;
	border-top: 5px solid #0f0;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	font-family: 'Gill Sans Ultra Bold', 'Lucida Grande', Lucida, Verdana, sans-serif;
}

h2 {
	font-family: Veranda, Arial, Helvetica;
}

h3 {
	font-family: Veranda, Arial, Helvetica;
}

h4 {
}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}


.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

	
/* @end */

.blog-entry {
}

.blog-entry-title {
}

.blog-entry-date {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */