/*
Theme Name: Ahisma
Theme URI: http://www.csstinderbox.com
Description: Custom design template for the Ahisma blog
Version: 1.0
Author: CSS Tinderbox

*/

/* //BASIC STYLES// ======================================================================================== */

body {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
line-height:16px;
background-color:#e5e3c1;

}

a:link, a:visited {
color:#4b5b40;
text-decoration:underline;
}

a:hover, a:active {
color:#ffffff;
text-decoration:none;
}

h1 {
margin:0;
padding:0;
font-size:20px;
}

h2 {
margin:0;
padding:0;
font-size:18px;
}

h3 {
margin:0;
padding:0;
font-size:16px;

}

p {
margin:5px 0 10px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

blockquote {
margin:5px 6px 15px 6px;
padding:10px;
font-size:11px;
font-style:italic;
color:#4b5b40;
background-color:#d7e4ce;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

ul, ol {
margin:0;
padding:0;
}

ul li, ol li {
margin:0;
padding:0;
}

ul li ul, ol li ol {
margin:0;
padding:0;
}

ul li ul li, ol li ol li {
margin:0;
padding:0;
}

ul li {
list-style-type:disc;
}

ul li ul li {
list-style-type:circle;
}

ol li {
list-style-type:decimal;
}

ol li ol li {
list-style-type:lower-alpha;
}

.postPic {
margin:0 0 6px 0;
padding:4px;
border:1px dashed #c7c5a9;
}

.lefty {
float:left;
margin:0 4px 0 0;
padding:4px;
border:1px dashed #c7c5a9;
}

.leftyPost {
float:left;
margin:0 10px 5px 0;
padding:5px;
border:1px dashed #ffffff;
}

.rightyPost {
float:right;
margin:0 0 5px 10px;
padding:5px;
border:1px dashed #ffffff;
}

.bigPost {
margin:0 0 5px 0;
padding:5px;
border:1px dashed #ffffff;
}

/* //MAIN STRUCTURE// ======================================================================================== */

#pageWrap {
margin:0 0 0 0;
padding:0;
width:100%;
background-color:#e5e3c1;
background-image:url(img/body-bg.jpg);
background-position:left;
background-repeat:repeat-y;
}

#header {
margin:0;
padding:0;
width:442px;
height:273px;
background-image:url(img/logo.jpg);
background-position:0 0;
background-repeat:no-repeat;
}

#topButtons {
float:right;
}

#mainBody {
float:left; 
margin:-25px 0 0 20px;
padding:25px 0 0 0;
width:500px;
}

#sideBarWrap {
float:left;
margin:0 0 0 20px;
padding:0;
width:442px;
}

#ColumnLeft {
float:left;
margin:0 6px 0 0;
padding:0 5px 0 0;
width:225px;
}

#columnRight, .columnText {
margin:0 0 0 236px;
padding:0;
width:200px;
}

#footer {
clear:both;
margin:0;
padding:0;
width:100%;
background-color:transparent;
background-image:url(img/footer-bg.png);
background-position:top;
background-repeat:repeat-x;
color:#999993;
font-size:10px;
}

#footerWrap {
margin:0 0 0 0;
padding:0 0 0 0;
width:100%;
height:500px;
background-image:url(img/footer-artwork.jpg);
background-position:0 14px;
background-repeat:no-repeat;
}

#footerBlockLeft {
float:left;
margin:90px 0 0 20px;
padding:0;
width:450px;
}

#footerBlockRight {
float:left;
margin:100px 0 0 70px;
padding:0;
width:450px;
}




/* //HEADER STRUCTURE// ======================================================================================== */

#header img {
 margin:0;
 padding:0;
}

#header a:link, #header a:visited {
color:#333333;
text-decoration:none;
}

#header a:hover, #header a:active {
color:#C60;
text-decoration:none;
}


/* //POST STYLES// ======================================================================================== */

.post {
margin:10px 5px 20px 5px;
padding:0 0 20px 0;
border-bottom:1px dashed #ffffff;
font-size:13px;
}

.postTitle, .postTitleStatic {
margin:0 0 15px 0;
font-family:"Times New Roman", Times, serif;
font-size:40px;
line-height:39px;
text-transform:capitalize;
}

.post h3 {
margin:0 0 10px 0;
font-family:"Times New Roman", Times, serif;
font-size:22px;
line-height:22px;
text-transform:capitalize;
}

.postTitleStatic {
color:#ffffff;
}

.postTitle a:link, .postTitle a:visited {
color:#000000;
text-decoration:none;
background-color:transparent;
}

.postTitle a:hover, .postTitle a:active {
color:#ffffff;
text-decoration:none;
}

