/*
File:  'Blueball Smooth Blue' main.css Style Sheet
Created: 12, July, 2007
Last Modified: 20, November, 2008
Version: 5.0
Author:  Charlie Lockhart, SandvoxDesigner & Blueball Design
www.sandvoxdesigner.com
Copyright 2008 Charlie Lockhart/SandvoxDesigner.com/Blueball Design USA, All Rights Reserved
*/


/* @group Global CSS */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 79%;
	background: #ffffff url(smooth_bg_top_blue.jpg) top left repeat-x;
	/* Edit the color code below for the normal content text color */
	color: #292929;
	line-height: 1.8em;
	margin: 0 auto;
}

* {
	margin: 0px;
	padding: 0px;
}

#main {
	min-height: 200px;
}

img {
	border: 0;
}

a img {
	border: 0;
}

a:link {
	color: #2D66C8;
	text-decoration: underline;
}

a:hover, a:visited {
	color: #2D66C8;
	text-decoration: none;
}

p {
	margin: 0;
}

blockquote {	font-style: normal;	margin: 8px 0 8px 12px;	font-size: 1.15em;
	line-height: 1.4em;
	padding:  0 10px 0 9px;
	border-left: 3px solid #2D66C8;
	font-weight: bold;}

h2 {
	font-size: 170%;
	font-family: "Gill Sans", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	color: #2D66C8;
	font-weight: bold;
	letter-spacing: .1px;
	margin-top: 0;
	padding-top: 0;
}

h3 {
	font-size: 140%;
	font-family: "Gill Sans", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	color: #2D66C8;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	letter-spacing: .2px;
}

* html h2, h3 {
	font-weight: 700;
}

.clear {
	clear: both;
	height: 0;
}

#main .clear {
	clear: left;
}

.hidden {
	display: none;
}

.ImageElement, .VideoElement {
	text-align: center;
	margin: 10px 0 6px 0;
}

img.narrow {
	display: block;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 2px;
}

img.wide {
	display: block;
	clear: both;
}

div.rssBadge {	margin: 10px;}/* Small icon option */img.smallRSSBadgeIcon { 
	vertical-align: middle; 
}
img.smallRSSBadgeIconLeft { 
	margin-right: 4px; 
}
img.smallRSSBadgeIconRight {
	margin-left: 4px; 
}/* Large icon option */div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {	margin: 0 10px;	text-align: center !important;}img.largeRSSBadgeIcon {
	margin-bottom: 4px; 
}
p.largeRSSBadgeIcon {
	margin: 0; 
}

ul {
	padding-left: 20px;
	list-style-type: square;
}

* html ul {
	padding-left: 24px;
	list-style-type: square;
}

ol, dd {
	padding-left: 20px;
}

* html ol, dd {
	padding-left: 24px;
}.sitemap-page a:hover {	color: #2D66C8;
	text-decoration: none;}

/* @end */

/* @group Page-Top Header */

#page-container {
	background: transparent;
	margin: 0px auto;
	width: 800px;
}

#page {
	width: 800px;
	margin: 0px auto;
	margin-bottom: 24px;
	margin-top: 0;
	padding: 0;
	background: transparent;
}

#page-top {
	position: relative;
	width:  800px;
	margin: 0px auto;
	padding: 0;
	background: transparent url(smooth_banner1.jpg) center top no-repeat;
	z-index: 50;
}

#title {
	position: relative;
	background: transparent;
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
	height: 200px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
}

#title h1 {
	position: absolute;
	top: 60px;
	left: 20px;
	right: 240px;
	font-family: "Gill Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 2.1em;
	/* Edit the color code below for the Title text color */
    color: #ffffff;
	line-height: 1.3em;
	letter-spacing: .4px;
	text-align: left;
	z-index: 90;
}

h1 a:link, h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#title p {
	position: absolute;
	bottom: 60px;
	left: 20px;
	right: 240px;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: left;
	letter-spacing: .1px;
	/* Edit the color code below for the text color under the Title */
    color: #ffffff;
}

#title img {
	float: right;
	margin: 36px 30px 0px 12px;
}

#sitemenu-container {
	clear: both;
	position: relative;
	margin: 0px auto;
	width:  800px;
	background: transparent;
}

#sitemenu {
}

#sitemenu ul {
	margin: 0px 0px 16px 0px;
	font-size: 1em;
	font-weight: normal;
	background: transparent;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

#sitemenu ul li {
	float: left;
}

#sitemenu ul a, #sitemenu ul .currentPage .in {
	color: #292929;
	list-style: none;
	text-decoration: none;
	display:  block;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
}

#sitemenu .currentPage .in, #sitemenu .currentParent a {
	color: #ffffff !important;
	background: #2D66C8;
}

