site {
	background-color: #fffff;
        }

body {
	font-family: "Helvetica", Arial, Geneva, sans-serif;
	font-size: 76.6%;
	line-height: 150%;
	-webkit-font-smoothing: subpixel-antialiased;
}


/* Body Fonts */

body,body.b-myriad {
	font-family: Myriad pro, Arial, Helvetica Neue, Helvetica, sans-serif;
}
/* Myriad renders small */
body.b-myriad {font-size: .85em;}

body,body.b-arial {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
body,body.b-baskerville {
	font-family: Baskerville, Times New Roman, Times, serif;
}
body,body.b-cambria {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}
body,body.b-century {
	font-family: Century Gothic, Apple Gothic, sans-serif;
}
body,body.b-lucida {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}
body,body.b-palatino {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
}
body,body.b-trebuchet {
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
}
body,body.b-tahoma {
	font-family: Tahoma, Geneva, Verdana;
}
body,body.b-verdana {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Heading Fonts */

body.h-myriad h1,body.h-myriad h2,body.h-myriad h3,body.h-myriad h4, body.h-myriad h5, body.h-myriad h6,body.h-myriad span#text-header,body.h-myriad span#text-slogan {
	font-family: Myriad pro, Arial, Helvetica Neue, Helvetica, sans-serif;
}

body.h-arial h1,body.h-arial h2,body.h-arial h3,body.h-arial h4, body.h-arial h5, body.h-arial h6,body.h-arial span#text-header,body.h-arial span#text-slogan {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
body.h-baskerville h1,body.h-baskerville h2,body.h-baskerville h3,body.h-baskerville h4,body.h-baskerville h5,body.h-baskerville h6,body.h-baskerville span#text-header,body.h-baskerville span#text-slogan {
	font-family: Baskerville, Times New Roman, Times, serif;
}
body.h-cambria h1,body.h-cambria h2,body.h-cambria h3,body.h-cambria h4,body.h-cambria h5,body.h-cambria h6,body.h-cambria span#text-header,body.h-cambria span#text-slogan {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}
body.h-century h1,body.h-century h2,body.h-century h3,body.h-century h4,body.h-century h5,body.h-century h6,body.h-century span#text-header,body.h-century span#text-slogan {
	font-family: Century Gothic, Apple Gothic, sans-serif;
}

/* @group Toolbar */

#toolbar {padding: 8px 0px 8px 0px;}

#topmenu {padding: 4px 0 0px 0;font-size: 12px;}

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

#topmenu li {display: inline;margin: 0 20px 0 0;padding: 0;}

#toolbar div#search-form-wrap {
	width: 200px;
	float: right;
}

#toolbar #search {float: right;text-align: right;height: 24px;}

#toolbar input#searchsubmit {display: none;}

#toolbar #s.input_small {
	width: 200px;
	padding: 5px 10px 5px 30px;
	margin: 0 0 0 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}

/* @end */

/* @group Header */

/* Graphic Header Structure */

#header span#graphic,#header h1#graphic {
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	float: left;
	z-index: 1000;
}

#header span#graphic a,#header h1#graphic a {
	display: block;
	background-repeat: no-repeat;
	z-index: 100;
	position: absolute;
}

/* Text Header Structure */

#header span#text-header,#header h1#text-header {
	margin: 10px 0 0 10px;
	padding: 0;
	letter-spacing: -2px;
	font-weight: bold;
	display: inline-block;
}

#header h1#text-header a,#header span#text-header a {
	text-decoration: none;
	line-height: 100%;
}

/* Text Header Tagline */

#header span#text-slogan,#header h2#text-slogan {
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0px 0 10px 12px;
	padding: 0px;
	line-height: 140%;
	font-weight: bold;
	display: block;
}

/* @end */

/* @group Base Typography */


a.more-link {
	font-size: .90em;
	margin: 10px 0px;
	padding: .3em .7em .3em 2em;
	text-decoration: none;
	font-weight: bold;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

p {
	margin: 0.5em 0 0.85em 0;
}

.post ul li,.sidebar ul li {
	background: url(../images/common/bullet.png) no-repeat 0 .3em;
	padding: 0 0 5px 16px;
	margin: 0;
	line-height: 140%;
	list-style: none;
}

.center {text-align: center;}

.hidden {display: none;}

.screen-reader-text {position: absolute;left: -1000em;}

.amp {font-family: Baskerville, Palatino, "Book Antiqua", serif;font-style: italic;}

.normal {font-weight: normal;}

/* Breadcrumbs */

#breadcrumbs {
	border: 1px solid #1B1B1B;
	position: relative;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	box-shadow: 0px 1px 2px #121212;
	-moz-box-shadow: 0px 1px 2px #121212;
	-webkit-box-shadow: 0px 1px 2px #121212;
	-khtml-box-shadow: 0px 1px 2px #121212;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
}

