/* Design By XOOPSLand.com */

/* reset */
* {margin: 0; padding: 0;}

/* layout */
html, body {
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#xo-canvas {}
#xo-canvas-content {
  width: 95%;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
#xo-page {padding-top: 5px;}

/* hypertext links */
a {  
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
}
a:hover {color: #C26C10;}

/* titles */
h1 {
  font-size: 1.4em;
  font-weight: bold;
}
h2 {font-size: 1.2em;}
h3 {
  font-size: 1em;
  padding-bottom: 3px;
}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}

/* images */
img {
  border: 0;
  position: relative;
}
/* hr */
hr {
  height: 1px;
  background-color: #e9e9e9;
  border-top: 1px solid #e9e9e9;
}

/* lists */
#xo-canvas-content ul {
  margin: 2px;
  padding: 2px;
  list-style: decimal inside;
  text-align: left;
}
#xo-canvas-content li {
  margin-left: 2px;
  background-color: inherit;
  color: #639ACE;
  line-height: 1.4em;
  list-style:	square inside;
}

/* forms */
input {font-size: 1em;}
select {font-size: .9em;}

/* header */
#xo-header {  
  background: url(../img/header.jpg) repeat-x center;
  height: 40px;
}
#xo-logo {
  text-align: left;
}
/* Navigation menu */
#xo-globalnav {  
  position: absolute;
  top: 0px;
  right: 10px;  
  height: 40px;
  font-family: Arial;
}
#xo-globalnav ul li {
  display : inline;
  list-style-type : none;
  padding : 0;  
}
#xo-globalnav a {
  color: #1083C2;
  padding: 13px 3px 11px 3px;
  line-height: 41px;
  height: 40px;
}
#xo-globalnav a:hover {
  background: url(../img/globalnav-a.jpg) repeat-x;
  color: #0C699C;
}

/* Sub Menu */
#xo-submenu {
  margin: 1px 0;
  height: 22px;
  background: url(../img/submenu.jpg) repeat-x left;
  color: #fff;
  font-size: 11px; 
}
#xo-date {
  float: right;
  padding: 3px 8px;   
}

#xo-minimenu {
  float: left;
  padding: 4px 0 0 8px;
}
  #xo-minimenu a.feed, #xo-minimenu a.search {
    padding: 0 4px 0 16px;
    color: #fff;
    font-weight: normal;
  }
  #xo-minimenu a.search {
    background: url(../icons/search.jpg) no-repeat left;
  }
  #xo-minimenu a.feed {
    background: url(../icons/feed.jpg) no-repeat left;
  }
  #xo-minimenu a:hover.feed, #xo-minimenu a:hover.search {
    text-decoration: underline;
  }

/* Breadcrumbs */
#xo-breadcrumbs {
  margin: 4px 0 4px 0;
  padding: 0px 0 0 8px;
  background-color: #f6f6f6;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 9px;
  color: #444;
}

/* left columns */
#xo-canvas-leftcolumn {
  width: 170px;   
}
#xo-canvas-leftcolumn th {
  background-color: #639ACE;
  color: #fff;
  vertical-align: middle;
}
#xo-canvas-leftcolumn .xo-blocktitle h3 {
  margin: 0;
  padding: 3px;
  background: url(../img/blocktitle_lr.jpg) no-repeat top;
  color: #139EE8;
  font-weight: bold;
  text-align:center;
}
#xo-canvas-leftcolumn .xo-blockcontent { 
  padding: 4px;
  line-height: 1.2em;
  background: url(../img/blockcontent_lr.jpg) repeat-y;
  font-size: 11px;
}
#xo-canvas-leftcolumn .xo-blockbottom {
  margin: 0 0 10px;
  padding: 5px;  
  background: url(../img/blockbottom_lr.jpg) no-repeat bottom; 
}

