/** RESET **/
html, body, div, dl, hr, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, object, embed, label {
margin: 0;
padding: 0;
font-family: Tahoma;
}
object {
display: block;
}
fieldset, img {
border: 0;
}
address, caption, cite, code, dfn, em, th, var {
font-style: normal;
font-weight: normal;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
abbr, acronym {
border: 0;
}
blockquote {
border: 1px dotted #2768b7;
text-align: left;
direction: ltr;
width: 430px;
margin: 15px auto 20px;
padding: 10px;
}

/** GENERAL **/
body {
background: url(images/body-bg.png) top repeat;
font: 12px Tahoma;
color: #000;
direction: rtl;
line-height: 1.5em;
}
a:link, a:visited, a:active {
color: #069;
text-decoration: none;
}
a:hover {
color: #0f4b7f;
text-decoration: none;
}
.clearer {
clear: both;
}
/** LAYOUT **/
.whole {
width: 1100px;
background: url(images/whole-bg.jpg) repeat-y;
margin: 0 auto;
}
#main {
width: 939px;
margin: 0 79px 0 82px;
min-height: 600px;
}
.header{
width: 1100px;
height: 140px;
background: url(images/header-bg.jpg) no-repeat;
}
.marquee-area {
width: 908px;
color: #999;
font-weight: 600;
text-align: center;
margin: 0 75px 0 117px;
padding: 8px 0;
}
.sub-header {
width: 1100px;
height: 45px;
background: url(images/sub-header.jpg) no-repeat;
}
.top-menu {
width: 720px;
height: 34px;
margin-right: 86px;
float: right;
}
.searcher {
width: 188px;
height: 28px;
padding: 1px;
margin: 1px 13px 0 90px;
float: left;
}
.search-button {
width: 26px;
height: 26px;
float: left;
}
.search-text {
width: 152px;
padding: 5px 5px 5px 5px;
height: 18px;
float: right;
color: #666;
text-align: center;
}
#search-str {
border: 0;
background: none;
text-align: center;
height: 18px;
width: 152px;
padding: 0;
}
#search-submit {
width: 26px;
height: 26px;
margin-top: 2px;
border: 0;
background: url(images/search-button.jpg) no-repeat;
cursor: hand;
}
#column-1{
width: 517px;
float: left;
}
#column-2{
width: 235px;
margin: 0 5px 0 5px;
height: auto;
float: left;
}
#column-3{
width:177px;
height: auto;
float: right;
}
.footer-with-apple {
background: url(images/footer-center.jpg) no-repeat center bottom;
width: 1100px;
margin: 0 auto;
height: 148px;
text-align: center;
color: #999;
direction: ltr;
}
.footer {
background: url(images/footer-bg.jpg) repeat-x center bottom;
width: 100%;
height: 148px;
}

/* Board */
#board-simple {
width: 517px;
margin:  0 auto 10px;
}
.board_shadow {
background: #e1e1e1;
width: 511px;
padding: 3px;
}
.board_gloss {
background: #cecece;
width: 505px;
padding: 3px;
}
.board_pic {
width: 505px;
height: 276px;
text-align: center;
}
#slideshow {
position: relative;
width: 505px;
height: 276px;
/*background: url(scripts/slideshow/slideshow-bg.gif) no-repeat;*/
}
#slideshow img {
position: absolute;
top: 0;
left: 0;
z-index: 8;
opacity: 0.0;
}
#slideshow img.active {
z-index: 10;
opacity: 1.0;
}
#slideshow img.last-active {
z-index: 9;
}

/* Sticky */
#sticky-inner {
width: 500px;
margin: 0 auto 10px;
}

#sticky-container {
width: 480px;
padding: 10px;
border: #00aeef 1px solid;
background: #fffcdf;
}
#sticky-container h2 {
color: #000;
font-size: 14px;
line-height: 2em;
text-align: center;
margin: 5px 0 10px 0;
}
#sticky-container p {
margin: 0 auto 5px;
padding: 0;
line-height: 1.5em;
text-align: justify;
width: 90%;
}