#breadcrumbs .sep {
	display: inline-block;
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: -9999em;
	width: 14px;
}

p#breadcrumbs a,p#breadcrumbs strong {
	padding: 0px 5px 0px 5px;
}

.navigation,#navigation {
	display: block;
	text-align: center;
	clear: both;
	margin: 10px 0px;
}

blockquote p {
	padding: 0px 30px 0px 0px;
	margin: 0;
	float: left;
	background: url(../images/icons/quote_down.png) bottom right no-repeat;
}

blockquote {
	color: #696969;
	font: .95em Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 36px;
	margin: 10px 10px 10px 10px;
	font-size: 1.8em;
	background: url(../images/icons/quote_up.png) top left no-repeat;
	display: inline-block;
}

cite {
	float: right;
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	color: #5e5e5e;
}

cite.fn {
	float: none;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

blockquote.left {
	width: 300px;
	float: left;
}

blockquote.right {
	width: 300px;
	float: right;
}

/* For better-looking ampersands */

span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
}

pre,tt {
	font: 1.1em/1.25em Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	margin: 5px 0px 5px 0px;
	background-color: #ebebeb;
	display: block;
	padding: 5px;
	white-space: pre;
}


/* Forms */


.sidebar ul li.pagenav {
	list-style: none;
}

/* Sidebar Menu */

.sidebar ul.menu li,
.sidebar ul.menu ul.sub-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
	background-image: none;
}

.sidebar ul.menu li a {
	display: block;
	padding: 0px 0px 0px 6px;
	line-height: 30px;
	font-weight: normal;
}

.sidebar ul.menu ul.sub-menu li a {
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	text-indent: 16px;
	font-size: 11px;
}

.sidebar ul.menu li span.sub {
	float: right;
	line-height: 30px;
}

.widget {
	margin-bottom: 10px;
}

#footer .widget {
	padding: 0px 5px;
	line-height: 150%;
	text-shadow: none;
	background: none;
	color: inherit;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
}
#footer .widget h3 {
	text-shadow: none;
	color: inherit;
}

.sidebar ul.blogroll li,
#footer ul.blogroll li {
	background-image: none;
	padding: 0px 0px 10px 16px;
	line-height: 1.25em;
	font-size: 11px;
}

ul.blogroll li a {
	display: block;
	font-size: 12px;
	background-image: none;
	line-height: 150%;
}

ul.blogroll li img {
	float: left;
	width: 16px;
	height: 16px;
	padding: 4px 4px 0px 0px;
}

.block ul,.widget ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

/* WIDGET LIST PAGES */

/* assign bg image to all pages and category widgets */

.widget li.page_item {
	padding: 0;
	list-style: none;
	background: none;
	line-height: 1.7em;
}

/* make 'em bold */

.widget li.page_item a {
	font-weight: bold;
}

/* Pages sublist items */

.widget li.page_item ul li {
	background: url(../images/common/bullet.png) no-repeat 0 .4em;
	line-height: 1.75em;
	text-indent: 12px;
	line-height: 1em;
	padding: 4px 0px;
}

/* Indent Pages sublist item links */

.widget li li.page_item a {
	font-size: .92em;
}


/* Highlight Active Category */

.widget li.cat-item.current-cat a {
	font-weight: bold;
}

/* WIDGET RSS FEEDS */

div.widget.widget_rss ul,div.widget.widget_rss li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.widget.widget_rss li {
	padding: 5px 0px 5px 0px;
	line-height: 100%;
	list-style: none;
	background-image: none;
}

div.widget li a.rsswidget {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	text-indent: 0px;
}

div.widget li span.rss-date {
	color: #9b9b9b;
	float: left;
	display: block;
	width: 100%;
	font-size: 11px;
	padding: 0 0 4px 0;
	text-indent: 0px;
}

div.widget li div.rssSummary {
	font-size: 11px;
	color: #616161;
	line-height: 140%;
	text-indent: 0px;
}

/* WIDGET COMMENTS */

ul#recentcomments {
	list-style: none;
}

ul#recentcomments li {
	list-style: none;
	padding: 2px 0px 2px 2px;
	text-indent: 12px;
	border-bottom: 1px solid #ddd;
	background: url(../images/icons/comment_left.gif) no-repeat 0 .60em;
}

.pages {
	padding: 0px 0px 10px 0px;
	clear: both;
}

.pages span.older {
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.pages span.newer {
	float: right;
	font-size: 11px;
	font-weight: bold;
}

p.paged {
	padding: 10px 0px 10px 0px;
	margin: 0;
	font-weight: bold;
}

p.paged a,#navigation a.page,
#navigation a.nextpostslink,
#navigation a.previouspostslink {
	padding: .2em .50em;
	margin: 0px 1px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-weight: normal;
	text-decoration: none;
}

