/* #################################################################################### */
/* #####################      EXAMPLE COLORS FOR EASY IDENTIFICATION     ############## */
/* #################################################################################### */
/* ###### if you need to easily identify a DIV layer just uncomment this section ###### */
/* #################################################################################### */

/*
body { background: white !important; }
#tbs_wrapper { background: blue !important; }
#tbs_logo { background: lime !important; }
#tbs_motto { background: maroon !important; }
#tbs_horizontal_menu_wrapper { background: yellow !important; }
#tbs_horizontal_menus { background: pink !important; }
#tbs_vertical_menu_wrapper { background: yellow !important; }
#tbs_vertical_menus { background: pink !important; }
#tbs_sitenav { background: green !important; }
#tbs_page { background: orange !important; }
#tbs_boxmodel { background: red !important; }
#tbs_left_sidebar { background: blue !important; }
#tbs_content { background: aqua !important; }
#tbs_page_text { background: gold !important; }
#tbs_footer { background: fuchsia !important; }
#tbs_footer_copyright { background: teal !important; }
#tbs_pagelists { background: gray !important; }
#tbs_socialnetworks { background: purple !important; }
*/

/* #################################################################################### */
/* #####################      EXAMPLE COLORS FOR EASY IDENTIFICATION     ############## */
/* #################################################################################### */




/* #################################################################################### */
/* ###################################      GENERAL     ############################### */
/* #################################################################################### */

body {
	/* leave this background of the same main color of the website or it will show as white in the editor */
	background: silver;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

body,tbody,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

table, th, td
{
	border: 1px solid Green;
	border-collapse: collapse;
}

.contact table, .contact th, .contact td {
	border: 0px;
}

a:link {
	color: Green;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: Green;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: Green;
	font-weight: bold;
	text-decoration: overline;
}

strong, b {
	font-weight: bolder;
	letter-spacing: 0.1ex;
}

.error {
	background: red;
	color: white;
}

.approved {
	background: lime;
	color: black;
	padding: 3px;
}

.renameButton {
	background: aqua;
	color: black;
	padding: 3px;
}

.tbs_small {
	font-size: 10px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	background: Green;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: white;
	font-size: 12px;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 160px;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background: Lime;
	color: black;
}

#tbs_wrapper {
	background: transparent;
/*	border: 10px solid red; */
	width: 1000px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
}

#tbs_heading {
	position: relative;
	z-index: 0;
	background: transparent;
	margin-top: 100px;
	text-align: left;
	top: 0px;
	left: 0px;
}

#tbs_logo {
	position: relative; /* must stay there or z-index won't work */
	z-index: 2000; /* makes sure the menu is always above any content */
	background: transparent;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
}

#tbs_logo a:hover {
/*	background: white; */
}

#tbs_motto {
	position: absolute; /* must stay there or z-index won't work */
	z-index: 1000; /* makes sure the menu is always above any content */
	background: black;
	color: #fff;
	top: 0px;
	left: 0px;
	width: 100%;
	font-family: ; /* use this if the google font is available */
	/* font-family: 'Economica', sans-serif; /* use this if the google font is available */
	font-size: 15px;
	text-align: center;
	margin-bottom: -30px; /* needed to fix a space between the menu and the motto - this value depends on the size of the text in the menu */
	padding: 5px;
	font-family: 'Amatic SC', cursive; /* use this if the google font is available */
	font-size: 30px;
}

#tbs_page {
	background: transparent;
}

/* box model: http://learnlayout.com/box-model.html */

#tbs_boxmodel {

}

#tbs_left_sidebar {
	float: left;
	max-width: 22%;
}

#tbs_content {
	background: silver;
	position: relative; /* must stay there or z-index won't work */
	z-index: 999; /* makes sure the menu is always above any content */
	border: 1px solid black;
	/* max-width: 77%;
	margin-left: 9px; */
}

#tbs_content.home {

}

#tbs_content.nonhome.Galleria {
		/* These three lines are for transparency in all browsers. */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity:1;
}

#tbs_content.nonhome {
		/* These three lines are for transparency in all browsers. */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		opacity:.9;
}

#tbs_content img {
	border: 1px solid black;
}

#tbs_page_text {
	padding: 10px;
}

#tbs_right_sidebar {
	float: left;
}

/* cool shadows: https://en.wikibooks.org/wiki/Cascading_Style_Sheets/Box_Model */

#tbs_pagelists {
	background: transparent;
	position: relative;
	z-index: 10;
	top: 0px;
	left: 0px;
	padding-bottom: 20px;
	text-align: center;
	clear: both;
}

