/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#000000;
  background:transparent;
  text-decoration:none;
}
a:link {
text-decoration: none;
color : #104867;
}
a:visited {
text-decoration: none; 
color : #104867;
}
a:hover {
text-decoration: none; 
color : #3fb2e7;
}
a:active {
text-decoration: none;
color : #104867;
}
a:focus { 
outline: none;
}
body {
background: #d3e2e9;
background-image:url(images/site-bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-attachment:fixed;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
padding: 0px; 
margin: 0px; 
color:#35383d;
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
}
fieldset p {
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:.9em;
}
form {
  padding: 0px;
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}

form div.notes li {
  margin-left:10px;
}
form fieldset div.notes {
  float:right;
  width:170px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
h1 {
  font-size:125%;
  font-family: "Trebuchet MS";
}
h2 {
  font-size:100%;
  font-family: "Trebuchet MS";
}
h3 {
  font-size:100%;
  margin:0px;
  font-family: "Trebuchet MS";
}
h4 {
  font-size:100%;
  margin:0px;
  font-family: "Trebuchet MS";
}
hr {
border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px solid #abb0b5; border-bottom:0px solid #abb0b5; height:1px;
}
html { 
padding: 0;
margin: 0;
}
img {
padding: 0px; margin: 0px; border: none; text-align: center;
}
input {
font-family: 'Verdana'; color: #282b31; font-size: 11px;
}
input,
submit,
td {
  color:#000000;
}
textarea {
  font-family: 'Verdana'; color: #282b31; font-size: 11px;
}
th {
  color:#000000;
  background-color:#DAE0ED;
  font-weight:bold;
  font-size:larger;
  padding-left:3px;
  text-align:left;
}
p {
  margin-top:5px;
}
select {
  font-family: 'Verdana'; color: #282b31; font-size: 11px;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-list-icon {
  float:left;
  padding:5px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search{
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  font-size:larger;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
/* Blocks *********************************************************************/
.block-box-left {
  margin:10px;
}
.block-box-left,
.block-box-right,
.block-box {
  margin:5px 10px 15px 10px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  padding-left:20px;
  margin-top:0px;
  margin-bottom:0px;
}
.block-bg-left,
.block-bg-right{
  border-top:1px solid #FFFFFF;
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:180px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}
.block-divider-left {
  border-top:1px solid #E7E7E7;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-divider-right {
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-featured-left {
  background:#F7F7F7;
  border-right:1px solid #FFFFFF;
  color:#000000;
}
.block-featured-right {
  background:#E7E7E7;
  border-left:1px solid #FFFFFF;
  color:#000000;
}
.block-helpicon {
  padding-top:0px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  border-left:1px solid #E7E7E7;
}
.block-outerborder-right {
  border-right:1px solid #CCCCCC;
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}

/* Block Lists ****************************************************************/
.list-feed,
.list-new-plugins,
.list-new-comments,
.list-new-trackbacks,
.list-older-stories { 
  margin:0px;padding:0px;
}

/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  text-align:center;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up{
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background:#1A3955;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  font-size:0.85em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  vertical-align:middle;
  text-align:left;
}
.footerblock a:link {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#008000;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #CCCCCC;
  padding-top:1px;
  color:#000000;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
/* Header *********************************************************************/
.header-logobg-left {
  padding-top:4px;
  text-align:left;
  vertical-align:middle;
  margin-top:11px;
  padding-left:15px;
  width:50%;
  height:78px;
}
.header-logobg-right {
  padding-top:4px;
  text-align:right;
  padding-right:15px;
  vertical-align:middle;
  width:50%;
  height:78px;
}
.header-logobg-container-inner {
  background:url(images/header-bg.png) #1A3955;
  border-bottom:1px solid #CCCCCC;
}
.header-logobg-container-outer {
  background:#FFFFFF;
  padding-bottom:1px;
}
.header-navigation-container {
  border-bottom:1px solid #FFFFFF;
}
.header-navigation-line {
  background:#E7E7E7;
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  padding-bottom:3px;
  padding-top:4px;
  text-align:right;
}
.header-navigation-line a:link {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#0000FF;
  font-size:.9em;
}
.header-navigation-line a:visited {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#800080;
  font-size:0.9em;
}
.header-navigation-line a:hover {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#008000;
  font-size:0.9em;
}
.header-navigation-line a:active {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#FF0000;
  font-size:0.9em;
}
.header-welcomeanddate-box {
  border-bottom:1px solid #CCCCCC;
  height:52px;
}
.header-welcomeanddate-text {
  position:relative;
  top:12px;
  left:4px;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements{
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input{
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1{
  /* the title of a story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  padding-left:1px;
}
.story-body {
  /* this is the actual content of the story */
  padding:3px;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
}
.story-container {
  /* frame around all stories & centerblocks*/
  padding-right:9px;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:center;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
  color:#000000;
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#FFFFFF;
  font-weight:bold;
  background-color:#7398BA;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none
}
a.tooltip span {
  display: none
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

/* Poll Plugin ****************************************************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

/*  
Theme Name: Mind Break
Theme URI: http://www.theme-time.com/30/
Description: <a href="http://www.theme-time.com/30/">Mind Break</a> by <a href="http://www.theme-time.com">Theme Time</a>
Author: Lee Cooper
Author URI: http://www.theme-time.com
Port to Geeklog by Eric 'Geiss' Warren
Port URL:http://lab.familycorner.us
*/

.BGC {
  width: 1000px; margin: 0 auto; padding: 0px; position: relative;
}

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**/ * html .Header { height: 98px;} /* */ 

.Header { 
background: url(images/HeaderBkg.jpg) repeat-x left top; 
width: 1000px;
margin: 0 auto;
position: relative;
clear: left; 
padding: 0px;
min-height:90px;
}

.Header h1 { 
font-size: 26px; 
padding: 20px 5px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 20px; 
font-weight:normal;
}

.Header h1 a { 
color:#fff; 
text-decoration: none;
}

.Header h1 a:visited { 
color:#fff; 
text-decoration: none;
}

.Header h1 a:hover { 
color:#fff; 
text-decoration: none;
}

.Header .Desc { 
color:#f6e3bb; 
font-size: 12px; 
line-height: 14px;
font-weight: normal;
letter-spacing: 0px; 
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 0px; 
margin: 2px 0px 0px 30px;
}
.Header .LS { 
position: absolute; 
top: 30px; 
left: 30px; 
width: 40px;
height: 40px;
}
/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Menu { 
background: #e4e9f4; 
background-image:url(images/top-nav-bg.gif); 
background-repeat:repeat-x; 
background-position:center;
width: 1000px;
position: relative;
float: left;
border-bottom:1px solid #c5cee3;
border-top:1px solid #c5cee3;
padding-left:0px;
}
.Menu a { 
padding:11px;
text-decoration:none;
display: block;
color:#333;
font-size:11px;
float: left;
font-weight:bold;
background-image:url(images/t-nav-li.gif);
background-position:right;
background-repeat:no-repeat;
}

.Menu a:hover {  
background-color:#3399ff; 
color:#fff;
font-weight:bold;
text-decoration: none;
background-image:url(images/top-nav-hover.gif);
background-position:right;
background-repeat:no-repeat;
}

/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.container { 
background: #fff url(images/BGC.gif) repeat-y center; 
width: 1000px; 
float: left; 
position: relative; 
padding: 0px
}
#sidebar-left {
width:226px;
padding:0px;
overflow:hidden;
color: #333;
float:right;
margin:0px;
background-image:url(images/nav-ol-blue.gif);
background-position:left;
background-repeat:repeat-y;
}
#sidebar-left .dynamic_widget {
float: left;
width:226px;
}
#sidebar-left h2 {
float: left;
width:226px;
font-size:14px;
margin: 0px;
padding: 7px;
overflow:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/left-nav-sep2.gif);
background-position:bottom left;
background-repeat:no-repeat;
text-align: left;
color:#104867;
font-weight:bold;
}
#sidebar-left .arrow {
float: left;
list-style-type: none;
text-align: left;
margin: 0px;
width:226px;
padding: 0px;
}
#sidebar-left .arrow li {
float: left;
text-align: left;
margin: 0px;
width:226px;
padding: 0px;
}
#sidebar-left .arrow li a:link, #sidebar-left .arrow li a:visited {
display: block;
padding:7px;
text-decoration: none;
overflow:hidden;
text-align: left;
color: #333;
border-bottom:1px solid #ecf3f8;
background-image:url(images/left-nav-sep.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
#sidebar-left .arrow li a:hover, #sidebar-left .arrow li a:active {
display: block;
padding:7px;
text-decoration: underline;
overflow:hidden;
text-align: left;
color: #104867;
background-color:#e6eef4;
background-image:url(images/left-nav-sep.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
#sidebar-left .arrow ul li {
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 400;
color: #333;
margin: 0px;
padding: 0px;
}
#sidebar-left .arrow ul {
list-style-type: none;
text-align: left;
margin: 0px;
padding: 0px;
}
#sidebar-left .arrow ul li a:link, #sidebar-left .arrow ul li a:visited {
display: block;
padding:7px;
text-decoration: none;
overflow:hidden;
text-align: left;
color: #333;
border-bottom:1px solid #ecf3f8;
background-image:url(images/left-nav-sep.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
#sidebar-left .arrow ul li a:hover, #sidebar-left .arrow ul li a:active {
display: block;
padding:7px;
text-decoration: underline;
overflow:hidden;
text-align: left;
color: #104867;
background-color:#9ebaca;
background-image:url(images/left-nav-sep.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
#sidebar-right {
width:204px;
margin:0px;
padding:10px;
overflow:hidden;
float:right;
color: #fff;
}
#sidebar-right .dynamic_widget {
float: left;
width:200px;
}
#sidebar-right .dynamic_widget a:link,
#sidebar-right .dynamic_widget  a:visited,
#sidebar-right .dynamic_widget  a:active{
color:#fff;
}
#sidebar-right .dynamic_widget  a:hover{
color:#3fb2e7;
text-decoration:underline;
}
#sidebar-right h2 {
float: left;
width:196px;
font-size:14px;
margin: 0px;
padding:6px 4px 6px 0px;
overflow:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/nav-ol.gif);
background-repeat:repeat-x;
background-position:left bottom;
text-align: left;
color:#dbd17e;
font-weight:bold;
}
#sidebar-right .arrow {
float: left;
list-style-type: none;
text-align: left;
margin: 0px;
width:200px;
padding: 0px;
}
#sidebar-right .arrow li {
float: left;
text-align: left;
margin: 0px;
width:200px;
padding: 0px;
}
#sidebar-right .arrow li a:link, #sidebar-right .arrow li a:visited {
display: block;
padding:5px 6px 5px 17px;
text-decoration: none;
overflow:hidden;
text-align: left;
color: #fff;
background-image:url(images/nav-li.gif);
background-repeat:no-repeat;
background-position:left center;
}
#sidebar-right .arrow li a:hover, #sidebar-right .arrow li a:active {
display: block;
padding:5px 6px 5px 17px;
text-decoration: underline;
overflow:hidden;
text-align: left;
color: #fff;
}
#sidebar-right .arrow ul li {
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 400;
color: #999999;
margin: 0px;
padding: 0px;
}
#sidebar-right .arrow ul {
list-style-type: none;
text-align: left;
margin: 0px;
padding: 0px;
}
#sidebar-right .arrow ul li a:link, #sidebar-right .arrow ul li a:visited {
display: block;
padding:5px 6px 5px 17px;
text-decoration: none;
overflow:hidden;
text-align: left;
color: #fff;
}
#sidebar-right .arrow ul li a:hover, #sidebar-right .arrow ul li a:active {
display: block;
padding:5px 6px 5px 17px;
text-decoration: underline;
overflow:hidden;
text-align: left;
color: #fff;
}
.pad {
text-align: center;
}
#Search { 
background: url(images/Search.gif) no-repeat left top; 
position: absolute; top: -62px;
width: 224px;
height:62px;
left: 776px;
}
#Search form {
padding: 32px 0px 10px 11px; 
margin: 0px;
}
#Search input { 
border: none; 
color: #330033; 
font-size: 11px;
}
#Search input.search { 
width: 24px; 
height: 23px; 
background: url(images/SearchButton.gif) no-repeat;
}
#Search input.keyword { 
background: none; 
border: none; 
padding: 4px 0px 5px 8px; 
width: 165px; 
border: none; 
} 
/**/ * html #buttonsearch { 
margin: -22px 0px 0px 183px;
} /* */ 
#buttonsearch { 
padding: 0px; 
margin: -22px 0px 0px 183px;
top: 0px;
background: none; 
}
/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Footer {
width: 970px; position:relative; clear:left; padding:10px 15px;
background: #d3e2e9;
}
.FL {
position:absolute; top:-8px; left:0px; height:8px; width:8px; background: url(images/FL.gif) no-repeat left top;
}
.FR {
position:absolute; top:-8px; right:0px; height:8px; width:8px; background: url(images/FR.gif) no-repeat left top;
}
.Footer p {
font-size: 10px; color:#92b8cd; padding: 0px; margin: 0px;
}
.Footer a {
color:#92b8cd; text-decoration: underline;
}
.footer-bg{
margin:10px 0 0 0;
background-image:url(images/footer.gif);
background-repeat:repeat-x;
background-position:top;
width:100%;
height:200px;
position:relative;
}
#content {
width:530px;
margin:0 auto;
position:relative;
float:left;
}
html #content {
}
#content h4 {
font-size: 1.1em; 
margin:0;
}
#content h5 {
font-size: 1em;
margin:0;
}
#content-main ul 
{
margin-left:20px;
padding:3px;
list-style-image:url(images/bullet.gif);
}
#content-main ul.asides 
{
margin:0;
border-bottom:#ddd 1px solid;
}
#content ol 
{
list-style-type:decimal;
margin-left:20px;
}
#content-main {
float: left;
width: 530px;
color:#333;
padding:10px;
}
#content images{
padding:2px;
margin-right:5px;
border:0px;
background-image:none;
}
html #section-index #content-main {
margin-right: 0px;
}
#content .post{
background-image:url(images/underline.gif);
background-repeat:no-repeat;
background-position:top -1px;
padding:10px;
line-height:20px;
}
#content .post IMG{
margin:5px;
}
#content h2.pagetitle {
color:#000;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content h2,
#content h2 a,
#content h2 a:link,
#content h2 a:visited{
color:#144b6a;
font-size:20px;
font-weight:normal;
text-decoration:none;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content h2 a:hover{
color:#3fb2e7;
font-size:20px;
font-weight:normal;
text-decoration:none;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content .entry 
{
}
#content .entry a:link, #content .entry a:visited{
color:#488f0a;
text-decoration:none;
}
#content .entry a:hover, #content .entry a:active
{
color:#3fb2e7;
text-decoration:underline;
}
#content .entry li 
{
margin:5px;
padding:0;
line-height:1.6em;
}
#content .postmetadata
{
clear:both;
font-size:0.9em;
text-align:center;
color:#333;
border:1px solid #357ba2;
margin:5px 0px 5px 0px;
padding:4px;
background-color:#d7e3f0;
}
.postmetadata a:link,
.postmetadata a:active,
.postmetadata a:visited
{
color:#144b6a;
text-decoration:none;
}
.postmetadata a:hover
{
color:#3fb2e7;
text-decoration:underline;
}
#content .post-info{
clear:both;
font-size:0.9em;
color:#333;
margin:0;
padding:0 0 0px 0;
border-bottom: 1px dashed #3fb2e7;
}
#content .post-info a:link,
#content .post-info a:visited,
#content .post-info a:active{
color:#488f0a;
}
#content .post-info a:hover{
color:#3fb2e7;
text-decoration:underline;
}
#comments, #respond{
text-align:left;
color:#144b6a;
margin:0px;
padding:0px;
list-style-type:none;
}
#commentform 
{
margin: 5px;
padding:10px;
background:#e3ecf6;
border: #b8cce0 1px solid;
}
.commentnum 
{
font-weight:bold;	
margin:0 5px 0 0;
color:#144b6a;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
list-style-type:none;
}
#content .commentlist {
margin: 1em 0;
padding: 0;
margin: 5px;
}
#content .commentlist li {
list-style:none;
margin: 0;
padding: 5px;
color:#333;
background-color:#dee6f9;
}
#content .commentlist li.alt 
{
background-color:#b7d1df;
color:#333;
margin-top:5px;
margin-bottom:5px;
}
#content .commentlist li.authorcomment 
{
background:#fff;
border:1px solid #94b1c1;
color:#333;
margin-top:5px;
margin-bottom:5px; 
}
#content .commentlist li .cmtinfo 
{
font-size:1em;
color:#333333;
}
#content .commentlist li cite 
{
font-style:normal;
font-weight:bold;
}
#content .commentlist li .cmtinfo em 
{
float:right;
margin:0;
padding:0;
font-style:normal;
font-size:0.9em;	
color:#666;
}
#content .commentsfeed 
{
background:url(images/icon_feed.gif) no-repeat left center;
padding:5px 5px 5px 20px;
}
#content .trackback 
{
background:url(images/icon_link.gif) no-repeat left center;
padding:5px 5px 5px 20px;
height:30px;
}
input.textbox, textarea
{
background-color:#ffffff;
border:1px solid #282828;
color:#333333;
font:1em Verdana, Arial, Serif;
padding:5px;
width:150px;
}
textarea{
width: 90%;
padding:10px;
line-height:2em;
height: 20em;
}
input.textbox:focus, textarea:focus
{
background-color:#fff;
border:1px solid #333;
color:#333;
}
#submit 
{
background-image:url(images/cat.jpg);
background-repeat:repeat-x;
background-position:center;
padding:5px;
color:#333;
font-weight:bold;
border: 1px solid #282828;
}
#submit:hover{
background-image:url(images/cat-hov.jpg);
background-repeat:repeat-x;
background-position:center;
text-decoration:underline;
color: #333;
}
.post h4 
{
font-size:1em;
font-weight:normal;
font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
font-style:normal;
float:right;
font-weight:normal;
}
#footer-area-left{
width:600px;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left:5px;
font-size:12px;
color:#333;
text-decoration:none;
}
#footer-area-left a{
font-size:12px;
font-weight:bold;
border:0px;
color:#104867;
text-decoration:none;
}
#footer-area-left a:hover{
font-size:12px;
font-weight:bold;
border:0px;
color:#104867;
text-decoration:none;
}
#footer-area-left a:visited{
font-size:12px;
font-weight:bold;
border:0px;
color:#104867;
text-decoration:none;
}
#footer-area-left a:hover{
font-size:12px;
font-weight:bold;
border:0px;
color:#3fb2e7;
text-decoration:none;
}
#footer-area-right{
width:400px;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-right:35px;
font-size:12px;
color:#333;
text-decoration:none;
}
#footer-area-right a{
font-size:12px;
font-weight:bold;
border:0px;
color:#104867;
text-decoration:none;
}
#footer-area-right a:hover{
font-size:12px;
font-weight:bold;
border:0px;
color:#104867;
text-decoration:none;
}
#footer-area-right a:visited{
font-size:12px;
font-weight:bold;
border:0px;
color:#104867;
text-decoration:none;
}
#footer-area-right a:hover{
font-size:12px;
font-weight:bold;
border:0px;
color:#3fb2e7;
text-decoration:none;
}
#Theme-Sponsors{
width:1000px;
position:relative;
visibility:visible;
z-index:55;
font-size:12px;
margin: 0px  auto;
color:#104867;
text-align:left;
height:50px;
}
#Theme-Sponsors a:visited{
font-size:12px;
color:#104867;
border:0px;
}
#Theme-Sponsors a:active{
font-size:12px;
color:#104867;
border:0px;
}
#Theme-Sponsors a{
font-size:12px;
color:#104867;
border:0px;
}
#Theme-Sponsors a:hover{
font-size:12px;
color:#3fb2e7;
border:0px;
}
#back-to-top{
top:5px;
right:28px;
position:absolute;
visibility:visible;
}
blockquote{
margin-left:10px;
padding-top:5px;
padding-left:30px;
background-image:url(images/blockquote.gif);
background-position:top left;
background-repeat:no-repeat;
}
.float-none{
float:none;
margin:0px 5px 0px 5px;
display:inline;
line-height:20px;
text-align:left;
vertical-align:middle;
}
.text-align-middle{
line-height:20px; 
display:inline; 
vertical-align: middle;
padding-right:5px;
}

