/* @group RapidWeaver HTML */

html, body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: 100%;
}

img {
	border-style: none;
	max-width: none;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 4px 10px 4px;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #fafafa;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	*margin-left: .3em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

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

.xsmall {
	font-size: 8px;
}

.small { 
	font-size: 10px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 18px;
}

.xlarge {
	font-size: 24px;
}

.xxlarge {
	font-size: 48px;
}

#raftNavWrapper {
	display: none;
}

a {
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

/* @end */

/* @group FreeStyle and ExtraContent Functionality */

/* Hide FreeStyle and ExtraContent containers, unless they are in their designated placeholders */
#contentWrapper #fs,
#sidebar #fs,
#contentWrapper div[id*='myExtraContent'],
#sidebar div[id*='myExtraContent'] {
	display: none;
}

/* @end */

/* @group Layout */


/* @group Top Tagline Container */

#tagline {
	height: 25px;
	z-index: 300;
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
}

#tagline a,
#tagline a [class^="icon-"] {
	text-decoration: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

#taglineBackground {
	height: 25px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}

#taglineSpacer {
	display: block;
	width: 100%;
	position: relative;
}

/* @end */
/* @group Logo Image Placeholders */

#logoFixedLeft {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	display: none;
}

#logoFixedRight {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 200;
	display: none;
}

#logoAbsoluteLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	display: none;
}

#logoAbsoluteRight {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	display: none;
}

#titleLogo {
	display: none;
	position: relative;
	text-align: left;
}

#logoTopLeft {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 200;
	display: none;
}

#logoTopRight {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 200;
	display: none;
}

#logoBottomLeft {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 200;
	display: none;
}

#logoBottomRight {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 200;
	display: none;
}

#headerLogo {
	display: none;
}

/* @end */
/* @group Extra Content Containers */

.ecName {
	display: none;
	border: 2px solid #ff0000;
}

#extraContainer1 {
	display: block;
	float: right;
	text-align: right;
	position: relative;
	z-index: 320;
	line-height: 25px;
	font-size: 11px;
}

#extraContainer2 {
	display: block;
	line-height: 2.50em;
	text-align: right;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

#extraContainer4 {
	display: block;
	position: relative;
}

#extraContainer9 {
	position: relative;
	z-index: 20;
}

#extraContainer10 {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: right;
}

/* @end */

/* @group Main Wrappers, Padding and Clearers */

#pageWrapper {
	min-height: 100%;
	height: 100%;
}

#wrapperOuter {
	min-height: 100%;
}

#main {
	position: relative;
	margin: 0 auto;
	padding: 0 0 70px;
}

.floodWidth {
	margin: 0 auto;
}

.floodClearer {
	clear: both;
}

.floodPadding {
	margin-left: 10px;
	margin-right: 10px;
}

.floodSpacer {
	height: 50px;
	display: block;
	position: relative;
}

/* @end */

/* @group Top Header Container */

#headerMargin {
	display: block;
	position: relative;
}

#header {
	position: relative;
	z-index: 100;
	height: auto;
}

#headerContent {
	display: block;
	position: relative;
	float: left;
}

h1#siteTitle {
	padding: 0;
	margin: 0;
	line-height: 1.20em;
	font-size: 30px;
}

h1#siteTitle a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height: 1.00em;
	padding: 0;
	margin: 0;
}

h2#siteSlogan {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.00em;
	padding: 0;
	margin: 0 0 8px;
	font-size: 105%;
}

#navContent {
	display: block;
	z-index: 100;
	overflow: visible;
}

/* @end */

/* @group Banner Container */

#bannerOuter {
	display: block;
	position: relative;
	z-index: 5;
	padding: 0;
}

#bannerWrapper {
	display: block;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	padding: 0;
}

#bannerBorder {
	margin-left: 10px;
	margin-right: 10px;
}

#banner {
	display: block;
	position: relative;
	z-index: 5;
}

#banner img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

#banner .carousel {
	margin: 0;
}

/* FreeStyle banners */
#freeStyle img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

#bannerContentBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	height: 100%;
	display: none;
	z-index: 100;
}

#bannerBoxBackground {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	height: 100%;
	width: 100%;
}

