/*
-------------------------------------------
File: 'Blueball Pro Colors 3.5' print.css Style Sheet
Created: 29, May, 2005
Last Modified: 11, July, 2006
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: josh@blueballdesign.com
Copyright 2005 Josh/Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/* @group GENERAL STYLES */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a:link, a:visited {
	color: #2A5ED9;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2A5ED9;
	text-decoration: none;
}

.imageStyle {
	
}

.image-right {
	float: right;
	padding: 4px 0px 10px 10px;
}

.image-left {
	float: left;
	padding: 4px 10px 10px 0px;
}

img {
	
}

a img {
	border: 0px;
}

.clear {
	clear: both;
}


/* @end */

/* @group GLOBAL CLASSES */

.standout {
	font-style: italic;
	font-size: 14px;
	border-left: 5px solid #2A5ED9;
	padding-left: 8px;
}

blockquote {
	font-style: italic;
	font-size: 14px;
	border-left: 5px solid #2A5ED9;
	padding-left: 8px;
}

h1 {
	color: #2A5ED9;
	font-size: 24px;
	line-height: 1.2em;
}

h2 {
	color: #2A5ED9;
	font-size: 22px;
	line-height: 1.2em;
}

h3 {
	color: #2A5ED9;
	font-size: 20px;
	line-height: 1.2em;
}

h4 {
	color: #2A5ED9;
	font-size: 18px;
	line-height: 1.2em;
}

h5 {
	color: #2A5ED9;
	font-size: 16px;
	line-height: 1.2em;
}

/* @end */

/* @group WRAPPER */


#outerwrapper {
	width: 750px;
	margin: 0px auto;
	margin-bottom: 25px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}


/* @end */

/* @group PAGEHEADER */

#header {
	position: relative;
	margin: 0px;
	height: 90px;
	background-color: #2A5ED9;
}

#header h1 {
	margin: 0px;
	padding: 23px 15px 0px 15px;
	color: #FFFFFF;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

#header h2 {
	margin: 0px;
	padding: 3px 15px 18px 15px;
	color: #D0DFFF;
	font-size: 14px;
	font-weight: normal;
}

#customimage {
	position: absolute;
	top: 0px;
	width: 230px;
	height: 90px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	border-style: none;
	z-index: 10;	
}

#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	border-style: none;
}

/* @end */

/* @group CONTENT LAYOUT */

#outer {
	margin: 0px;
	padding-right: 230px;
	margin-bottom: 25px;
	background: #FFFFFF url('images/sidebar-background.jpg') right repeat-y;
	border-bottom: 1px solid #666666;
}

#inner {
	width: 100%;
	float: right;
}

#inner-padding {
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}

sidebar {
	float: right;
	width: 230px;
	margin-right: -115px;
	/* HALVE FOR IE6 FLOAT DOUBLE-MARGIN BUG */
	margin-top: 25px;
	margin-bottom: 50px;
/* Allow room for validation links */
}

html>body #sidebar {
	margin-right: -230px;
	margin-top: 0px;
/* RESET FOR NON-IE6 BROWSERS. SEE ABOVE. */
}

#sidebar a {
	color: #000000;
}

#sidebar img {
	border: 0px;
}


#sidebar .sideHeader {
	padding: 3px 10px 5px 18px;
	color: #2A5ED9;
	font-size: 13px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sidebar li{
  padding: 3px 15px 8px 15px;
}

html>body #sidebar li{
  height: auto;
}

#sidebar li.links a {
	display: block;
	color: #000000;
}

#validation {
	padding: 10px 0px 0px 18px;
}

#validation a {
	display: inline;
}

#validation a img {
	border: 0px;
}

#footer {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	font-size: 11px;
	clear: both;
	color: #2A5ED9;
}

#footer a {
	color: #2A5ED9;
}

#footer ul, #footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* @end */

/* @group TOOLBAR */

#nav-container {
	margin: 0px;
	width: 100%;
	background: #446ED8 url(images/navbar-background.jpg) top left repeat-x;
	border-bottom: 1px solid #16369A;
}

/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#nav ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 50;
}

#nav li {
	float: left;
	position: relative;
}

#nav a {
	display: block;
	width: 94px;
	/* THIS WIDTH = TOTAL WIDTH - LEFT/RIGHT PADDING */
  padding: 7px 10px 7px 10px;
	/* MENU ITEM HEIGHT = PADDING-TOP + PADDING-BOTTOM + FONT-SIZE(in Px) BELOW */
  border-right: 1px solid #163699;
	/* FOR TOP MENUS ONLY */
  border-bottom: 1px solid #446ED8;
	/* FOR TOP MENUS ONLY */
  color: #D0DFFF;
	font-size: 11px;
	text-decoration: none;
}

#nav li:hover a, #nav li.sfhover a {
	color: #FFFFFF;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	color: #003CC2;
}

/* MENUS LEVEL 2 CSS STYLES */

#nav ul ul {
	position: absolute;
	top: 100%;
	left: -1px;
	width: 114px;
	/* SET TO TOTAL LINK WIDTH; THIS IS TO BREAK <li> FLOATS INTO ONE COLUMN */
  background-color: #B0C8FF;
	border-left: 1px solid #16369A;
	border-right: 1px solid #16369A;
	border-bottom: 1px solid #16369A;
	display: none;
}

#nav ul ul li {
	border-top: 1px solid #16369A;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: none;
}