#navigation span.current {
	font-weight: bold;
	padding: 0px 4px;
	border: 0px solid #fff;
	background-color: transparent;
}


table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td {
	border: 0;
	background: none;
	background-color: transparent;
}

hr.clear {
	border: 0;
	border-bottom: 0px solid #fff;
	display: block;
	clear: both;
	padding: 0px;
	margin: 0;
}

/* @end */


/* @group Structure */

/* left and right sidebars */

.sidebar.left,.sidebar.right {
	font-size: 12px;
}
.sidebar.left {
	padding-right: 15px;
}
.sidebar.right {
	padding-left: 15px;
}

/* main content area */

#content {
	margin: 1px 0px 5px 0px;
	position: relative;
}

#content.w {
	padding: 10px 0px 0px 0px;
	border-left: 0px solid #f1f1f1;
}

#content.w3 {
	padding: 10px 0px 10px 0px;
	border-left: 0px solid #f1f1f1;
}

.colpad {
	padding: 0 10px;
	position: relative;
}

/* Author Page */

#author-info {
	padding: 6px;
	margin-bottom: .75em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#author-avatar {
	float: left;
	margin: 0px 6px 5px 0px;
}

#author-info .author-about {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 92px;
	padding: 0 0 4px 0;
}

#author-info .author-about span.author-url {
	font-weight: normal;
	font-size: 12px;
}

#author-info #author-description {
	font-size: 12px;
}

/* Ads - 125px */

div.ad-box {
	width: 270px;
	margin: 0px auto;
}

div.ad125 img {
	padding: 0px 4px 4px 0px;
}

/* Footer */

#footer .inside {
	padding: 0px 10px;
	line-height: 150%;
}


.copy a {
	text-indent: -9999em;
	position: relative;
	float: left;
	display: block;
	left: 445px;
	top: 10px;
	width: 75px;
	height: 12px;
	overflow: hidden;
	background: url(../images/icons/stlogo.png) no-repeat;
}

/* @end */

/* @group Featured Slider */

/* Slide Titles */

.st_slider h3 {
	margin: 0 0 5px 0;
	padding: 0px 0px 5px 0px;
	line-height: 100%;
	background: none;
}


.st_slider {
	z-index: 100;
	float: left;
	position: relative;
	margin-bottom: 38px;
}

.slides_container {
	overflow: hidden;
	position: relative;
}

.st_slider .next,.st_slider .prev {
	position: absolute;
	top: 40%;
	width: 30px;
	height: 30px;
	display: block;
	z-index: 101;
	text-indent: -9999em;
}

.st_slider .next {
	right: 0px;
	background: url(../images/common/arrows.png) no-repeat right;
}

.st_slider .prev {
	left: 12px;
	background: url(../images/common/arrows.png) no-repeat left;
}

body.light .st_slider .next {right: -5px;}
body.light .st_slider .prev {left: 18px;}

.st_slider .pagination {
  padding:0; 
  margin:6px auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
}

.st_slider .pagination li {
	float:left;
	position:relative;
	right:50%;
	float: left;
	margin: 0 1px;
	list-style: none;
	background: none;
	padding: 0;
}

.st_slider .pagination li a {
	display: block;
	width: 16px;
	height: 0;
	padding-top: 16px;
	background-position: 0 16px;
	float: left;
	overflow: hidden;
}

.st_slider .pagination li.current a {
	background-position: 0 0;
}

body.light #slider {
	background-color: #f4f4f4;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	margin:6px 6px 0px 6px;
}
body.dark #slider {
	background-color: #111;
	-moz-box-shadow: 0 0 10px #121212;
	-webkit-box-shadow: 0 0 10px #121212;
	box-shadow: 0 0 10px #121212;
	margin:6px 6px 0px 6px;
}

body.light .slides_container {
	border: 5px solid #fff;
}
body.dark .slides_container {
}



.slide.alignleft .inside,
.slide.alignright .inside {
	padding: 10px;
}

.slide p {
	margin: 0;
	padding: 0;
}

.st_slider a.button {
	font-size: 14px;
	line-height: 14px;
	padding: 8px 15px;
	margin: 10px auto;
	display: block;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	float: right;
	position: absolute;
	right: 15px;
}
body.light .st_slider a.button {
	-moz-box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	-khtml-box-shadow: 0px 1px 2px #999;
}
body.dark .st_slider a.button {
	-moz-box-shadow: 0px 1px 2px #121212;
	-webkit-box-shadow: 0px 1px 2px #121212;
	-khtml-box-shadow: 0px 1px 2px #121212;
}

.slide_caption {
	z-index:500;
	position:absolute;
	bottom:-125px;
	height:auto;
	width:100%;
	font-size:13px;
	border-top:1px solid #000;
	text-shadow:none;
}

.slide_caption p {
	margin: 0;
	padding:0px 5px 5px 10px;
	line-height:16px;
}

