/******************************************************************************/
/* 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: #125798;
;
}
a:visited	{
	color: #22579f;
}
a:hover		{
    color: #c66;
    text-decoration: none;
}
a:active	{
    color: #f00;
}

/* Headline */
h1 {
    font-size: 140%;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	background: transparent url(images/img07.gif) no-repeat top left;
	width: 603px;
	height: 32px;
	color: #125798;
	position: relative;
	top: 0;
	left: 30px;
}
h2, h3 {
    font-size: 130%;
}
h4, h5 {
    font-size: 100%;
	margin: 0 0 0 0;
	padding: 2px 0 0 2px;
}

/* Layout */
body {
    font-size: 0.8em;
    color: #333;
    text-align: center;
	background: #fff url(images/img01.gif) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
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: -280px;
}
body.ShowBlockL0R1 #CenterColumn {
	margin-right: 220px;
}
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -280px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 280px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 220px;
    margin-left: 280px;
}

div#Container {
    margin: 0 auto;
    padding: 0;
	width: 960px;
    text-align: left;
}

div#Wrapper {
	background: #fff url(images/img06.gif) repeat-x top left;
	padding: 10px 0 0 0;
}
div#CenterWrapper {
	padding: 5px;
}

/* Header */
div#Header {
	width: 960px;
	margin: 10 10 10 10;
    height: 85px;
	color: #111;
	position: relative;
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 20px 0 0 30px;
	font-size: 250%;
	line-height: 100%;
	color: #125798;
}
/*div#Header div#Logo {
	width: 80px;
	height: 42px;
	background: #fff url(images/jrcalogo.gif) no-repeat left top;
	padding: 4px;
} */
div#Slogan {
	padding: 0 0 0 30px;
	color: #3277b8;
}
div#Header a:link,
div#Header a:visited {	
    color: #C11A00;
	text-decoration: none;
}
#Search {
	position: absolute;
	right: 5px;
	top: 10px;
}
/* Slash */
#Splash {
	width: 960px;
	height: 160px;
	padding: 10px 0;
	background: url(brotation/rotate.php) no-repeat left;
	position: relative;
}
#Splash #SplashUserMenu {

}
div#NaviMenu {
	height: 62px;
	width: 960px;
	padding-left: 20px;
	background: url(images/img02.jpg) no-repeat left top;
}
#NaviMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#NaviMenu li {
	float: left;
}

#NaviMenu a {
	display: block;
	float: left;
	padding: 20px 30px 15px 18px;
	margin-right: 1px;
	height: 30px;
	background: url(images/img03.gif) no-repeat left 45%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
}

#NaviMenu a:hover {
	color: #fff;
	text-decoration: underline;
}

#NaviMenu .current_page_item a {
	background: none;
	color: #fff;
}


/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: #DDD solid 1px;
}

/* Content */
div#CenterColumn {
	margin-top: 10px;
}
div#CenterColumn  h2.BlockTitle {
    border-bottom: #dcc dotted 1px;
    line-height: 150%;
    padding: .2em .2em;
    margin: .3em 0 0 0;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.1;
    padding: 5px;
    clear:both;
	background: url(images/img06.jpg) repeat-x left top;
}
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 5px;
}

/* Center LR Column */
div#CenterLColumn {
    float: left;
    width: 49%;
}
div#CenterRColumn {
    float: right;
    width: 49%;
}

div.CenterCblock {
    clear: both;
	margin-bottom:5px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 200px;
    margin: 10px;
}
div#RightColumn {
    float: right;
    width: 200px;
	margin-top: 50px;
}

div.LeftBlock, div.RightBlock {
	padding: 10px 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, {
    margin: 0 0 5px 0;
	padding: 4px 5px 0 10px;
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
	width: 225px;
	height: 40px;
	background: url(images/img09.jpg) no-repeat center center;
	vertical-align: middle;
}
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
	padding: 0 10px;
	color: #111;
	font-size: 1.2em;
	line-height: 2em;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    text-align:center;
    margin: 10px;
}
div#RightColumn .BlockContent {
    text-align:center;
}
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;
    margin: 0 auto;
    padding: 15px;
	clear: both;
	width: 960px;
	height: 50px;
	background: #fff url(images/img06.gif) no-repeat top left;
}
div#Footer p {
	float: left;
    text-align:left;
    margin: 0 10px;
    padding: 10px 0;
	color: #666;
}
div#Footer h6 {
	float: right;
    text-align:right;
    margin: 1px 30px 0 0;
    padding: 10px 0;
	color: #999;
}
div#Footer h6 a {
	color: #999;
	text-decoration: none;
}
div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
	padding: 20px 0;
}

/* 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: #cde;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #e0eaff;
    padding: 5px;
}
.odd {
    background-color: #fafcff;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #e0eaff;
    padding: 5px;
}
tr.odd td {
    background-color: #fafcff;
    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: #C11A00 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: #fff;
    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;
}
input, textarea {
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #b9b9b9;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}
