om/*
Theme Name: BTURN
Description: Custom theme designed for BTURN
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 700px;
}
#content {
	margin-right: 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 320px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 400;

}

#site-description {
	font-family: Tahoma, Arial, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

#navigation,
#footer-nav,
#copyright,
.featured_events .title {
	font-family: 'Arial Narrow', sans-serif;
	font-weight: normal;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight: normal;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-weight: normal;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-weight: normal;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: 0 auto;
	width: 1027px;
	background: #fff;
	position: relative;
	padding: 0 5px 0 5px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
}
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}

dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	color: #cccccc;
	border: 1px solid #ededed;
	height:20px;
	width:150px;
	padding: 1px 2px;
	margin:0 10px;
}
a:link, a:visited {
	color:#005c7c;
}
a:active,
a:hover {
	color: #b2b2b2;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding:10px 0 0 0;
	height: 110px;
	width:100%;
}

#branding {
	background-color: #ededed;
	height:110px;
	width:100%;
	margin-bottom: 0;
	margin-top: 25px;
	position: relative;
}

#site-description {
	position:absolute;
	font-size: 9px;
	line-height: 11px;
	left:5px;
	top:-15px;
	color:#A7A9AC;
	text-transform: uppercase;
}

#logo {
	margin:10px;
	height:90px;
}
#logo img {
	height:104px;
	width:146px;
}

#ad-container {
	width: 728px;
	height:90px;
	margin:10px;
	float:right;
	position:relative;
}

#ad-container img {
	position: absolute;
	bottom: 0;
	right: 0;
	width:728px;
	height:90px;	
}


/* =Navigation
-------------------------------------------------------------- */

#countries ul{
	position: absolute;
	top:25px;
	right: 0;
	list-style: none;
}

#countries ul li {
	float:left;
	padding-left:10px;
}

#nav-bg {
	width:100%;
	height: 35px;
	background: #000000;
	position:absolute;
	top:0;
	left: 0;
}

#navigation {
	display: block;
	float: left;
	margin: 0 auto;
	width:100%;
	position: relative;
	clear:both;
}

#navigation div.menu-navigation-container {
	width: 100%;
	float: left;
}

#navigation  ul {
	list-style:none;
}
#navigation ul.menu {
	margin:0;
	height: 50px;
}

#navigation ul.menu li {
	float: left;
	position: relative;
	padding:0 2%;
}

#navigation ul.sub-menu li {
	float: none;
	position: relative;
}

#navigation a {
	color: #F1F2F2;
	font-style: italic;
	font-size: 15px;
	display: inline;
	line-height: 35px;
	padding: 0 2px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-text-size-adjust:90%;

}
#navigation ul.sub-menu a {
	color: #F1F2F2;
	display: block;
	padding: 6px 20px;
}

#navigation ul ul {
	display: none;
	float: left;
	width:150px;
	margin:0;
	position: absolute;
	left:0;
	z-index: 999;
	background-color: #005c7c;
	opacity: .9;
	font-weight: bold;
}

#navigation ul ul a {
	line-height: 1em;
	font-size: 13px;
	margin: 0 10px 0 0;
	height: auto;
}

#navigation ul li:hover > ul {
	display:block;
}

#navigation li:hover > a,
#navigation ul li.current_post_parent > a,
#navigation ul li.current_page_item > a,
#navigation ul li.current-menu-ancestor > a,
#navigation ul li.current-post-ancestor > a,
#navigation ul li.current-page-ancestor > a,
#navigation ul li.current-menu-item > a,
#navigation ul li.current-cat > a,
#navigation ul li.current-cat-parent > a,
#navigation ul li.current-menu-parent > a {
	background: #005c7c;
	color: #ffffff;
}

* html #navigation ul li.current_page_item a,
* html #navigation ul li.current-menu-ancestor a,
* html #navigation ul li.current-post-ancestor a,
* html #navigation ul li.current-page-ancestor a,
* html #navigation ul li.current-menu-item a,
* html #navigation ul li.current-cat a,
* html #navigation ul li.current-menu-parent a,
* html #navigation ul li a:hover {
	background: #005c7c;
	color: #ffffff;
}

#navigation ul li li:hover {
	background-color:#012633;
}

#navigation ul ul li a {
	background: none !important;
}

.inactive-hide .sub-menu {
	display:none !important;
}