#tbs_pagelist {
	background: transparent;
	margin: 5px;
	padding: 0px;
	width: 150px;
	height: 170px;
	border: 1px solid LimeGreen;
	display: inline-block;
    vertical-align: middle;
	min-height: 200px;
	border: 1px solid #000;
	display: -moz-inline-stack;
	vertical-align: top;
	margin: 5px;
	zoom: 1;
	*display: inline;
	_height: 250px;    
/*
for cross-browser inline support: https://blog.mozilla.org/webdev/2009/02/20/cross-browser-inline-block/
	min-height: 250px;
	border: 1px solid #000;
	display: -moz-inline-stack;
	vertical-align: top;
	margin: 5px;
	zoom: 1;
	*display: inline;
	_height: 250px;
*/
}

.tbs_pagelist_image {
	margin: auto;
	border: 0px solid #000;
	width: 148px;
	height: 148px;
}

#tbs_pagelist_title_box {
	background-color: Green;
	width: 148px;
	height: 50px;
    padding: 5px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tbs_pagelist_title {
	margin-top: 50px;
}

#tbs_pagelist a:link {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#tbs_pagelist a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#tbs_pagelist a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#tbs_language_selection img {
	position: relative;
	top: 7px;
}

#tbs_footer {
	background: LimeGreen;
	position: relative;
		/* These three lines are for transparency in all browsers. */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		opacity:.9;
	color: white;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	border: 1px solid black;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
	margin-bottom: 100px;
}

#tbs_footer_copyright {
	background: transparent;
	position: relative;
	left: 0px;
	color: Green;
	font-size: 10px;
	text-align: right;
}

#tbs_footer_copyright a:link {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}
#tbs_footer_copyright a:visited {
	color: Green;
	font-weight: normal;
	text-decoration: underline;
}
#tbs_footer_copyright a:hover {
	color: Green;
	font-weight: bold;
	text-decoration: underline;
}

#tbs_socialnetworks {
	background: transparent;
	text-align: center;
	width: 170px; /*  best for vertical display; might need to remove for horizontal display */
	margin-bottom: 10px;
}

#editor {
	width: 100%;
}

#menu_editing {
/*	background: #EEEEEE; */
/*	color: #666666; */
	font-size: 10px;
}

/* #####     PAGES WITH FIELDSETS (Contact, Guestbook, Sharing Widget, Disqus Comments)     ##### */
fieldset {
	padding: 1em;
	border: 1px solid silver;
}

legend {
	border: 1px solid silver;
	color: gray;
	text-align: right;
}

label {
	font-weight: bold;
}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 15px 15px 3px gray; 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 10px 10px 3px LimeGreen; 
}

/* force box-sizing */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

/* #################################################################################### */
/* #################################################################################### */



/* #################################################################################### */
/* #################################      NEWS HEADLINES     ########################## */
/* #################################################################################### */

.news_title {
	font-weight: bold;
}

.news_headlines {
	text-align: left;
}

.news_summary {
	background: transparent;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	padding: 5px;
}

#tbs_news {
	background-color: inherit;
	clear: both;
	overflow: auto; /* clearfix */
	zoom: 1; /* clearfix */
}

#tbs_news1, #tbs_news2, #tbs_news3, #tbs_news4, #tbs_news5, #tbs_news6, #tbs_news7, #tbs_news8, #tbs_news9 {
	background-color: inherit;
	float: left;
	width: 31%;
	height: 100px;
	padding: 5px;
	margin: 5px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}

.tbs_images_in_headlines {
	width: 120px;
	height: 75px;
	float: left;
	margin-right: 5px;
}

/* #################################################################################### */
/* #################################################################################### */




/* #################################################################################### */
/* #####################################   ADMIN   #################################### */
/* #################################################################################### */

#adminbubble, #adminmenu {
	background: silver;
	border-style: dotted;
	padding: 5px;
    resize: both;
    overflow: auto;
}

#adminbubble {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1001;
	text-align: center;
}

#adminmenu {
	position: absolute;
	top:0;
	right:auto;
	width:auto;
}

#filesonserver {
	border-style:dotted;
	padding:5px;
}

.adminedit {
	background: orange;
	padding: 3px;
}

/* #################################################################################### */
/* #################################################################################### */