.slide_caption span.title {
	font-size: 16px;
	font-weight: bold;
	padding:5px 5px 0px 10px;
	display: inline-block;
}


/* @end */

/* @group Tabs & Toggles */


/* Toggles */

.toggle_container {
	margin-bottom: 1px;
	width: 100%;
	float: left;
}

.toggle_container .block {
	padding: 10px;
}

p.trigger {
	display: block;	
	padding:  8px 0px 8px 0px;
	text-indent: 16px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 175%;
	float: left;
	width: 100%;
}

p.trigger a {
	text-decoration: none;
}

/* Tabs */

ul#tabnav {
	float: left;
	display: inline-block;
	width: 99.75%;
	margin: 10px 0 0 0;
	padding: 0;
}

ul#tabnav li {
	float: left;
	background-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	line-height: 34px;
}

ul#tabnav li a{
	font-weight: bold;
	padding: 0px 20px;
	display: block;
	text-decoration: none;
}


.tabcontent {
	clear: both;
	margin: 0;
	padding: 5px 10px;
}

/* @end */




/* @group WP Content */

.post {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.post-thumb {
	margin: 0px 15px 5px 0px;
	float: left;
}

.adsense-468,.adsense-search {
	margin: 0px auto 10px auto;
	padding: 0;
	text-align: center;
}

.sticky {
	padding: 0 10px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

/* Image Alignment */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}

img.alignleft {
	padding: 0px 4px 4px 0px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Post Meta */

span.post_written {
	background: url(../images/icons/date_written.png) no-repeat left center;
	line-height: 18px;
	padding: 2px 0px 2px 20px;
}

span.post_categories {
	background: url(../images/icons/category.gif) no-repeat left center;
	line-height: 18px;
	padding: 2px 0px 2px 20px;
}

span.post_tags {
	background: url(../images/icons/post_tags.png) no-repeat left center;
	line-height: 18px;
	padding: 2px 0px 2px 20px;
}

p.postmetadata {
	margin-bottom: 10px;
	padding: 2px 0px;
	clear: both;
	font-size: 11px;
	color: #888;
	letter-spacing: normal;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

span.post-comments {
	display: block;
	width: 100px;
	float: right;
	position: relative;
	top: -2em;
}

span.post-comments a {
	float: right;
	font-size: 11px;
	padding: 4px 0px 4px 18px;
	background: url(../images/icons/comment.png) no-repeat left center;
	white-space: nowrap;
}

span.post-comments span {
	display: none;
	background-image: none;
}

a.post-edit-link {
	float: right;
	border: 1px solid #121212;
	padding: 2px 8px 0px 24px;
	line-height: 24px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	background: #333 url(../images/icons/page_edit.png) no-repeat 4px center;
	text-decoration: none;
}

a.post-edit-link:hover {
	background-color: #000;
	color: #fff;
}

/* Calendar */

#calendar_wrap {
	margin: 0px auto;
	font-size: .9em;
}

table#wp-calendar {
	empty-cells: show;
	margin: 5px auto;
	width: 90%;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	border: 1px solid #333;
	background-color: #222;
}

#wp-calendar td.pad {
	background-color: #1b1b1b;
}

#wp-calendar td:hover {
	color: #6e6e6e;
}

#wp-calendar caption {
	text-align: center;
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

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

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

/* Captions */

.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}

body.dark .wp-caption {
	border: 1px solid #282828;
	background-color: #131313;
	color: #979797;
	text-shadow: 1px 1px 0px #000;
}

body.light .wp-caption {
	border: 1px solid #c8c8c8;
	background-color: #ddd;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0 0px 0;
	margin: 0;
}

.wp-caption.alignleft {
	margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 0px 10px;
}



/* Flickr Widget */

.flickrwrap {
	margin: 0 auto;
	width: 195px;
}

.flickr {
	padding: 0 0 10px 0;
	margin: 0px auto;
}

.flickr h3 span.flickr-logo {
	padding: 0;
	margin: 0;
	color: #006BEF
}

.flickr h3 span span b {
	color: #FF1183
}

.flickr ul {
	margin: 5px 0 0;
	padding: 0
}

.flickr_badge_image {
	float: left;
	list-style: none;
	margin: 0 4px 4px 0
}

.flickr img {
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
	padding: 4px
}

.flickr img:hover {
	border-color: #dcdcdc;
}

#footer .flickr img {
	border: 1px solid #282928;
	background-color: #383838;
	padding: 4px
}

#footer .flickr img:hover {
	border: 1px solid #454545;
	background-color: #3e3e3e;
}

/* Simple Layout */

ul#postlist {
	border-top: 1px solid #e1e1e1;
	

/* may need adjustments based on your column widths */
	width: 740px;
	margin: 0px auto;
	position: relative;
}

