/******************************************************************************/
/* 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: #336699;
}
a:visited	{
    color: #6699cc;
}
a:hover		{
    color: #808080;
}
a:active	{
    color: #cc6666;
}

/* Headline */
h1 {
    font-size: 120%;
				margin: 0 0 10px;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}
h6 {
    font-size: 1.0em;
    text-decoration: none;
}

/* Layout */
html {
    height: 100%;
    background-color: #ffffff;
}
body {
    font-size: 0.8em;
    color: #333;
    text-align: center;
    background-color: #d3d3d3;
}
body {
     width: 800px;
     height: 100%;
     border-right: 1px solid #808080;
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 800px;
}
body.ShowBlockL0R1 #Wrapper {
    width: 100%;
    float: left;
				margin-right: -180px;
}
body.ShowBlockL1R1 #Wrapper {
    width: 100%;
    float: left;
				margin-right: -180px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
    height: 100%;
    border-right:;
				margin-left: -180px;
}
body.ShowBlockL0R1 #CenterColumn {
				margin-right: 180px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -180px;
    padding: 30px 30px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 155px
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 150px;
    margin-left: 150px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
				background-color:#FFF;
}

div#CenterWrapper {
				padding: 10px;
}

/* Header */
div#Header {
    width: 150px;
    height: 100px;
    background-color:#FFA500;
    border-top:solid 8px #ffffff;
    border-bottom:solid 6px #808080;
}
div#Header div#logo {
    width: 650px;
    height: 100px;
    margin-left: 150px;
    border-bottom:solid 6px #808080;

}
div#Slogan {
	padding:2px;
}
div#Header a:link,
div#Header a:visited {	
    color: #FFF;
				text-decoration: none;
}
div#Leftback {
    width: 150px;
    height: 100%;
    background-color:#FFA500;
}

/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: #DDD solid 1px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
    width: 630px;
    border-bottom: #808080 dotted 1px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    width: 630px;
    font-size: 100%;
    line-height: 10px;
    margin-top: 3px; 
    padding: 5px 0;
    clear:both;
}
p {
    margin-bottom: 10px;
    clear:both;
}

/* Center LR Column */
div#CenterLColumn {
    float: left;
    width: 325px;
}
div#CenterRColumn {
    float: right;
    width: 325px;
}

div.CenterCblock {
    clear: both;
    margin-bottom: 30px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    line-height: 20px;
    padding: 10px 0;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 150px;
				background-color:#f5f5f5;
}

div#RightColumn {
    float: right;
    width: 150px;
				background-color:#EEE;
}

div.LeftBlock, div.RightBlock {
				padding: 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 0 0;
				padding: 0 10px;
				color: #000000;
				line-height: 2;
				background-color:#d3d3d3;
                                border-top: #ffffff solid 1px;
                                border-bottom: #ffffff solid 1px;
    font-size: 12px;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    color: #000000;
    line-height: 20px;
    text-align:left;
    padding: 5px 10px;
}
div#RightColumn .BlockContent {
    text-align:left;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
div#Footer {
    clear: both;
    width: 800px;
    height: 100%;
    margin: 0;
    background-color:#d3d3d3;
    border-top: solid 1px #ffffff;
}
div#Footer p {
    margin: 0 10px;
    padding: 5px 0;
    text-align:center;
    color: #ffffff;
}
div#Banner {
    clear: both;
    width: 800px;
    height: auto;
    margin: 0;
    padding: 10px 0;
    background-color: #ffb733;
}

/* 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:0px 0px;
    text-align:left;
}
.mainmenu li, #usermenu li {
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
    display: inline;
}
#mainmenu a {
    display: block;
    color: #696969;
    font-size: 12px;
				margin:0;
}
#mainmenu a:hover {
    font-weight:bold; 
    color: #808080;
}
#mainmenu a.menuTop {
    text-decoration: none;
    padding: 0 -10px;
}
#mainmenu a.menuMain {
    text-decoration: none;
    padding: 0px -10px;
}
#mainmenu a.menuSub {
    text-decoration: none;
    padding: 5px 3px 0 10px;
    font-size: 10px;
    color: #4d4d4d;
}
#usermenu a {
    display: block;
    padding: 0px -10px;
    text-decoration: none;
}
#usermenu a:hover {
    width: 148px;
    font-weight: bold;
    color: #696969; 
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #FCC;
}

/* XOOPS table */
table {
    table-layout: 625px;
    margin: 0;
    padding: 0;
}
td {
    padding: 3px;
    vertical-align: top;
}
* html td {
    width: 630px;
    font-size: 1.6em;
} /* IE6 */

.outer {
    width: 625px;
}
.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;
}