/* #################################################################################### */
/* ##########################################  MENU  ################################## */
/* #################################################################################### */
/* here is the html structure for reference:
		<div id="tbs_vertical_menu_wrapper">
		  <div id="tbs_vertical_menus" class="tbs_vertical_menus">
...or...
		<div id="tbs_horizontal_menu_wrapper">
			<div id="tbs_horizontal_menus" class="tbs_horizontal_menus">
				<ul id="tbs_menu" class="tbs_menu">
					  <li> <!-- menu 0 start //-->
						<span class="tbs_menu_images">image here</span>
						<span class="tbs_menu_text">MENU HERE</span>
						  <ul class="tbs_sub_menu">
							<li> <!-- start sub-menu 0 //-->
									<span class="tbs_menu_images">image here</span>
									<span class="tbs_menu_text">SUB MENU HERE</span>
									  <ul class="tbs_sub_sub_menu">
										<li> <!-- start SUB-sub-menu 0 //-->
										   <span class="tbs_menu_text">SUB SUB MENU</span>
										</li> <!-- end SUB-sub-menu 0 //-->
										<li> <!-- start SUB-sub-menu 1 //-->
										   <span class="tbs_menu_text">SUB SUB MENU</span>
										</li> <!-- end SUB-sub-menu 1 //-->
									  </ul>
							</li> <!-- end sub-menu 0 //-->
						  </ul>
				  </li> <!-- menu 1 end //-->
				</ul>
			  </div >
			<div class="tbs_clearer"></div>
		</div><!-- tbs_horizontal_menu_wrapper //-->
*/

/* #################################################################################### */
/* ####################################   DROP DOWN MENUS   ########################### */
/* #################################################################################### */
/* old Suckerfish-based CSS menu styles from http://www.pmob.co.uk/temp/dropdown-all-fluid.htm */
/* NEW "Son of Suckerfish Dropdown Menus from http://www.htmldog.com/articles/suckerfish/dropdowns/ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++  HORIZONTAL & VERTICAL COMMON STYLES  +++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#tbs_horizontal_menu_wrapper, #tbs_vertical_menu_wrapper {
	position: fixed; /* must stay there or z-index won't work */
	left: 0px;
	bottom: 33px;
	width: 100%;
	z-index: 1000; /* makes sure the menu is always above any content */
		/* for IE */
		filter:alpha(opacity=80);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		/* CSS3 standard */
		opacity:0.8;
}

#tbs_menu, #tbs_menu ul { /* all lists */
	width: 100%;
}

#tbs_horizontal_menus {
	padding: 0px; /* moved this from 10px to 0px to line the logo up better, if this is a problem revert back */
/*	margin-bottom: -2px; */
	width: 100%; /* full-width menu */
}

.tbs_horizontal_menus {
}

#tbs_vertical_menu_wrapper {
	width: 200px;
	float: left;
}

.tbs_vertical_menus ul {
	list-style-type: none;
	list-style: none; 
	padding: 10px;
	margin: 0px;
}

/* if you remove the #tbs_vertical_menu definition you can use the following commented defitions for similar results */
#tbs_vertical_menus {
	/* margin-left: -30px; */
}
#tbs_vertical_menus .tbs_sub_menu {
	/* margin-left: -20px; */
}
#tbs_vertical_menus .tbs_sub_sub_menu {
	/* margin-left: -15px; */
}

.tbs_vertical_menus {
}

#tbs_vertical_menu_wrapper #tbs_menu li {
	width: 200px;
}
#tbs_vertical_menu_wrapper #tbs_menu li li {
	width: 250px;
}
#tbs_vertical_menu_wrapper #tbs_menu li li li {
	width: 250px;
}

#tbs_menu, #tbs_menu ul {
    padding: 0;             /* clean list padding */
    margin-bottom: 0;       /* clean table margin */
}

#tbs_menu li a {
	display: inline-block;
}

#tbs_menu li li {
	width: 100%; /* leave this or the sub menus will all have different widths */
}

ul.tbs_menu li {
	list-style: none;
	list-style-type: none;
}
.tbs_menu a {
	text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++   MENU IMAGES   +++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 


.tbs_menu_images {
	display: inline-block; /* leave this line and the next to make sure menus without images are lined up with menus with images */
	margin-top: -10px; 	   /* leave this line and the previous to make sure menus without images are lined up with menus with images */
	margin-left: 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++   LOCATION BOOKMARK   ++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 


#tbs_menu li.nav_menu_loc {
	background: black;
}

#tbs_menu a.nav_menu_loc {
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++  ALL MENU ITEMS  +++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

#tbs_menu li { /* all list items */
	/* width of menu items (can also remove to make it auto but we don't know how opera behaves) */
	/* width: 10em; /* width needed or else Opera goes nuts */
}

#tbs_menu a {
	padding: 5px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++  2nd LEVEL MENU LAYER  ++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
 
#tbs_menu li ul { /* second-level lists */
	position: absolute;