#bannerContentBox h1,
#bannerContentBox h2,
#bannerContentBox h3,
#bannerContentBox h4,
#bannerContentBox h5,
#bannerContentBox h6 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 5px;
	line-height: 1.25em;
}

#bannerContentBox a {
	color: #5e5e5e;
}

#bannerContentBox a:hover {
	color: #eaeaea;
}

#extraContainer5 {
	padding: 25px;
	font-size: 110%;
	z-index: 10;
	display: block;
	position: relative;
}

/* @end */

/* @group Horizontal Content Containers */

#upperHorizontalBar {
	width: 100%;
	display: none;
	position: relative;
	background-color: #e6e6e6;
	margin-top: 50px;
}

#upperHorizontalBarContainer {
	display: block;
	position: relative;
	padding: 25px 0;
}

#upperHorizontalBarContainer h1 {
	font-size: 2.00em;
	font-weight: bold;
}

#upperHorizontalBarContainer h2 {
	font-size: 1.75em;
	font-weight: bold;
}

#upperHorizontalBarContainer h3 {
	font-size: 1.50em;
	font-weight: bold;
}

#upperHorizontalBarContainer h4 {
	font-size: 1.25em;
	font-weight: bold;
}

#upperHorizontalBarContainer h5 {
	font-size: 1.00em;
	font-weight: bold;
}

#upperHorizontalBarContainer h6 {
	font-size: 0.75em;
	font-weight: bold;
}

#middleHorizontalBar {
	width: 100%;
	display: none;
	position: relative;
	background-color: #e6e6e6;
	margin-top: 50px;
}

#middleHorizontalBarContainer {
	display: block;
	position: relative;
	padding: 25px 0;
}

#middleHorizontalBarContainer h1 {
	font-size: 2.00em;
	font-weight: bold;
}

#middleHorizontalBarContainer h2 {
	font-size: 1.75em;
	font-weight: bold;
}

#middleHorizontalBarContainer h3 {
	font-size: 1.50em;
	font-weight: bold;
}

#middleHorizontalBarContainer h4 {
	font-size: 1.25em;
	font-weight: bold;
}

#middleHorizontalBarContainer h5 {
	font-size: 1.00em;
	font-weight: bold;
}

#middleHorizontalBarContainer h6 {
	font-size: 0.75em;
	font-weight: bold;
}

#lowerHorizontalBar {
	width: 100%;
	display: none;
	position: relative;
	background-color: #e6e6e6;
	margin-top: 50px;
}

#lowerHorizontalBarContainer {
	display: block;
	position: relative;
	padding: 25px 0;
}

#lowerHorizontalBarContainer h1 {
	font-size: 2.00em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h2 {
	font-size: 1.75em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h3 {
	font-size: 1.50em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h4 {
	font-size: 1.25em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h5 {
	font-size: 1.00em;
	font-weight: bold;
}

#lowerHorizontalBarContainer h6 {
	font-size: 0.75em;
	font-weight: bold;
}

#footerContainer {
	display: none;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	z-index: 0;
}

#footerContainer h1 {
	font-size: 2.00em;
	font-weight: bold;
}

#footerContainer h2 {
	font-size: 1.75em;
	font-weight: bold;
}

#footerContainer h3 {
	font-size: 1.50em;
	font-weight: bold;
}

#footerContainer h4 {
	font-size: 1.25em;
	font-weight: bold;
}

#footerContainer h5 {
	font-size: 1.00em;
	font-weight: bold;
}

#footerContainer h6 {
	font-size: 0.75em;
	font-weight: bold;
}

/* @end */

/* @group Drop-Down Navigation */

#nav {
	display: block;
	z-index: 150;
	position: relative;
	font-size: 105%;
	height: auto;
	z-index: 100;
}

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

#nav li {
	float: left;
	position: relative;
	line-height: 25px;
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a {
	display: inline;
	text-decoration: none;
	z-index: 20;
	padding: 0;
	border-bottom: none;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}

#nav a.nolink {
	cursor: default;
}

#nav a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

/* Top level (parent page links) */
#nav li {
	position: relative;
	z-index: 150;
	line-height: 30px;
	margin-bottom: 0;
	display: block;
	padding: 0;
}