#sitemenu a:hover {
	background: transparent;
	color: #2D66C8;
	text-decoration: underline;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin-top: 1px;
	padding: 1px 5px 5px 10px;
	background-color: transparent;
	line-height: 1.5em;
}

.allow-sidebar #main {
	margin-right: 265px;
	padding: 1px 0 0 0;
}

.no-sidebar #main {
	width: 760px;
	margin-right: 0;
	padding: 1px 0 0 0;
}

/* @end */

/* @group Page-Content */

#page-content {
	width: 780px;
	min-height: 200px;
	margin: 0 auto;
	padding: 12px 0 0 20px;
	background: transparent;
}

* html #page-content {
	margin-top: -24px;
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	position: relative;
	width: 800px;
	margin: 20px 0px 10px 3px;
	padding: 0;
	min-height: 40px;
	text-align: center;
	background: transparent url(Smooth_page_bottom3.jpg) bottom left repeat-x;
}

#page-bottom p {
	font-size: 94%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .2px;
	line-height: 1.4em;
	color: #777777;
	text-align: center;
	padding: 5px 12px 25px 12px;
	margin: 0px;
}

/* @end */

/* @group Contact Form */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width: 95%;
	margin: 4px 3px 4px 4px;
}

form.contactElement input.submit {
	width: auto;
	display: block;
	margin: 0px auto;
	min-width: 50%;
	text-align: center;
}

form.contactElement th {
	text-align: left;
	font-weight: normal;
	width: 25%;
}

form.contactElement label {
	text-align: left;
	font-weight: normal;
	margin: 0 3px 0 4px;
}


/* Contact Element For IE 7 */

*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

/* @end */

/* @group Pagelet */

.pagelet {
	margin-bottom: 15px;
	margin-left: 3px;
	padding: 2px 0px 4px 2px;
	overflow: hidden;
	width: 220px;
	line-height: 1.4em;
}

*:first-child+html .pagelet {
	padding: 2px 3px 6px 2px;
}

.pagelet-body {
	font-size: 92%;
}

.pagelet p {
	margin-left:  -2px;
}

.pagelet h4 {
	font-size: 118%;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	color: #2D66C8;
	background: transparent;
	padding: 1px 6px;
}

.pagelet.bordered {
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
	padding: 2px 0px 6px 2px;
}

.pagelet.bordered h4 {
	border-width: 0px 0px 1px 0px;
	margin-top: 3px;
	font-size: 115%;
	font-weight: bold;
}

.pagelet div {
	margin: 0px 3px;
}

.pagelet a:hover {
	text-decoration: none;
}

.pagelet img {
	border: none;
	padding: 0;
	margin-left: -5px;
}

.pagelet a img {
	border: none;
	padding: 0;
}

/* @end */

/* @group Callout */

.callout {
	width: 220px;
	float: left;
	margin: 3px 15px 0px 0px;
	padding: 0;
	line-height: 1.4em;
}

.callout h4 {
	font-size: 118%;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	color: #2D66C8;
	background: transparent;
	padding: 1px 6px;
	text-align: left;
}

.callout img {
	border: none;
	margin-left: -5px;
}

.callout a img {
	border:  none;
	padding:  0;
}


/* @end */

/* @group Article-Blog Page */

#main h2 {
	color: #2D66C8;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #888888;
	margin-bottom: 5px;
}

.general-index {
	margin-bottom: 1em;
	padding: 10px 0 0;
}

.general-index h3 {
	width: 99%;
	margin: 0px;
	padding: 2px 0 10px 0;
}

.listing-index {
	margin-bottom: 1em;
	padding: 0px;
}

.listing-index h3 {
	font-size: 1em;
	font-weight: bold;
	color: #2D66C8;
}

.general-index .article {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background: transparent;
	clear: left;
	margin-bottom: 1em;
}

.article {
	margin-bottom: 6px;
	padding: 10px 0 0 0;
}

.article no-callout {
	margin-bottom:  6px;
}

.article-info {
	clear: left;
	color: #292929;
	font-style: normal;
}

.article h3 {
	padding: 2px 0 10px 0;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #2D66C8;
}

.article h3 a, a:active {
	text-decoration: underline;
}

.article h3 a:hover, a:focus {
	text-decoration: none;
}

.article-info .timestamp {
	clear: left;
	text-align: left;
	background: url(Smooth_time.png) left center no-repeat;
	padding: 1px 8px 1px 20px;
	margin: 8px -3px 0px -3px;
	border-top: 1px solid #ccc;
	font-size: 10px;
	letter-spacing: 1px;
}

* html .article-info .timestamp {
	background: url(Smooth_time.gif) left center no-repeat;
}

*:first-child+html .article-info .timestamp {
	background: url(Smooth_time.gif) left center no-repeat;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #2D66C8;
	text-decoration: underline;
	font-size: .95em;
	font-style: normal;
	margin-top:  3px;
}

