
/*
-------------------------------------------
File: 'Blueball Premiere Classic 3.5' styles.css Style Sheet
Created: 8, July, 2005
Last Modified: 24, June, 2006
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2006 Charlie/Josh Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/* @group Body and Global Styles */

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Georgia, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	color: #444F2B;
	line-height: 1.4em;
}

p {
	margin: 0px 0px 20px 0px;
}

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

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

.imagestyle {
	
}

.standout, blockquote {
	display: block;
	margin: 10px 0px;
	padding: 10px;
	border-top: 1px dotted #444F2B;
	border-bottom: 1px dotted #444F2B;
	background-color: #D6E1C1;
	font-size: 12px;
	color: #798E4E;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #937F66;
	line-height: 1.4em;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

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

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

img {
	
}

a img {
	border: 0px;
}

b, strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

/

* @end */

/* @group PAGEHEADER */

#pageHeader {
	margin: 0px;
	background: #FFFFFF;
}

#pageHeader h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #937F66;
}

#pageHeader h2 {
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	color: #9AB157;
}

#breadcrumbs {
	display: block;
	margin: 0px 0px 20px 0px;
	color: #937F66;
}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs a {
	color: #9AB157;
7;
}

/* @end */

/* @group LAYOUT */

#wrapper {
	width: 900px;
	margin: 0px auto;
	/* Right And Left Margin Widths To Auto */	text-align: left;
/* Hack To Keep IE5 Windows Happy */
}

#body-container {
	margin: 0px;
	margin-left: 300px;
	margin-right: 0px;
}

.clearfix:after {
	/* Enables non-IE6 browsers to clear a float. IE6, ironically, does this by default */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#sidebarContainer {
	position: relative;
	float: right;
	width: 300px;
	margin-right: -150px;
/* Compensate for IE6 doubled margin on floats bug */
}

html>body #sidebarContainer {
	margin-right: -300px;
/* Reset for non-IE6 browsers */
}

#sidebarContainer a {
	color: #937F66;
}

#sidebar-navigation {
	height: 400px;
	/* Set a minumum height for IE6 */
	text-align: center;
	background: #E7E2D0 url('images/sidebar-background.jpg') left repeat-y;
}

html>body #sidebar-navigation {
	height: auto;
	min-height: 400px;
/* For non-IE6 browsers, set height to auto and use the correct 'min-height' property */
}

#sidebar-footer {
	background: #FFFFFF url('images/body-background.jpg') left repeat-y;
	height: 125px;
	/* Set a minumum height for IE6 */
	padding: 30px;
	color: #798E4E;
	line-height: 1.4em;
	border-top: 1px solid #A6A295;
	text-align: center;
}

html>body #sidebar-footer {
	height: auto;
	min-height: 125px;
/* For non-IE6 browsers, set height to auto and use the correct 'min-height' property */
}

#sidebar-footer a {
	font-style: italic;
	color: #444F2B;
}

#sidebar-navigation #logo-user {
	position: relative;
	margin-top: 0px;
	margin-left: 50px;
	width: 200px;
	height: 154px;
	background: url(images/sidebar-ornament.jpg) bottom center no-repeat;
}

#sidebarContainer .sideHeader {
	font-size: 15px;
	color: #937F66;
}

#sidebarContainer #sidebar p {
	color: #444F2B;
}

#body-content {
	margin: 0px;
	padding: 50px;
}

#page-content {
	color: #666666;
	line-height: 1.4em;
}

#page-content a {
	color: #9AB157;
}

/* @end */

/* @group TOOLBAR */

#navigation-bar {
	padding: 30px 0px 50px 0px;
}

#navigation-bar #current {
	text-decoration: underline;
	color: #322A1D;
}

/***** LEVEL 1 *****/

#navigation-bar ul {
	margin: 0px 55px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #322A1D;
}

#navigation-bar ul li {
	margin-top: 0px;
	padding: 0px;
	height: 29px;
/* Allow navbar to display correctly in IE6 */
}

html>body #navigation-bar ul li {
	margin-top: 0px;
	padding: 0px;
	height: auto;
/* Reset height to auto for non-IE6 browsers */
}

#navigation-bar ul li a {
	color: #322A1D;
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	/* Remove the bottom padding on links for IE6 */
	border-top: 1px dotted #322A1D;
	text-decoration: none;
}

html>body #navigation-bar ul li a {
	color: #322A1D;
	display: block;
	padding: 8px 0px 8px 0px;
	/* Add bottom padding for non-IE6 browsers */
	border-top: 1px dotted #322A1D;
	text-decoration: none;
}

#navigation-bar a:hover {
	color: #937F66;
}

/***** LEVEL 2 *****/

#navigation-bar ul ul {
	margin: 8px 0px 8px 0px;
	/* Reduce margins for IE6 */
	border: 0px;
	padding: 0px;
}

html>body #navigation-bar ul ul {
	margin: 3px 0px 8px 0px;
	/* Set margins for non-IE6 browsers */
	border: 0px;
	padding: 0px;
}

#navigation-bar ul ul li {
	margin: 0px;
	height: 13px;
/* Use a set height for IE6 */
}

html>body #navigation-bar ul ul li {
	margin: 0px;
	height: auto;
/* Reset height to auto for non-IE6 browsers */
}

#navigation-bar ul ul a {
	color: #322A1D;
	border: 0px;
	padding: 0px;