ul#postlist,ul#postlist ul,ul#postlist li,ul#postlist li li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
}

ul#postlist li.pl-item {
	border-bottom: 1px solid #f1f1f1;
	padding: 8px 15px 8px 0px;
	font-size: 1.23em;
	background-color: #ffffff;
	border-top: 1px solid #fff;
}

ul#postlist li.pl-item a.pl-title {
	font-size: 1.2em;
	font-weight: bold;
}

ul#postlist li.pl-item-excerpt {
	font-size: .75em;
	line-height: 140%;
	color: #4b4b4b;
}

ul#postlist li.pl-item-small {
	font-size: .70em;
	color: #7e7e7e;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

ul#postlist span.pl-comment {
	float: right;
	position: relative;
	top: .25em;
	left: -1.25em;
	padding: 0px 0px 0px 18px;
	background: url(../images/icons/comment.png) no-repeat left .2em;
	clear: both;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
}

#unsaved {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fafebe;
	color: #000;
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px;
	letter-spacing: -1px;
	font: bold 26px/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#unsaved .smallmsg {
	font-weight: normal;
	color: #474848;
	font-size: 20px;
}

#unsaved .smallermsg {
	font-size: 12px;
	color: #5f5f5f;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
}

/* @end */

/* @group Comments */
.comment-author img	{
	background:#fff;
	border-top:1px solid #f0f0f0;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-bottom:1px solid #bbb;
	padding:9px; display:block;
	margin-bottom:10px;
}

.comment h6 {
	font-weight:normal;
	font-size:11px;
	line-height:1.3em;
	margin:20px 0 20px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#555;
	clear:both;
	font-stretch: narrower;
}

#respond {
	margin:0px;
	float:left;
}

#respond input[type=text] { width:300px; margin-right:20px; }
#respond textarea {width:550px; height:120px; padding:10px; }
#comments { float:left; margin:0px 0 30px 0;}

body.light #comments {background:url(../images/common/light/divider.png) repeat-x right top;}
body.dark #comments {background: url(../images/common/dark/divider.png) repeat-x right top;}

#comments h2 {font-size: 1.5em;}
.comment-meta { margin-top:0px; margin-bottom:20px; display:block; float:left; }
.commentlist { margin:0px; float:left; list-style:none; width:100%;  }
.commentlist ul { list-style:none; margin:0; padding:0; float:left; clear:both; }
.commentlist li { float:left; margin:0; padding:0;  display:block;}


.commentlist li .comment-meta {width:470px;}
.commentlist li li { margin:0 0 20px 25px; }
.commentlist li li .comment-meta{ width:445px; }
.commentlist li li li {margin:0 0 20px 25px;}
.commentlist li li li .comment-meta{ width:420px; }
.commentlist li li li li {margin:0 0 20px 25px; }
.commentlist li li li li .comment-meta{ width:395px; }
.commentlist li li li li li {margin:0 0 20px 25px;}
.commentlist li li li li li .comment-meta{ width:370px; }

.single-comment { margin-bottom:20px; }
.comment-author { float:left; margin: 0px 10px 6px 0px; display:inline; width:50px; }
.comment-author cite { clear:both; font-weight:bold; }

.vcard {
	float:left;
	clear:both;
	display:block;
	width:100px;
	min-height: 100px;
	padding:20px 0;
}
body.light .vcard {
	background:url(../images/common/light/comment_author_bg.png) no-repeat top right;
}
body.dark .vcard {
	background:url(../images/common/dark/comment_author_bg.png) no-repeat top right;
}




/* @end */

/* @group Bonus Styles */

/* Social Widget */

ul#stpl_social {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
}

ul#stpl_social li {
	line-height: 24px;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 6px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border: 1px solid #fff;
	background-color: #f5f5f5;
	background-image: none;
}

ul#stpl_social li:hover {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	border: 1px solid #fff;
}

ul#stpl_social li a {
	padding: 0px 0px 0px 28px;
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
}

ul#stpl_social li a:hover {
	color: #333;
}

/* Flickr */

ul#stpl_social li.stpl_flickr {
	
}

ul#stpl_social li.stpl_flickr a {
	background-image: url(../images/icons/widget_flickr.png);
}

/* Facebook */

ul#stpl_social li.stpl_facebook {
	
}

ul#stpl_social li.stpl_facebook a {
	background-image: url(../images/icons/widget_facebook.png);
}

/* Twitter */

ul#stpl_social li.stpl_twitter {
	
}

ul#stpl_social li.stpl_twitter a {
	background-image: url(../images/icons/widget_twitter.png);
}

/* LinkedIN */

ul#stpl_social li.stpl_linkedin {
	
}

ul#stpl_social li.stpl_linkedin a {
	background-image: url(../images/icons/widget_linkedin.png);
}

p.smalldesc {
	padding-left: 10px;
	font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
	background-color: #000;
}

