/* Blueball Pro Colors - Compressed Style sheet */

body {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.imageStyle {
	background: transparent;
}

.image-right {
	float: right;
	padding: 4px 0 2px 16px;
}

.image-left {
	float: left;
	padding: 4px 16px 2px 0;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

h1 {
	font-size: 24px;
	line-height: 1.2em;
	margin: 3px 0 7px;
}

h2 {
	font-size: 22px;
	line-height: 1.2em;
	margin: 3px 0 7px;
}

h3 {
	font-size: 20px;
	line-height: 1.2em;
	margin: 3px 0 6px;
}

h4 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 3px 0 6px;
}

h5 {
	font-size: 16px;
	line-height: 1.2em;
	margin: 3px 0 7px;
}

#outerwrapper {
	width: 750px;
	border: 5px solid #C4BEAE;
	background-color: #fff;
	z-index: 1;
	margin: 10px auto 0;
}

#header {
	position: relative;
	height: 90px;
	z-index: 5;
	margin: 0;
}

#header h1 {
	position: relative;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 20;
	margin: 0;
	padding: 23px 240px 0 20px;
}

#header h2 {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	z-index: 25;
	margin: 0;
	padding: 3px 240px 18px 20px;
}

#customimage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 90px;
	z-index: 10;
	border-style: none;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 0;
	left: 520px;
	display: block;
	width: 140px;
	height: 1px;
	z-index: 20;
	border-style: none;
	margin: 0;
	padding: 0;
}

#outer {
	padding-right: 230px;
	background: #FFF url('images/sidebar-background.jpg') right repeat-y;
	border-bottom: 1px solid #666;
	z-index: 3;
	margin: 0;
}

#contentContainer {
	width: 100%;
	float: right;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

#content {
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	padding: 18px 20px 20px;
}

#content table {
	font-size: 11px;
	line-height: 16px;
}

sidebar {
	float: right;
	width: 230px;
	margin-right: -115px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 15px;
}

html>body #sidebar {
	margin-right: -230px;
	margin-top: -2px;
}

#sidebar .sideHeader {
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	padding: 3px 15px 5px;
}

#sidebar #sidebarcontent {
	font-size: 12px;
	line-height: 17px;
	padding: 4px 15px;
}

#sidebar #sidebarcontent h5 {
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
}

html>body #sidebar li {
	height: auto;
}

#footer {
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	clear: both;
	margin: 0;
	padding: 10px 10px 18px 20px;
}

#footer ul,#footer li {
	display: inline;
	list-style: none;
	text-align: left;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

*:first-child+html #footer ul,#footer li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#bottomspacer {
	position: relative;
	display: block;
	height: 24px;
	width: 750px;
	background: transparent;
	margin: 0 auto;
}

#nav-container {
	width: 100%;
	background: #446ED8 url(images/navbar-background.jpg) top left repeat-x;
	border-bottom: 1px solid #16369A;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nav ul {
	position: relative;
	list-style: none;
	z-index: 50;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	position: relative;
}

#nav a {
	display: block;
	border-right: 0px solid #163699;
	border-bottom: 0px solid #446ED8;
	color: #D0DFFF;
	font-size: 11px;
	text-decoration: none;
	padding: 8px 10px 6px;
}

#nav li:hover a,#nav li.sfhover a {
	color: #FFF;
}

#nav li:hover ul a,#nav li.sfhover ul a {
	color: #003CC2;
}

#nav ul ul {
	position: absolute;
	top: 100%;
	left: -1px;
	width: 114px;
	line-height: 14px;
	background-color: #B0C8FF;
	border-left: 1px solid #16369A;
	border-right: 1px solid #16369A;
	border-bottom: 1px solid #16369A;
	display: none;
}

* html #nav ul ul {
	position: absolute;
	top: 35px;
	left: -1px;
}

#nav ul ul li {
	border-top: 1px solid #16369A;
}

#nav ul ul li:hover,#nav ul ul li.sfhover {
	background-color: #7AA4FF;
}

#nav ul ul a {
	width: 94px;
	border: none;
	padding: 5px 10px 4px;
}

#nav ul ul ul {
	display: none;
	border-left: 1px solid #16369A;
}

#nav ul ul li:hover ul,#nav ul ul li.sfhover ul {
	display: block;
	top: -1px;
	left: 114px;
}

.blog-entry {
	margin-bottom: 24px;
}

.blog-entry-title a:link,.blog-entry-title a:visited {
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
}

.blog-entry-title a:hover,.blog-entry-title a:active {
	text-decoration: underline;
	font-size: 15px;
	font-weight: 700;
}

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

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-entry-comments {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin: 6px 0 0;
}

.blog-read-more {
	display: block;
	padding-top: 6px;
	font-style: italic;
}

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

.blog-entry-comments-inline {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	font-style: italic;
	margin-top: 8px;
	padding-bottom: 8px;
}

