/*
Created by Shiny Universe
*/
.container {
   border: 10px solid #333333;
   width: 960px;
   margin-top:10px;
   max-width:960px;
   margin-left:auto;
   margin-right:auto;
   padding:0;
   text-align: left;
}

.menu_container {
	margin: 0;
	padding: 0;
	background: #000000 url(images/menuback.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

.clearer {clear: both;}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
}

h3 {
    color: #737373;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0px;
    border-bottom: 1px solid #333333;
    text-transform: uppercase;
}

h4 {
    color: #737373;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0px;
    text-transform: uppercase;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
  text-decoration: none;
  color: #458B00;
}

a:hover {
  text-decoration: underline;
  color: #FFC125;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/menubackbar.jpg) no-repeat center top;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/menubackbar.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/menubackbar.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#menu .current_page_item a {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

/* Splash */
#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #111111;
}

.yellow_link a {
  text-decoration: none;
  font-size: 20pt;
  font-family:Tahoma, Arial, sans-serif;
  font-weight:bold;
  line-height: 1.2em;
  color:#FFC125;
}

.yellow_link a:hover {
  text-decoration: underline;
  font-size: 20pt;
  font-family:Tahoma, Arial, sans-serif;
  font-weight:bold;
  line-height: 1.2em;
  color:#FFC125;
}

#nav {
     width: 954px;
     height: 16px;
     margin: 0 auto; 
     padding: 3px 3px 0px 3px;
     border-bottom: 1px solid #3F3F3F;
     font-size: 11px;
     font-weight: bold;
     background: #222222;
     color: #ffffff;
}

#nav a {
	text-decoration: none;
	color: #ffffff;
}

#nav a:hover {
	text-decoration: none;
	color: #58891D;
}


/* Logo */
#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
  width: 900px;
  margin: 0px;
  padding: 10px 10px 10px 10px;
}

/* Content */

#content {
  float: left;
  width: 620px;
  margin-right: 0px;
  padding: 0px 0px 10px 0px;

}

#sidepanels {
  float: right;
  width: 280px;
  margin-right: -30px;
  padding-right: 0px;

}

#sidepanels h2 {
    height: 30px;
    margin: 0;
    padding: 0px 10px 0 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #737373;

}

.sidepanel_fluid {
  float: right;
  border: 1px solid #333333;
  padding: 10px;
  margin: 0px 0px 10px -10px;
  background: #111111;
  color: #ffffff;
  line-height: 1.4em;
  width: 280px;
}


.sidepanel {
  float: right;
  border: 1px solid #333333;
  padding: 10px;
  margin: 0px 0px 10px -10px;
  background: #111111;
  color: #ffffff;
  line-height: 1.4em;
  width: 280px;
  height: 100px;
}

.sidepanel h2 {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #737373;
}

.gomore {
 margin-top: -25px;
 text-align: right;
}

.gomore a {
  text-decoration: none;
  color:#FFC125;
}

.gomore a:hover {
  text-decoration: underline;
  color:#FFFFFF;
}


.article {

}

.article .title {
   margin: 0;
   font-size: 20px;
}

.article .article_body {
   font-size: 12px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #333333;
   color: #fff;
}

.main_blog_post {
	padding-bottom: 5px;
}

.main_blog_post .title {
	margin: 0;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 14px;
}

.main_blog_post .title a {
	text-decoration: none;
}

.main_blog_post .entry {
	padding: 5px 20px;
	border-bottom: 1px dashed #B9B9B9;
        color: #FFFFFF;   
}

.main_blog_post .author {
	padding: 0px 20px;
	font-size: 10px;
}

.main_blog_post .meta {
	height: 26px;
	background: #333333;
	border-top: 1px solid #222222;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.main_blog_post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.main_blog_post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.main_blog_post .permalink {
}



/* Sidebar */


#sidebar {
	float: right;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
   height: 30px;
   margin: 0;
    padding: 10px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
    color: #737373;
}

