@import url('http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');

/*
File:  'Blueball Synergy Blue' main.css Style Sheet
Created: 5, July, 2010
Last Modified: 15, July, 2010
Version: 1.0
Author:  Charlie Lockhart, Blueball Design
www.sandvoxdesigns.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/

/* @group Global CSS */

body {
	position: relative;
	margin: 0px auto;
	padding: 0;
	background: #ffffff url(synergy_topbodybg.jpg) top left repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13.5px;
	color: #383838	;
	font-weight: normal;
	line-height: 1.8em;
	height: 100%;
	min-width: 960px;
	text-align: left;
	word-wrap: break-word;
}

img {
	border: 0;
}

a img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #3097f1;
	text-decoration: underline;
}

a:hover {
	color: #3097f1;
	text-decoration: none;
}

p {
	margin: 0 0 12px 0;
}

bold, strong {
	font-weight: 600;
}

hr {
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #e9e9e9;
	height: 2px;
	margin: 10px 0;
}

blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.15em;
	line-height: 1.55em;
	font-style: normal;
	font-weight: bold;
	background: url(quotes.gif) no-repeat top left;
	background-position: 12px 4px;
	color: #3097f1;
	margin: 5px 0;
	padding: 8px 15px 8px 58px;
	letter-spacing: -.75px;
}

h2 {
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
	color: #3097f1;
	margin: 0 0 10px -1px;
	padding: 0;
	text-align: left;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #454545;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	text-align: left;
}

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

.clear {
	clear: both;
	height: 0px;
	line-height: 2px;
}

* html .clear {
	line-height: 0px;
}

#main .clear {
	clear: left;
}

* html #main .clear {
	line-height: 0px;
}

.hidden {
	display: none;
}

.ImageElement, .VideoElement {
	text-align: center;
	margin-top: 20px;
}

img.narrow {
	float: right;
	margin: 3px 0 3px 15px;
}

* html img.narrow {
	margin: 3px 0 3px 8px;
}

*:first-child+html img.narrow {
	margin: 3px 0 3px 16px;
}

img.wide {
	display: block;
}

div.rssBadge {
	margin: 10px 10px 10px 0;
}

div.rssBadge.bordered {
	margin: 10px;
}

img.smallRSSBadgeIcon {
	vertical-align: middle;
}

img.smallRSSBadgeIconLeft {
	margin-right: 4px;
}

img.smallRSSBadgeIconRight {
	margin-left: 4px;
}

div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {
	margin: 0 10px;
	text-align: center;
}

img.largeRSSBadgeIcon {
	margin-bottom: 4px;
}

p.largeRSSBadgeIcon {
	margin: 0;
}

ul {
	padding-left: 22px;
	list-style-type: disc;
}

*:first-child+html ul {
	padding-left: 0px;
}

ol, dd {
	padding-left: 20px;
	list-style-type: square;
}

.sitemap-page {
	color: #3097f1;
}

.sitemap-page a, .sitemap-page a:active, .sitemap-page a:visited {
	color: #454545;
	text-decoration: underline;
}

.sitemap-page a:hover {
	color: #3097f1;
	text-decoration: none;
}


/* @end */

/* @group Page Layout */

#page-container {
	position: relative;
	width: 980px;
	margin: 0px auto;
	margin-top: 0px! important;
	margin-bottom: 24px! important;
	padding: 0;
	z-index: 5;
}

#page {
	position: relative;
	width: 980px;
	background: url(synergy_pagebg.jpg) top center no-repeat;
	margin: 0px auto;
	min-height: 400px;
	z-index: 7;
}

body.has-custom-banner #page {
	background: url(synergy_pagebgbanner.jpg) top center no-repeat;
}

#sidebar {
	position: relative;
	float: right;
	width: 230px;
	height: auto;
	margin: 0px 0px 15px 0px;
	padding: 2px 0 4px 0;
	background: transparent;
}

#sidebar p {
	text-align: left;
}

#sidebar-top {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#sidebar-bottom {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

.allow-sidebar #main {
	position: relative;
	height: auto !important;
	margin: 0px 270px 15px 25px;
	padding: 2px 0 4px 0;
	text-align: left;
	background: transparent;
}

* html .allow-sidebar #main {
	margin: 0px 270px 0px 25px;
}

*:first-child+html .allow-sidebar #main {
	margin: 0px 270px 0px 25px;
}