.article-info .continue-reading-link a:hover {
	color: #2D66C8;
	text-decoration: none;
	font-size: .95em;
	font-style: normal;
	margin-top:  3px;
}

.comments {	padding: 3px 0 6px 0;
	margin-top: 1px;
	font-size: .95em;
	background: #fff;}

.comments a {	padding: 3px 0 6px 20px;
	margin-top: 1px;
	color: #2D66C8;
	text-decoration: underline;
	font-size: .95em;
	background: #fff url(commentR.png) left center no-repeat;}

* html .comments a {
	background: #fff url(commentR.gif) left center no-repeat;}

* html .comments a:hover {
	background: #fff url(commentR.gif) left center no-repeat;}

.comments a:hover {	padding: 3px 0 6px 20px;
	margin-top: 1px;
	color: #2D66C8;
	text-decoration: none;
	font-size: .95em;
	background: #fff url(commentR.png) left center no-repeat;}

.article img {
	border: none;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 6px;
}

.article img.narrow {
	display: block;
	clear: left;
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}

.article-thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

* html article-thumbnail {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	text-align: center;
	margin: auto;
	overflow: hidden;
	height: 1%;
}

* html .photogrid-index {
	margin-left: 58px;
}

.photogrid-index a {
	text-decoration: none;
	padding: 1px 3px;
}

.photogrid-index h3 a {
	text-decoration: none;
	color: #2D66C8;
}

.photogrid-index h3 a:hover {
	text-decoration: underline;
	color: #2D66C8;
}

.photogrid-index .gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 190px;
/* room for caption */
	overflow: hidden;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	color: inherit;
	background: transparent;
}

body.allow-sidebar .gridItem {
	width: 150px;
}

body.allow-sidebar .gridItem h3 {
	width: 140px;
	margin: 4px 5px 0px 5px;
}

.gridItem h3 {
	font-weight: normal;
	font-size: 98%;
	line-height: 1.4em;
	text-align: center;
	margin: 4px 4px 0 4px;
	padding: 1px 0 0 0;
	background: transparent;
	height: auto;
	min-height: 36px;
	width: 136px;
	position: absolute;
	top: 148px;
	color: #292929;
}

.gridItem h3 a {
	text-decoration: none;
	color: #292929;
}

.gridItem h3 a:hover {
	text-decoration: underline;
	color: #2D66C8;
}

.gridItem img {
	border: 1px solid #888888;
	padding: 3px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 40px;
	right: 0px;
	left: 0px;
	background: transparent;
}

.gridItem img:hover {
	border: 1px solid #2D66C8;
	padding: 3px;
}

* html .gridItem img {
	position: relative;
	top: 0;
}

* html .gridItem h3 {
	position: relative;
	top: 5px;
}

*:first-child+html  .gridItem img {
	position: relative;
	top: 0;
}

*:first-child+html  .gridItem h3 {
	position: relative;
	top: 5px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
	position: relative;
	z-index: 100;
	height: 21px;
	width: 220px;
	margin: 14px auto 14px auto;
}

.caption {
	font-size: 100%;
}

.photo-page h2 {
}

.photo img {
	padding: 4px;
	border: 1px solid #888888;
	margin-top: 12px;
	margin-bottom: 14px;
}

.photo-navigation a {
	border: none;
}

.photo-navigation div {
	width: 50px;
	height: 26px;
	position: absolute;
	text-indent: -5000em;
}

.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

.image-controls a, .image-controls a:hover {
	border: 0;
}

#previous-photo {
	background: url(arrow_prev.gif) top no-repeat;
	left: 42px;
}

* html #previous-photo {
	left: 45px;
}

#previous-photo a {
	background: url(arrow_prev_blue.gif) top no-repeat;
}

#previous-photo a:hover {
	background: url(arrow_prev_blue.gif) top no-repeat;
}

#previous-photo a:visited {
	background: url(arrow_prev_blue.gif) top no-repeat;
}

#next-photo {
	background: url(arrow_next.gif) top no-repeat;
	left: 128px;
}

* html #next-photo {
	left: 125px;
}

#next-photo a {
	background: url(arrow_next_blue.gif) top no-repeat;
}

#next-photo a:hover {
	background: url(arrow_next_blue.gif) top no-repeat;
}

#next-photo a:visited {
	background: url(arrow_next_blue.gif) top no-repeat;
}

#photo-list {
	background: url(index.gif) top no-repeat;
	left: 80px;
}

* html #photo-list {
	left: 83px;
}

#photo-list a {
	background: url(index_active_blue.gif) top no-repeat;
}

#photo-list a:hover {
	background: url(index_active_blue.gif) top no-repeat;
}

.image-controls a {
	border-bottom: 0;
}

/* @end */
