﻿@import "reset.css";
@import "misc.css";

html {
    background: #ffffff;
    height: 100%;
}

body {
    min-height: 100%;
    background: url(Images/background.png) repeat-x top;
    font-family: Arial;
    font-size: 12px;
}

button {
    font-family: Arial;
}

div.container, div.footer-links {
    direction: rtl;
    margin: auto;
    width: 980px;
}

div.footer-links 
{
    text-align: center;
}

div.footer-links a 
{
    color: #4b2619;
}

div.header 
{
    position: relative;
    height: 365px;
    background: url(Images/header_bg.jpg) repeat-x;
}

div.banner 
{
    height: 307px;
    background: url(Images/header-banner.jpg) no-repeat;
}

div.logo 
{
    width: 100%;
    height: 136px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
}

div.logo a {
}

div.links 
{
    position: absolute;
    top: 8px;
    left: 10px;
    width: 100px;
    color: #7f5c55;
}

div.search 
{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 240px;
    height: 50px;
}

div.search a 
{
    float: right;
    display: block;
    width: 25px;
    height: 22px;
    background: url(Images/search-button.png) no-repeat;
    margin: 2px 1px;
}

div.search input 
{
    float: right;
    width: 190px;
    //margin-top: 2px;    
}

div.slogen 
{
    position: absolute;
    top: 136px;
    left: 85px;
    font-size: 29px;
    line-height: 26px;
    color: #594d49;
    font-style: italic;
}

div.links a 
{
    color: #7f5c55;
    text-decoration: none;
}

div.links a:hover {
    text-decoration: underline;
}

div.list-bullets 
{
    position: absolute;
    top: 240px;
    left: 40px;
    width: 450px;
}

div.list-bullets li 
{
    width: 150px;
    float: right; 
    margin-left: 70px;
    margin-bottom: 5px;
}

div.list-bullets li a 
{
    display: block;
    background: url(Images/v-icon.png) no-repeat right center;
    padding-right: 25px;
    color: Black;
}

div.menu {
    clear: both;
    height: 57px;
}

div.menu ul li{
    float: right;
    height: 57px;
}

div.menu a 
{
    display: block;
    height: 42px;
    font-size: 18px;
    color: #472416;
    text-decoration: none;
    padding: 15px 40px 0 40px;
}

div.menu a:hover 
{
    color: White;
    background: url(Images/menu-hover-bg.jpg) repeat-x;
}

div.menu a.dock 
{
    color: White;
    background: url(Images/menu-hover-bg.jpg) repeat-x;
}

div.menu ul li.splitter {
    padding: 0;
    margin: 0;
    width: 2px;
    height: 57px;
    background: url(Images/menu-splitter.jpg) no-repeat center;
    
}

div.main-content 
{
    background: #f4eedb;
    min-height: 400px;
    color: #594f4b;
    line-height: 16px;
}

div.main-content div.right 
{
    width: 243px;
    float: right;
    min-height: 400px;
    background: url(Images/vertical-splitter.jpg) no-repeat center left;
    padding: 44px 40px 0 40px;
}

div.main-content h2.box-title 
{
    font-size: 27px;
    color: #342b28;
    margin-bottom: 20px;
    font-weight: normal;
}

div.main-content img.box-image 
{
    display: block;
    border: 1px solid #d9d3c1;
    padding: 4px;
    background: white;
}

div.main-content button.read-more 
{
    width: 76px;
    height: 29px;
    border: 0;
    background: url(Images/read-more-button.jpg) no-repeat;
    cursor: pointer;
}

div.main-content .box-vertical-splitter 
{
    height: 40px;
    background: url(Images/horizontal-splitter.jpg) no-repeat center center;
    clear: both;
}

div.main-content .box-margin-left 
{
    margin-left: 12px;
}

div.main-content .box-margin-bottom 
{
    margin-bottom: 5px;
}

div.main-content .box-margin 
{
    margin-bottom: 10px;
}

div.main-content div.right a 
{
    color: #b9210a;
    font-weight: bold;
}

div.main-content a.title:hover 
{
    text-decoration: none;
}

div.main-content div.center 
{
    width: 319px;
    float: right;
    min-height: 400px;
    padding: 44px 10px 0 10px;
}

div.main-content div.center ul 
{
}

div.main-content div.center li 
{
    width: 155px;
    float: right;
}

div.main-content div.center li a 
{
    display: block;
    height: 35px;
    float: right;
    color: #594f4b;
    text-decoration: none;
    font-size: 18px;
    padding-right: 55px;
    padding-top: 15px;
}

 
div.main-content div.left 
{
    width: 268px;
    float: right;
    min-height: 400px;
    background: url(Images/vertical-splitter.jpg) no-repeat center right;
    padding: 44px 30px 0 20px;
}

div.main-content div.left li a {
    display: block;
    color: #594f4b;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 5px;
}

div.main-content div.left li a:hover 
{
    text-decoration: underline;
}

div.main-content div.left li a.dock 
{
    text-decoration: underline;
}