.no-sidebar #main {
	position: relative;
	height: auto !important;
	margin: 0px 0px 15px 25px;
	padding: 2px 0 4px 0;
	text-align: left;
	background: transparent;
}

* html .no-sidebar #main {
	margin: 0px 0px 0px 25px;
}

*:first-child+html .no-sidebar #main {
	margin: 0px 0px 0px 25px;
}

#main-bottom {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

/* @end */


/* @group Page-Top Header */

#page-top {
	position: relative;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0;
	width: 980px;
	height: auto !important;
	overflow: visible;
	z-index: 10;
}

#title {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 0;
	background: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	height: 104px;
	overflow: visible;
}

* html #title {
	margin-top: 0px;
}

body.no-custom-banner #title {
	padding-top: 20px;
}

body.has-custom-banner #title {
	padding-top: 140px;
}

* html body.has-custom-banner #title {
	padding-top: 154px! important;
}

*:first-child+html  body.has-custom-banner #title {
	padding-top: 152px! important;
}

#title h1 {
	position: relative;
	margin: 12px 0 0 0;
	padding: 0 15px 0 15px;
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.6em;
	text-align: left;
	color: #3097f1;
	line-height: 1.1em;
	font-weight: normal;
	z-index: 17;
}

* html #title h1 {
	margin-top:  28px! important;
}

*:first-child+html #title h1 {
	margin-top:  24px;
}

.has-logo #title h1 {
	position: relative;
	margin: 12px 0 0 0;
	padding-right: 0 240px 0 15px;
	font-family: "Yanone Kaffeesatz", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.6em;
	text-align: left;
	color: #3097f1;
	line-height: 1.1em;
	font-weight: normal;
	z-index: 18;
}

* html .has-logo #title h1 {
	margin-top: 28px! important;
	padding-right: 0 240px 0 15px;
}

*:first-child+html .has-logo #title h1 {
	margin-top:  24px;
	padding-right: 0 240px 0 15px;
}

#title h1 a:link, #title h1 a:visited {
	color: #3097f1;
	text-decoration: none;
}

#title h1 a:hover {
	color: #454545;
	text-decoration: none;
}

#title p {
	position: relative;
	margin: 0 0 0 0;
	padding: 3px 15px 0px 15px;
	font-size: 1.25em;
	line-height: 1.3em;
	min-height: 1.3em;
	text-align: left;
	z-index: 20;
	font-weight: normal;
	color: #454545;
}

* html #title p {
}

.has-logo #title p {
	position: relative;
	margin: 0 0 0 0;
	padding: 3px 240px 0px 15px;
	font-size: 1.25em;
	line-height: 1.3em;
	min-height: 1.3em;
	text-align: left;
	z-index: 20;
	font-weight: normal;
	color: #454545;
}

body.no-custom-banner #title img {
	position: absolute;
	top: 33px;
	left: 735px;
	right: 25px;
	display: block;
	height: 74px;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 40;
}

body.has-custom-banner #title img {
	position: absolute;
	top: 156px;
	left: 735px;
	right: 25px;
	display: block;
	height: 74px;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 40;
}

/* @end */

/* @group Site Menu */

#sitemenu-container {
	position: relative;
	clear: both;
	width: 930px;
	padding: 8px 0px 14px 0px;
	height: auto !important;
	margin: 22px 0px 22px 25px;
	background: url(images/dot_separator.jpg) bottom left repeat-x;
}

* html #sitemenu-container {
	margin-bottom: 12px;
}


*:first-child+html #sitemenu-container {
	margin-bottom: 14px;
}

#sitemenu {
	color: #454545;
	text-align: left;
}

#sitemenu-content ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#sitemenu-content ul li {
	margin: 0;
	display: inline;
}

#sitemenu ul li a {
	color: #454545;
	text-decoration: none;
	margin-right: 18px;
}

#sitemenu-content ul li a:hover {
	color: #3097f1;
	text-decoration: none;
}

#sitemenu-content li.currentPage {
	color: #3097f1;
	text-decoration: none;
	font-weight: bold;
	margin-right: 18px;
}

/* @end */

/* @group Page-Content */

#page-content {
	clear: both;
	position: relative;
	width: 960px;
	margin: 0px;
	padding: 0;
	z-index: 60;
}

#main-content {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 35;
}

/* @end */


/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 930px;
	margin: 0px auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 16px;
	padding: 16px 0 0 0;
	text-align: left;
	background: url(images/dot_separator.jpg) top left repeat-x;
	z-index: 40;
}

