/******************************************************************************/
/* 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;
}


/* Headline */
h1 {
    margin: 0 0 5px 0;
	padding: 10px 10px;
	color: #000;
	border-bottom: 1px #dadada solid;
}
h1, h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}
h3 {
	background: url(./images/a3.gif) repeat-x;
	margin: 1.5em 0 .8em 0;
	padding: 7px 5px 7px 15px;
	color: #555;
}



/* Layout */
body {
    font-size: 0.9em;
    color: #333;
    text-align: center;
	background: #fff url('images/img01.jpg') 0 0 repeat-x;
}

body.ShowBlockL0R0 #Wrapper {
    width: 900px;
}
body.ShowBlockL1R0 #Wrapper {
    width: 900px;
}
body.ShowBlockL0R1 #Wrapper {
    width: 900px;
    float: left;
	margin-right: -255px;
}
body.ShowBlockL1R1 #Wrapper {
    width: 900px;
    float: left;
	margin-right: -255px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
	margin-left: -255px;
}
body.ShowBlockL0R1 #CenterColumn {
	margin-right: 220px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -255px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 220px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 220px;
    margin-left: 220px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

div#CenterWrapper {
	padding: 10px;
	text-align: left;
}


/* Header */
div#Header {
	width: 100%;
	height: 91px;
	background: transparent;
}

div#Header div#Logo {
	float: left;
	position: relative;
	top: 40px;
	left: 10px;
	color: #000;
	padding-left: 60px;
	font: bold small-caps 30px/110% "trebuchet ms", helvetica, sans-serif;
	background: transparent url('images/img04.jpg') 0px 1px no-repeat;
}

div#Header #GlobalNavi {
	float: right;
	margin-right: 30px;
	height: 35px;
}
div#Header #GlobalNavi ul {
	list-style: none;
	display: block;
	position: relative;
	top: 21px;
}
div#Header #GlobalNavi li {
	float: left;
	margin-left: 6px;
}
div#Header #GlobalNavi li#Active {
	float: left;
	padding: 32px 13px 20px 15px;
	color: #111;
	font-weight: bold;
	font-size: 14px;
	background: #fff url(images/img03.jpg) no-repeat center top;
}
div#Header #GlobalNavi li a {
	display: block;
	padding: 32px 13px 20px 15px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
div#Header #GlobalNavi li a:hover {
	background: #fff url(images/img03.jpg) no-repeat center top;
	color: #333;
}
div#Header #GlobalNavi li a:active {
	background: #fff url(images/img03.jpg) no-repeat center top;
	color: #522;
}

div#MainImg {
	background: transparent url(images/img05.jpg) no-repeat center center;
	text-align: center;
	margin: 0 auto;
	height: 209px;
}
div#MainImg p {
	width: 900px;
	color: #fff;
	font: bold small-caps 25px/110% "trebuchet ms", helvetica, sans-serif;
	position: relative;
	top: 120px;
	left: 30px;
	text-align: left;
}

#Wrapper {
    text-align: center;
    margin: 0 auto;
    width: 900px;
}


/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px 1px;
    border-bottom: #eee solid 1px;
}

/* Content */
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}
div#ModuleContents {
	background: #fff url(./images/a3.gif) repeat-x 0 0;
}

div#CenterColumn  h2.BlockTitle {
    margin: 0 0 5px 0;
	padding: 10px 10px 5px 30px;
	color: #222;
	border-bottom: 1px #dcdcdc dotted;
	background: #fff url(./images/img08.jpg) no-repeat left center;
}
div#CenterColumn div.BlockContent {
    border-bottom: #edefd7 solid 1px;
    padding: 10px 5px;
    margin: 0 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;
}
.CenterCblock ol li {
	margin-left: 2em !important;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}
dl dt {
	font-weight: bold;
	padding: .4em;
	border-bottom: 1px #f7fae2 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,
div#RightColumn {
    width: 205px;
	margin-top: 10px;
}
div#LeftColumn {
    float: left;
	margin-left: 5px;
	border-right: 1px #eee dotted;
    background-color: #f0f0f0;
}
div#RightColumn {
    float: right;
	margin-right: 25px;
	padding-left: 10px;
	border-left: 1px #eee dotted;
}

div.LeftBlock, div.RightBlock {
	padding: 0 0 10px 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 5px 5px 5px;
	padding: 10px 10px;
	color: #222;
	border-bottom: 5px #333 dotted;
	text-align: left;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent,
div#RightColumn .BlockContent {
    text-align: left;
	margin: 5px 0;
	padding: 10px 0 5px 0;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Banner */
div#Banner {
    clear: both;
    width: 900px;
    margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	height: 60px;
	background-color: #f0f0f0;
}
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: 900px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 6px;
	background: #fff url(images/img06.jpg) no-repeat center bottom;
    padding-top: 3px;
    border-top: #dcdcdc 1px solid;
}
div#Footer h6,
div#Footer p{
    margin: 0;
    padding: 10px;
    text-align:left;
    font: normal small-caps 70%/110% sans-serif;
}
div#Footer p {
	float: right;
    color: #aaa;
}
div#Footer h6,
div#Footer h6 a {
    color: #aaa;
	text-decoration: none;
}
div#Footer p a{
	text-decoration: none;
    color: #aaa;
}

div#Footer h6 a:hover,
div#Footer p a:hover {
	background: transparent none;
	color: #aaa;
	text-decoration: none;
}
/* for accessibility */
.Skip {	
    position: absolute;
    left: -999em;
}

/* LinkColor */
a {
	padding: 3px;
}
a:link		{
	text-decoration: underline;
	color: #666;
}
a:visited	{
    color: #778;
}
a:hover		{
	text-decoration: none;
	color: #000;
}
a:active	{
    color: #f10;
}

/******************************************************************************/

/* 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: #ccc solid 1px;
	margin:0 1px;
	text-decoration: none;
}
#mainmenu a.menuTop {
    padding: 15px 0 14px 10px;
	background: transparent url(./images/x1.gif) no-repeat 188px center;
}
#mainmenu a.menuMain {
    padding: 15px 0 14px 10px;
	background: transparent url(./images/x1.gif) no-repeat 188px center;
}
#mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}
#mainmenu a:hover {
	background: transparent url(./images/img09.jpg) no-repeat center top;
}
#mainmenu a.menuSub:hover {
	background: none;
}

#usermenu a {
    display: block;
	margin: 2px;
    border: #ddd solid 1px;
    padding: 5px 10px;
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #faa;
}
#usermenu a:hover {
    background-color: #e0e0e0;
    border: #999 solid 1px;
}

/* 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: #e0e0e6;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #ebebee;
    padding: 5px;
}
.odd {
    background-color: #f9f9fe;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #ebebee;
    padding: 5px;
}
tr.odd td {
    background-color: #f9f9fe;
    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;
}

/* Modules */

/* Mylinks width Captcha */
dl#LangCat dt {
	float: left;
	padding: 0 0 9px 3px;
	border: none;
	margin-right: 1em;
	font-weight: normal;
}
dl#LangCat dd {
	padding: 6px 0 4px 3px;
	border: none;
	font-weight: bold;
	border: none;
}
dl.MylinksInfo dt {
	float: left;
	padding: .2em;
	border: none;
}
dl.MylinksInfo dd {
	padding: .3em;
	border: none;
	font-size: 110%;
}