#navigation div.login {
	float: right;
	padding-right: 20px;
	text-align: right;
}

#navigation div.login a {
	margin:0;
	font-size: 10px;
	font-style: normal;
}	

#navigation div.login li {
	display: inline;
}	

/* =Search bar and Social Media 
-------------------------------------------------------------- */
#access {
	margin-bottom:30px;
}

#access div.search {
	width: 220px;
	position: absolute;
	top: 198px;
	right: 95px;
}

input.search_btn {
	position: absolute;
	bottom:0;
}


#secondary-nav {
	position: absolute;
	top:23px;
	right: 5px;
	font-size: 9px;
	text-transform:uppercase;
	
}

#secondary-nav ul {
	margin: 0;
}

#secondary-nav li{
	display: inline;
	list-style: none;
}

#secondary-nav li:before {
	content:"  |  ";
}

#secondary-nav li:first-child:before {
	content:none;
}

#secondary-nav a {
	color:#58595B;
}

#secondary-nav a:hover {
	color:#ccc;
}

/* =Smooth Slider
-------------------------------------------------------------- */
.jcarousel-skin-default {
	width:674px;
	height: 275px;
	margin:0;
	padding:0;
	font-family:Myriad Pro, Tahoma, sans-serif !important;
}
#smooth_slider {
	margin:0;
	padding:0;
	width: 100%;
	height:250px !important;
	background: #000;
}

#smooth_slider li {
	height: 250px;
	width: 674px;
	position: relative;
}

.jcarousel-clip-horizontal {
	padding:0 !important;
	margin:0;
}


.smooth_slider h2 a {
	color:#FFFFFF !important;
}

/*
#smooth_slider .jcarousel_item div {
	overflow: hidden;
	height: 120px;
	//width:205px;
	float: left;
}
*/
.jcarousel-item span {
	position: absolute;
	bottom:65px;
	right: 0px;
	padding:10px;
	font-family:Myriad Pro, Tahoma, sans-serif !important;
	font-size: 13px !important;
	color:#ccc;
	width: 95px;
}

.slider_container {
	position: relative;
	overflow: hidden;
	background: #000 !important;
}
#smooth_slider img {
	margin:-20px auto 0;
}

.jcarousel-next {
	left:532px
}
.slider_image {
	width:495px;
	height: 250px;
	overflow: hidden; 
	float: left;
}

#smooth_slider .jcarousel-item h2  {
	background: #000000 !important;
	position: absolute;
	left:0px;
	bottom:15px;
	width:100%;
	overflow: hidden;
	z-index: 999;
	opacity: 0.8;
	padding:10px 45px;
	line-height: 30px;
	text-align: left;
	font-family:"Trebuchet MS", "Tahoma", sans-serif !important;
	font-size: 18px !important;
	font-weight: normal !important;
	margin: 0px 0 5px 0 !important;
}	

/*.slider_exerpt:after {
	content: "";
	position: absolute;
	top: 80px;
	right: 4px;
	border-width: 0 0 40px 40px;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
}*/



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 24px;
}
#content p {
	line-height: 17px;
}

#single .entry-content p,
.attachment-page p {
	font-size:14px;
	line-height: 19px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 19px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 30px 0;
}

.home .hentry {
	margin:  0;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.page-title span {
	text-transform: lowercase;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

#content .header_bkgrd {
	height:25px;
	background-color:#ededed;	
	border-top: 1px solid #b2b2b2;
	padding-top: 1px;
	margin-bottom:25px;
}
.category-3 .header_bkgrd {
	margin-bottom:35px !important;
}

#content .entry-title, #content .page-title {
	color: #000000;
	font-size: 17px;
	height: 35px;
	margin-bottom: 0;
	padding-left: 5px;
	background:url(images/heading_img.gif) no-repeat;
	width:100%;
}
#single .entry-title {
	color: #005c7c;
	height: auto;
	margin-bottom:25px;
	padding:0;
}

#content .no-bg {
	background: none;
}
.single-condensed, .mag-condensed { 
	width:500px;
	float:right;
	//overflow:hidden;
	margin: 0;
}
.single-condensed p {
	padding:0 1px;
}

#article-ads {
	width:160px;
	float:left;
}