.postAuthor, .postMeta, .postFeedback {
font-size:11px;
color:#ffffff;
}

.postAuthor a:link, .postAuthor a:visited, .postMeta a:link, .postMeta a:visited, .postFeedback a:link, .postFeedback a:visited {
color:#ffffff;
text-decoration:underline;
background-color:transparent;
}

.postAuthor a:hover, .postAuthor a:active, .postMeta a:hover, .postMeta a:active, .postFeedback a:hover, .postFeedback a:active {
color:#000000;
text-decoration:none;
}




/* //POST NAVIGATION// ======================================================================================== */

#postNav {
margin:0;
padding:20px 0;
width:100%;
font-size:12px;
}

.navLinkLeft  a:link, .navLinkLeft  a:visited {
color:#ffffff;
text-decoration:underline;
}

.navLinkLeft  a:hover, .navLinkLeft  a:active {
color:#000000;
text-decoration:none;
}

.navLinkLeft {
float:left;
width:45%;
}

.navLinkRight {
float:right;
width:45%;
}


/* //COMMENT STYLES// ======================================================================================== */

.postCommentWrap {
margin:0 10px 0 0;
padding:0;
color:#454545;
}

.postCommentWrap input, .postCommentWrap textarea {
border:1px solid #ffffff;
background-color:#d7e4ce;
margin:0 0 0 15px;
}

.postCommentWrap h3 {
padding:15px 0 0 15px;
font-family:"Times New Roman", Times, serif;
font-size:22px;
}

.commentInput  {
font-size:11px;
}

#postCommentLeave h3 {
padding:5px 0 0 15px;
margin:0 0 15px 0;
font-family:"Times New Roman", Times, serif;
}

#postCommentList {
margin:0;
padding:0;
}

#postCommentList li {
margin:0;
padding:15px;
font-size:11px;
border-bottom:1px dashed #ffffff;
}

.commentMeta {
text-align:right;
}

.commentMeta a:link, .commentMeta a:visited, .postCommentFeed a:link, .postCommentFeed a:visited, .postCommentLog a:link, .postCommentLog a:visited {
color:#ffffff;
text-decoration:underline;
}

.commentMeta a:hover, .commentMeta a:active, .postCommentFeed a:hover, .postCommentFeed a:active, .postCommentLog a:hover, .postCommentLog a:active {
color:#000000;
text-decoration:none;
}

#comments a {
color:#000000;
text-decoration:none;
}

.postCommentNo {
padding:15px 0 0 25px;
font-style:italic;
}

.postCommentFeed, .postCommentLog {
padding:5px 0 0 15px;
font-size:11px;
}

/* //SIDEBAR STYLES// ======================================================================================== */

#sideBarWrap ul li, #sideBarWrap ol li {
list-style-type:none;
margin:0 0 5px 5px;
}

.widget {
margin:0 0 5px 0;
padding:5px 5px 15px 5px;
font-size:12px;
border-bottom:1px dashed #c7c5a9;
/* background-color:#ecebd9;
background-image:url(img/widget-bg.jpg);
background-position:right;
background-repeat:repeat-y; 
border:3px solid #f9f9f3; */
}

.widgetTitle, .columnTitle {
margin:5px 0 10px 0;
padding:0 0 5px 0;
font-family:"Times New Roman", Times, serif;
font-size:26px;
line-height:24px;
color:#44443f;
}

.widget ul li a:link, .widget ul li a:visited {
color:#9e8354;
text-decoration:none;
}

.widget ul li a:hover, .widget ul li a:active {
color:#000000;
text-decoration:underline;
}

.columnText p {
font-size:11px;
}

.textwidget {
font-size:11px;
color:#333333;
}

#widgetTextChunk a:link, #widgetTextChunk a:visited {
color:#9e8354;
text-decoration:underline;
}

#widgetTextChunk a:hover, #widgetTextChunk a:active {
color:#000000;
text-decoration:none;
}

/* //PAGE NAVIGATION SIDEBAR STYLES// ======================================================================================== */

#pages ul li {
margin:0 0 10px 5px;
padding:4px 0 4px 22px;
font-size:22px;
line-height:22px;
font-family:"Times New Roman", Times, serif;
background-image:url(img/pages-li-bullet.jpg);
background-position:0 3px;
background-repeat:no-repeat;
}




/* //RECIPE SIDEBAR STYLES// ======================================================================================== */

#foodBlock {
margin:0 0 10px 0;
padding:0 4px 5px 4px;
font-size:11px;
color:#543b0f;
border-bottom:1px dashed #c7c5a9;
}

#foodBlock img {
float:left;
margin:0 4px 4px 0;
padding:4px;
border:1px dashed #c7c5a9;
}

