
/*
-------------------------------------------
File: 'Blueball Designer Colors 3.5' print.css Style Sheet
Created: 17, May, 2005
Last Modified: 10, July, 2006
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2006 Josh/Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/* @group GENERAL STYLES */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #777777;
	text-align: center;
	background: #6C77AE url(images/blue/body-background.jpg) top repeat-x;
	behavior: url('csshover.htc');
}

a:link, a:visited {
	color: #777777;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2B70BB;
	text-decoration: none;
}

img {
	border: 0px;
}

a img {
	border: 0px;
}

.imagestyle {
	
}

.image-right {
	float: right;
	padding: 10px 0px 10px 10px;
}

.image-left {
	float: left;
	padding: 10px 10px 10px 0px;
}

/* @end */

/* @group GLOBAL CLASSES */

.standout, blockquote {
	font-style: italic;
	font-size: 13px;
	border-left: 5px solid #6C77AE;
	padding-left: 12px;
}

h1 {
	color: #2B70BB;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 3px;
}

h2 {
	color: #2B70BB;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #2B70BB;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #2B70BB;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #000000;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 3px;
}

/* @end */

/* @group CONTENT LAYOUT */

#wrapper {
	position: relative;
	width: 740px;
	margin: 24px auto;
	text-align: left;
	background: #FFFFFF url(images/blue/wrapper-background.jpg) top repeat-y;
}

#header {
	margin: 0px;
	height: 95px;
	background: #FFFFFF url(images/blue/header-background.jpg) top no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 32px 10px 0px 170px;
	font-size: 18px;
	color: #2B70BB;
}

#header h2 {
	margin: 0px;
	padding: 5px 10px 0px 170px;
	font-size: 13px;
	font-weight: normal;
	color: #777777;
}

#content-wrapper {
	margin: 0px;
	background: transparent url(images/blue/image-background.jpg) top no-repeat;
}

#content-logo {
	background: transparent;
	position: absolute;
	top: 95px;
	left: 142px;
	width: 589px;
	height: 171px;
}

#navbar {
	float: left;
	width: 141px;
	background: #7580BD url(images/blue/sidebar-background.jpg) left repeat-y;
	font-size: 10px;
}

#sidebar {
	margin: 0px;
	padding: 5px 8px 200px 8px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #AFB7DD;
}

#sidebar a {
	color: #FFFFFF;
}

#sidebar .sideHeader {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#sidebar p {
	
}

#content {
	float: right;
	width: 543px;
	padding: 0px 26px 10px 26px;
	margin-top: 196px;
}

#footer {
	height: 60px;
	/* Appease the IE6 gods */
  margin: 0px;
	padding: 25px 20px 20px 163px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #6C77AE url(images/blue/footer-background.jpg) top no-repeat;
}

html>body #footer {
	height: auto;
/* Reset for non-IE browsers */
}

#footer img {
	display: inline;
	margin: 5px;
}

#footer ul, #footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer a {
	color: #FFFFFF;
}

#ornament {
	background: #6C77AE url(images/blue/footer-leaf.jpg) no-repeat center;
	text-align: center;
	padding: 8px 20px 10px 20px;
	z-index: 50;
}


/*

 @end */

/* @group TOOLBAR */

#navbar {
	width: 141px;
	font-size: 11px;
}

#navbar ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-left: 1px solid #FFFFFF;
	z-index: 5;
}

#navbar li {
	position: relative;
	border-bottom: 1px solid #AFB7DD;
}

html>body #navbar li {
	border: none;
}

#navbar ul a {
	display: block;
	padding: 3px 5px;
	width: 131px;
	/* subtract <a> left/right padding from final desired width (see #navbar width above) */
  text-decoration: none;
	color: #C6CCE7;
}

html>body #navbar ul a {
	border-bottom: 1px solid #AFB7DD;
/* Set any borders for non-IE browsers here */
}

#navbar ul a:hover, #navbar ul a:active {
	background-color: #7580BD;
	color: #FFFFFF;
}

#navbar ul ul {
	position: absolute;
	top: 0px;
	left: 141px;
	display: none;
	background: #AFB7DD;
	border-left: 0px;
}

#navbar ul ul a {
	color: #C6CCE7;
	background-color: #6C77AE;
}

/* ENABLE SUBMENU LEVEL 1 */

#navbar ul li:hover ul {
	display: block;
}

#navbar ul li:hover ul ul {
	display: none;
}

/* ENABLE SUBMENU LEVEL 2 */

#navbar ul ul li:hover ul {
	display: block;
}