.note.right {
	float: right;
	display: inline-block;
}

.note.left {
	float: left;
	display: inline-block;
}

.note.center {
	float: none;
	clear: both;
}


div.note {
	text-align: left;
	padding: 10px 10px 10px 48px;
	border: 2px solid;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin: 15px 0px 15px 0px;
	line-height: 150%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

div.note a {
	text-decoration: underline;
}

div.note a:hover {
	text-decoration: none;
}

div.alert {
	background: #cb0003 url(../images/icons/alert.png) no-repeat 10px 50%;
	border-color: #ff0004;
	color: #f8ff00;
    box-shadow: 1px 1px 0 #c80003 inset, -1px -1px 0 #c80003 inset;
    -moz-box-shadow: 1px 1px 0 #c80003 inset, -1px -1px 0 #c80003 inset;
    -webkit-box-shadow: 1px 1px 0 #c80003 inset, -1px -1px 0 #c80003 inset;
	text-shadow: #5d0001 1px 1px 0;

}

div.alert a {
	color: #fff;
}

div.info {
	background: #d2e5ff url(../images/icons/info.png) no-repeat 10px 50%;
	border-color: #9ebbe1;
	color: #444851;
	text-shadow: #f4f8ff 1px 1px 0;
    box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -moz-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -webkit-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
}



div.info a {
	color: #1a7bbf;
}

div.warn {
	background: #ffd758 url(../images/icons/warning.png) no-repeat 10px 50%;
	border-color: #ffb30a;
	color: #4f3b0e;
    box-shadow: 1px 1px 0 #fff5d6 inset, -1px -1px 0 #fff5d6 inset;
    -moz-box-shadow: 1px 1px 0 #fff5d6 inset, -1px -1px 0 #fff5d6 inset;
    -webkit-box-shadow: 1px 1px 0 #fff5d6 inset, -1px -1px 0 #fff5d6 inset;
	text-shadow: #fff0c0 1px 1px 0;
}

div.warn a {
	color: #c44800;
	text-shadow: none;
}

div.accept {
	background: #b3de7e url(../images/icons/accept.png) no-repeat 10px 50%;
	border-color: #3a9805;
	color: #173d08;
	text-shadow: #cdf49e 1px 1px 0;
    -moz-box-shadow: 1px 1px 0 #a3e256 inset, -1px -1px 0 #a3e256 inset;
    -webkit-box-shadow: 1px 1px 0 #fff5d6 inset, -1px -1px 0 #fff5d6 inset;
}

div.accept a {
	color: #256700;
}

div.cd {
	background: #c0d6c8 url(../images/icons/cd.png) no-repeat 10px 50%;
	border-color: #9cb5bb;
	color: #364450;
	text-shadow: #f4f8ff 1px 1px 0;
    box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -moz-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -webkit-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
}

div.cd a {
	color: #414983;
}

div.coffee {
	background: #3a3123 url(../images/icons/coffee.png) no-repeat 10px 50%;
	border-color: #9b643a;
	color: #d9b494;
	text-shadow: #000 1px 1px 0;
    box-shadow: 1px 1px 0 #d88f4f inset, -1px -1px 0 #d88f4f inset;
    -moz-box-shadow: 1px 1px 0 #d88f4f inset, -1px -1px 0 #d88f4f inset;
    -webkit-box-shadow: 1px 1px 0 #d88f4f inset, -1px -1px 0 #d88f4f inset;
}

div.coffee a {
	color: #ac6530;
}

div.email {
	background: #f7f7f7 url(../images/icons/email.png) no-repeat 10px 50%;
	border-color: #deb600;
	color: #3e3e3e;
}

div.email a {
	color: #988217;
}

div.download {
	background: #67882e url(../images/icons/file_download.png) no-repeat 10px 50%;
	border-color: #88b140;
	color: #f6f2e7;
}

div.download a {
	color: #b3d27c;
}

div.idea {
	background: #fdfbb9 url(../images/icons/lightbulb.png) no-repeat 10px 50%;
	border-color: #d0a21e;
	color: #000;
    -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	text-shadow: #fdfced 1px 1px 0;

}

div.idea a {
}

div.photo {
	background: #aab5b7 url(../images/icons/photo_credit.png) no-repeat 10px 50%;
	border-color: #4b6367;
	color: #424242;
	text-shadow: #d5d5d5 1px 1px 0;
}

div.photo a {
	color: #2b426b;
}

div.secure {
	background: #f2f2f2 url(../images/icons/protected.png) no-repeat 10px 50%;
	border-color: #868686;
	color: #000;
}

div.secure a {
	color: #3d52a6;
}

div.author {
	background: #f2f2f2 url(../images/icons/readmore.png) no-repeat 10px 50%;
	border-color: #e5c405;
	color: #000;
}

div.author a {
	color: #c0a71e;
}

div.search {
	background: #f2f2f2 url(../images/icons/search.png) no-repeat 10px 50%;
	border-color: #2a4881;
	color: #000;
}

div.search a {
	color: #2a4881;
}

div.mycomment {
	background: #e8f6fc url(../images/icons/speech_bubble_gloss.png) no-repeat 10px 50%;
	border-color: #89b4c2;
	color: #000;
	text-shadow: #fff 1px 1px 0;
    box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -moz-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -webkit-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;

}

div.mycomment a {
	color: #6e9099;
}

div.time {
	background: #f7f9ff url(../images/icons/time.png) no-repeat 10px 50%;
	border-color: #923232;
	color: #37494f;
}

div.time a {
	color: #923232;
}

#content .dp-highlighter .tools {
	background: inherit;
	background-image: none;
	border-color: inherit;
	color: inherit;
}