.article-ad { 
	width:160px;
	height: 600px;
	margin-bottom: 50px;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000000;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.post-author, .post-date {
	float: left;
	padding-bottom:10px;
	margin-top:-25px;
}
.post-author {
	color:#005c7c;
}

.post-date {
	padding-left:7px;
}

.tag_list {
	padding:0;
}
.tag_boat {
	background: url(images/tag_bkgrd.gif) no-repeat;
	height: 12px;
	width:50px ;
	padding: 0 0 5px 2px; 
	margin-bottom: 5px;
}
.tag_list h3 {
	color: #ffffff !important;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
}

.entry-utility {
	overflow:hidden;
}

.entry-utility p {
	text-transform: uppercase;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	overflow:hidden;
}
#single .entry-content {
	padding:0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content {
	width: 100%;
	position: relative;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
	
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility p{
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#content .video-player {
	padding: 0;
}
.related-posts {
	margin-top: 50px;
	clear:both;
	overflow:hidden;
}

.related-posts div div{
	width: 112px  !important;
	height: 200px !important;
	text-align: center;
}

.related-posts div div div:first-child{
	height: 112px  !important;
}

.post-edit-link {
	clear:both;
	width: 100%
}
.post {
	overflow:hidden;
	clear:both;
}

/* Countries */

.category-shorts div.author-list {
	display: none;
}
div.author-list {
	margin:-15px 0 20px 0;
}
div.author-list a {
	padding: 0 2px;
	cursor: pointer;
	color: #005C7C;
	font-size: 14px;
}

div.author-list a:hover, div.author-list a.author-active {
	color:#ffffff;
	background: #005c7c;
}

.post.category-parent, .post.summary {display: none;}
.country-show {display:block !important}

/* =Feature =Homepage */
.main-article {
	margin-bottom: 20px;
}
.main-image img {
	width:100%;
	height: auto;
}
.featured_posts, .featured_events {
	clear:both;
	margin-bottom: 20px;
	overflow: hidden;
}
.featured_single {
	width:50%;
	float:left;
	margin:0;
}

.featured_title {
	font-size: 14px;
	line-height: 16px;
}

.featured_excerpt {
	height: 65px;
}
.featured_single img {
	width:96%;
	height: auto !important;
	margin:auto;
}

.featured_image {
	height: 190px;
	margin-bottom: 10px;
	overflow:hidden;
}

#featured_container .featured_excerpt {
	width:94%;
}

#featured_container p {
	font-weight: 500;
}

.featured_events .title {
	font-size: 15px;
	line-height: 20px;
}

.featured_events .title a {
	color: #000000;
}

.featured_events .title a:hover {
	color:#005c7c;
}

.featured_events .title span, .eventtext span {
	font-size: 16px;
	margin-right: 5px;
}

.featured-subcat-title {
	background-color: #000;
	width: 70px;
	text-align: center;
	color: #fff;
	margin: 0;
	height: 25px;
}

.featured-subcat-title h3 {
	font-weight: normal;
}

.news .featured-subcat-title {
	background-color: #bf0000;
}


/* 2 column featured posts */

.featured .sub-entry-content {
	width:320px;
	height: 520px;
}

.featured .sub-entry-content.news, 
.featured .sub-entry-content.arts,
.featured .sub-entry-content.podcast,
.featured .sub-entry-content.events {
	float:left;
}

.featured .sub-entry-content.music, 
.featured .sub-entry-content.tech,
.featured .sub-entry-content.artists,
.featured .sub-entry-content.travel {
	float:right;
}

.featured-content {
	height: 70px;
	overflow: hidden;
	margin: 7px 0;
}

.featured-post.first .featured-content {
	height: 221px;
	overflow: hidden;
	margin: 0 0 7px 0;
}

.featured-post img {
	width:100%;
	height: auto;
}

.featured-post .featured-thumb {
	width: 110px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin: 0px 7px 7px 0;
	font-family: Arial, sans-serif;	
}

#featured_container .featured-post .featured-content p {
	font-size: 11px;
	line-height: 15px;	
}

#featured_container .featured-post .title {
	font-size: 12px;
	line-height: 13px;
	font-family: "Trebuchet MS",Arial,sans-serif;	
}

#featured_container .featured-post.first .featured-content p {
	font-size: 12px;
	line-height: 15px;	
}

#featured_container .featured-post.first .title {
	font-size: 14px;
	line-height: 15px;
	font-family: "Trebuchet MS",Arial,sans-serif;
	margin-bottom: 5px;	
}