div.footer 
{
    height: 272px;
    background: url(Images/footer-bg.jpg) repeat-x;
    margin-bottom: 50px;
}

div.footer a {
    text-decoration: none;
}

div.footer a:hover {
    text-decoration: underline;
}

div.footer-content 
{
    height: 224px;
}

div.footer-content h2.box-title 
{
    font-size: 27px;
    color: #342b28;
    margin-bottom: 20px;
    font-weight: normal;
}

div.footer-content div.right 
{
    width: 243px;
    float: right;
    height: 200px;
    background: url(Images/footer-vertical-splitter.jpg) no-repeat center left;
    padding: 44px 40px 0 40px;
}

div.footer-content div.right input 
{
    width: 113px;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}

div.footer-content div.right textarea 
{
    width: 237px;
    margin-bottom: 5px;
}

div.footer-content div.right button
{
    border: 0;
    width: 45px;
    height: 22px;
    float: left;
    background: url(Images/newsletter-button.jpg) no-repeat;
    cursor: pointer;
}

div.footer-content div.center 
{
    width: 293px;
    float: right;
    height: 200px;
    padding: 44px 25px 0 21px;
    
}


div.footer-content ul 
{
    background: url(Images/articles-icon.jpg) no-repeat right 5px;
    padding-right: 70px;
}

div.footer-content ul a
{
    color: #b9210a;
    font-weight: bold;
    text-decoration: underline;
}

div.footer-content ul a:hover 
{
    text-decoration: none;
}

div.footer-content div.left 
{
    width: 268px;
    float: right;
    background: url(Images/footer-vertical-splitter.jpg) no-repeat center right;
    height: 200px;
    padding: 44px 30px 0 20px;
}

div.footer-content div.left input 
{
    width: 210px;
}

div.footer-content div.left button 
{
    border: 0;
    width: 45px;
    height: 22px;
    background: url(Images/send-button.jpg) no-repeat;
    margin-right: 2px;
    cursor: pointer;
    
}

div.bottom-footer 
{
    color: #7f5c55;
    padding: 10px;
}

div.bottom-footer a 
{
    color: #7f5c55;
    text-decoration: underline;
}

div.bottom-footer a:hover 
{
    text-decoration: none;
}

div.copy {
    float: right;
}

div.ronin {
    float: left;
}

div.ronin img {
    vertical-align: middle;
    padding-left: 2px;
}

div.ronin a {
    color: #7f5c55;
    text-decoration: none;
    font-weight: bold;
}

div.ronin a:hover 
{
    text-decoration: underline;
}

div.ronin span {
    font-weight: bold;
    cursor: pointer;
}

div.Site-Crumb-Trails {
    margin: 10px 0;
}

div.Pagin {
    margin: 10px 0;
}

div.Article-Item {
    clear: both;
    margin-bottom: 20px;
    height: 135px;
}

div.Article-Item img.Preview {
    display: block;
    border: 1px solid #d9d3c1;
    padding: 4px;
    background: white;
    float: right;
    margin-left: 10px;
    
}

div.Article-Item a.Read-More 
{
    display: block;
    width: 76px;
    height: 29px;
    border: 0;
    background: url(Images/read-more-button.jpg) no-repeat;
    cursor: pointer;
}

div.Comments ol li {
    margin-right: 20px;
    list-style-type: decimal;
}

div.Comments ol li a {
    cursor: pointer;
}

div.Comments li span.Date {
    color: #999;
}

div.Comments li {
    margin-bottom: 5px;
}

div.Comments li div {
    padding: 2px 5px;
    
}

div.Comments li div.Selected {
    border: 1px solid #342b28;
    background: #e4dcc2;
}

div.Comments li div div {
    display: none;
    margin: 10px 0;    
    padding: 0!important;
    border: 0;
}

div.AddComment {
    padding: 10px 0;
}

div.AddComment h3 {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #342b28;
}

div.AddComment input.button {
    display: block;
    width: 80px;
    font-size: 14px;
    cursor: pointer;
}

div.AddComment span.required {
    color: Red;
}

div.Comments span.Link {
    font-weight: bold;
    cursor: pointer;
}

div#AddCommentHid {
    padding-top: 10px;
}

div.AddComment form input.input{
    padding: 3px 5px;
    width: 300px;
    margin-bottom: 5px;
}

div.AddComment form label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

div.AddComment form textarea.textarea {
    padding: 2px 5px;
    width: 300px;
    height: 80px;
    margin-bottom: 5px;
}

div.AddComment form button {
    width: 80px;
    margin: 10px 0;
    cursor: pointer;
}

div.Article-Item h2 span {
    font-size: 12px;
    font-weight: normal;
}

div.inner-content div.right 
{
    width: 582px;
    padding: 44px 40px 0 40px;
    background: none!important;
    
}

/* Global */
.float {
    float: right;
}

.space {
    margin-bottom: 10px
}

textarea, input {
    font-family: Arial;
    resize: none;
}

