
.adj{
  clear: both;
}
body{
   margin: 20px 0 20px 0;
   padding: 0;
   /*background-color: #516368;*/
   text-align: center;
   height: 100%;
}
div{
    color: #333333;
    font-family: arial, verdana;
    font-size: 11px;
    padding: 0;
    margin: 0;
}
.container{
   margin: 0 auto;
   /*
     min-height: 80%;
     height: auto !important;
     height: 80%;
	*/
   width: 970px;
   background: url(../images/page.gif) top center repeat-y;
   text-align: left;
   padding: 0px;
}
.header{
  height: 76px;
  width: 970px;
  background: url(../images/header.gif) bottom left repeat-x;
}
/*.logo{
  float: left;
  height: 76px;
  width: 231px;
  background: url(../images/logo.jpg) bottom left no-repeat;
}*/
.tab{
  height: 76px;
  float: right;
  background: url(../images/tab.jpg) bottom right no-repeat;
  width: 370px;
  text-align: center;
}
.tabitems{
  margin: 54px 0 0 0;
}
.content{
  clear: both;
  padding: 0 25px 0 25px;
  background: url(../images/page.gif) top center repeat-y;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}
.footer{
  clear: both;
  margin: 0 auto;
  width: 970px;
  height: 25px;
  text-align: center;
  background: url(../images/footer.jpg) top center no-repeat; 
  padding-top: 20px;
  color: #94b0b8;
  font-family: arial, verdana, times new roman, times;
  font-size: 11px;
}
/***************************/
a, a:visited{
  text-decoration: none;
  color: #6A8595;
}
a:hover{
  color: #FF9900;
}
hr{
  border: none;
  height: 2px;
  color: #EBEBEB;
  background-color: #EBEBEB;
}
optgroup{
  font-family: verdana;
  font-size: 10px;
  font-style: italic;
  color: #646464;
}
select{
  padding: 3px;
}
.menu{
  /*background-color: #839398;*/
  text-align: right;
  word-spacing: 2px;
}
.leftpane .moduleContent{
  /*background: url(../images/navback.gif) top left no-repeat;*/
  width: 150px;
  padding: 4px;
}
.leftpane{
  /*background-color: #edf6f8;*/
  width: 150px;
  float: left;
  display: inline;
}
.rightpane{
  text-align: left;
  float: left;
  padding: 16px;
  font-size: 12px;
  width: 730px;
  display: inline;
}
.textfield{
  color: #333333;
  background-color: #FFFFFF;
  border: 2px solid #808080;
  border-top-color: #DADADA;
  border-left-color: #DADADA;
  border-bottom-color: #F3F3F3;
  border-right-color: #F3F3F3;
  font-family: tahoma, verdana;
  font-size: 11px;
  padding: 0 3px 0 3px;
}
.button{
  color: #333333;
  background-color: #F3F3F3;
  border: 2px solid #C0C0C0;
  border-top-color: #F3F3F3;
  border-left-color: #F3F3F3;
  border-bottom-color: #DADADA;
  border-right-color: #DADADA;
  margin-top: 3px;
}
.textfield_fixed{
  color: #333333;
  background-color: #FFFFFF;
  border: 2px solid #808080;
  border-top-color: #DADADA;
  border-left-color: #DADADA;
  border-bottom-color: #F3F3F3;
  border-right-color: #F3F3F3;
  font-family: tahoma, verdana;
  font-size: 11px;
  padding: 0 3px 0 3px;
  height: 22px;
}
.button_fixed{
  color: #333333;
  background-color: #F3F3F3;
  border: 2px solid #C0C0C0;
  border-top-color: #F3F3F3;
  border-left-color: #F3F3F3;
  border-bottom-color: #DADADA;
  border-right-color: #DADADA;
  margin-top: 3px;
  height: 22px;
}
:hover input.button{
  color: #333333;
  background-color: #FFFFFF;
  border: 2px solid #C0C0C0;
  border-top-color: #F3F3F3;
  border-left-color: #F3F3F3;
  border-bottom-color: #F0F0F0;
  border-right-color: #F0F0F0;
}
.moduleTitle{
  font-weight: bold;
  color: #005a80;
  margin: 10px 0 10px 0;
  background: url(../images/moduleTitleBG.gif) bottom left repeat-x;
}
form{
  margin: 0;
  padding: 0;
}
.leftMenu{
  line-height: 150%;
}
.leftMenu a, .leftMenu a:visited{
  color: #333333;
}
.leftMenu a:hover{
  color: #FF0000;
}
.leftpane hr{
  border: none;
  height: 2px;
  color: #EBEBEB;
  background-color: #EBEBEB;
}
.clear{
  clear: left;
  font-size: 1px;
}
.edituser_Row2{
  background-color: #FFFFFF;
  padding: 8px;
  color: #333333;
}
.edituser_Row1{
  background-color: #F2F2F2;
  padding: 8px;
  color: #333333;
}
.copyright{
  clear: both;
  text-align: center;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1{
  font-family: arial, verdana;
  font-size: 20px;
  margin: 5px 0 3px 0;
  color: #062e3f;
}
.userLocation{
  color: #808080;
  margin-left: 2px;
  margin-top: -2px;
}
td{
  font-size: 11px;
}
.verfifyTextbox{
  width: 152px;
  text-align: center;
  border: 1px solid #C0C0C0;
  border-width: 0 1px 1px 1px;
}
.verfifyCode{
  border: 1px solid #C0C0C0;
}
/* View Profile Page */
.profile_ListingRow1{
  background-color: #FFFFFF;
  padding: 3px;
}
.profile_ListingRow2{
  background-color: #F2F2F2;
  padding: 3px;
}
.usercp_Row1{
  background-color: #FFFFFF;
  padding: 3px;
  color: #333333;
}
.usercp_Row2{
  background-color: #F2F2F2;
  padding: 3px;
  color: #333333;
}
/* Memberlist */
.memberlist_row1{
  background-color: #FFFFFF;
  padding: 6px;
}
.memberlist_row2{
  background-color: #F2F2F2;
  padding: 6px;
}
.memberlist_table th{
  font-weight: bolder;
  font-family: arial, verdana;
  font-size: 11px;
  color: #005a80;
}
.memberlist_table th a, .memberlist_table th a:visited{
  color: #353535;
}
.memberlist_table th a:hover{
  color: #797979;
}

.leftpane .latestEntryAuthor{
  font-size: 10px;
}
.leftpane .latestEntryTitle{ 
  font-weight: bold;
}
.embed{
  float: left;
  display: inline;
  border-top: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
  border-right: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}
#categoryitems img{
  border: 1px solid #ECECEC;
}
.comment1{
  background-color: #ffffff;
  margin-bottom: 6px;
  padding: 8px;
  text-align: justify;
}
.comment2{
  background-color: #f7f7f7;
  margin-bottom: 6px;
  padding: 8px;
  text-align: justify;
}
.comment1 h2, .comment2 h2{
  text-align: left;
  font-family: arial, verdana;
  font-size: 12px;
  color: #333333;
  margin: 0;
  padding: 0;
}
.commentDate{
   color: #858585;
}
.createdBy{
   font-size: 12px;
   font-family: arial, verdana;
   color: #494949;
}
h2{
   font-size: 14px;
   font-family: tahoma, verdana;
   color: #454545;
   letter-spacing: 3px;
}
.error{
   color: #FF0000;
}
#categoryitems .details{
  font-size: 11px;
  font-family: arial, verdana;
  color: #808080;
}
#categoryitems .excerpt{
  font-size: 11px;
  font-family: arial, verdana;
  color: #808080;
}
#categoryitems .title{
  font-size: 12px;
  font-family: arial, verdana;
  color: #333333;
  font-weight: bolder;
}
.categoryItem1{
  background-color: #FFFFFF;
}
.categoryItem2{
  background-color: #F9F9F9;
}
.rss a, .rss a:visited{
  color: #9D5F00;
  text-decoration: none;
}
.rss a:hover{
  color: #FFA722;
  text-decoration: none;
}
.rss a:active{
  color: #FFFF00;
  text-decoration: none;
}
/* ADMIN  */
.messagerow_1_unread{
  background-color: #ecf8ff;
  font-size: 11px;
  font-family: arial, verdana;
  font-weight: bold;
}
.messagerow_1_read{
  background-color: #f6f6f6;
  font-size: 11px;
  font-family: arial, verdana;
}
.messagerow_2_unread{
  background-color: #ecf8ff;
  font-size: 11px;
  font-family: arial, verdana;
  font-weight: bold;
}
.messagerow_2_read{
  background-color: #ececec;
  font-size: 11px;
  font-family: arial, verdana;
}
/*
.config_row1{
  background-color: #f4f4f4;
}
.config_row2{
  background-color: #ffffff;
}
*/
/***********************************/
.searchResult_row1{
	background-color: #f4f4f4;
}
.searchResult_row1 .title{
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.searchResult_row1 .description{
	font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #6b6b6b;
}
.searchResult_row1 .url{
	font-family: arial, tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #5a7649;
}
/*********************/
.searchResult_row2{
	background-color: #ffffff;
}
.searchResult_row2 .title{
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.searchResult_row2 .description{
	font-family: arial, tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #6b6b6b;
}
.searchResult_row2 .url{
	font-family: arial, tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #5a7649;
}
.search_keyword{
	font-weight: bold;
}
/* adrian added in functions.php */
.welcome_author_name{
    font-weight:bold;
	display: block;
}
.listing_userpic{
	border: 1px solid #dbdbdb;
}