/*	width: 10em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++  3rd LEVEL MENU LAYER  ++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

#tbs_menu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#tbs_menu li:hover ul ul, #tbs_menu li.sfhover ul ul {
	left: -999em;
}

#tbs_menu li:hover ul, #tbs_menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 14em;
	margin-top: -0.5em;
	margin-left: 100px;
}

#tbs_menu li li:hover ul, #tbs_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -1em;
	margin-left: 95%;
}

/* NEW "Son of Suckerfish Dropdown Menus from http://www.htmldog.com/articles/suckerfish/dropdowns/ */
/* Suckerfish-based CSS menu styles from http://www.pmob.co.uk/temp/dropdown-all-fluid.htm */
/* #################################################################################### */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++  ALL MENU ITEMS  +++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

.tbs_menu {
	font-family: 'Amatic SC', cursive; /* use this if the google font is available */
	font-size: 30px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++    MENU TEXT COLORS    ++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

.tbs_menu li .tbs_menu_text {							/* MENU text color */
	color: white;
	text-shadow:
		-1px -1px 0px #000000,
		1px -1px 0px #000000,
		-1px 1px 0px #000000,
		1px 1px 0px #000000;
}

.tbs_menu li:hover .tbs_menu_text {						/* MENU hovering text color */
	color: lime;
}

.tbs_menu li li:hover .tbs_menu_text  {					/* SUB MENU hovering text color */
	color: lime;
}
.tbs_menu li li li:hover .tbs_menu_text {				/* SUB SUB MENU hovering text color */
	color: lime;
	text-shadow:
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++    MENU BACKGROUND COLORS    +++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 


#tbs_menu li {											/* MENU background color */
	background: LimeGreen;
	border: 1px solid black;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
#tbs_menu li li {										/* SUB MENU background color */
	background: LimeGreen;
	text-align: left;
}
#tbs_menu li li li {									/* SUB SUB MENU background color */
	background: LimeGreen;
	text-align: right;
}
#tbs_menu li:hover {									/* MENU hovering background color */
	background: silver;
}
#tbs_menu li li:hover {									/* SUB MENU hovering background color */
	background: silver;
}
#tbs_menu li li li:hover {								/* SUB SUB MENU background hovering color */
	background: silver;
}

/* #################################################################################### */
/* #################################################################################### */



/* #################################################################################### */
/* ###########################      SITE NAVIGATION BOOKMARK      ##################### */
/* #################################################################################### */

#tbs_sitenav {
	background: black;
	color: #fff;
	text-align: inherit;
}

.tbs_sitenav {
	padding: 3px;
}

#tbs_sitenav a:link, #tbs_vertical_menus a:link {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow:
		-1px -1px 0px #000000,
	
	1px -1px 0px #000000,
		-1px 1px 0px #000000,

		1px 1px 0px #000000;
}
#tbs_sitenav a:visited, #tbs_vertical_menus a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow:    -1px -1px 0px #fff, 1px -1px 0px #fff,
-1px 1px 0px #fff,
1px 1px 0px #fff;
}
#tbs_sitenav a:hover, #tbs_vertical_menus a:hover {
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	text-shadow:
		-1px -1px 0px #fff,  
		1px -1px 0px #fff,
		-1px 1px 0px #fff,
		1px 1px 0px #fff;
}

/* #################################################################################### */
/* #################################################################################### */



/* #################################################################################### */
/* ###########################      SOCIABLE SHARE WP PLUG IN     ##################### */
/* #################################################################################### */

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable li {
	background: transparent;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	display: inline;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	display: inline;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	display: inline;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sociable a:hover img {
	display: inline;
	margin: 0;
	padding: 0;
}

.sociable a[href^="http:"] {
	display: inline;
	padding-right: 0px;
	background: transparent;
	text-decoration: transparent;
}

/* #################################################################################### */
/* #################################################################################### */



/* #################################################################################### */
/* #########################      GALLERIA SLIDESHOW & GALLERY     #################### */
/* #################################################################################### */

#galleria_homepage {
	height: 600px;
	width: 999px;
	max-width: 100%;
}

#galleria_gallerypage {
	height: 600px;
	width: 999px;
	max-width: 100%;
}

#galleria_anypage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 999px;
	height: 600px;
	float: none;
}

.galleria-container {
	/* background of the gallery */
    background: transparent;
}

/* #################################################################################### */
/*   leave the following line here so that the CSS editing page can check if the page has fully   */
/*   loaded before opening it (this happens in the 'global' file):                                */
/* #################################################################################### */
/*  end of CSS file */
/* #################################################################################### */