p.blog-entry-tags {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-top: 6px;
	padding-left: 22px;
	font-style: normal;
	background: transparent url(images/tag_gray.gif) center left no-repeat;
}

p.blog-entry-tags a:link,p.blog-entry-tags a:active,p.blog-entry-tags a:visited {
	font-style: normal;
	text-decoration: underline;
}

p.blog-entry-tags a:hover {
	font-style: normal;
	text-decoration: none;
}

.blog-archive-month {
	font-size: 20px;
	font-weight: 700;
	padding: 8px 15px 0 0;
}

.blog-archive-link {
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	padding: 4px 20px 20px 0;
}

#blog-archives {
	margin-bottom: 6px;
	line-height: 18px;
	font-weight: 400;
}

#blog-categories {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 10px 0;
}

.blog-category-link-enabled {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 0;
}

.blog-category-link-enabled a:link,.blog-category-link-enabled a:visited,.blog-category-link-enabled a:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
}

.blog-category-link-enabled a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}

.blog-category-link-disabled {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
}

#blog-rss-feeds {
	line-height: 20px;
	font-weight: 400;
	font-size: 12px;
	margin: 12px 0 10px;
}

a.blog-trackback-link {
	padding-left: 16px;
}

ul.blog-tag-cloud {
	text-align: left;
	margin: 0 0 10px;
	padding: 0;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: .8em;
}

.blog-tag-size-2 {
	font-size: .85em;
}

.blog-tag-size-3 {
	font-size: .9em;
}

.blog-tag-size-4 {
	font-size: .95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

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

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

.filesharing-item-title a:link,.filesharing-item-title a:visited,.filesharing-item-title a:active {
	text-decoration: underline;
	padding: 0;
}

.filesharing-item-title a:hover {
	text-decoration: none;
	padding: 0;
}

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

.album-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
	padding-top: 12px;
}

.album-description {
	margin-bottom: 90px;
	padding-bottom: 30px;
	line-height: 1.4em;
	font-size: 13px;
}

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

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

* html .thumbnail-wrap {
	margin-right: 10px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame img {
	border: 0;
	margin: auto;
	padding: 0;
}

.thumbnail-caption {
	height: 60px;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	width: 99%;
	margin: 3px 0 0;
	padding: 0;
}

#flashcontent {
	margin-top: 22px;
	text-align: center;
}

.photo-background {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.photo-navigation {
	position: relative;
	border-bottom: 1px solid #252525;
	margin: 0;
}

.photo-title {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 26px 20px 0 24px;
}

.photo-caption {
	font-size: 14px;
	margin: 0;
	padding: 7px 15px 21px 24px;
}

.photo-links {
	font-size: 12px;
	line-height: 1.4em;
	background: #446ED8 url('images/navbar-background.jpg') top repeat-x;
	margin: 0;
	padding: 7px 20px 6px 24px;
}

.photo-frame {
	background: transparent;
	margin: 24px;
}

.exif-data {
	clear: left;
	float: left;
	width: 200px;
	margin: 0;
	padding: 15px;
}

.exif-data p {
	margin: 0;
	padding: 0;
}

.movie-page-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 25px;
	padding-top: 4px;
	line-height: 1.4em;
	text-align: left;
}

.movie-thumbnail-frame {
	position: relative;
	float: left;
	display: inline;
	text-align: left;
	margin: 0 25px 25px 0;
}

* html .movie-thumbnail-frame {
	margin: 0 15px 25px 0;
}

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

.movie-thumbnail-caption {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0;
	padding: 0;
}

.movie-background {
	text-align: center;
	margin: 15px 0 0;
	padding: 0;
}

.movie-frame {
	text-align: center;
	margin: 27px 14px 7px;
}

.movie-title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border: none;
	margin: 5px 0 0;
	padding: 3px 8px;
}

form {
	margin-bottom: 18px;
}

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

.form-input-field {
	width: 90%;
	border: 1px solid #333;
	background-color: #EFEFEF;
	color: #000;
	font-size: 12px;
	line-height: 17px;
}

.boxone {
	width: 180px;
	display: block;
	height: auto;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-left: 4px;
	padding: 5px;
}

.boxtitle {
	text-align: center;
	color: black;
	font-size: 18px;
	font-weight: 700;
}

.circle li {
	margin-left: -10px;
	padding-left: 0;
}