/* right columns */
#xo-canvas-rightcolumn {
  width: 170px;
}
#xo-canvas-rightcolumn th {
  background-color: #639ACE;
  color: #fff; vertical-align: middle;
}
#xo-canvas-rightcolumn .xo-blocktitle h3 {
  margin: 0;
  padding: 3px;
  background: url(../img/blocktitle_lr.jpg) no-repeat top;
  color: #139EE8;
  font-weight: bold;
  text-align:center;
}
#xo-canvas-rightcolumn .xo-blockcontent {
  padding: 4px;
  line-height: 1.2em;
  background: url(../img/blockcontent_lr.jpg) repeat-y;
  font-size: 11px;
}
#xo-canvas-rightcolumn .xo-blockbottom {
  margin: 0 0 10px;
  padding: 5px;  
  background: url(../img/blockbottom_lr.jpg) no-repeat bottom; 
}

/* center blocks */
#xo-page .xo-block {
  margin: 5px 12px 5px 12px;
}

#xo-topblocks th {
  background-color: #639ACE;
  color: #fff;
  vertical-align: middle;
}

#xo-topcenterblocks, #xo-bottomcenterblocks {}
#xo-topcenterblocks .left, #xo-bottomcenterblocks .left, #xo-topleftblocks .left, #xo-bottomleftblocks .left, #xo-toprightblocks .left, #xo-bottomrightblocks .left {
  background: url(../img/blockcenter_left.jpg) no-repeat left;
  width: 12px;
  height: 25px;
  float: left;
  position: relative;
  left: 0 !important;
  left: 10px; /* ie */
}
#xo-topcenterblocks .right, #xo-bottomcenterblocks .right, #xo-topleftblocks .right, #xo-bottomleftblocks .right, #xo-toprightblocks .right, #xo-bottomrightblocks .right {
  background: url(../img/blockcenter_right.jpg) no-repeat right;
  width: 12px;
  height: 25px;
  float: right;
  position: relative;
  right: 3px;
}
#xo-topcenterblocks .xo-blocktitle h3, #xo-bottomcenterblocks .xo-blocktitle h3 {
  margin: 5px;
  padding: 4px 0 0 10px;
  background: url(../img/blockcenter.jpg) repeat-x;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
}
#xo-topcenterblocks .xo-blockcontent, #xo-bottomcenterblocks .xo-blockcontent {
  padding: 0 8px 8px 8px;
  margin-bottom: 2px;
  line-height: 1.6em;
  text-align:justify;
  font-size: 12px;
}
#xo-topleftblocks, #xo-bottomleftblocks, #xo-toprightblocks, #xo-bottomrightblocks {width: 49.5%;}
#xo-topleftblocks .xo-blocktitle h3, #xo-bottomleftblocks .xo-blocktitle h3,
#xo-toprightblocks .xo-blocktitle h3, #xo-bottomrightblocks .xo-blocktitle h3 {
  margin: 5px;
  padding: 4px 0 0 10px;
  background: url(../img/blockcenter.jpg) repeat-x;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
}
#xo-topleftblocks .xo-blockcontent, #xo-toprightblocks .xo-blockcontent,
#xo-bottomleftblocks .xo-blockcontent, #xo-bottomrightblocks .xo-blockcontent {
  padding: 0 8px 8px 8px;
  margin-bottom: 2px;
  line-height: 1.6em;
  text-align:justify;
  font-size: 12px;
}

/* content module page */
#xo-content {
  text-align: justify;
  padding: 8px;
  margin: 5px 12px 5px 12px;
}

/* footer */
#xo-footer {
  height: 120px;  
  text-align:center;
  background: url(../img/footer.jpg) repeat-x;
  font-size: 11px;
  color: #fff;
}
#xo-footer a {
  color: #fff;
}
  #xo-headerbanner {
    padding: 10px 0;
  }
  #xo-copyright {
    padding: 0px 0;
  }
    #xo-copyright .xl {
      padding-top: 6px;
    }

#xo-logger-output{ font-size: .8em;}

/* block main menu */
#mainmenu {	font-size: 11px;}
#mainmenu a {
  display: block;
  margin: 0;
  padding: 2px 4px 4px 20px;
  background: url(../icons/arrow.gif) no-repeat left;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
#mainmenu a:hover {background-color: #fff;}
#mainmenu a.menuTop {}
#mainmenu a.menuMain {}
#mainmenu a.menuSub {
  padding-left: 18px;
  font-style: italic;
  background: #fff;
}
#mainmenu a.menuSub:hover {background-color: #e6e6e6;}