#nav li a.suppressedLink {
	cursor: default;
}

#nav li a {
	display: block;
	text-decoration: none;
	z-index: 20;
	line-height: 30px;
	padding: 0px 15px 0;
}

/* Second Level */
#nav ul ul {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 0;
	margin: 10px 0 0;
	z-index: 149;
	height: auto;
	
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

#nav ul ul li {
	position: relative;
	line-height: 2.50em;
	margin: 0;
	padding: 0;
	display: block;
	width: 190px;
}

#nav ul ul li span.arrow {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0;
	margin: 0;
}

#nav ul ul li a {
	float: none;
	display: block;
	line-height: 1.25em;
	padding: 10px 15px;
}

/* Third level and lower */
#nav ul ul ul {
	background: #fff;
	top: -1px;
	border-top: 1px solid #eaeaea;
	left: 190px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

#nav ul ul ul li {
	margin: 0;
	padding: 0;
}

#nav ul ul ul li a {
	float: left;
	display: block;
}

#nav>ul>li:hover>ul,
#nav>ul>li>ul>li:hover>ul, 
#nav>ul>li>ul>li>ul>li:hover>ul, 
#nav>ul>li>ul>li>ul>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.touchDevice #nav ul ul,
.touchDevice #nav ul ul ul {
	opacity: 1.00;
	visibility: visible;
	-webkit-transition: none;
	transition: none;
	margin: 0;
	display: none;
}

.touchDevice #nav>ul>li:hover>ul,
.touchDevice #nav>ul>li>ul>li:hover>ul, 
.touchDevice #nav>ul>li>ul>li>ul>li:hover>ul, 
.touchDevice #nav>ul>li>ul>li>ul>li>ul>li:hover>ul {
	opacity: 1.00;
	visibility: visible;
	-webkit-transition: none;
	transition: none;
	margin: 0;
	display: block;
}

/* @end */


/* @group RAFT Toggle Navigation */

.raftNavWrapper {
	display: none;
	position: relative;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
}

.raftNavTitle {
	display: block;
	position: relative;
}

.raftNavTitle h3 {
	font-size: 18px;
	padding: 0 12px;
	margin: 0;
	line-height: 50px;
	font-weight: bold;
	background: #E9E9E9;
	color: #3F3F3F;
}

.raftNavWrapper .raftNavArrow.closedState .raftNavIconClose,
.raftNavWrapper .raftNavArrow.openedState .raftNavIconOpen {
	display: none;
}

.raftNavWrapper .raftNavArrow.openedState .raftNavIconClose,
.raftNavWrapper .raftNavArrow.ClosedState .raftNavIconOpen {
	display: block;
}

.raftNavWrapper .raftNavArrow {
	position: absolute;
	top: 0;
	right: 12px;
}

.raftNavWrapper .raftNavArrow [class^="icon-"] {
	font-size: 30px;
	line-height: 50px;
	color: #3F3F3F;
}

.raftNav {
	display: none;
	position: relative;
}

.raftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.raftNav li {
	padding: 0;
	margin: 0;
	position: relative;
}

.raftNav a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    padding-left: 12px;
    text-decoration: none;
    -webkit-transition: all .30s linear;
    -moz-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear;
    z-index: 5;
    border-top: 1px solid #D3D3D3;
    background: #FFFFFF;
    color: #777777;
}

.raftNav a:hover {
    -webkit-transition: all .30s linear;
    -moz-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear;
    color: #A9A9A9;
    background: #FFFFFF;
}

.raftNav a.current {
	cursor: default;
}

.raftNav ul > li.suppressedLink > a {
	cursor: default;
}

.raftNav .currentListItem ul li {
	display: block;
}

.raftNav .currentAncestorListItem ul li {
	display: block;
}

.raftNav ul ul a {
	padding-left: 30px;
}	

.raftNav ul ul ul a {
	padding-left: 60px;
}	

.raftNav ul ul ul ul a {
	padding-left: 90px;
}	

.raftNav ul ul ul ul ul a {
	padding-left: 120px;
}

/* @end */