#nav ul ul li:hover, #nav ul ul li.sfhover {
	background-color: #7AA4FF;
}

#nav ul ul a {
	border: none;
	/* REMOVE BORDERS SET ABOVE */
  width: 94px;
	border: none;
}

/* MENUS LEVEL 3 CSS STYLES */

#nav ul ul ul {
	display: none;
	border-left: 1px solid #16369A;
}

#nav ul ul li:hover ul, #nav ul ul li.sfhover ul {
	display: block;
	top: -1px;
	left: 114px;
/* SET HORIZ OFFSET */
}

#nav ul ul li:hover ul ul, #nav ul ul li.sfhover ul ul {
	display: none;
}

/* MENUS LEVEL 4 CSS STYLES */

#nav ul ul ul li:hover ul, #nav ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul li:hover ul ul, #nav ul ul ul li.sfhover ul ul {
	display: none;
}

/* MENUS LEVEL 5 CSS STYLES */

#nav ul ul ul ul li:hover ul, #nav ul ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul ul li:hover ul ul, #nav ul ul ul ul li.sfhover ul ul {
	display: none;
}

/* MENUS LEVEL 6 CSS STYLES */

#nav ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul li.sfhover ul ul {
	display: none;
}

/* MENUS LEVEL 7 CSS STYLES */

#nav ul ul ul ul ul ul li:hover ul, #nav ul ul ul ul ul ul li.sfhover ul {
	display: block;
}

#nav ul ul ul ul ul ul li:hover ul ul, #nav ul ul ul ul ul ul li.sfhover ul ul {
	display: none;
}

/* @end */

/* @group BLOG */

.blog-entry {
	padding-bottom: 25px;
}

.blog-entry-title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	color: #2A5ED9;
}

.blog-entry-date {
	color: #666666;
	margin-bottom: 5px;
	font-style: italic;
}

.blog-entry-body {
	line-height: 1.4em;
	color: #444444;
}

.blog-entry img {
	
}

.blog-entry a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

.blog-entry a:hover, a:active {
	color: #444444;
	text-decoration: none;
}

.blog-entry-body a {
	color: #444444;
	text-decoration: underline;
}

.blog-entry-comments {
	margin: 5px 0px 0px 0px;
}

.blog-entry-comments a {
	color: #2A5ED9;
}

.blog-entry-category {
	font-size: 12px;
	margin-bottom: 3px;
}

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	
}

/* @end */

/* @group BLOG ARCHIVE */

.blog-archive-background {
	
}

.blog-archive-headings-wrapper {
	
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	padding: 8px 15px 0px 0px;
	color: #2A5ED9;
	font-size: 20px;
	font-weight: bold;
}

.blog-archive-link {
	margin: 0px;
	padding: 4px 20px 20px 0px;
	font-size: 13px;
	line-height: 1.4em;
	color: #444444;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #666666;
	text-decoration: none;
}

.blog-archive-link a:hover, .blog-archive-link a:active {
	color: #444444;
	text-decoration: none;
}

.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}


.blog-read-more {
	display: block;
	padding-top: 6px;
	font-style: italic;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 12px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-bottom: 12px;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-bottom: 12px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group FILE SHARING */

.filesharing-description {
	line-height: 1.4em;
	margin-bottom: 25px;
	color: #444444;
}

.filesharing-item {
	margin-bottom: 25px;
}

.filesharing-item a {
	color: #2A5ED9;
}

.filesharing-item-title {
	font-weight: bold;
	color: #2A5ED9;
	font-size: 15px;
	margin-bottom: 5px;
}

.filesharing-item-description {
	line-height: 1.4em;
	color: #444444;
}

/* @end */

/* @group PHOTO ALBUM */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	color: #2A5ED9;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 45px;
	margin-right: 20px;
}

.album-description {
	margin-bottom: 22px;
	line-height: 1.4em;
	font-size: 13px;
	color: #444444;
}

.thumbnail-frame {
	
}

.thumbnail-frame img {
	border: 0px;
}

.thumbnail-caption {
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-align: left;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

.photo-navigation {
	position: relative;
	margin: 0px;
	background-color: #2A5ED9;
	border-bottom: 1px solid #16369A;
}

.photo-title {
	margin: 0px;
	padding: 26px 15px 0px 15px;
	color: #FFFFFF;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.photo-caption {
	margin: 0px;
	padding: 7px 15px 21px 15px;
	color: #D0DFFF;
	font-size: 14px;
}

.photo-links {
	margin: 0px;
	padding: 7px 20px 6px 20px;
	font-size: 12px;
	line-height: 1.4em;
	background: #446ED8 url('images/navbar-background.jpg') top repeat-x;
}

.photo-links a {
	color: #D0DFFF;
}

.photo-links a:link, .photo-links a:visited {
	text-decoration: underline;
}

.photo-links a:hover, .photo-links a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.photo-frame {
	margin: 20px;
}

/* @end */

/* @end */

/* @group QUICKTIME ALBUM */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	color: #2A5ED9;
}

.movie-page-description {
	margin-bottom: 25px;
	line-height: 1.4em;
	color: #444444;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: left;
}

.movie-thumbnail-frame img {
	border: none;
}

.movie-thumbnail-caption {
	margin-top: 10px;
	color: #666666;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #90A6DE;
}

.movie-frame {
	margin-bottom: 10px;
}

.movie-title {
	font-size: 12px;
	color: #FFFFFF;
}

/* @end */

/* @end */