/* Remove the bottom padding on links for IE6 */
}

html>body #navigation-bar ul ul a {
	color: #322A1D;
	border: 0px;
	padding: 0px 0px 8px 0px;
/* Add bottom padding for non-IE6 browsers */
}

#navigation-bar ul ul a:hover {
	color: #937F66;
}

/***** LEVEL 3 *****/

#navigation-bar ul ul ul {
	margin: 8px 0px 8px 0px;
	/* Reduce margins for IE6 */
	border: 0px;
	padding: 0px;
}

html>body #navigation-bar ul ul ul {
	margin: 3px 0px 8px 0px;
	/* Set margins for non-IE6 browsers */
	border: 0px;
	padding: 0px;
}

#navigation-bar ul ul ul li {
	margin: 0px;
	height: 13px;
/* Use a set height for IE6 */
}

html>body #navigation-bar ul ul ul li {
	margin: 0px;
	height: auto;
/* Reset height to auto for non-IE6 browsers */
}

#navigation-bar ul ul ul a {
	color: #877860;
	border: 0px;
	padding: 0px;
/* Remove the bottom padding on links for IE6 */
}

html>body #navigation-bar ul ul ul a {
	color: #877860;
	border: 0px;
	padding: 0px 0px 4px 0px;
/* Add bottom padding for non-IE6 browsers */
}

#navigation-bar ul ul ul a:hover {
	color: #937F66;
}

/* @end */

/* @group CONTACT FORM */

.message-text {
	padding: 3px;
	text-align: left;
}

.form-input-field {
	border: 1px solid #937F66;
	background-color: #D6E1C1;
}

.form-input-button {
	
}

.required-text {
	color: #D60000;
}

/* @end */

/* @group BLOG */

.blog-entry {
	padding-bottom: 40px;
}

.blog-entry-title {
	color: #937F66;
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.4em;
}

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

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

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

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	
}

.blog-entry img {
	padding: 3px;
	border: 1px solid ##937F66;
}

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

.blog-entry-comments a {
	color: #9AB157;
}

.blog-entry-comments a:hover {
	text-decoration: none;
}

/

* @end */

/* @group BLOG ARCHIVE PAGE */

.blog-archive-background {
	
}

.blog-archive-headings-wrapper {
	
}

.blog-archive-entries-wrapper {
	color: #666666;
}

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

.blog-archive-month {
	margin: 0px;
	font-size: 20px;
	color: #937F66;
}

.blog-archive-link {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 28px;
	font-size: 13px;
	font-style: italic;
	color: #9AB157;
	line-height: 1.4em;
}

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

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

.blog-archive-entries-wrapper a:link, .blog-archive-entries-wrapper a:visited {
	color: #9AB157;
	text-decoration: underline;
}

.blog-archive-entries-wrapper a:hover, .blog-archive-entries-wrapper a:active {
	color: #9AB157;
	text-decoration: none;
}

/*

 @end */

/* @group FILE SHARING */

.filesharing-description {
	margin-bottom: 20px;
	line-height: 1.4em;
}

.filesharing-item {
	display: block;
	margin: 20px 0px;
	padding: 10px;
	border-top: 1px dotted #444F2B;
	border-bottom: 1px dotted #444F2B;
	background-color: #D6E1C1;
	font-size: 12px;
	color: #798E4E;
}

.filesharing-item a {
	color: #937F66;
}

.filesharing-item-title {
	font-weight: bold;
	color: #937F66;
	margin-bottom: 5px;
}

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

/

* @end */

/* @group PHOTO ALBUM */

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

.album-title {
	color: #937F66;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

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

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

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

.thumbnail-frame {
	
}

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

.thumbnail-caption {
	margin: 0px;
	margin-top: 1px;
	padding-top: 5px;
	color: #9AB157;
}

.thumbnail-table {
	
}

.thumbnail-frame a {
	
}

.thumbnail-fra

me a:hove r {
	
}

/* @end */

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

.photo-background {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Georgia, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

/* styles the navigation bar <div> */

.photo-navigation {
	margin: 0px;
	padding: 50px;
}

/* styles the photo title <p> tag */

.photo-title {
	margin: 0px;
	font-size: 20px;
	color: #937F66;
	line-height: 1.4em;
}

/* styles the photo caption <p> tag */

.photo-caption {
	margin: 0px;
	padding-top: 3px;
	font-size: 13px;
	font-style: italic;
	color: #9AB157;
}

/* styles the photo links <p> tag */

.photo-links {
	margin: 0px;
	padding-top: 25px;
	color: #937F66;
	font-size: 14px;
}

/* styles <a> links in .photo-links <p> tag */

.photo-links a {
	color: #937F66;
}

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

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

/* @end */

/* @end */

/* @group Single Page (Album Thumbnails) */

/*********** QUICKTIME MOVIE ALBUM PAGE CSS STYLES - ALL REQUIRED **********/

.movie-page-title {
	color: #937F66;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

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

.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: 0px;
	padding-top: 5px;
	color: #9AB157;
}

/

* @end */

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

/*********** QUICKTIME MOVIE POPUP CSS STYLES - ALL REQUIRED **********/

.movie-background {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Georgia, "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	background-color: #D6E1C1;
}

.movie-frame {
	margin: 15px;
}

.movie-title {
	font-style: italic;
	color: #444F2B;
	line-height: 1.4em;
}

/* @end */
