@import url(blocks.css);
@import url(content.css);

html, body {
	color: #000;
	margin: 0;
	padding: 0px 10px;
	font-size: 10pt;
	font-family:	Verdana;
	text-align: center;
	min-width: 900px;
	background-color: #9b9b9b;
	background-image: url(img/bg_gen.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

table {
	width: 100%;
}


#wrapper {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

#xo-canvas {
	margin:			0px;
	background:		#FFFFFF;
	color:			#666666;
}
body.theme-dialog #xo-canvas {
	margin:			0px 6px;
}

/* ---------- Banner ---------- */
#headTop {
	height:				91px;
	background-image: url(img/bg_header.gif);
	background-repeat:repeat-x;
}
/* Keep the ad img centered by using auto-margins and centeredcontainer/leftalignedchild on MSIE */
#xo-banner-ad {
	position:		absolute;
	top:			10px;
	right:			126px;
	height:				91px;
}

#xo-site-title { }

#xo-site-title h1 {
	padding-top:10px;
	margin: 0px 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}

#xo-site-title.commercial {
text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	font-size: 220%;
	padding-top:10px;
	margin: 0px 10px;
	font-family:	 Lucida Grande,Trebuchet MS, Verdana, sans-serif, ;
 }

#xo-site-slogan {
	color: #868686;
	padding-left: 50px;
}

/* ---------- Footer ---------- */
#xo-footer {
	text-align:center;
	font-size:80%;
	color: #666666;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	height: 81px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin: 0em;
	padding-top: 3px;
}
body.theme-dialog #xo-footer {
	font-size:			90%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}

#xo-footer a {
	color: #666666;
	text-decoration: none;
}

#xo-footer a:hover {
	text-decoration: none;
	color: #000000;
}
/* ---------- Content (main) zone ---------- */
#xo-canvas-content {
	padding:		12px;
	background-color: #FFFFFF;
}
#xo-page {
	padding-top:	5px;
	background-image: url(img/bg_CC.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 69px;
}
#xo-canvas-rightcolumn {
	padding:	.5em;
}
#xo-content {
	clear:			both;
	padding:		.5em;
	margin:			0px;
	color:			#333;
}

#xo-logger-output {
	font-size:			80%;
}

/* -------------------- Blocks -------------------- */


a {color: #32529C; text-decoration: underline; font-weight: bold; }
a:hover {
	color: #517AC6;
	text-decoration: none;
}
img {	border:	0px;}


ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: left;}
li { margin-left: 2px; list-style: square inside; color: #0053A6}

.item {
	margin-bottom: 20px;
}
.itemHead {
	padding: 3px;
	color: #000000;
}

.itemInfo {
	text-align: right;
	padding: 3px;
	color: #000000;
}
.itemTitle a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.itemTitle a:hover {
	text-decoration: none;
	color: #303C8B;
}
.itemPoster, .itemPostDate, .itemStats {font-size: 90%; color: #000000;}
.itemBody {	padding: 5px;}
.itemText {
	margin-top: 1px;
	margin-bottom: 1px;
}
.itemText a , .itemInfo a, .itemFoot a{
	color: #999999;
	font-weight: normal;
}
.itemText a:hover .itemInfo a:hover, .itemFoot a:hover {
	color: #666666;
	text-decoration: none;
}
.itemText:first-letter {}
.itemFoot {
	text-align: right;
	padding: 3px;
	margin-right: 20px;
	margin-left: 20px;
}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}


#mainmenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #EAEAEA;
	text-decoration: none;
		}
#mainmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/bg_mainmenu.gif);
	background-repeat: repeat-y;
}
#mainmenu a.menuTop, #mainmenu a.menuMain {
	padding-left: 8px;
	color: #CCCCCC;
}
#mainmenu a.menuSub {
	padding-left: 25px;
	color: #F2F2F2;
}

#usermenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #EAEAEA;
	text-decoration: none;
}
#usermenu a:hover {color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/bg_mainmenu.gif);
	background-repeat: repeat-y;}
#usermenu a.menuTop {}
#usermenu a.highlight {
	background-color: #333333;
	color: #CCCCCC;
}


.outer {}
.head {background-color: #F2F2F2; padding: 2px; font-weight: normal; color: #000000;}
.head a {color: #333333;	text-decoration: underline;}
.head a:hover {text-decoration: none;}
.even, tr.even td  {background-color: #F5F5F5; padding: 2px;}
.odd, tr.odd td {background-color: #F2F2F2; padding: 2px;}
.foot {
	padding: 2px;
	font-weight: normal;
	text-align: center;
}

#xo-canvas-content th {
	color: #333333;
	background-color: #DBDBDB;
}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}
div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: Verdana; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: Verdana; padding: 0px 6px 6px 6px;}


.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #0053A6; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #0053A6; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}


/*- Menu Tabs F--------------------------- */
#container-menu {
	width:875px;
	background-image: url(img/bg_mm.gif);
	background-repeat: no-repeat;
      }
        #tabsF ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(img/tableftF.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsF a span {
	float:left;
	display:block;
	color:#666;
	background-image: url(img/tabrightF.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#333333;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
-->
    /* Big Image \*/
	
	 #big-image {
	background-image: url(img/img_big.jpg);
	background-repeat: no-repeat;
	height: 261px;
	width: 876px;
	clear: both;
}
       
   