/* @group Central Content Container */

#contentContainer {
	display: block;
	position: relative;
	margin-bottom: 50px;
	margin-top: 50px;
}

#contentContainer #content {
	padding: 0;
	margin: 0;
	position: relative;
}

#contentWrapper {
	display: block;
	position: relative;
	
}

#backToTopWrapper {
	padding-top: 10px;
	display: none;
	position: relative;
	line-height: 50px;
}

/* @end */

/* @group Search Function */

#headerSearch {
	display: none;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#sideSearch {
	display: none;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sideSearch input {
	margin-bottom: 10px;
}

/* @end */

/* @group Sidebar Column */

aside {
	display: block;
	width: 200px;
	float: right;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #ffffff;
	border-right: none;
}

#sidebarTitle h3 {
	font-size: 1.50em;
	line-height: 1.50em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#sidebar {
	display: block;
	position: relative;
}

#pluginSidebar {
	display: block;
	position: relative;
}

/* @end */

/* @group Sidebar Block Navigation */

#navSource {
	display: none;
}

#blockNav {
	display: none;
	position: relative;
	margin-bottom: 20px;
}

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

#blockNav li {
	padding: 0;
	margin: 0;
}

#blockNav a {
	display: block;
	text-decoration: none;
}

#blockNav ul ul a {
	padding-left: 20px;
}

#blockNav ul ul ul a {
	padding-left: 40px;
}

#blockNav ul ul ul ul a {
	padding-left: 60px;
}

#blockNav ul ul ul ul ul a {
	padding-left: 80px;
}

#blockNav ul ul ul ul ul ul a {
	padding-left: 100px;
}

#blockNav li.currentListItem ul ul {
	display: none !important;
}

/* @end */

/* @group Footer Container */

#footer {
	display: block;
	width: 100%;
	position: relative;
	margin-top: -70px;
	height: 69px;
	clear: both;
}

#footerContent {
	padding-top: 10px;
	display: block;
	position: relative;
}

#leftFooter {
	position: relative;
	display: inline;
	float: left;
}

#footerText {
	position: relative;
}

#footerText a,
#footerText a:hover {
	text-decoration: none;
}

#lastUpdated {
	position: relative;
	display: none;
}

/* @end */

/* @group Footer Navigation Links */

#footerNav {
	display: none;
	position: relative;
	float: right;
}

#footerNav ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footerNav li {
	display: inline;
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
}

#footerNav li a {
	display: block;
	text-decoration: none;
	z-index: 20;
	margin: 0;
}

#footerNav li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
}

#footerNav ul ul {
	display: none;
}

/* @end */
/* @group Breadcrumb */

#breadcrumb {
	display: block;
	position: relative;
	line-height: 1.50em;
	width: 100%;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#breadcrumb ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
	display: inline;
	text-decoration: none;
	z-index: 20;
	margin: 0;
}

#breadcrumb li p {
	display: inline;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
}

/* @end */

/* @end */


/* @group Blog */

.blog-archive-background {
	
}

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

.blog-archive-headings-wrapper {
	border-bottom: 1px solid;
}

.blog-archive-entries-wrapper {
	
}

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

.blog-archive-month {
	
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* Blog Tag Cloud */

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

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

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

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

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

.blog-tag-size-4 {
	font-size: 0.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;
}

/* Main Blog entries */

.blog-entry {
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.blog-entry-title {
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 30px;
}

.blog-entry-title a {
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-date {
	padding: 0 0 15px;
	margin: 0;
}

.blog-read-more {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
}

.blog-entry-body {
	
}

p.blog-entry-tags {
	font-style: normal;
	font-weight: normal;
}

.blog-entry-comments {
	
}

/* Styles the category link/s in the main Blog entry */

.blog-entry-category a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 25px;
}

.blog-archive-link-enabled {
	background-repeat: no-repeat;
	display: block;
}

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	display: block;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	padding: 0;
	margin: 0 0 25px;
}

.blog-category-link-enabled {
	display: block;
}

.blog-category-link-disabled {
	display: block;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 25px;
	display: block;
}

.blog-rss-link {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	background: url(images/editable_images/rss_icon.png) no-repeat left center;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/editable_images/rss_icon.png);
	background-position: left center;
	padding-left: 15px;
	display: block;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	padding-bottom: 25px;
	padding-top: 25px;
}