#sidebar h3 {
    height: 30px;
    margin: 0;
    padding: 0px 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #737373;
}

/* Search */
#search form {
	padding: 20px;
}
#search br {
	display: none;
}

#search #s {
	width: 135px;
}

#page_bottom {
	float: left; 
	width: 954px;
	margin: 0 auto;
	padding: 8px;
}

#bottom_column {
	width: 270px;
        min-height: 500px;
        border: 1px solid #333333;
	padding: 5px 5px 5px 8px;
	}
/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0px;
	border-top: 10px solid #333333;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.BarIndicator_TextBox2_weak
        {
            color:Red;
            background-color:Red;
        }
.BarIndicator_TextBox2_average
        {
            color:Yellow;
            background-color:Yellow;
        }
.BarIndicator_TextBox2_good
        {
            color:Green;
            background-color:Green;
        }

.BarBorder_TextBox2
        {
            border-style:none;
            border-width:0px;
            padding:1px 1px 1px 1px;
            width:200px;
            height:12px;
            vertical-align:middle;
        }


.avatarimage_smallest {
        float: left;
	clear: left;
	border: 1px solid #ccc;
	background: #eee;
	color: #000;
	margin: 3px 15px 15px 10px;
        width: 30px;
        height: 30px;
}

.avatarimage_tiny {
        float: left;
	clear: left;
	border: 1px solid #333333;
	background: #000000;
	color: #000;
	margin: 0px 5px 0px 0px;
        width: 20px;
        height: 20px;
}

.avatarimage_small {
        float: left;
	clear: left;
	border: 1px solid #33333;
	background: #000000;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 40px;
        height: 40px;
}

.avatarimage_small_blog {
        float: left;
	clear: left;
	border: 1px solid #333333;
	background: #000000;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 50px;
        height: 50px;
}

.avatarimage {
        float: left;
	clear: left;
	border: 1px solid #333333;
	background: #000000;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 80px;
        height: 80px;
}

