
/*
File:  'Blueball Smooth Green' main.css Style Sheet
Created: 16, August, 2007
Last Modified: 18, August, 2007
Version: 1.0
Author:  Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2007 Charlie Lockhart/Blueball Design USA All Rights Reserved
*/

/* @group Global CSS */

body {
	width: 800px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	font-size: 76%;
	background: #ffffff url(smooth_bg_top_green.jpg) top left repeat-x;
	/* Edit the color code below for the normal content text color */
	color: #454545;
	word-wrap: break-word;
	line-height: 1.8em;
	margin: 0 auto;
}

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

#main {
	min-height: 200px;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #76CD0F;
	text-decoration: underline;
}

a:hover, a:visited {
	color: #76CD0F;
	text-decoration: none;
}

p {
	
}

h2 {
	font-size: 170%;
	font-family: "Gill Sans", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	color: #76CD0F;
	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: #76CD0F;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	letter-spacing: .2px;
}

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

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

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

/* @end */

/* @group Page-Top Header */

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

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

#page-top {
	background: 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;
	text-align: center;
	color: #fff;
}

* html #title {
	margin-left: 105px;
}

h1 {
	position: absolute;
	font-family: "Gill Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	top: 65px;
	left: 20px;
	right: 240px;
	font-size: 210%;
	/* 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: 130%;
	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 {
	position: relative;
	margin: 0px auto;
	width:  800px;
}

* html #sitemenu-container {
	position: relative;
	margin: 0px auto;
	margin-left: 106px;
	width:  800px;
}

#sitemenu {
	font-size: 100%;
	font-weight: normal;
	background: transparent;
}

#sitemenu ul {
	clear: both;
	margin: 0px 0px 16px 0px;
	height: 28px;
	line-height: 28px;
	overflow: visible;
	padding: 0;
	list-style: none;
}

#sitemenu ul li {
	float: left;
}

#sitemenu ul a {
	color: #454545;
	list-style: none;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding: 0px 8px 2px 8px;
}

#sitemenu ul .currentPage .in {
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	display: block;
	white-space: nowrap;
	padding: 0px 8px;
}

#sitemenu ul a:hover {
	background: transparent;
	color: #76CD0F;
	text-decoration: underline;
}

#sitemenu .currentPage .in {
	background: #538127;
	color: #ffffff;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin-top: 1px;
	padding: 10px 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 Pagelet */

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

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

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

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

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

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

.callout .pagelet.bordered {
	margin-left: -1px;
}

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

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

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

/* @end */

/* @group Page-Content */

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

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

*:first-child+html #page-content {
	margin-left: 0px;
}

/* @end */

/* @group Article-Blog Page */

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

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

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

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

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

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

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

/* My Comment */

.article-info {
	clear: left;
	color: #454545;
	font-style: normal;
	font-size: 76%;
}

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

.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 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: #76CD0F;
}

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

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

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

.gridItem h3 a:hover, a:focus {
	text-decoration: underline;
	color: #76CD0F;
}

.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 #76CD0F;
	padding: 3px;
}

/* IE 6 Hack */

/* Hides from IE5-mac \*/

* 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 hide from IE5-mac */

/* @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)	no-repeat;
	left: 42px;
}

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Page Bottom */

#page-bottom {
	width: 800px;
	margin: 20px 0px 10px 0px;
	padding: 0;
	text-align: center;
	background: transparent url(Smooth_page_bottom2.png) bottom left no-repeat;
}

* html #page-bottom {
	margin: 20px 0px 10px 52px;
}

#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: 98%;
	margin: 4px 0px;
}

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

/* Contact Element For IE 7 */

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

/* @end */
/* IE7 hacks */

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

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


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: auto;
}

td.dli1 { text-align:center;}