/* block user menu */
#usermenu {	font-size: 11px;}
#usermenu a {
  display: block;
  margin: 0;
  padding: 2px 4px 4px 20px;
  background: url(../icons/arrow.gif) no-repeat left;
  font-weight: normal;
}
#usermenu a:hover {background-color: #fff;}
#usermenu a.menuTop {}
#usermenu a.highlight {background-color: #fcc;}

/* tables and cells */
table {width: 100%;}
table td {
  padding: 0;
  border-width: 0;
  vertical-align: top;
}
th {
  background: url(../img/blockcenter.jpg) repeat-x left;
  color: #fff;
  padding : 2px;
  vertical-align : middle;
}
th a {
  color: #fff;
}
th a:hover {
  text-decoration: underline;
}
.outer {}
.head {
  background: #F3F3F3 url(../img/globalnav-a.jpg) repeat-x;
  padding: 5px;
  font-weight: bold;
}
.even {
  background-color: #f6f6f6;
  padding: 5px;
}
.odd {
  background-color: #f9f9f9;
  padding: 5px;
}
.foot {
  background: #F3F3F3 url(../img/header.jpg) repeat-x;
  padding: 5px;
  font-weight: bold;
}
tr.even td {
  background-color: #f6f6f6;
  padding: 5px;
}
tr.odd td {
  background-color: #f9f9f9;
  padding: 5px;
}

/* core messages */
.errorMsg {
  background-color: #FFCCCC;
  text-align: center;
  border-top: 1px solid #DDDDFF;
  border-left: 1px solid #DDDDFF;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  padding: 10px;
}
.confirmMsg {
  background-color: #DDFFDF;
  color: #136C99;
  text-align: center;
  border-top: 1px solid #DDDDFF;
  border-left: 1px solid #DDDDFF;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  padding: 10px;
}
.resultMsg {
  background-color: #c1c1c1;
  color: #333;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 10px;
}

/* codes and quotes */
.xoopsCode {
  background-color: #fff;
  border: 1px inset #000080;
  font-family: "Courier New",Courier,monospace;
  padding: 0 6px 6px 6px;
  max-height: 200px;
  overflow: auto;
}
.xoopsQuote {
  background-color: #fff;
  border: 1px inset #000080;
  font-family: "Courier New",Courier,monospace;
  font-style:italic;
  padding: 0 6px 6px 6px;
}  

/* articles */
.item {}
.itemHead {
  padding: 3px;
  background-color: #fff;
  color: #000;
  font-size: 1.1em;
}
.itemInfo {
  text-align: right;
  padding: 3px;
  background-color: #f9f9f9;
}
.itemTitle a {
  font-size: 1.1em;
  font-weight: bold;
  font-variant: small-caps;
  color: #000;
  background-color: transparent;
}
.itemPoster {
  font-size: .9em;
  font-style:italic;
}
.itemPostDate {
  font-size: .9em;
  font-style:italic;
}
.itemStats {
  font-size: .9em;
  font-style:italic;
}
.itemBody {padding-left: 5px;}
.itemText {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.itemText:first-letter {
  font-size: 1.3em;
  font-weight: bold;
}
.itemFoot {
  text-align: right;
  padding: 3px;
  background-color: #f7f7f7;
}
.itemAdminLink {font-size: .9em;}
.itemPermaLink {font-size: .9em;}

/* forums */
.comTitle {
  font-weight: bold;
  margin-bottom: 2px;
}
.comText {padding: 2px;}
.comUserStat {
  font-size: 10px;
  color: #0E9DEA;
  font-weight:bold;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 2px; padding: 2px;
}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {
  margin-left: 2px;
  margin-top: 10px;
  color: #639ACC;
  font-weight:bold;
  font-size: .8em;
}
.comUserRank {margin: 2px;}
.comUserRankText {
  font-size: .8em;
  font-weight:bold;
}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {
  font-weight: normal;
  font-style: italic;
  font-size: .8em
}  
.comDateCaption {
  font-weight: bold;
  font-style: normal;
  font-size: .8em
}
.signature {
  font-size:.8em;
  font-style:italic;
}