.blog_author { font-size: .9em; line-height: 1.2em; padding: 0 0 0 0; color: #808080; }

.blog_title { font-size: .9em; line-height: 1.2em; padding: 0 0 0 0px; color: #808080;}

.blog_body { font-size: 1.0em; line-height: 1.2em; padding: 0 0 0 0px; color: #FFF;}

.blog_comment_body { font-size: 1.0em; line-height: 1.2em; padding: 5px 5px 5px 5px; color: #FFF; }

.restaurant_comment_body { font-size: 1.0em; line-height: 1.2em; padding: 15px 5px 15px 15px; color: #FFF; }

.blog_image {
        float: left;
	clear: left;
	border: 1px solid #33333;
	background: #000000;
	color: #000;
	margin: 3px 15px 15px 0px;
        width: 150px;
}


.blog_title {
   border: 1px solid #333333;
   background: #000000;
   height: 104px;
   color: #ffffff;
   padding: 8px;
   margin: 0px 0 10px 0;
}

.blog_article {
  margin: 0px 0px 0px 0px;
  border: 1px solid #333333;
  background: #000000;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  line-height: 10pt;
}

.blog_comment_menu {
  margin: 0 0 0 0;
  border: none;
  color: #000000;
  padding: 2px 0 10px 0;
}

.blog_comment {
  margin: 10px 0px 10px 0px;
  border: 1px solid #333333;
  background: #000000;
  color: #454545;
  padding: 15px 15px 5px 10px;
}

.blog_options {
  float: right;
  border: 1px solid #333333;
  padding: 15px;
  margin: 0px 0px 10px 0px;
  background: #eee;
  color: #000000;
  line-height: 1.4em;
  width: 280px;
  height: 95px;
}

.shadetabs {
padding: 3px 0; 
margin-left: 0;
 margin-top: 10px;
 margin-bottom: 1px; font-family: tahoma, verdana, sans-serif;
 font-size: 95%; list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs li {
display: inline; 
margin: 0;
}


.shadetabs li a {
text-decoration: none;
 padding: 3px 7px;
 margin-right: 0;
 border: 1px solid #333333;
 color: #58891D;
 background: #333333 top left repeat-x;
}


.shadetabs li a:visited{
color: #58891D;
}


.shadetabs li a: hover{
text-decoration: none; 
color: #2d2b2b;
}



.shadetabs li.selected {
        
position: relative;
        
top: 1px;
	text-align: center;
	text-decoration: none;
	color: #000000;
        
}



.shadetabs li.selected a {
           border-bottom: 4px solid #000000;   
          
 background: #000000;
           }



.shadetabs li.selected a:hover{
text-decoration: none;
}



.tabcontentstyle {
        
border: 1px solid #333333;
        
width: 560px;
        min-height:500px;
        height:auto !important;
        height:500px;
        margin-bottom: 1em;
        
padding: 10px;
        
}



.tabcontent {

    display:none;
    color: #ffffff;
}

/* map stuff %*/
*{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
#leftPane{
	float:left;
	width: 60%;
	height: 600px;
}
#map{
	height: 480px;
	border: 1px solid black;
	margin: 0 8px 8px 8px;
}
#rightPane{
	float:right;
	width: 40%;
	height: 600px;	
}

/*== f o r m ==*/
.mapForm{
	border: 1px solid black;
	margin: 8px;
	padding: 5px;
}
.mapForm input{
	font-size: .85em;
}
.mapFormSubmit{
	display: block;
	margin-top: .3em;
}
.mapForm label{
	display: block;
	margin-top: .5em;
}
#addressInput{
	width: 25em;
	height: 6em;
}
#batchSeparator{
	width: 5em;
	height: 2em;
}

/*== h i s t o r y ==*/
#history{
	border: 1px solid black;
	margin: 8px 8px 8px 0;
	padding: 5px;
}
#history h1{
	font-size: 1.1em;
}
#historyItems li{
	padding: 3px;
	list-style-type: none;
	list-style-position: outside;
}
#historyItems .hover{
	background-color: #C9DFCD;
	cursor: pointer;
}
#historyItems .active{
	background-color: #A6CCE9;
	cursor: default;
}
#history .geocode, #history .error span{
	display: block;
	font-size: .7em;
}
#history .error{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
}
/*== m a p ==*/
.tooltip{
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:5px;
	white-space:nowrap;
}
.googleMarkerTab .address{
	margin-bottom: .6em;
}
.tooltip dt{
	font-weight: bold;
}
.tooltip dd{
	margin-left: 1em;
	font-size: .9em;
}
.tooltip img{
	border: 1px solid #AAAAAA;
	display: block;
}

.vimg120 {
  width: 120px;
  height: 90px;
  border: 1px solid #fff;

}

.title_yellow
{
font-size: 20pt;
font-family:Tahoma, Arial, sans-serif;
font-weight:bold;
line-height: 1.2em;
color:#FFC125;
}

.thread_menu {
 position: relative;
 top: 0px;
 left: 80px;
 width: 500px;
 height: 10px;
 text-align: center;
 font-family:verdana,tahoma,helvetica;font-size:10px;
 padding: 3px 2px 8px 2px; 
}

.thread_menu_item {
 border: 1px solid #458B00;
 margin-left: 5px;
 position: relative;
 float: right;
 top: 0px;
 background: #121212;
 width: 100px;
 height: 8px;
 text-align: center;
 font-family:arial, verdana,tahoma,helvetica;font-size:10px;
 padding: 3px 2px 6px 2px; 
}

.thread_menu_item a {
display: block;
color : #ffffff;
background : #121212;
text-decoration : none;
}

.thread_menu_item a:hover {
color: #ffff00;
width: 100%;
background : #458B00;
text-decoration : none;
}

.gallery img
  {
  width: 120px;
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }

.gallery a:hover img
  {
  border: 1px solid #458B00;
  }

.vimg120 {
	width: 120px;
	height: 90px;
        border: 1px solid #fff; 
}

