/******************************************************************************/
/* style.css for colors4x */
/******************************************************************************/

html {
	height:100%;
	overflow-y:scroll;
}

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/* Headline */
h1 {
    font-size: 140%;
	margin:0 0 10px;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
}


/* Layout */
body {
	height:100%;
    font-size: 0.8em;
    color: #333;
    text-align: center;
}
#outerwrapper {
	position:relative;
 	width: 100%;   
	height:auto!important;
	height:100%;
	min-height:100%;
    margin: 0px auto;
}

body>#outerwrapper {
	height:auto;
}

#Container {
	position:relative;
  width: 1010px;
	height:auto;
  margin: 0px auto;
  padding-top:10px;
  padding-bottom:40px;
  text-align: left;
}

/* Header */
#Header {
	position:relative;
	float: left;
  width: 1010px;
  height: 150px;
}
#h_img {
	position:absolute;
	left:0px;
	top:0px;
  width: 1010px;
  height: 150px;
}
#Header div#Logo {
	float: left;
	padding-top: 18px;
	padding-left: 20px;
}
#Header div#Sitename {
	float: left;
	margin-left:-135px;
	margin-top:40px;
	padding:10px;
	padding-top:4px;
	padding-bottom:4px;
	font-weight: bold;
	font-size: 240%;
}
#Header div#Slogan {
	float: left;
	margin-left:-80px;
	margin-top:85px;
	font-size: 100%;
}
#Header a:link,
#Header a:visited {	
    color: #FFF;
	text-decoration: none;
}



#Wrapper {
	position:relative;
	margin-top:0px;
  padding:15px;
	padding-bottom:80px;
	overflow:auto; /* ^o^ */
}

* html #Wrapper {
	position:relative;
	margin-top:-10px;
  padding:15px;
	padding-bottom:80px;
	overflow:auto; /* ^o^ */
}

#CenterWrapper {
	height:100%;
}

/* Center Column */

body.ShowBlockL0R0 #CenterColumn {
	position:relative;
    float: left;
    width: 940px;
	margin-left:20px;
}
body.ShowBlockL1R0 #CenterColumn {
	position:relative;
    float: left;
    width: 775px;
	margin-left:15px;
}
body.ShowBlockL0R1 #CenterColumn {
	position:relative;
    float: left;
    width: 695px;
	margin-left:15px;
}

body.ShowBlockL1R1 #CenterColumn {
	position:relative;
    float: left;
    width:515px;
	margin-left:15px;
}

/* Left Right Column */
div#LeftColumn {
	position:relative;
    float: left;
    width: 160px;
	margin-left:20px;
	margin-top:-15px;
}
div#RightColumn {
	position:relative;
    float: left;
    width: 235px;
	margin-left:15px;
	margin-top:-15px;
}

/* Bottom Column by marine add */
div#BottomColumn {
	position:relative;
    float: left;
    width: 935px;
    text-align: left;
	margin-top:8px;
	margin-left:20px;
}
div.BottomBlock {
	position:relative;
    float: left;
	width:212px;
	min-height:100px;
    text-align: left;
	padding: 10px;
}
div#BottomColumn h2.BlockTitle {
    margin: 0 0 5px 0;
	padding: 0 10px;
	line-height: 1.5;
}

div#BottomColumn .BlockContent {
	padding-bottom:10px;
    text-align: left;
	line-height:20px;
}

/* Breadcrumb */
#breadcrumb, #theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
}
#breadcrumbs {
	position:absolute;
	top:5px;
	left:35px;
	font-size:11px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}

/* Center LR Column */
div#CenterLColumn {
    float: left;
    width: 49%;
}
div#CenterRColumn {
    float: right;
    width: 49%;
}

div.CenterCblock {
    clear: both;
	margin-bottom:20px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}


div.LeftBlock, div.RightBlock {
	padding: 10px 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle_a, 
div#LeftColumn h2.BlockTitle_b, 
div#LeftColumn h2.BlockTitle_c, 
div#RightColumn h2.BlockTitle_a,
div#RightColumn h2.BlockTitle_b,
div#RightColumn h2.BlockTitle_c {
  margin: 0;
	padding: 0 10px;
	line-height: 1.5;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent_a,
div#LeftColumn .BlockContent_b,
div#LeftColumn .BlockContent_c,
div#RightColumn .BlockContent_a,
div#RightColumn .BlockContent_b,
div#RightColumn .BlockContent_c {
    text-align:center;
		padding:5px;
}
div#LeftColumn .BlockContent_a p,
div#LeftColumn .BlockContent_b p,
div#LeftColumn .BlockContent_c p,
div#RightColumn .BlockContent_a p,
div#RightColumn .BlockContent_b p,
div#RightColumn .BlockContent_c p {
    text-align:left;
}

div#BacktoTop {
    text-align: right;
    margin-right: 100px;
	padding-top:20px;
    clear: both;
    font-size:80%;
}

/* Footer */
#Footer {
	position:absolute;
	bottom:0px;
	left:0px;
  width: 100%;
  height:80px;
	clear:both;
}

#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align:center;
}

/* footer menu */
#footermenu {
	position:relative;
	height:12px;
    margin: 0 auto;
	text-align:center;
	padding: 5px;
	padding-top:20px;
}

#footermenu a{
	padding:5px;
}
#footermenu a:hover{
	color:green;
	background:#ccc;
}

#user_menu_block {
	position:relative;
	height:12px;
  margin: 0 auto;
	text-align:center;
	padding: 5px;
}
#user_menu_block a{
	padding: 5px;
}
#user_menu_block a:hover{
	color:green;
	background:#ccc;
}

div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
	padding: 20px 0;
}

#XoopsBanner {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-234px;
}

/* for accessibility */
.Skip {	
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */
#mainmenu, #usermenu {
    margin:0;
    padding:0;
    text-align:left;
}
#mainmenu li, #usermenu li {
    display: inline;
}
#mainmenu a {
    display: block;
    border-bottom: #DDD solid 1px;
	margin:0 1px;
}
#mainmenu a:hover {
    background-color: #EEE;
}
#mainmenu a.menuTop {
    padding: 5px 10px;
}
#mainmenu a.menuMain {
    padding: 5px 10px;
}
#mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}

#usermenu a {
    display: block;
    border-bottom: #DDD solid 1px;
	margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #EEE
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #FCC;
}

/* XOOPS table */
table {
    width: 100%;
    margin: 0;
    padding: 0;
}
td {
    padding: 5px;
    vertical-align: top;
}
* html td {
    font-size: 0.8em;
} /* IE6 */

.outer {}
.head {
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #EEE;
    padding: 5px;
}
.odd {
    background-color: #FAFAFA;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #EEE;
    padding: 5px;
}
tr.odd td {
    background-color: #FAFAFA;
    padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #666;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
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;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    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: #2F5376;
    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;
}

#main_img {
	z-index:5;
	display: none;
	height:32px;
	border-top:6px solid #E6E5C0;
	border-bottom:6px solid #E6E5C0;
}

#user_info {
	position:absolute;
	top:0px;
	right:10px;
	font-size:0.8em;
}

span.uname {
	font-size:1.6em;
	padding-left:5px;
	padding-right:5px;
}

#redirect_message {
	position:absolute;
	top:10px;
	right:200px;
	width:200px;
	min-height:40px;
	padding-left:10px;
	padding-right:10px;
	border:#666 1px solid;
	border-right:pink 30px solid;
	border-bottom:#ccc 3px solid;
	background:#f8f4e6;
}