#foodBlock h2 {
margin:5px 0 10px 0;
padding:0 0 5px 0;
font-family:"Times New Roman", Times, serif;
font-size:26px;
line-height:24px;
color:#44443f;
}

#foodBlock h3 {
margin:6px 0 6px 0;
padding:0 0 2px 0;
font-family:"Times New Roman", Times, serif;
font-size:19px;
color:#9e8354;
}

.subTitle {
margin:-5px 4px 30px 0;
padding:2px 6px 2px 4px;
background-color:#f8f7e6;
color:#c25d25;
}

.subTitleRant {
margin:-5px 4px 30px 0;
padding:2px 6px 2px 4px;
background-color:#f8f7e6;
color:#547699;
font-size:11px;
}

/* //FOOTER STRUCTURE// ======================================================================================== */

#footerBlockLeft h2, #footerBlockRight h2 {
margin:5px 0 5px 0;
padding:0 0 5px 0;
font-family:"Times New Roman", Times, serif;
font-size:26px;
color:#f9f9f3;
}

/* #footer p {
font-size:10px;
} */

#footer ul li, #footer ol li {
list-style-type:none;
margin:0 0 10px 10px;
font-size:10px;
}

#footer a:link, #footer a:visited {
color:#e5e3c1;
text-decoration:underline;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

.quoteBlock {
font-family:"Times New Roman", Times, serif;
font-size:17px;
line-height:20px;
font-style:italic;
}

/* //TAG CLOUD WIDGET// ======================================================================================== */

#tag_cloud a:link, #tag_cloud a:visited, .widget_tag_cloud a:link, .widget_tag_cloud a:visited {
color:#9e8354;
text-decoration:none;
}

#tag_cloud a:hover, #tag_cloud a:active, .widget_tag_cloud a:hover, .widget_tag_cloud a:active {
color:#000000;
text-decoration:none;
}


/* //BANNER WRAP// ======================================================================================== */

.bannerAd {
margin:50px 0 0 0;
text-align:center;
}

.bannerAd img {
margin:0;
padding:0;
border:4px solid #ffffff;
}

.bannerAdClean {
margin:20px 0 0 0;
text-align:center;
}

/* //RSS PULL WIDGET// ======================================================================================== */

#rss-367955691 .widgetTitle {
margin:5px 0 10px 0;
padding:0 0 5px 0;
font-family:"Times New Roman", Times, serif;
font-size:20px;
line-height:24px;
color:#44443f;
}

#rss-367955691 .widgetTitle a:link, #rss-367955691 .widgetTitle a:visited {
color:#000000;
text-decoration:none;
}

#rss-367955691 .widgetTitle a:hover, #rss-367955691 .widgetTitle a:active {
color:#ffffff;
}

#rss-367955691 ul li {
margin:0 0 15px 0;
font-size:11px;
}

.rsswidget {
color#ff0000;
}

/* //SIDEBLOG WRAP// ======================================================================================== */

#sideblog- {
margin:0 0 0 0;
padding:0 4px 5px 4px;
font-size:11px;
color:#543b0f;
border-bottom:none;
}

#sideblog- h2 {
margin:5px 0 10px 0;
padding:0 0 5px 0;
font-family:"Times New Roman", Times, serif;
font-size:26px;
line-height:24px;
color:#44443f;
}

#sideblog- img {
float:left;
margin:0 4px 4px 0;
padding:4px;
border:1px dashed #c7c5a9;
}

#sideblog- ul li {
margin:0 0 10px 0;
padding:0 4px 5px 4px;
border-bottom:1px dashed #c7c5a9;
}

#sideblog- a:link, #sideblog- a:visited {
color:#9e8354;
text-decoration:underline;
}

#sideblog- a:hover, #sideblog- a:active {
color:#000000;
text-decoration:none;
}

#sideblog- .widgetTitle {
margin:-5px 4px 10px 0;
padding:2px 6px 2px 4px;
width:67px;
background-color:#f8f7e6;
color:#547699;
font-size:11px;
line-height:11px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
}

/*
.widgetTitle, .columnTitle {
margin:5px 0 10px 0;
padding:0 0 5px 0;
font-family:"Times New Roman", Times, serif;
font-size:26px;
line-height:24px;
color:#44443f;
} */


/* //IN MEMORIAL TEXT BLOCKS// ======================================================================================== */

.memorialBlock {
margin:5px 0 15px 0;
padding:0 5px 0 0;
width:98%;
}

.memorialBlock img {
margin:0 8px 5px 0;
padding:3px;
float:left;
border:1px dashed #ffffff;
}

.memorialBlock h2 {
font-size:20px;
}


/* //PARENT ELEMENT CLEARING CHILD FLOAT// ======================================================================================== */


.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 */