* html #page-bottom {
	margin-top: 10px;
}

#page-bottom-contents {
	font-size: .95em;
	line-height: 1.7em;
	color: #777777;
	text-align: center;
	padding: 2px 0px 24px 0px;
	background: transparent;
}

#page-bottom a:link, #page-bottom a:visited {
	color: #3097f1;
	text-decoration: underline;
}

#page-bottom a:hover {
	color: #3097f1;
	text-decoration: none;
}

/* @end */

/* @group Contact Form */

form.contactElement textarea,form.contactElement input,form.contactElement select {
	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%;
}

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

/* @end */

/* @group Pagelet */

.pagelet {
	width: 230px;
	font-size: .95em;
	line-height: 1.5em;
	overflow: hidden;
	margin: 0 0 14px 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
}

* html .pagelet {
	margin-left: 0px! important;
	margin-right: 0px! important;
}

*:first-child+html .pagelet {
}

.pagelet.bordered {
	width: 210px;
	background: #f4f5f6;
	padding: 10px;

}

* html .pagelet.bordered {
	margin-top: 0px! important;
	margin-bottom: 14px! important;
}

*:first-child+html .pagelet.bordered {
}

.pagelet.bordered .photo img {
	border: none;
	padding: 0;
	text-align: left;
}

.pagelet-body p {
	font-size: .95em;
	color: #383838;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: left;
}

.pagelet-body li {
	font-size: .95em;
	line-height: 1.6em;
	text-align: left;
}

.pagelet-body .imgelement {
	margin: -10px 0 0 0;
	padding: 0;
	text-align: left;
}

.pagelet h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
	color: #444444;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
}

.pagelet a:link, .pagelet a:visited {
	color: #383838;
	text-decoration: underline;
}

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

.pagelet ul {
	line-height: 1.5em;
	margin: 5px 0 0 0;
	text-align: left;
}

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

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

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

.pagelet .photo .imageLink {
	background: transparent;
}

.pagelet .photo .imageLink a:hover {
	background: transparent;
}

/* @end */

/* @group Callout */

.callout {
	float: left;
	margin: 5px 16px 7px 0px;
	padding: 0;
}

* html .callout {
}

*:first-child+html .callout {
}


/* @end */

/* @group Blog-Article Page */

#index {
	margin: 0 0 10px 0;
}

.article {
	margin-bottom: 0;
}

* html .article ul {
	margin-left: 15px;
}

.article-info {
	color: #454545;
	font-style: normal;
	margin-bottom: 0;
}

.article-content {
	margin-bottom: 2px;
}

.article-content p {
	margin: 0 0 10px 0;
}

.article-content ul {
	margin-left: 4px;
}

* html .article-content ul {
	margin-left: 4px;
}

.article h3 {
	font-size: 1.35em;
	line-height: 1.2em;
	color: #3097f1;
	font-weight: bold;
	margin: 4px 0 7px 0;
}

*:first-child+html .article h3 {
	width: auto;
}

.article h3 a, .article h3 a:active, .article h3 a:focus {
	text-decoration: none;
	color: #3097f1;
}

.article h3 a:hover {
	text-decoration: none;
	color: #5a5a5a;
}

.article-summary {
	margin-bottom: -5px;
}

.general-index {
	margin: 4px 0 12px 0;
	padding: 0;
	text-align: left;
}

* html .general-index {
}

.general-index h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.35em;
	line-height: 1.2em;
	color: #3097f1;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px 0;
}

.listing-index ul {
	margin-left: 15px;
}

.listing-index li h3 {
	font-size: 1em;
	line-height: 1.3em;
	color: #3097f1;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}

.article-info .timestamp {
	font-size: .9em;
	margin: 3px 0 3px 0;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #3097f1;
	text-decoration: underline;
	background: transparent;
	padding: 0 0 1px 0;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:link {
	padding: 3px 0 1px 0;
}

* html .article-info .continue-reading-link a:visited {
	padding: 3px 0 1px 0;
}

* html .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 0;
}

*:first-child+html .article-info .continue-reading-link a:link {
	padding: 3px 0 1px 0;
}

*:first-child+html .article-info .continue-reading-link a:visited {
	padding: 3px 0 1px 0;
}

*:first-child+html .article-info .continue-reading-link a:active {
	padding: 3px 0 1px 0;
}

.article-info .continue-reading-link a:hover {
	color: #3097f1;
	text-decoration: none;
	background: transparent;
	padding: 0 0 1px 4px;
	font-size: .95em;
	margin: 1px 0 0 0;
}

* html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 4px;
}