.featured-post.first .featured-thumb {
	width: 320px;
	height: 150px;
	overflow: hidden;
	float: none;
}



/* =Magazine, =Summary, =Parent pages */
.subcat-title h3{
	font-size:20px ;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #b2b2b2;
}
.mag-tags, .sum-tags {
	font-size: 12px;
	color:#000000;
	text-transform: uppercase;
	font-weight: 500;
	height: 26px;
	overflow:hidden; /*one line of text only*/
}

.mag-tags a, .sum-tags a, .post-categories a {
	font-weight: 400;
}

.mag-tags ul, .mag-tags li,
.sum-tags ul, .sum-tags li {
	display: inline;
	clear:none;
	margin:0;
}

.mag-entry-content h1.title {
	color:#005c7c;
}

.sum-entry-content .title, .parent-entry-content .title {
	margin-bottom: 0 !important;
	font-size: 20px;
}

.sum-entry-content .title {
	border-bottom: 1px solid #b2b2b2;

}

.parent-entry-content .title {
	clear:none;
}
	
.sum-thumb, .parent-thumb {
	position:relative;
	float:left;
	margin-right: 10px;
}

.sum-thumb {
	width: 100px;
	height: 100px;
}

.parent-thumb {
	width: 70px;
	height: 70px;
}

.sum-entry-content img, .parent-thumb img {
	width: 100%;
	height: auto;
}

.sum-entry-content p, .parent-entry-content p {
	margin-bottom:10px !important;
}


.sub-entry-content {
	margin-bottom:10px;
}

.mag-entry-content, .mag-meta {
	width:500px;
	position: relative;
	margin:0 auto;
}
.mag-meta {
	margin-bottom: 25px;
}

.mag-entry-content {
	background: #f7f7f7;
	border-bottom: 1px solid #b9b9b9;
}
.mag-thumb {
	width:100%;
	height:230px;
	overflow:hidden;
}
.mag-entry-content img{
	width:100%;
	height:auto;
}

.mag-entry-content p {
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
}


.mag-entry-content h2.title {
	font-size: 14px;
	margin-bottom:5px !important;
}

.mag-date {
	float:left;
	margin-right:10px;
	font-size:12px;
}

/* =Events */
.event-container {
	overflow:hidden;
	margin-bottom: 20px;
	/*display: none;*/
}
/*.thisweek {
	display: block !important;
	margin-bottom:20px;
	overflow:hidden;
}*/

.firstpost {
	padding-top: 15px;
}

.page-id-12 h2 /*the page title */ {
	text-transform: lowercase;
	font-size: 20px;
	font-weight: bold;
}

.eventtext {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
}

.eventtext a {
	color:#000000;
	text-decoration: none;
}

.eventtext a:hover {
	color:#005c7c;
}

.full-events {
	position: relative;
}


h2.full-events-title, h2.full-events-title-weekend {
	padding:0;
	margin:0 !important;
	text-transform: lowercase;
	font-weight: bold;
	border-bottom:1px solid #bebebe;
}

h2.full-events-title-weekend {
	color:#005c7c;
}

div.event_img {
	float:left;
	width:70px;
}

div.event_img img {
	display: block;
	width:70px;
	height:70px;
}

.full-events .text{
	margin-left:80px;
}

/* =Paginaton
-------------------------------------------------------------- */

.page-nav {padding-top:40px;}
.page-nav ol {text-align: center;}
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {color:#888;}
.wp-paginate .title {margin-right:4px;}
.wp-paginate .gap {margin-right:4px;}
.wp-paginate .current {color:#888; margin-right:4px; padding:3px 6px;}
.wp-paginate img {margin-bottom:-5px;}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100% !important; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignnone {
	width:100% !important;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
}
.wp-caption p.wp-caption-text {
	font-size: 12px !important;
	color: #888888;
	text-align: left;
}
.wp-caption-text {
	margin-bottom: 0 !important;
}

.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

.page-nav, .parent-page-nav {
	clear:both;
	width:100%;
	overflow: hidden;
}

.parent-page-nav {
	margin-bottom:40px;
}
.parent-page-nav a {
	float:left;
	margin-right:10px;
}

.parent-page-nav a:hover {
	color:#005c7c;
}

.nav-left a, .nav-right a {
	margin-bottom: 20px;
	width:44px;
	height: 22px;
}

.nav-left a{
	background: url(images/prev_arrow.gif) no-repeat;
	float:left;
}
.nav-right a{
	background: url(images/next_arrow.gif) no-repeat;
	float:left;
}
.nav-left img {
	float:left;
	cursor: pointer;
}

.nav-right img {
	float:right;
	cursor: pointer;
}

/* =Comments
-------------------------------------------------------------- */
.fb-comments {
	margin-top:40px;
	overflow:hidden;
}
#comments {
	clear: both;
	border-top: 1px solid #b2b2b2;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	display:none;
}
h3#comments-title {
	display: none;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
}