.promotitle {
	display: block;
	position: relative:;
	width: 170px;
	height: auto;
	margin-left: 5px;
	padding-bottom: 8px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.promotagline {
	display: block;
	position: relative:;
	width: 170px;
	margin-left: 5px;
	margin-bottom: 20px;
	height: auto;
	line-height: 13px;
	font-size: 11px;
	font-weight: 400;
}

.formlabel {
	display: block;
	position: relative:;
	width: 170px;
	height: 16px;
	margin-left: 5px;
	padding-bottom: 0;
	margin-top: 8px;
	line-height: 15px;
	font-size: 13px;
	font-weight: 700;
}

input[type="text"] {
	display: block;
	position: relative;
	width: 170px;
	height: 20px;
	margin-left: 5px;
	border: 1px solid #999;
}

select[name="unit"] {
	margin-left: 5px;
	width: 170px;
}

input[type="submit"] {
	margin-left: 5px;
	margin-bottom: 24px;
}

.boxthree {
	width: 90%;
	display: block;
	height: auto;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin-left: 4px;
	padding: 5px;
}

.promotitle3 {
	display: block;
	position: relative:;
	width: 98%;
	height: auto;
	margin-left: 5px;
	padding-bottom: 8px;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
}

.promotagline3 {
	display: block;
	position: relative:;
	width: 98%;
	margin-left: 5px;
	margin-bottom: 20px;
	height: auto;
	line-height: 13px;
	font-size: 11px;
	font-weight: 400;
}

.formlabel3 {
	display: block;
	position: relative:;
	width: 98%;
	height: 16px;
	margin-left: 5px;
	padding-bottom: 0;
	margin-top: 8px;
	line-height: 15px;
	font-size: 13px;
	font-weight: 700;
}

input[name="name"],input[name="from"] {
	display: block;
	position: relative;
	width: 93%;
	height: 20px;
	margin-left: 5px;
	border: 1px solid #999;
}

* html body,* #header h2,* html #content,* html #sidebarcontent,* html #footer {
	font-weight: 500;
}

a:link,a:visited,a:active,#sidebar a:link,a:visited,a:active,.blog-entry a:link,a:visited,a:active,.blog-entry-body a,.blog-read-more a:link,.blog-read-more a:visited,.blog-read-more a:active,.photo-links a:link,.photo-links a:visited,.photo-links a:active {
	text-decoration: underline;
}

a:hover,#sidebar a:hover,.blog-entry a:hover,.blog-read-more a:hover,.blog-entry-comments a:hover,.photo-links a:hover {
	text-decoration: none;
}

a img,#sidebar img {
	border: 0;
}

b,strong,.required-text {
	font-weight: 700;
}

.clear,.clearer {
	clear: both;
}

.standout,blockquote {
	font-style: italic;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 12px;
}

* html h1,h2,h3,h4,h5,* html #sidebarcontent h5 {
	font-weight: 600;
}

#sidebar ul,#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer a:link,a:visited,a:active,.blog-archive-link a:link,.blog-archive-link a:visited,.blog-archive-link a:active {
	text-decoration: underline;
	font-weight: 400;
}

#footer a:hover,a:visited,a:active,.blog-archive-link a:hover {
	text-decoration: none;
	font-weight: 400;
}

#nav ul #current,#nav ul currentAncestor {
	text-decoration: underline;
	font-weight: 700;
	color: #2A5ED9;
	font-size: 11px;
}

#nav li:hover ul,#nav li.sfhover ul,#nav ul ul ul li:hover ul,#nav ul ul ul li.sfhover ul,#nav ul ul ul ul li:hover ul,#nav ul ul ul ul li.sfhover ul,#nav ul ul ul ul ul li:hover ul,#nav ul ul ul ul ul li.sfhover ul,#nav ul ul ul ul ul ul li:hover ul,#nav ul ul ul ul ul ul li.sfhover ul {
	display: block;
}

#nav li:hover ul ul,#nav li.sfhover ul ul,#nav ul ul li:hover ul ul,#nav ul ul li.sfhover ul ul,#nav ul ul ul li:hover ul ul,#nav ul ul ul li.sfhover ul ul,#nav ul ul ul ul li:hover ul ul,#nav ul ul ul ul li.sfhover ul ul,#nav ul ul ul ul ul li:hover ul ul,#nav ul ul ul ul ul li.sfhover ul ul,#nav ul ul ul ul ul ul li:hover ul ul,#nav ul ul ul ul ul ul li.sfhover ul ul {
	display: none;
}

#nav ul ul #current,#nav ul ul currentAncestor {
	text-decoration: underline;
	font-weight: 400;
	color: #2A5ED9;
	font-size: 11px;
}

.blog-entry-title,.filesharing-item-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 5px;
}

.blog-archive-link-enabled,.blog-archive-link-disabled {
	font-size: 12px;
	font-weight: 400;
}

a.blog-rss-link,a.blog-comments-rss-link {
	background: url(images/rss_icon.gif) center left no-repeat;
	padding-left: 18px;
	display: block;
	float: left;
	font-weight: 400;
	font-size: 12px;
}

.thumbnail-frame a,.thumbnail-frame a:hover {
	background: transparent;
	border: none;
}

#content li {
	list-style-type: none!important;
	list-style-image: url(http://www.insiderapidweaver.com/gbr_group/images/checkmark_circle_sm.jpg);
	line-height: 28px;
}
