/************************************************|
|   RuthieBenDor.com Print Styles                |
|                                                |
|   Author: Ruthie BenDor                        |
|   Update: August 3st, 2008                     |
|                                                |
|************************************************/


/* TODO
03-Aug-2008: It looks like FF3 is choking on the jQuery, and trying to apply the JS even when printing. Find a workaround.
*/

/* -----------------------------------------------
       RESET
----------------------------------------------- */

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;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

/* --- Lists ---------------------------------- */

ol, ul {
  list-style: none;
}

/* --- Tables --------------------------------- */

table {
  border-collapse: separate;
  border-spacing: 0;
  /* note: still need 'cellspacing="0"' in HTML */
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* --- Blockquotes ---------------------------- */

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* -----------------------------------------------
       TYPOGRAPHY
----------------------------------------------- */

/* --- Typefaces and line heights ------------- */

body {
  font-family: 'Lucida Grande', Tahoma, Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
}

p {
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.125em;
}

th, td {
  line-height: 1.000em;
}


/* --- Sizing and padding --------------------- */

h1 { font-size: 2.000em; padding: 0.5em 0; }
h2 { font-size: 1.750em; padding: 0.5em 0; }
h3 { font-size: 1.500em; padding: 0.5em 0; }
h4 { font-size: 1.375em; padding: 0.5em 0; }
h5 { font-size: 1.250em; padding: 0.5em 0; }
h6 { font-size: 1.125em; padding: 0.5em 0; }

th { font-size: 1.125em; padding: 0.75em 0; }
td { font-size: 0.875em; padding: 0.75em 0; }
p  { font-size: 0.875em; padding: 0.875em 0; }
li { font-size: 0.875em; padding: 0.75em 0; margin-left:1em; }
ul, ol { margin-left:1em; }


/* --- Other formatting ----------------------- */

a:link, a:visited {
  text-decoration:underline;
  background:inherit;
  color:#02245C;
}

a:hover, a:active {
  text-decoration:none;
  background:#02245C;
  color:#FFF;
}

em {
  font-style:italic;
}

strong {
  font-weight:bold;
}

/* --- Lists ---------------------------------- */

ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
}


div#kavod, 
div#glad,
div#righteous,
div#massequality,
div#kassia { 
  display:block;
  height:1000px;
}

#portfolio {
}

#portfolio h2 {
  padding-left:20px;
}

ul.navigation {
  list-style-type:circle;
}

ul.navigation li {
}

ul.navigation a em {
  display:block;
  color:#999;
}

ul.navigation a strong {
  display:block;
  text-transform:uppercase;
}