*:first-child+html .article-info .continue-reading-link a:hover {
	padding: 3px 0 1px 4px;
}

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

.comments a, .comments a:visited {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	color: #454545;
	text-decoration: underline;
	font-size: .95em;
}

.comments a:hover {
	padding: 0 6px 6px 0;
	margin-top: 1px;
	color: #3097f1;
	text-decoration: none;
	font-size: .95em;
}

div.collection-navigation {
	text-align: left;
}

.collection-navigation text-navigation {
	text-align: left;
}

.text-navigation .previous-page, .text-navigation .next-page, .text-navigation .collection-index {
margin-bottom: 10px;
margin-left: 0px;
padding: 0px;
text-align: left;
font-size: .9em;
line-height: 1.2em;
}

.js-kit-comments, .js-CommentsSkin-echo {
	width: 99%;
	margin-bottom: 5px;
	clear: left;
}

div.collection-navigation {
	text-align: left;
	padding: 2px 0 2px 0;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	position: relative;
	text-align: left;
	margin: auto;
	margin-left: 0;
	overflow: hidden;
}

* html .photogrid-index {
	height: 1%;
	margin-left: 0px! important;
}

.gridItem {
	float: left;
	position: relative;
	margin: 0 9px 9px 0;
	width: 150px;
	height: 186px;
	padding-top: 10px;
	color: inherit;
	overflow: hidden;
	background: #ffffff;
}

* html .gridItem {
	margin-left: 6px! important;
	margin-right: 6px! important;
	margin-bottom: 6px! important;
}

.gridItem:hover {
	background: #efefef;
}

* html .gridItem:hover {
	background: #f4f5f6;
}

.gridItem h3 {
	position: absolute;
	top: 148px;
	left: 0;
	right: 0;
	font-weight: normal;
	font-size: .95em;
	line-height: 1.3em;
	text-align: center;
	color: #3097f1;
	margin: 0 5px 0 5px;
	background: transparent;
	height: auto !important;
	width: 138px;
}

.gridItem h3 a, .gridItem h3 a:visited {
	text-decoration: underline;
	color: #454545;
}

.gridItem h3 a:hover {
	text-decoration: none;
	color: #3097f1;
}

.gridItem img {
	position: absolute;
	top: 0;
	bottom: 40px;
	right: 0;
	left: 0;
	border: 0;
	margin: auto !important;
	display: block;
}

* html .gridItem img {
	position: relative;
}

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

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

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

/* @end */

/* @group Single Photo Page */

.photo-navigation {
	position: relative;
	z-index: 100;
	height: 41px;
	width: 140px;
	margin: 0px auto;
	margin-top: 4px;
	margin-bottom: 8px;
}

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

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

.photo img {
	padding: 0;
	border: 0;
	margin-bottom: 5px;
}

.caption {
	font-size: .95em;
	line-height: 1.4em;
	font-weight: normal;
}

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

#previous-photo {
	background: url(images/navarrow_left_gray.jpg) top center no-repeat;
	left: 2px;
}

#previous-photo a {
	background: url(images/navarrow_left_blue.jpg) top center no-repeat;
}

#previous-photo a:hover {
	background: url(images/navarrow_left_dkgray.jpg) top center no-repeat;
}

#previous-photo a:visited {
	background: url(images/navarrow_left_blue.jpg) top center no-repeat;
}

#next-photo {
	background: url(images/navarrow_right_gray.jpg) top center no-repeat;
	left: 96px;
}

#next-photo a {
	background: url(images/navarrow_right_blue.jpg) top center no-repeat;
}

#next-photo a:hover {
	background: url(images/navarrow_right_dkgray.jpg) top center no-repeat;
}

#next-photo a:visited {
	background: url(images/navarrow_right_blue.jpg) top center no-repeat;
}

#photo-list {
	background: url(images/navarrow_index_gray.jpg) top center no-repeat;
	left: 49px;
}

#photo-list a {
	background: url(images/navarrow_index_blue.jpg) top center no-repeat;
}

#photo-list a:hover {
	background: url(images/navarrow_index_dkgray.jpg) top center no-repeat;
}

/* @end */
