/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/******************************************************************************/

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

/* LinkColor */
a:link		{
    color: #ff69b4;
}
a:visited	{
    color: #cc69b4;
}
a:hover		{
    color: #ff1493;
}
a:active	{
    color: #ff0033;
}

/* Headline */
h1 {
    margin: 0 0 15px 0;
	padding: 50px 10px;
	height: 80px;
	color: #000;
	background: #fff url(./images/h1.png) no-repeat top right;
	font-size: 140%;
	border-bottom: 1px #fa69b4 solid;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}
h3 {
	border-style: solid;
	border-color: #fff #fff #fff #fce;
	border-width: 5px 25px;
    padding: 5px 15px;
	margin: 1.5em 0 .8em 0;
}



/* Layout */
body {
    font-size: 0.9em;
    color: #333;
    text-align: center;
	background-color:#000;
	width: 880px;
	border-bottom: 2px #666 solid;
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
    width: 100%;
    float: left;
}
body.ShowBlockL1R1 #Wrapper {
    width: 100%;
    float: left;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
	margin-left: -265px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -265px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 265px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-left: 265px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
    width: 100%;
    text-align: left;
	background: #fff url(./images/bg3.gif) no-repeat -55px 0;
}

div#CenterWrapper {
	padding: 10px 10px 10px 55px;
	background: #fff url(./images/bg5.gif) repeat-y 0 0;
}

div#Welcome {
	text-align: center;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
}

/* GlobaMenu */
div#GlobalMenu {
    width: 100%;
    height: 38px;
	background: #922 url(./images/001.gif) repeat 0 0;
	color: #fff;
}
div#GlobalMenu p {
	float: left;
	font: bold small-caps 26px/110% sans-serif;
	padding: 0;
	margin: 0;
	position: relative;
	left: 10px; top: 4px;
}
div#GlobalMenu ul {
	float: right;
}
div#GlobalMenu ul li {
	float: left;
	display: block;
	border-right: 1px #000 solid;
	border-left: 1px #999 solid;
}
div#GlobalMenu ul li#home {
	border-right: 1px #000 solid;
	border-left: none;
}
div#GlobalMenu ul li a {
	font: bold small-caps 18px/110% sans-serif;
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 9px 12px;
}
div#GlobalMenu ul li a:hover {
	background-color: #fff;
	color: #111;
}


/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 10px;
}

/* Content */
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}
div#CenterColumn  h2.BlockTitle {
	border-style: solid;
	border-color: #fff #fbd;
	border-width: 15px 35px;
    padding: 10px 15px;
    margin: 0 2px;
}
div#CenterColumn div.BlockContent {
    border-top: #fad dotted 1px;
    border-bottom: #fad solid 2px;
    padding: 10px 5px;
    margin: 10px 2px 10px;
}
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
}

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

/* Decoration */
ul, ol {
	margin-left: 2em;
}
li {
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}
dl dt {
	font-weight: bold;
	padding: .4em;
	border-bottom: 1px #caa solid;
	margin-bottom: .4em;	
}
dl dd {
    line-height: 130%;
    padding: .2em .5em;
}
blockquote {
	padding: 1em;
	margin: 1em;
	background-color: #fafafa;
	border: 1px #f3f3f3 solid;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 180px;
	background: #000 url(./images/bg4.gif) repeat-y top right;
	padding-right: 85px;
	color: #dcdcdc;
}
div#LeftColumn div#Logo {
	padding: 0;
	width: 200px;
	height: 200px;
}

div#RightColumn {
    float: right;
	background-color:#f9f3ea;
}

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

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
	padding: 10px 10px;
	color: #fde;
	background-color: #444;
	border: 3px #333 solid;
	border-left: 8px #fbd solid;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    text-align:center;
}
div#RightColumn .BlockContent {
    text-align:center;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Banner */
div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	margin: 10px auto;
	height: 60px;
	background-color: #000;
	border-top: 3px #333 solid;
	border-bottom: 3px #333 solid;
}
div#ValueDomain {
	text-align: center;
	margin: 25px 0;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 100%;
    height: 50px;
    margin: 0 auto;
	background-color: #000;
    padding-top: 10px;
	border-top: 3px #333 solid;
}
div#Footer h6,
div#Footer p{
    margin: 0;
    padding: 10px;
    text-align:left;
    font-size: 70%;
}
div#Footer p {
	float: right;
    color: #444;
}
div#Footer h6,
div#Footer h6 a {
    color: #603;
	text-decoration: none;
}
div#Footer p a{
	text-decoration: none;
    color: #444;
}


/* 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: #333 solid 1px;
	margin:0 1px;
}
#mainmenu a.menuTop {
    padding: 10px 0 10px 25px;
}
#mainmenu a.menuMain {
    padding: 10px 0 10px 25px;
}
#mainmenu a:hover {
	background: #000 url(./images/button1b.gif) no-repeat 1px 8px;
    padding: 10px 0 10px 25px;
}
#mainmenu a.menuSub {
    padding: 5px 0 5px 40px;
}
#mainmenu a.menuSub:hover {
	background: #000 url(./images/button1a.gif) no-repeat 24px 5px;
    padding: 5px 0 5px 40px;
}

#usermenu a {
    display: block;
    border-bottom: #333 solid 1px;
				margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #222;
}
#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: #f0f0f0;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #f9f9f9;
    padding: 5px;
}
.odd {
    background-color: #fbfbfb;
    padding: 5px;
}
.foot {
    padding: 5px;
}

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

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

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #822;
    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 : #f9f3ea;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #822666;
    border-bottom: 1px solid #822666;
    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;
}

/* Class */
li.XTNTitle {
	color: #fff;
	background-color: #754b39;
	border-left: 20px #633f30 solid;
	padding: 3px 8px;
	margin-top: 1.3em;
	font-size: 1.1em;
	font-weight: bold;
}
