/* ############################################################################################## */
/* #####################      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;
}

body,tbody,td,th {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

table, th, td
{
	border: 1px 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: underline;
}
a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

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: 790px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
}

#tbs_pagelists {
	background: #003366;
	position: relative;
	top: 430px;
	left: -790px;
	width: 120px;
	padding: 10px;
	color: white;
	text-align: right;
	float: right;
	z-index: 10;
	border: 0px solid #ccc;
}
#tbs_pagelists a {
	color: white;
}

#tbs_heading {
	background: transparent;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#tbs_logo {
	background: transparent;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	top: 0px;
	left: 0px;
	width: 500px;
}

#tbs_logo a:hover {
/*	background: white; */
}

#tbs_motto {
	background: black;
	color: #fff;
	position: relative;
	top: 0px;
	right: 0px;
	font-family: 'Share Tech Mono', sans-serif; /* 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;
	padding: 5px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	background: #003366;
	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: orange;
	border-style: dotted;
	padding: 5px;
}

#adminbubble {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

#adminmenu {
	position: absolute;
	top:0;
	right:auto;
	width:550px;
}

#filesonserver {
	border-style:dotted;
	padding:5px;
}


/* ############################################################################################## */
/* ##########################################  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 //-->
*/

#tbs_vertical_menu {
	background: transparent;
	/* for IE */
	filter: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_vertical_menus .tbs_sub_menu {
	/* margin-left: -20px; */
}
#tbs_vertical_menus .tbs_sub_sub_menu {
	/* margin-left: -15px; */
}


ul.tbs_menu li {
	list-style: none;
	list-style-type: none;
}

.tbs_menu {
	font-family: 'Share Tech Mono', sans-serif; /* use this if the google font is available */
	font-size: 25px;
	text-shadow:
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

/* 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: #003366;
}

#tbs_horizontal_menus {
	padding: 0px; /* moved this from 10px to 0px to line the logo up better, if this is a problem revert back */
}
.tbs_horizontal_menus {
}



#tbs_horizontal_menus ul {
	text-align: center;
}
#tbs_horizontal_menus li li {
	text-align: left;
}
#tbs_horizontal_menus li li li {
	text-align: right;
}

#tbs_horizontal_menus .tbs_menu a {
	text-decoration: none;	
}
#tbs_vertical_menus .tbs_menu a {
	text-decoration: none;
}

.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: -1px; 	   /* leave this line and the previous to make sure menus without images are lined up with menus with images */
	position: relative;
	left: 10px;
}

.nav_menu_loc {
	margin-left: 7px;
	padding: 7px;
	border: red 1px solid;
}


#tbs_menu li .tbs_menu_text {							/* MENU text color */
	color: white;
	text-shadow:
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}
#tbs_menu li li .tbs_menu_text {						/* SUB MENU text color */
	color: white;
	text-shadow:
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}
#tbs_menu li li li .tbs_color_text {					/* SUB SUB MENU text color */
	color: white;
	text-shadow:
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}
#tbs_menu li:hover .tbs_menu_text {						/* MENU hovering text color */
	color: #003366;
	text-shadow:
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}
#tbs_menu li li:hover .tbs_menu_text  {					/* SUB MENU hovering text color */
	color: #003366;
	text-shadow:
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}
#tbs_menu li li li:hover .tbs_menu_text {				/* SUB SUB MENU hovering text color */
	color: #003366;
	text-shadow:
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}


#tbs_menu li {											/* MENU background color */
	background: #003366;
}
#tbs_menu li li {										/* SUB MENU background color */
	background: #003366;
	width: 100%;
}
#tbs_menu li li li {									/* SUB SUB MENU background color */
	background: #003366;
}
#tbs_menu li:hover {									/* MENU hovering background color */
	background: black;
}
#tbs_menu li li:hover {									/* SUB MENU hovering background  color */
	background: black;
}
#tbs_menu li li li:hover {								/* SUB SUB MENU background hovering color */
	background: black;
}

#tbs_sitenav {
	background: #000;
	color: #fff;
	text-align: center;
	margin-top: -1px;
}

.tbs_sitenav {
	padding: 3px;
}

#tbs_sitenav a:link, #tbs_vertical_menus a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#tbs_sitenav a:visited, #tbs_vertical_menus a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#tbs_sitenav a:hover, #tbs_vertical_menus a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	text-shadow:
		-1px -1px 0 #fff,  
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
}

/* ####################################   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: 1;
}

#tbs_menu a {
	display: block;
	padding: 5px;
}

#tbs_menu li { /* all list items */
	float: left;
/*	width: 10em; /* width needed or else Opera goes nuts */
}

#tbs_menu li ul { /* second-level lists */
	position: absolute;
	top: -4px;
	width: 16em;
	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;
	margin-left: 30px;
}

#tbs_menu li li:hover ul, #tbs_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -2em;
	margin-left: 90%;
}

/* 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_page {
	background: transparent;
}

#tbs_content {
	background: white;
		/* These three lines are for transparency in all browsers. */
/*
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity:.7;
*/
	position: relative;
	top: 0px;
	width: 580px;
	text-align: justify;
	float: right;
}

#tbs_content img {
	border: 1px solid black;
}

#tbs_page_text {
	padding: 10px;
}

#tbs_footer {
	background: transparent;
	position: relative;
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

#tbs_footer_copyright {
	background: transparent;
	position: relative;
	left: 0px;
	color: #bbb;
	font-size: 10px;
	text-align: right;
}

#tbs_footer_copyright a:link {
	color: #bbb;
	font-weight: bold;
	text-decoration: none;
}
#tbs_footer_copyright a:visited {
	color: #bbb;
	font-weight: normal;
	text-decoration: underline;
}
#tbs_footer_copyright a:hover {
	color: #bbb;
	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;
}
/* ############################################################################################## */



/* #################################      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: 580px;
	width: 770px;
	max-width: 770px;
}

#galleria_gallerypage {
	height: 580px;
	width: 770px;
	max-width: 770px;
}

#galleria_anypage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 480px;
	height: 380px;
	float: left;
}

.galleria-container {
	/* background of the gallery */
    background: transparent;
}


/* ############################################################################################## */

/* ############################################################################################## */
/* #####################      EXAMPLE COLORS FOR EASY IDENTIFICATION     ######################## */
/* ############################################################################################## */
/* ##### if you need to easily identify an area for CSS editing just uncomment this section ##### */
/* ############################################################################################## */
/*
body { background: white; }
#tbs_wrapper { background: blue; }
#tbs_logo { background: lime; }
#tbs_motto { background: maroon; }
#tbs_horizontal_menu_wrapper { background: yellow; }
#tbs_horizontal_menu { background: yellow; }
#tbs_vertical_menu { background: yellow; }
#tbs_sitenav { background: green; }
#tbs_content { background: aqua; }
#tbs_footer { background: fuchsia; }
#tbs_footer_copyright { background: teal; }
#tbs_pagelists { background: gray; }
#tbs_socialnetworks { background: purple; }
*/