#navbar ul ul li:hover ul ul {
	display: none;
}

/* ENABLE SUBMENU LEVEL 3 */

#navbar ul ul ul li:hover ul {
	display: block;
}

#navbar ul ul ul li:hover ul ul {
	display: none;
}

/* @end */

/* @group CONTACT FORM */

form {
	margin-bottom: 25px;
}

.message-text {
	
}

.required-text {
	color: #D60000;
}

.form-input-field {
	
}

*/ 
.form-input-button {
	
}

/* @end */

/* @group BLOG */

.blog-entry {
	padding-bottom: 18px;
	padding-right: 10px;
}

.blog-entry-title {
	font-weight: bold;
	color: #2B70BB;
	font-size: 15px;
	margin-bottom: 5px;
}

.blog-entry-date {
	color: #666666;
	margin-bottom: 5px;
	font-style: italic;
}

.blog-entry-body {
	line-height: 1.4em;
}

.blog-entry-category {
	font-size: 11px;
	margin-bottom: 3px;
}

.blog-entry-category a {
	color: #666666;
}

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	color: #AFB7DD;
}

.blog-entry img {
	padding: 4px;
	border: 0px;
}

.blog-entry-comments {
	margin: 5px 0px 0px 0px;
}

.blog-entry-comments a {
	color: #2B70BB;
}

.blog-entry-permalink {
	padding-left: 6px;
}

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

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 12px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}


/* @end */

/* @group BLOG ARCHIVE */

.blog-archive-background {	
}

.blog-archive-headings-wrapper {	
}

.blog-archive-entries-wrapper {	
}

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

.blog-archive-month {
	margin: 0px;
	height: 52px;
	padding: 0px 15px 0px 0px;
	font-size: 20px;
	color: #2B70BB;
	font-weight: bold;
}

.blog-archive-link {
	color: #666666;
	margin: 0px;
	padding: 8px 32px 20px 32px;
	line-height: 1.4em;
	background: #FFFFFF url(images/blue/blog-image-background.jpg) bottom repeat-y;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #666666;
	text-decoration: underline;
}

.blog-archive-link a:hover, .blog-archive-link a:active {
	color: #666666;
	text-decoration: none;
}


/* @end */

/* @group FILE SHARING */

.filesharing-description {
	line-height: 1.4em;
	margin-bottom: 25px;
	margin-right: 10px;
}

.filesharing-item {
	margin-bottom: 25px;
	margin-right: 10px;
}

.filesharing-item a {
	color: #2B70BB;
}

.filesharing-item-title {
	font-weight: bold;
	color: #2B70BB;
	font-size: 15px;
	margin-bottom: 5px;
}

.filesharing-item-description {
	line-height: 1.4em;
}

/* @end */

/* @group PHOTO ALBUM */

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


.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 24px;
	margin-right: 10px;
}

.album-title {
	font-weight: bold;
	color: #2B70BB;
	font-size: 16px;
	margin-bottom: 5px;
}

.album-description {
	margin-bottom: 25px;
	margin-right: 10px;
	line-height: 1.4em;
}

.thumbnail-frame {
	
}

.thumbnail-frame img {
	border: 0px;
}

.thumbnail-caption {
	margin: 0px;
	padding: 0px;
	color: #2B70BB;
}

/* @end */

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

.photo-background {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #6C77AE url(images/blue/photo-body-background.jpg) top repeat-x;
}

.photo-navigation {
	margin: 0px;
	height: 112px;
}

.photo-title {
	margin: 0px;
	padding: 25px 25px 10px 25px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.photo-caption {
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

.photo-links {
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.photo-links a {
	color: #FFFFFF;
}

.photo-links a:link, .photo-links a:visited {
	text-decoration: underline;
}

.photo-links a:hover, .photo-links a:active {
	text-decoration: none;
}

.photo-frame {
	margin: 25px;
}

/* @end */

/* @end */

/* @group QUICKTIME ALBUM */

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

.movie-page-title {
	font-weight: bold;
	color: #2B70BB;
	font-size: 15px;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 25px;
	margin-right: 10px;
	line-height: 1.4em;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.movie-thumbnail-frame img {
	border: none;
}

.movie-thumbnail-caption {
	margin-top: 10px;
	color: #2B70BB;
}

/* @end */

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

.movie-background {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #7F89B9;
}

.movie-frame {
	margin-bottom: 10px;
}

.movie-title {
	font-size: 11px;
	color: #FFFFFF;
}

/* @end */

/* @end */