/* Entries */
#column-1 .entry{
margin: 0 0 15px 0;
}
.entry-top {
width: 507px;
height: 53px;
background: url(images/box-1-top.jpg) no-repeat;
padding: 7px 10px 0 0;
}
.entry-top h1 {
font-size: 12px;
font-weight: bold;
text-align: right;
color: #006699;
}
.entry-top a{
color: #006699;
}
.entry-top a:hover{
color: #0f4b7f;
}
.entry-body {
padding: 0 10px 25px;
background: url(images/box-1-bg.jpg) repeat-y;
width: 497px;
color: #000;
text-align: justify;
font-size: 12px;
line-height: 1.5em;
margin: 0 auto;
}
.entry-body img {
}
.entry-body ul {
margin: 0;
padding: 0;
}
.entry-body ul li {
padding-right: 4px;
}
.entry-body ul li a {
display: block;
padding: 5px 15px 5px 0;
border-bottom: 1px solid #eef5fd;
background: url(images/li.png) right center no-repeat;
margin: 0 5px;
color: #069;
}
.entry-body ul li a:hover {
color: #0f4b7f;
}
.entry-foot {
width: 497px;
height: 21px;
background: url(images/box-1-bot.jpg) no-repeat;
color: #666;
padding: 0 10px;
text-align: right;
font-size: 11px;
line-height: 1.5em;
}
.entry-foot-text {
margin-top: 1px;
float: right;
color: #333;
}
.entry-foot span {
float: left;
color: #8f0000;
font-weight: bold;
}
.entry-foot a {
color: #0f4b7f;
}
.entry-foot a:hover {
color: #006699;
}

.rm {
padding: 10px;
text-align: left;
}
.rm span a {
color: #8f0000;
font-weight: bold;
}
.rm span a:hover {
color: #5d0000;
font-weight: bold;
}

/* Notices */
#column-2 .block{
width: 235px;
margin-bottom: 10px;
}
#column-2 .block-top {
width: 225px;
background: url(images/box-2-top.jpg) no-repeat;
height: 40px;
padding: 5px 10px 0 0;
}
.block-top h2 {
font-size: 12px;
font-weight: bold;
text-align: right;
color: #0f4b7f;
}
.block-top h2 a {
color: #0f4b7f;
}
.block-top h2 a:hover {
color: #006699;
}
#column-2 .block-cnt{
width: 219px;
background: url(images/box-2-bg.jpg) repeat-y;
color: #999;
padding: 5px 8px;
text-align: center;
}
#column-2 .block-bot{
width: 235px;
height: 21px;
background: url(images/box-2-bot.jpg) no-repeat;
}

/* Sidebar */
#column-3 .block{
width: 177px;
margin-bottom: 15px;
}
#column-3 .block-top {
width: 162px;
background: url(images/box-3-top.jpg) no-repeat;
height: 40px;
padding: 5px 15px 0 0;
}
.block-top h3 {
font-size: 12px;
font-weight: bold;
text-align: right;
color: #FFF;
}
#column-3 .block-cnt{
width: 163px;
background: url(images/box-3-bg.jpg) repeat-y;
color: #666;
padding: 0 7px;
}
#column-3 .block-bot{
width:172px;
height: 11px;
margin: 0 3px 0 2px;
background: url(images/box-3-bot.jpg) no-repeat;
}
#column-3 .block-cnt ul {
margin: 0;
padding: 0;
}
#column-3 .block-cnt ul li {
}
#column-3 .block-cnt ul li a {
display: block;
padding: 5px 15px 5px 0;
border-bottom: 1px solid #eef5fd;
background: url(images/li.png) right center no-repeat;
color: #069;
}
#column-3 .block-cnt ul li a:hover {
background: url(images/li.png) right center no-repeat;
color: #0f4b7f;
}
ul.unlink li {
display: block;
padding: 5px 15px 5px 0;
border-bottom: 1px solid #eef5fd;
text-align: right;
background: url(images/li.png) right center no-repeat;
}
.pstat-counter {
text-align: center !important;
background: none !important;
border-bottom: none !important;
}
.player-inner {
text-align: center;
}

