/*
Theme Name: Jim's Homeplace
Theme URI: http://jim.pp.ru/
Description: Just my simple theme.
Version: 1.0
Author: Jim
Tags: fix width, two columns, widgets
*/

.letter {
    /* background: url(images/jt_sidebar-rivet.gif); */
    font-size: 300%;
    float: left;
    color: #522A00;
    padding-right: 3px;
    line-height: 35px;
}

/* ------------------- wp_pages_nav() ---------------------*/
#pages_nav {
    margin: 10px;
    font-size: 12px;
    border-bottom: black 1px solid;
    }

#pages_nav ul {
    }

#pages_nav ul.level1 {
    font-weight: bold;
    }

#pages_nav ul.level2 {
    border-top: black 1px dashed;
    margin-left: 25px; padding-left: 25px;
    }

#pages_nav ul.level3 {
    border-top: black 1px dashed;
    margin-left: 50px; padding-left: 50px;
    }

#pages_nav ul.level4 {
    border-top: black 1px dashed;
    margin-left: 75px; padding-left: 75px;
    }

#pages_nav ul.children {
    }

#pages_nav li {
    padding: 3px;
    }

#pages_nav li.current {
    background: url(images/jt_bg-post2.gif) left top;
    font-size: 14px;
    }
/* ------------------- /wp_pages_nav() ---------------------*/

body {
    margin: 0px;
    padding: 0px;
    background: url(images/jt_bg-base.gif) left top;
    font-family: Georgia, Times New Roman;
    font-size: 16px;
    }

img {
    border: 0;
    }

hr {
      Height:0; Border-Width:0; Border-Top:Solid black 1px;
     }

a {
    color: #783C00;
    text-decoration: none;
    }
a:hover {
    color: #890000;
    border-bottom: 1px dashed #890000;
    }

.sidebarBase {
      background: url(images/jt_bg-sidebar_base.jpg) left top;
      width: 250px;
      margin-top: 5px;
      margin-left: 0;
      }
.sidebarBase h3 {
      padding: 0px 5px 0 25px;
      color: #C2A599;
      }
.sidebarBase a {
      color: #C2A599;
      text-decoration: none;
      }
.sidebarBase a:hover {
      color: #C2A599;
      border-bottom: 1px dashed #C2A599;
      }


.sidebarHeader {
      background: url(images/jt_bg-sidebar_top.jpg) left top no-repeat;
      width: 250px;
      }
.sidebarHeader h3{
  padding: 15px 5px 0 25px;
  color: #C2A599;
  }
.sidebarHeader a {
      color: #C2A599;
      text-decoration: none;
      }
.sidebarHeader a:hover {
      color: #C2A599;
      border-bottom: 1px dashed #C2A599;
      }

.sidebarFooter {
  background: url(images/jt_bg-sidebar_bottom.jpg) left top;
  width: 250px;
  height: 19px;
  }

.sidebarText{
      margin-top: -10px;
      padding: 0 25px 0 25px;
      color: #C2A599;
      text-align: justify;
      font-size: 14px;
      }

.sidebarText ul{
      margin: 0 0 0 0; padding: 0 0 0 0;
      }
.sidebarText li{
      margin-left: 15px;
      color: #C2A599;
      }

.sidebarText a {
      color: #C2A599;
      text-decoration: none;
      }
.sidebarText a:hover {
      color: #C2A599;
      border-bottom: 1px dashed #C2A599;
      }
.sidebarText h3 {
      color: #C2A599;
      }

.sidebarDrop {
      border-top: solid #C2A599 2px;
      margin-top: 5px;
      border-bottom: solid #C2A599 1px;
      margin-bottom: 5px;
}

.sidebarFooterText {
      padding: 0 25px 0 25px;
      color: #C2A599;
      }
.sidebarFooterText a {
      color: #C2A599;
      text-decoration: none;
      }
.sidebarFooterText a:hover {
      color: #C2A599;
      border-bottom: 1px dashed #C2A599;
      }



/* ===================================================================== */

.textSmall {
      font-size: 12px;
      }
.textRemark {
      margin-left: 50px;
      border-color: #890000;
      padding-left: 10px;
      font-size: 12px;
      border-style: dashed;
      border-top-width: 0px;
      border-right-width: 0px;
      border-bottom-width: 0px;
      border-left-width: thin;
      }

.b-photoArray-cell {
      padding: 10px 0 0 0;
      text-align: center;
      }
.b-photoArray-cell a {
      color: #C2A599;
      text-decoration: none;
      }
.b-photoArray-cell a:hover {
      color: #C2A599;
      border-bottom: 1px dashed #C2A599;
      }
.phoFrame {
      background: url(images/jt_pho-frame.jpg);
      color: #C2A599;
      width: 183px;
      height: 305px;
      margin-left: 10px;
      padding: 20px;
      }

/* ===================================================================== */
.contentPatch {
      background: url(images/jt_bg-belt_patch.jpg) left top no-repeat;
      width: 268px;
      height: 66px;
      line-height: 66px;
      display: table-cell;
      text-align: center; vertical-align: middle;
      }

.contentPatch img {
  vertical-align: middle;
}

.contentNavigationRight {
    float: right;
    padding-right: 35px;
    height: 50px;
    line-height: 50px;
    }
