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

/* from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* COLORS 
orange:rgb(235,114,68) | #EB7244
purple:rgb(117,83,100) | #755364
blue: rgb(95,141,154) | #5F8D9A
green: rgb(123, 177, 47) | #7BB12F
*/
body {
font-size:75%;
font-family:arial, sans-serif;
}
html>body {
font-size:12px;
}
/* P, BLOCKQUOTE ____________________________ */
p{
line-height:1.5em; /* 18px */
margin-bottom:.75em; /* 9px */
}
blockquote{
padding-left:1.5em;
margin-right:3em;
line-height:1.5em;
border-left: 1px solid #7BB12F;
}
ul blockquote{
margin-top:.75em;
}
blockquote.special{
border: 0;
padding-left:30px;
font-size:1.333em;
line-height:1.125em;
font-style:italic;
background:transparent url("../images/quotes.gif") 0 0 no-repeat;
}
blockquote.special p:after{
content:url("../images/endQuotes.gif");
}
blockquote.special img{
position:relative;
left:5px;
}
p.quotee {
text-align:right;
margin-top:-.75em;
margin-right:3em;
font-style:italic;
}
/* HEADINGS ____________________________ */
h2, #footer h3{
font-size:1.666em; /* 20px */
line-height:1.222em; /* 22px */
margin-bottom:.6666em;
color:rgb(95,141,154);
clear:both;
font-weight: bold;
}
h3{
font-size:1.1666em; /* 14px */
line-height:1.2857em; /*18px */
margin:.8571em 0 .4286em 0; /* 12px + 6px = 18px */
color:rgb(235,114,68);
clear:both;
}
#footer h3{
	color: #EB7244;
	}
#sidebar h3{
color:rgb(123,177,47);
margin:0;
}
#sidebar h3{
margin:0 0 .6429em 0;
padding-left:35px;
background:transparent url("../images/miniDotGr.gif") 14px 50% no-repeat;
}
#sidebar ul, #sidebar p,
#blogStuff ul, #blogStuff p, #blogStuff div{
line-height:1.5em; /* 18px */
margin-bottom:.75em; /* 9px */
}
#sidebar ul, #sidebar p{
padding-left:35px;
}
#sidebar img{
margin-left:35px;
}
.booksBody #sidebar img {margin-left:0;}
/* LISTS ____________________________ */
#mainContent ul{
margin-bottom:.75em;
}
.dot li, .buy li{
margin-left:-12px;
padding-left:12px;
line-height:1.5em;
margin-bottom:.75em;
background:url("../images/miniDot.gif") 0 .4em no-repeat;
}
dl{
margin-bottom:1.5em;
}
dt, dd{
line-height:1.5em;
}
dt{
font-size:1.1666em; /* 14px */
line-height:1.2857em; /*18px */
margin:.8571em 0 .4286em -12px; /* 12px + 6px = 18px */
padding-left:12px;
background:url("../images/miniDot.gif") left center no-repeat;
color:rgb(235,114,68);
}
/* CITE, EM, STRONG, SPAN ____________________________ */
cite{
font-style:italic;
}
cite.short{
font-style:normal;
}
em{
font-style:italic;
}
strong{
font-weight:bold;
}
.posted{
line-height:1.5em; /* 18px */
margin-bottom:.75em; /* 9px */
color:rgb(95,141,154);
}
/* LINKS ______________________________ */
a, .booksBody h3{
color:rgb(95,141,154);
font-weight:bold;
outline:none;
}
a:hover,
a:focus, .ui-state-active a {
color:rgb(235,114,68);
text-decoration:underline;
}
#sidebar a{
font-weight:normal;
}
#logo a:hover{
}
a:visited{
}
/*External links*/
#mainContent a[href^="http"] {
padding-right:12px;
background:url("../images/external.gif") 100% 0 no-repeat;
}
#footer a[href^="http"],
#mainContent a[href="http://"],
#mainContent a[href^="http://lisarogak.com"],
#mainContent a[href^="http://www.lisarogak.com"]  {
padding-right:0;
background:none;
}
/* VCARDs ______________________________ */
.vcard div{
margin:.75em 0;
}
.fn{
display:none;
}
.email{
font-style:italic;
}
.email span{
font-size:.83333em;
}
/* FORMS _________________________________*/
legend{
display:none;
}
label {
line-height:1.5em;
margin-right:5px;
}
fieldset div{
height:4.5em;
}
.zemContactForm{
line-height:1.5em;
}
div#inputMsg{
height:11em;
}
input, textarea{
padding:4px;
background-color:rgb(245,244,214);
border:1px solid rgb(175,198,205);
}
input:focus, input:hover, textarea:focus, textarea:hover{
background-color:rgb(255,255,255);
}
input.zemSubmit,
input.button{
cursor:pointer;
padding:2px;
color:white;
background-color:rgb(115,156,185);
}
input.button:hover,input.button:focus,
input.zemSubmit:hover, input.zemSubmit:focus{
background-color:rgb(235,114,68);
}
input.disabled, input.disabled:hover,input.disabled:focus{
background-color:rgb(175,198,205);
}
.zemError,
.zemRequirederrorElement,
.error, .success{
color:rgb(235,114,68);
}
ul.zemError li{
margin-left:0;
list-style-image:none;
list-style-type:none;
}

