/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/* LinkColor */
a:link		{
    color: #336699;
}
a:visited	{
    color: #6699cc;
}
a:hover		{
    color: #cc6666;
}
a:active	{
    color: #cc6666;
}

a img {
	border-width: 0;
}

/* Headline */
h1 {
    font-size: 120%;
    margin: 0 0 25px 0;
	padding: 16px 0 5px 10px;
	color: #000;
}
h2, h3 {
    font-size: 120%;
}
h4, h5 {
    font-size: 100%;
}

/* Layout */
body {
    font-size: 0.9em;
    color: #333;
    text-align: center;
	background: #FFFFFF url(images/img1.jpg) repeat-x;
}
body.ShowBlockL0R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL1R0 #Wrapper {
    width: 100%;
}
body.ShowBlockL0R1 #Wrapper {
    width: 100%;
    float: left;
	margin-right: -220px;
}
body.ShowBlockL1R1 #Wrapper {
    width: 100%;
    float: left;
	margin-right: -220px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 100%;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
	margin-left: -220px;
}
body.ShowBlockL0R1 #CenterColumn {
	margin-right: 215px;
	margin-left: 10px;
	background: url(images/img3.jpg) repeat-x;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -220px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 220px;
    margin-right: 10px;
	background: url(images/img3.jpg) repeat-x;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 220px;
    margin-left: 220px;
	background: url(images/img3.jpg) repeat-x;
}

div#Container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}

div#CenterWrapper {
}

/* Header */
div#Header {
    width: 100%;
    height: 180px;
	color: #000;
	background: transparent url(images/img2.jpg) no-repeat 0 0;
}
div#Header div#Logo {
	float: left;
	padding: 10px;
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 25px 0 5px 10px;
	font-size: 180%;
	line-height: 100%;
}
div#Header div#Slogan {
	padding: 0;
	position: relative;
	left: 10px;
	width: 450px;
}
div#Header div#Tel {
	padding: 0;
	position: absolute;
	right: 20px; top: 20px
}
div#Header a:link,
div#Header a:visited {	
    color: #000;
	text-decoration: none;
}

/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: #DDD solid 1px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
    padding: 5px 10px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 5px 10px;
    clear:both;
}

div.BlockContent {
	text-align: center;
}

p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
    text-align: left;
}

/* 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: 0;
    padding: 0;
}
li {
    list-style: none;
    text-align: left;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 220px;
}
div#RightColumn {
    float: right;
    width: 220px;
}

div.LeftBlock, div.RightBlock {
	padding: 0 5px;
	margin: 0 10px;
	background: url(images/img3.jpg) repeat-x;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 20px 0;
	padding: 16px 0 15px 3px;
	color: #000;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent,
div#RightColumn .BlockContent {
    text-align: center;
    margin: 0 0 25px 0
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Footer */
div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

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: transparent url(./images/img3.jpg) repeat-x left top;
    padding-top: 3px;
}
div#Footer h6,
div#Footer p{
    margin: 0;
    padding: 10px;
    text-align:left;
    font-size: 70%;
}
div#Footer p {
	float: right;
    color: #999;
}
div#Footer h6 {
	float: left;
    color: #335;
    height: auto;
    width: 310px; 
	text-decoration: none;
}
div#Footer p a{
	text-decoration: none;
    color: #999;
}

/* 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: #555;
    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;
}

/* ccenter */
#ccenter fieldset#contactForm {
	margin: .5em; padding: .5em;
	line-height: 130%;
	width: 600px;
}
#ccenter fieldset#contactForm div {
	text-align: left;
	padding: 4px;
	margin: 10px;
	margin-top: 0px;
	margin-right: 0px;
}
#ccenter fieldset#contactForm div label {
	float: left;
	margin: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 8px;
	width: 95%;
	border-top: 5px #abc solid;
}
#ccenter fieldset#contactForm div span {
	padding: 8px;
}
#ccenter fieldset#contactForm div input,
#ccenter fieldset#contactForm div textarea {
	border: 1px #abc solid;
	font-size: 1em;
	padding: 4px;
}

fieldset#BlockFormContact {
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
}
fieldset#BlockFormContact #BlockContactForm {
	line-height: 1.1em;
	text-align: left;
	width: 560px;
	margin: 10px auto;
}
fieldset#BlockFormContact #BlockContactForm label {
	float: left;
	width: 120px;
	clear: both;
	border-top: 3px #abc solid;
}
fieldset#BlockFormContact #BlockContactForm label,
fieldset#BlockFormContact #BlockContactForm input,
fieldset#BlockFormContact #BlockContactForm textarea {
	margin: 5px;
	padding: 4px;
}
fieldset#BlockFormContact #BlockContactForm input,
fieldset#BlockFormContact #BlockContactForm textarea {
	border: 1px #abc solid;
	margin-left: 3px;
	margin-top: 5px;
	font-size: 0.9em;
}


/* Block */
div#BannerColection {
}
div#BannerColection ul li {
	text-align: center;
	font: normal normal normal 60%/110% sans-serif;
	padding: 7px 0;
}