.contentNavigationLeft {
    margin-left: 10px;

    height: 50px;
    line-height: 50px;
    }


.contentRight {
    text-align: right;
    padding-right: 35px;
    padding-left: 10px;
    }
.contentLeft {
    text-align: left;
    padding-left: 10px;
    padding-right: 35px;
    }


.contentCommentsTitle {
    padding: 30px 35px 0 10px; margin 0;
    color: #522A00;
    font-weight: bold;
    font-size: 20px;
    }

.contentPostBase {
    background: url(images/jt_bg-post.gif) right top;
    margin: 10px 35px 10px 10px;
    }
.contentPostBase hr {
    height:0; Border-Width:0; Border-Top: solid #522A00 1px;
    margin: 0 10px 0 10px;
    }
.contentPostHeader {
    background: url(images/jt_bg-post_ur.gif) right top no-repeat;    
    padding: 5px 15px 0 15px;
    }
.contentPostTitle {
    padding: 0; margin: 0;
    margin-bottom: 5px;
    color: #522A00;
    font-weight: bold;
    font-size: 18px;
    }
.contentPostBookmark {
    float: left;
    padding: 5px 10px 5px;
    margin-bottom: 15px;
    }

.contentPostText {
    padding: 0 15px 0 15px;
    text-align: justify;
    }
.contentPostText hr {
    height:0; Border-Width:0; Border-Top: dashed #522A00 1px;
    margin: 0 10px 0 10px;
    }


.contentPostText table{
    width: 96%;
    margin: 10px; padding: 0;
    border: #AC8659 1px solid;
    border-collapse: collapse;
    }
.contentPostText td{
    margin: 0; padding: 5px;
    border: #AC8659 1px solid;
    }


.contentFooterL {
    background: url(images/jt_bg-post_dl.gif) left bottom no-repeat;
    padding: 0 15px 10px 15px;
    float: left;
    font-size: 14px;
    }
.contentFooterR {
    background: url(images/jt_bg-post_dr.gif) right bottom no-repeat;
    padding: 0 15px 10px 15px;
    text-align: right;
    font-size: 14px;
    }


.menuItem {
    background: url(images/jt_bg-belt_menu-item.jpg) right top;
    height: 39px;
    padding-right: 25px; padding-left: 30px;
    float: left;
    line-height: 27px;
    text-align: right;
    font-weight: bold;
    }
.menuItem a {
      color: #C2A599;
      text-decoration: none;
      }
.menuItem a:hover {
      color: #C2A599;
      border-bottom: 1px dashed #C2A599;
      }


/* ===================================================================== */

.fBody {
    margin: 0px;
    padding: 0px;
    max-width: 1000px; min-width: 800px;
    width:expression(document.body.clientWidth > 1000 ? "1000px": document.body.clientWidth < 800 ? "800px": "auto" );
    }
.bBody {
    margin: 0px;
    padding: 0px;
    background: url(images/jt_bg-belt.jpg) left top;
    width: 100%;
    height 103px;
    }
.bBodyShadowT {
    margin: 0px;
    padding: 0px;
    background: url(images/jt_bg-tshadow3.jpg) left top;
    width: 100%;
    height: 9px;
    }
.bBodyShadowB {
    margin: 0px;
    padding: 0px;
    background: url(images/jt_bg-bshadow3.jpg) left top;
    width: 100%;
    height: 9px;
    }
.mBody {
    margin: 0px;
    padding: 0px;
    background: url(images/jt_bg-belt_menu.jpg) left top;
    width: 100%;
    height: 39px;
    }


.tBase {
    width: 100%;
    }
.tSidebar {
    background: url(images/jt_bg-sidebar.jpg);
    width: 280px;
    }
.tContent {
    background: url(images/jt_bg-content.gif) right;
    }


.tSidebarBelt {
    background: url(images/jt_belt-left.jpg) left top no-repeat;
    width: 280px;
    height: 103px;
    }
.tContentBelt {
    background: url(images/jt_belt-right.jpg) right top no-repeat;
    height: 103px;
    }
.tSidebarMenu {
    background: url(images/jt_menu-left.jpg) left top no-repeat;
    width: 280px;
    height: 39px;
    }
.tContentMenu {
    height: 39px;
    }


.tSidebarShadowT {
    background: url(images/jt_bg-tshadow1.jpg) left top;
    width: 280px;
    height: 9px;
    }
.tContentShadowT {
    background: url(images/jt_bg-tshadow2.jpg) right top;
    border: 0;
    height: 9px;
    }
.tSidebarShadowB {
    background: url(images/jt_bg-bshadow1.jpg) left top;
    width: 280px;
    height: 9px;
    }
.tContentShadowB {
    background: url(images/jt_bg-bshadow2.jpg) right top;
    border: 0;
    height: 9px;

    }

/* ===================================================================== */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.aligncenter {
        background: url(images/jt_bg-image.jpg);
        border: solid #491A00 1px;
        padding: 3px;
}

img.alignnone {
        background: url(images/jt_bg-image.jpg);
        border: solid #491A00 1px;
        padding: 3px;
}
img.alignright {
        background: url(images/jt_bg-image.jpg);
        border: solid #491A00 1px;
        padding: 3px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
        background: url(images/jt_bg-image.jpg);
        border: solid #491A00 1px;
        padding: 3px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */