/* ############################################################################################## */
/* #####################      EXAMPLE COLORS FOR EASY IDENTIFICATION     ######################## */
/* ############################################################################################## */
/* ##### if you need to easily identify an area for CSS editing 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_content { background: aqua !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     ######################## */
/* ############################################################################################## */
/* #### if you need to easily identify an area for CSS editing go to the bottom of this file #### */
/* ############################################################################################## */

body {
	background: transparent;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,tbody,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

table, th, td
{
	border: 0px solid #ccc;
	border-collapse: collapse;
}

.contact table, .contact th, .contact td {
	border: 0px;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}
a:hover {
	color: olivedrab;
	font-weight: bold;
	text-decoration: overline;
}

strong, b {
	font-weight: bolder;
	letter-spacing: 0.3ex;
}

.error {
	background: red;
	color: white;
	padding: 3px;
}

.approved {
	background: lime;
	color: black;
	padding: 3px;
}

.tbs_small {
	font-size: 10px;
}

#tbs_wrapper {
	background: transparent;
/*	border: 10px solid red; */
	width: 940px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
}

#tbs_pagelists {
	background: transparent;
	position: relative;
	top: 220px;
	left: -790px;
	width: 170px;
	padding: 10px;
	color: white;
	text-align: right;
	float: right;
	z-index: 10;
	border: 1px solid #ccc;
}

#tbs_heading {
	background: transparent;
	position: relative;
	margin-top: 100px;
	margin-bottom: auto;
	text-align: left;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#tbs_logo {
	background: transparent;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
}

#tbs_logo a:hover {
/*	background: white; */
}

#tbs_motto {
	background: transparent;
	color: #fff;
	position: relative;
	top: 0px;
	right: 0px;
	font-family: "Chango", cursive; /* 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: 0px;
}

#tbs_language_selection img {
	position: relative;
	top: 7px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	background: green;
	border-color: #000;
	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: black;
}

/* ########################################   ADMIN   ########################################### */

#adminbubble, #adminmenu {
	background: lime;
	border-style: dotted;
	padding: 5px;
}

#adminbubble {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

#adminmenu {
	position: absolute;
	top:0;
	right:auto;
	width:auto;
}

#filesonserver {
	border-style:dotted;
	padding:5px;
}

.adminedit {
	background: lime;
	padding: 3px;
}


/* ############################################################################################## */
/* ##########################################  MENU  ############################################ */
/* ############################################################################################## */
/* here is the html structure for reference:
	<div id="tbs_vertical_menu">
		<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/ */


#tbs_menu, #tbs_menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
}

#tbs_menu a {
	display: inline-block;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#tbs_menu li { /* all list items */
	float: left;
	/* 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 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 */
}

#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 */
/* ############################################################################################## */

#tbs_vertical_menu_wrapper {
	background: white;
	/* for IE */
	filter:alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* CSS3 standard */
	opacity:0.8;
	width: 200px;
}

.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;
}

ul.tbs_menu li {
	list-style: none;
	list-style-type: none;
}

/* added this after noticing that the tbs_horizontal_menus appeared twice in the code, if this is a problem remove the wrapper one and repalce with the normal tbs_horizontal_menus */
#tbs_horizontal_menu_wrapper {
	background: transparent;
}

#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;
}
.tbs_horizontal_menus {
}

.tbs_menu {
	font-size: 20px;
}
.tbs_menu a {
	text-decoration: none;
}

#tbs_menu ul {
	text-align: center;
}
#tbs_menu li li {
	text-align: left;
}
#tbs_menu li li li {
	text-align: right;
}

.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;
}

#tbs_menu li.nav_menu_loc {
	background: olivedrab;
}

#tbs_menu a.nav_menu_loc {
}

.tbs_menu li .tbs_menu_text {							/* MENU text color */
	color: white;
	text-shadow:    -1px -1px 0px #ff1493,  
							1px -1px 0px #ff1493,
							-1px 1px 0px #ff1493,
							1px 1px 0px #ff1493;
}
.tbs_menu li:hover .tbs_menu_text {						/* MENU hovering text color */
	color: black;
	text-shadow:
		-1px -1px 0px #fff,  
		1px -1px 0px #fff,
		-1px 1px 0px #fff,
		1px 1px 0px #fff;
}
.tbs_menu li li:hover .tbs_menu_text  {					/* SUB MENU hovering text color */
	color: black;
	text-shadow:
		-1px -1px 0px #fff,  
		1px -1px 0px #fff,
		-1px 1px 0px #fff,
		1px 1px 0px #fff;
}
.tbs_menu li li li:hover .tbs_menu_text {				/* SUB SUB MENU hovering text color */
	color: black;
	text-shadow:
		-1px -1px 0px #fff,  
		1px -1px 0px #fff,
		-1px 1px 0px #fff,
		1px 1px 0px #fff;
}


#tbs_menu li {											/* MENU background color */
	background: green;
	border: 1px solid #000000;
}
#tbs_menu li li {										/* SUB MENU background color */
	background: green;
	width: 100%;
}
#tbs_menu li li li {									/* SUB SUB MENU background color */
	background: green;
}
#tbs_menu li:hover {									/* MENU hovering background color */
	background: olivedrab;
}
#tbs_menu li li:hover {									/* SUB MENU hovering background color */
	background: olivedrab;
}
#tbs_menu li li li:hover {								/* SUB SUB MENU background hovering color */
	background: olivedrab;
}

#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;
}

/* ############################################################################################## */
/* ############################################################################################## */

#tbs_page {
	background: transparent;
}

#tbs_content {
	background: transparent;
		/* These three lines are for transparency in all browsers. */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity:.8;
	position: relative;
	top: 0px;
	width: 738px;
	text-align: left;
	float: right;
}

#tbs_content img {
	border: 1px solid black;
}

#tbs_page_text {
	padding: 10px;
}

#tbs_footer {
	background: transparent;
	position: relative;
	color: darkseagreen;
	font-size: 13px;
	text-align: left;
	padding: 8px;
}

#tbs_footer img {
	border: 0px solid black;
}

#tbs_footer_copyright {
	background: transparent;
	position: relative;
	left: 0px;
	color: #666;
	font-size: 10px;
	text-align: right;
}

#tbs_footer_copyright a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#tbs_footer_copyright a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
#tbs_footer_copyright a:hover {
	color: #666;
	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;
}

#tbs_socialnetworks img {
	border: 0px solid black;
}

#editor {
	width: 100%;
}

#menu_editing {
/*	background: #EEEEEE; */
/*	color: #666666; */
	font-size: 10px;
}
/* ############################################################################################## */



/* #################################      NEWS HEADLINES     #################################### */
.news_title {
    font-size: 15px;
	font-weight: bold;
}

.news_headlines {
	text-align: left;
}

.news_summary {
	background: transparent;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	text-align: justify;
	font-size: 10px;
	padding: 5px;
}
/* ############################################################################################## */



/* #####     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 {
	float: right;
	text-align: right;
	font-weight: bold;
}
/* ############################################################################################## */




/* ############################################################################################## */
/* ###########################      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: 583px;
	width: 772px;
	max-width: 770px;
}

#galleria_gallerypage {
	height: 600px;
	width: 920px;
	max-width: 100%;
}

#galleria_anypage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 481px;
	height: 382px;
	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 */
/* ############################################################################################## */