/* @override http://www.lisarogak.com/css/main.css */

/* GENERAL ______________________________ */
html, html body{
height:100%;
}
body{
background:transparent url("../images/bubbles.gif") -20px 0 repeat-x;
background-color:rgb(245,244,214);
}
/* LAYOUT DIVs ______________________________ */
#logo{
position:absolute;
top:133px;
left:49px;
width:174px;
height:66px;
text-indent:-9999px;
background:url("../images/name.gif") 0 0 no-repeat;
}
#mainContent{
float:left;
width:430px;
padding-top:225px;
margin-left:250px;
display:inline;
}
.blogBody #mainContent,
.archiveBody #mainContent{
padding-top:248px;
}
#sidebar{
float:left;
margin-top:258px;
margin-left:40px;
width:250px;
padding:0 0 25px 0;
background:transparent url("../images/sidebarBot.gif") left bottom no-repeat;
display:inline;
}
.booksBody #sidebar{
	padding:0;
	margin-left: 20px;
	background: none
	}
#blogStuff{
position:absolute;
top:292px;
left:15px;
width:200px;
text-align:right;
}
#footer{
clear:both;
width:610px;
padding:60px 0 10px 0;
margin-left: 70px;
/*background:transparent url("../images/hearse.gif") 690px bottom no-repeat;*/
}
#footer .legal{
clear:both;
text-align:right;
color:rgb(135,135,135);
padding-top: 10px;
border-top: 1px solid #EB7244;
}
#footer .elsewhere{ border-top: 1px solid #EB7244;}
#footer a{
font-weight:normal;
}
.bookDescrip{
clear:both;
overflow:auto;
margin-bottom:1em;
padding:1em 0;
border-top:1px solid rgb(95,141,154);
}
/* IMAGES ______________________________ */
.imgR p, .imgL p, .imgC p{
margin-bottom:0;
}
.imgR{
float:right;
margin:.4em 0 .5em 1em;
}
.imgL{
float:left;
margin:.4em 1em .5em 0;
}
.imgC{
text-align:center;
}
.imgR img, .imgL img, .imgC img{
border:1px solid rgb(137,107,82);
}
.imgR, .imgL, .imgC, #mainContent a.imgL[href^="http://"] {
padding: 5px;
background-color:rgb(237,233,168);
color:rgb(137,107,82);
font-size:.9166em;
}
.prodImg{
float:left;
margin:.4em .7em .5em 0;
}
.sidebarBook img{
margin-bottom:.5em;
}
.coverImage{
	-webkit-transform: perspective(600 ) rotateY( -10deg );
	-webkit-box-shadow: 6px 3px 5px rgba(0,0,0,.2);
	margin: 0;
	}
.coverImage img {border: 0 }
/*NAVIGATION STYLES  ______________________________ */
#primNav{
position:absolute;
top:280px;
left:70px;
font-size:1.5em;
line-height:2em;
}
#primNav a{
display:block;
padding-left:28px;
text-decoration:none;
color:rgb(95,141,154);
font-weight:normal;
background:transparent url("../images/dot.gif") 3px 50% no-repeat;
}
.defaultBody li#homeBtn a,
.aboutBody li#aboutBtn a,
.booksBody li#booksBtn a,
.articlesBody li#articlesBtn a,
.workshopsBody li#workshopsBtn a,
.press_roomBody li#press_roomBtn a,
/*.blogBody li#blogBtn a,*/
.tagBody li#blogBtn a,
.faqBody li#faqBtn a,
.contactBody li#contactBtn a{
color:rgb(123,177,47);
background:transparent url("../images/dotOn.gif") left center no-repeat;
}
#primNav li a:hover,
#primNav li a:focus{
color:rgb(123,177,47);
background:transparent url("../images/dotOn.gif") left center no-repeat;
}
.blogBody #primNav,
.tagBody #primNav,
.archiveBody #primNav{
position:absolute;
top:200px;
left:237px;
font-size:1.1667em; /*12px */
border-bottom:1px dashed rgb(175,198,205);
}
.blogBody #primNav li,
.tagBody #primNav li,
.archiveBody #primNav li{
display:inline;
}
.blogBody #primNav a,
.tagBody #primNav a,
.archiveBody #primNav a{
display:inline;
background:none;
padding-left:14px;
padding-right:8px;
}
.blogBody #primNav a:hover,
.tagBody #primNav a:hover,
.archiveBody #primNav a:hover,
.blogBody #primNav a:focus,
.tagBody #primNav a:focus,
.archiveBody #primNav a:focus,
.blogBody #primNav #blogBtn a,
.tagBody #primNav #blogBtn a,
.archiveBody #primNav #blogBtn a{
color:rgb(123,177,47);
background:transparent url("../images/miniDotGr.gif") left center no-repeat;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