#content .dp-highlighter div.tools a {
	color: inherit;
}

div.tools {
	background: #f7f9ff url(../images/icons/tools.png) no-repeat 10px 50%;
	border-color: #b5b6b5;
	color: #393e40;
}

div.tools a {
	color: #2a4881;
}

div.twitter {
	background: #daf6fb url(../images/icons/twitter.png) no-repeat 10px 50%;
	border-color: #3997e4;
	color: #0d191e;
	text-shadow: #fff 1px 1px 0;
    box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -moz-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
    -webkit-box-shadow: 1px 1px 0 #eff6ff inset, -1px -1px 0 #eff6ff inset;
}

div.twitter a {
	color: #3997e4;
}
.caption {
	border: 1px solid #222;
	margin: 18px 0;
	padding: 15px;
	color: #fff;
	font-size: .9em;
	line-height: 125%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px
}

span.caption-title {
	background: #202020 none repeat scroll 0 0;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: -24px;
	padding: 0 8px;
	position: absolute;
	color: #333;
}

.caption a {
	text-decoration: underline;
}

.caption.red {
	border: 1px solid #e90e17;
	color: #fff;
}

.caption.red a,.caption.red .caption-title {
	color: #a30a11;
}

.caption.green {
	border: 1px solid #8fc040;
	color: #f;
}

.caption.green a,.caption.green .caption-title {
	color: #669424;
}

.caption.blue {
	border: 1px solid #80afd3;
	color: #fff;
}

.caption.blue a,.caption.blue .caption-title {
	color: #4b7fc4;
}

ul.captionlist,ul.captionlist li ul {
	margin: 0;
	padding: 0;
}

ul.captionlist li li {
	margin: 0;
	line-height: 1.5em;
}

ul.captionlist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 0px;
	list-style-position: outside;
	font-size: 1em;
	font-weight: bold;
	background-image: none;
}

ul.captionlist li li,dt {
	padding: 0;
	color: #747474;
	font-weight: normal;
	font-size: .9em;
}

ul.captionlist.latest li {
	margin: 5px 0px 10px 0px;
	padding: 0;
}

ul.captionlist.latest li {
	margin: 5px 0px 10px 0px;
	padding: 0;
}

ul.captionlist.latest li a.posttitle {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 7px;
	text-decoration: none;
	background: transparent url(../images/style5/divider.png) repeat-x center bottom;
	display: block;
}
ul.captionlist.latest li li {
	font-size: inherit;
	color: inherit;
}


ul.check li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 20px;
	background: url(../images/icons/check.png) no-repeat left .19em;
	list-style-position: outside;
	font-size: 1em;
}

ul.check li li,dl {
	background: none;
	padding: 0px 0px 0px 0px;
}

ul.check a {
	text-decoration: underline;
	padding: 1px;
}

ul.check a:hover {
	text-decoration: none;
	padding: 1px;
}

/* Layout Shortcodes */
.full-width {width:960px; height:auto; overflow:hidden}

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_thirds { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourths { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}


.last {margin-right:0 !important;}


pre, code {
	white-space: normal;
	background-color: #313131;
	border-bottom: 1px solid #3c3c3c;
	border-top: 1px solid #3c3c3c;
	display: block;
	width: 100%;
	font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
	margin: 5px 0;
	padding: 5px;
}

#bottom {
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0px 10px 0px;
	line-height: 12px;
	position: relative;
}

body.light span.imgr {
	-webkit-box-shadow: 0px 1px 3px #999;
	-moz-box-shadow: 0px 1px 3px #999;
}
body.dark span.imgr {
	-webkit-box-shadow: 0px 1px 3px #0f0f0f;
	-moz-box-shadow: 0px 1px 3px #0f0f0f;
}

a.scrollto {
	background-color: #282828;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	position: relative;
	float: right;
	right: 10px;
	bottom: 0px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

/* Content Accents */


#container ul.left,
#container ul.right,
#container ul.left li,
#container ul.right li {
	list-style: none;
	line-height: 150%;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #575757;
}

