/*
 * Project:	Sunrise Appliance
 * Date:		7-15-10
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { }
body { background: #fff; font-size: 62.5%; }

body, textarea, input, select, option, button { color: #666; font-family: Verdana,Geneva,sans-serif; line-height: 1.5; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.2em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #3e90b3; text-decoration: underline; }
a:hover, a:focus, a:active { color: #000; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#wrap { }
 #top { margin: 0 0 15px; padding: 0 0 15px; border-bottom: 1px solid #ccc; }
   #logo { margin: 0; }
  #skip-links { display: none; }
  #nav { display: none; }
 #subheader { display: none; }
 #header { display: none; }
 #content { }
  #main { }
  #side { display: none; }
 #home { }
 #footer { margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid #ccc; }
  #footer ul { display: none; }
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { font-family: Georgia,serif; font-weight: bold; line-height: 1.2; }
h1 { font-size: 2.4em; font-weight: normal; }
h2 { font-size: 1.8em; font-weight: normal; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

/* containers */

div.add-comment-a { display: none; }

div.box-a { }

div.comments-a { }
 div.comments-a h2 {  }
 div.comments-a div.comment { }
  div.comments-a div.comment p.author { font-weight: bold; }
  div.comments-a div.comment blockquote { margin: 0; padding: 0; font-family: Georgia,serif; }
   div.comments-a div.comment blockquote p { margin: 0; }

div.nav-a { display: none; }

/* lists */

ul.a { list-style: none; margin: 0 0 15px; padding: 0; }
 ul.a li { margin: 0 0 5px; }


ul.tags-a { list-style: none; margin: 0 0 15px; padding: 0; word-spacing: 10px; }
 ul.tags-a li { display: inline; line-height: 22px; font-family: Georgia,serif; vertical-align: baseline; }
 ul.tags-a li.s1 { font-size: 1.1em; }
 ul.tags-a li.s2 { font-size: 1.4em; }
 ul.tags-a li.s3 { font-size: 1.8em; }
 ul.tags-a li.s4 { font-size: 2.2em; }
  ul.tags-a li a { text-decoration: none; word-spacing: 0; }
  ul.tags-a li a:hover,
  ul.tags-a li a:focus,
  ul.tags-a li a:active { text-decoration: underline; }
   
/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }
 
/* paragraphs */

p.breadcrumbs-a {  }

/* other */

.left { display: inline; float: left; margin: 0 15px 5px 0; }
.right { display: inline; float: right; margin: 0 15px 5px 0; }
.center { display: block; margin-left: auto; margin-right: auto; text-align: center; }

.border img,
img.border { padding: 1px; border: 1px solid #cfcfcf; }
 
/* ELEMENTS
------------------------------------------- */