.commentlist li.comment ul {
	padding: 0 0 0 56px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body {
	width:70%;
	clear:both;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author, .comment-meta {
	width:30%;
	margin:15px 0;
}

.comment-author {
	float:left;
	
}

.comment-author,
.comment-author cite,
#commentform label {
	color:#005c7c;
	text-transform: uppercase;
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	float:right;
	text-align: right;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
	margin:0 !important;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}

.form-allowed-tags {
	display: none;
}
#comment {
	min-height: 100px;
}

#commentform input[type=submit],
.wpcf7-form input[type=submit] {
	background: url(images/tag_bkgrd.gif) no-repeat;
	border:none;
	width: 50px !important;
	height: 17px;
	font-size: 12px !important;
	font-style: italic;
	color: #ffffff !important;
	font-weight: bold;
	padding:0 5px;
	margin:0;
	cursor: pointer;
	text-align: left;
	line-height: 19px !important;
	text-transform: uppercase;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 20px;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}
#primary {
	//margin-top:35px;
}

#gallerywidget-3 img
#ngg-sidebar-widget-3 img {
	width:70px;
	height:70px;
	float:left;
	margin:5px;
}

.xoxo li {
	overflow:hidden;
	background: #f7f7f7;
	width: 100%;
	margin:0;
	position:relative;
	margin-bottom:30px;
	padding-bottom: 5px;
}

.xoxo li ul li {
	margin-bottom:0;
}

li .wGallery {
	width:70px;
}


#gallerywidget-3 ul,
#ngg-sidebar-widget-3 ul {
	width: 90%;
	margin:auto !important;
}


h3.widget-title {
	border-bottom: 1px solid #b2b2b2;
	background-color: #ffffff;
	font-size: 18px;
	font-family: Arial,sans-serif;
}


#gallerywidget-3 h3,
#ngg-sidebar-widget-3 h3{
	background: #ffffff url(images/camera_img.gif) no-repeat;
	line-height: 23px;
	padding-left: 35px;
}

#ngg-images-3 .ngg_widget_primary {
	border: 1px solid #CCC;
	width: 160px;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	float:left;
	margin: 5px 0 10px 7px;
}

#ngg-images-3 a {
	font-size: 13px;
	color: #000;
	line-height: 15px;
}

#ngg-images-3 .ngg_widget_secondary {
	float: right;
	width: 85px;
	height: 85px;
	overflow: hidden;
	margin: 5px 7px 10px 0;
}

#ngg-images-3 .ngg_widget_secondary img {
	width: 85px !important;
	height: 85px !important;
}

#ngg-images-3 .ngg_desc {
	margin-top: 5px;
	height: 48px;
	overflow: hidden;
}

#ngg-images-3 .ngg_widget_img {
	width: 160px;
	height: 200px;
	overflow: hidden;
}

#ngg-images-3 .ngg_widget_img img {
	margin: 0 -20px;
}

#categoryposts-3 {
	overflow:hidden;
	margin-bottom: 20px;
}
#categoryposts-3 ul li, div.ctc {
	margin-top: 10px;
}

#categoryposts-3 p, #wpp-3 span {
	font-size: 12px;
	line-height: 14px;
	margin-top:5px;
	margin-bottom: 0;
}

#categoryposts-3 a [first-child] {
	width:265px;
	height: 170px;
	overflow: hidden;
}

#categoryposts-3 img {
	width: 100% !important;
	height:auto !important;
	margin-bottom: 5px;
}

#ctc-3 div.ctc {
	text-align: center;
}
#wpp-3 li {
	//margin-top: 10px;
	font-size:12px;
	font-family: Arial,sans-serif;
	color: #414042;
}