body.dark #container ul.left,
body.dark #container ul.right,
body.dark #container ul.left li,
body.dark #container ul.right li {
	color: #8e8e8e;
}

#container ul.left {
	float: left;
	width: 280px;
	font-size: 12px;
}
#container ul.right {
	float: right;
	width: 280px;
}

#container ul.right span,
#container ul.left span {
	display: block;
	padding-left: 30px;
	color: #000;
	font: bold 16px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body.dark #container ul.right span,
body.dark #container ul.left span {
	color: #d0d0d0;
	text-shadow: 1px 1px 1px #000;
}


#container li.info {
	background: url(../images/icons/info.png) no-repeat left 2px;
}
#container li.star {
	background: url(../images/icons/star.png) no-repeat left 2px;
}
#container li.idea {
	background: url(../images/icons/lightbulb.png) no-repeat left 2px;
}
#container li.search {
	background: url(../images/icons/search.png) no-repeat left 2px;
}
#container li.warn {
	background: url(../images/icons/warning.png) no-repeat left 2px;
}

#container li.accept {
	background: url(../images/icons/accept.png) no-repeat left 2px;
}

#container li.cd {
	background: url(../images/icons/cd.png) no-repeat left 2px;
}

#container li.coffee {
	background: url(../images/icons/coffee.png) no-repeat left 2px;	
}


#container li.email {
	background: url(../images/icons/email.png) no-repeat left 2px;
}

#container li.download {
	background: #67882e url(../images/icons/file_download.png) no-repeat 10px 50%;
	background: url(../images/icons/info.png) no-repeat left 2px;
}

#container li.photo {
	background: url(../images/icons/photo_credit.png) no-repeat left 2px;
}


#container li.secure {
	background: url(../images/icons/protected.png) no-repeat left 2px;
}


#container li.author {
	background: url(../images/icons/readmore.png) no-repeat left 2px;
}


#container li.mycomment {
	background: url(../images/icons/speech_bubble_gloss.png) no-repeat left 2px;
}

#container li.time {
	background: url(../images/icons/time.png) no-repeat left 2px;
}

h3.center em {
	color: #59a7b1;
}

.cta {
	margin: 0px auto 20px auto;
	padding: 10px 10px 20px 10px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	clear: both;
}
body.dark .cta {
	border: 1px solid #282828;	
	background-color: #1b1b1b;
}

.cta p {
	margin: 0;
	padding: 0;
}
.cta h3 {
	font-size: 26px;
	margin: 0px 0px 10px 0px;
	background: none;
	border-bottom: 1px solid #e4e4e4;
}
body.dark .cta h3 {
	border-bottom: 1px solid #333;
}



.cta.nostyle {
	background:none;
	border: none;
}

.cta .button {
	float: right;
	margin: 20px 10px;
}


/* Staff Directory Content Template */

ul.staff_social {
	float: left;
	width: 100%;
	padding: 5px 0px;
	margin: 0;
	border: 1px solid #eee;
	border-left: 0px none;
	border-right: 0px none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ul.staff_social li {
	margin: 0;
	padding: 0;
	float: left;
	background-image: none;
}
ul.staff_social li a {
	line-height: 24px;
	padding: 0 10px 0 24px;
	display: block;
	text-decoration: none;
}
ul.staff_social li a.facebook {
	background: url(../images/icons/widget_facebook.png) no-repeat left center;
}
ul.staff_social li a.linkedin {
	background: url(../images/icons/widget_linkedin.png) no-repeat left center;
}
ul.staff_social li a.twitter {
	background: url(../images/icons/widget_twitter.png) no-repeat left center;
}
ul.staff_social li a.email {
	background: url(../images/icons/page_edit.png) no-repeat left center;
}




/* @end */

/* @group Contact Form */

.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.thanks {
	background: #f4f4f4;
	border: 1px solid #d2d2d2;
	padding: 10px;
}

ol.forms {
	float: left;
	list-style: none;
	margin: 20px 0 0 0;
	width: 99%;
}

ol.forms li {
	clear: both;
	float: left;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100%;
}

.error {
	color: #f00;
}

ol.forms li.screenReader {
	margin-bottom: 0;
}

ol.forms li.inline input {
	width: auto;
}

ol.forms li.inline label {
	display: inline;
	float: none;
	width: auto;
	margin: 0 0 0 20px;
}

/* @end */

/* @group WP Twitter Widget */

/* http://wordpress.org/extend/plugins/wp-twitter-sidebar-widget/ */

h3 a.twitter_title_link {
	padding-left: 30px;
	background: url(../images/icons/twitter.png) no-repeat left center;
}

#footer h3 a.twitter_title_link:hover {
	color: #fff;
}

#footer ul.twitter li,ul.twitter li {
	background-image: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #424341;
}

/* @end */