/* Comments */
#comments {
width: 517px;
margin: 0 auto;
}
#comments .top {
display: block;
width: 480px;
background: #b4d3f6;
padding: 10px;
margin: 10px 0;
}
#comments h2 {
color: #039;
float: right;
font-size: 13px;
font-weight: bold;
text-align: right;
margin: 0 auto;
}
#comments .close {
background: #fff;
color: #039;
float: left;
width: 85px;
height: 25px;
border: 1px solid #69a7ed;
}
.comment-sub-header  {
color: #039;
font-size: 11px;
text-align: center;
padding-top: 3px;
}
.comment-any-inner {
width: 100%;
margin: 10px auto;
}
.comment-any-inner .comment-top {
background: url(images/box-1-top.jpg) no-repeat;
width: 507px;
padding: 7px 10px 0 0;
height: 53px;
}
.comment-any-inner .comment-top h3{
color: #0f4b7f;
text-align: right;
font-size: 13px;
font-weight: 600;
}
.comment-any-inner .comment-top h3 a{
color: #0f4b7f;
text-align: right;
font-size: 13px;
font-weight: 600;
}
.comment-any-inner .comment-top h3 a:hover{
color: #069;
}
.comment-any-inner .comment-top .comment-date{
color: #000;
text-align: left;
font-size: 11px;
}
.comment-any-inner .comment-body {
background: url(images/box-1-bg.jpg) repeat-y;
width: 497px;
padding: 0 10px 25px;
}
.comment-any-inner .comment-bottom {
background: url(images/box-1-bot.jpg) no-repeat;
width: 497px;
height: 21px;
color: #666;
padding: 0 10px;
text-align: right;
font-size: 11px;
line-height: 1.5em;
}
.comment-admin-inner {
width: 100%;
margin: 10px auto;
}
.comment-admin-inner .comment-top {
background: url(images/box-4-top.jpg) no-repeat;
width: 507px;
padding: 7px 10px 0 0;
height: 53px;
}
.comment-admin-inner .comment-top h3{
color: #0f4b7f;
text-align: right;
font-size: 13px;
font-weight: 600;
}
.comment-admin-inner .comment-top h3 a{
color: #0f4b7f;
text-align: right;
font-size: 13px;
font-weight: 600;
}
.comment-admin-inner .comment-top h3 a:hover{
color: #069;
}
.comment-admin-inner .comment-top .comment-date{
color: #000;
text-align: left;
font-size: 11px;
}
.comment-admin-inner .comment-body {
background: url(images/box-4-bg.jpg) repeat-y;
width: 497px;
padding: 0 10px 25px;
}
.comment-admin-inner .comment-bottom {
background: url(images/box-4-bot.jpg) no-repeat;
width: 497px;
height: 21px;
color: #666;
padding: 0 10px;
text-align: right;
font-size: 11px;
line-height: 1.5em;
}

/* Comment Form */
.comment-form-inner {
width: 517px;
}
.comment-form-inner textarea, .comment-form-inner input {
margin: 3px;
}
.comment-form-inner .comment-top {
width: 507px;
height: 54px;
background: url(images/box-1-top.jpg) no-repeat;
padding: 6px 10px 0 0;
color: #c40000;
font-size: 12px;
font-weight: bold;
text-align: right;
}
.comment-form-inner .comment-body {
padding: 10px 20px;
background: url(images/box-1-bg.jpg) repeat-y;
width: 477px;
color: #000;
text-align: justify;
font-size: 12px;
line-height: 1.5em;
}
.comment-form-inner .comment-bottom {
width: 497px;
height: 21px;
background: url(images/box-1-bot.jpg) repeat-y;
margin-bottom: 10px;
color: #0f4b7f;
padding: 0 0 0 20px;
text-align: left;
font-size: 11px;
line-height: 1.5em;
}
.comment-form-inner input, .comment-form-inner textarea{
border: 1px solid #00418f;
background: #e2e2e2;
}
.comment-form-inner label span {
color: #ffae00;
}
.comment-form-submit {
width: 100px;
height: 40px;
}
.comment-rule {
margin: 15px 0 0 0;
}

/* Feed */
.feed {
text-align: center;
margin-bottom: 15px;
}
.subscribe {
text-align: center;
}
.input-box {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #4d3c2f;
text-align: center;
border: 0;
width: 182px;
background: none;
}
.input-button {
width: 50px;
height: 24px;
margin: 5px auto;
}
.mail-text {
font-size: 10px;
text-align: center;
margin: 10px 0;
}
/* Search Template */
.search-header {
width: 500px;
margin: 10px auto;
border-bottom: 1px dotted #2768b7;
font-size: 14px;
font-weight: 600;
line-height: 2em;
text-align: center;
}
ul, li {
list-style-type: none !important;
list-style-image: none !important;
}
.error {
color: #c40000;
}