#wpp-3 a {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
	color: #005C7C;
}

#wpp-3 li img {
	float:left;
	margin:0 5px 0 0;
}
#text-3, #text-7 {
	background: none;
	margin-bottom: 10px;
}


#mc_embed_signup .button {
	clear: both;
	background-color: #AAA;
	border: 0 none;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

#mc_embed_signup input {
	border: 1px solid #999;
	-webkit-appearance: none;
}

#mc_embed_signup input.button {
	display: block;
	width: 35%;
	margin: 0 0 10px 0;
	min-width: 90px;
}

#mc_embed_signup input.email {
	display: block;
	padding: 8px 0;
	margin: 0 4% 10px 0;
	text-indent: 5px;
	width: 58%;
	min-width: 130px;
	float: left;
}

#mc_embed_signup div.clear {
	float: right;
}

#mc_embed_signup input {
	border: 1px solid #999;
	-webkit-appearance: none;
}

#mc_embed_signup label {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}

#paypal_donations-3 {
	background: #fff;
}

.fb_edge_widget_with_comment {
	padding: 5px 0 0 5px !important;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 1px solid #80999f;
	overflow: hidden;
	padding: 18px 0;
}
#footer-nav {
	width:600px;
	float:left;
	font-size: 13px;
}
#footer-nav .menu {
	margin:0;
}
#footer-nav li{
	display: inline;
	list-style: 
}

#footer-nav li:before {
	content:"  |  "
}

#footer-nav li:first-child:before {
	content:none;
}
#footer-nav a {
	color:#000000;
}
#copyright {
	float:right;
	width:300px;
	text-align: right;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =Share Buttons
-------------------------------------------------------------- */
#share-btns {
	height: 35px;
	width: 100%;
	clear:both;
}
#share-btns.single-share {
	width:845px;
	float:right;
}

#twitter, #gplus, #fb {
	float:left;
}
#gplus {
	width:75px;
}

#fb .fb_edge_widget_with_comment {
	padding:0 !important;
}



/* =Gallery
-------------------------------------------------------------- */

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    width:120px;
    padding: 5px;
    float:left;
    margin: 5px 10px;
}

.ngg-albumtitle {
	text-align: center;
	margin:0 ;
	padding:0px;
	font-size: 14px;
	line-height: 16px;
	height: 55px;
}

.ngg-thumbnail {
	margin:0px auto 0 auto;
	position: relative;
}

.ngg-thumbnail img {
	width:100%;
}

.ngg-description {
	text-align: center;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin: 10px auto;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

#big-image-container {
	width: 100%;
	position: relative;
}
#big-image-container img{
	width:100% !important ;
	height:auto;
}

.ngg-gallery-thumbnail-box {
	float: left;
	width: 130px!important;
	overflow: hidden;
	margin-left: 33px;
}

.single .ngg-gallery-thumbnail-box {
	margin-left:30px;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:5px 0px 15px 5px;
	padding:0;
	position:relative;
	width:120px !important;
	height: 120px !important;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

.galleria-counter {
	display: none !important;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	margin-top: -20px;
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 0; 
	margin:0 auto 10px; 
	height: 420px;
	width: auto;
	display:block !important;
	padding:0;
}

.ngg-imagebrowser .pic	{
	width: 560px;
	overflow: hidden;
	margin: 0 auto;
}

.ngg-imagebrowser .counter {
	display: none;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	position: absolute;
	//border:1px solid #DDDDDD;
	top:200px;
	left: 5px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	position: absolute;
	//border:1px solid #DDDDDD;
	top:200px;
	right: 5px;
	padding:3px 7px;
}

.ngg-imagebrowser-desc {
	width:500px;
	margin: auto;
	text-align: center;
}

#content .ngg-imagebrowser-desc p {
	font-size: 13px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow, 
#ngg-sidebar-widget-3,  {
	overflow: hidden;
	margin:0pt;
	padding:5px 7px;
}

.ngg-widget a,
#ngg-sidebar-widget-3 a {
	margin: 0;
}

.ngg-widget img {
	margin:2px; 
}
#ngg-sidebar-widget-3 img {
	margin:10px 0 0 10px;
}
#sidebar-ad img {
	width:300px;
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
#navigation,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}





/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	
	#navigation,
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#header,
	#footer {
		margin: 0;
		width: 100%%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}