.filesharing-item-title a:link {
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	font-weight: normal;
	text-decoration: none;
}

/* @end */

/* @group Flash */

#flashcontent {
	text-align: center;
}

/* @end */

/* @group Photo Album */

.album-title {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 1.25em;
}

.album-description {
	margin-bottom: 50px;
	display: block;
	position: relative;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	margin-top: 100px;
}

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

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

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

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

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

.thumbnail-caption {
	margin: 0;
	width: 100%;
	height: 50px;
	display: block;
	padding: 0;
	overflow: visible;
	text-align: center;
}

/* CSS Formatting for Single Page (Photo view) */

.photo-background {
	text-align: left;
}

.photo-navigation {
	width: 200px;
	float: left;
	margin: 15px 15px 0;
	padding: 15px;
}

.photo-links {
	
}

.photo-navigation a:link,
.photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame {
	padding: 0px;
	position: absolute;
	left: 260px;
	top: 15px;
}

.photo-title {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 1.25em;
}

.photo-caption {
	margin: 0;
}

/* Styling Exif Data */

.exif-data {
	line-height: 1.5em;
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px;
	float: left;
	width: 200px;
}

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

/* @end */

/* @group Movie Page */

.movie-description {
	margin-top: 15px;
}

/* @end */

/* @group Movie Album */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	width: 134px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-frame img {
	padding: 1px;
	margin-bottom: 5px;
}

.movie-thumbnail-caption {
	
}

/* CSS formatting for Singular Quicktime Movies */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	width: 132px;
	display: inline;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	font-size: 1em;
	position: relative;
	z-index: 10;
}

/* @end */

/* @group Contact Form */

div label {
	font-size: 100%;
	padding-top: 0;
	line-height: 36px;
	float: none;
	display: inline;
}

.message-text {
	font-weight: bold;
	font-style: normal;
}

input.form-input-field {
	font-size: 18px;
	width: 75%;
}

textarea.form-input-field {
	line-height: 18px;
	resize: both;
	width: 75%;
}

.form-input-button {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-input-button:hover {
	color:#333333;
	text-decoration: none;
	background-color:#e6e6e6;
	background-position:0 -15px;
}

.form-input-button:focus {
	outline: 1px dotted #666;
}

.form-input-button[type="reset"] {
	
}

.form-input-button[type="submit"] {
	color: #ffffff;
	background-color: #0074CC;
	background-image: -moz-linear-gradient(top, #08C, #05C);
	background-image: -ms-linear-gradient(top, #08C, #05C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#05C));
	background-image: -webkit-linear-gradient(top, #08C, #05C);
	background-image: -o-linear-gradient(top, #08C, #05C);
	background-image: linear-gradient(top, #08C, #05C);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08C', endColorstr='#05C', GradientType=0);
	border-color: #05C #05C #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow: none;
}

.form-input-button[type="submit"]:hover,
.form-input-button[type="submit"]:active {
	background-color:#0055cc;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* @end */

/* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	margin: 0;
	padding: 17px 0 0;
}

.js-singleCommentHeader {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}

.js-singleCommentText {
	display: block !important;
	clear: both !important;
}

.js-kit-comments br {
	display: none !important;
}

.js-singleCommentBody br {
	display: block !important;
}

/* @end */

/* @group RapidWeaver 5 Sitemap */

.sitemap-header {
	
}

.rw-sitemap {
	
}

.tree ul {
	
}

.tree li {
	padding-bottom: 5px;
	padding-top: 5px;
}

.tree li p {
	padding: 0;
	margin: 0;
}

.sitemap-footer {
	
}

/* @end */

/* @group YourHead Accordion */

.acToggle {
	padding: 0;
	margin: 0;
	height: auto !important;
	line-height: 1.00em !important;
}

/* @end */


/* @group YourHead Kwix */

.kwix-text h3 {
	padding: 0;
	margin: 0;
	height: auto !important;
	line-height: 1.00em !important;
}

/* @end */