/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 14, ../../../../../../../../opt/local/lib/ruby/gems/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
}

body {
  background-color: #abd1f7;
  font-size: 14px;
  line-height: 18px;
  font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: black;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

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

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

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

a img {
  border: none;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 18px;
  margin-bottom: 18px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 27px;
  margin-bottom: 9px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
}

p {
  color: black;
  margin: 9px 0 9px 0;
  text-align: left;
}

a {
  text-decoration: none;
  color: #0058b1;
}

a:hover {
  color: red;
  text-decoration: none;
}

a.permalink {
  color: #ccc;
  margin-left: 1em;
}

a:hover.permalink {
  color: red;
}

a.permalink {
  text-transform: uppercase;
  letter-spacing: .2em;
  font: 9px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ol {
  margin-left: 3em;
}

ol li {
  list-style-type: decimal;
  margin-bottom: 9px;
}

ul {
  margin-left: 2em;
}


ul li {
  list-style-type: square;
  margin-bottom: 9px;
}

#content {
  padding: 2em 3em;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  background-color: #fcfcfc;
}

div.photo {
  text-align: center;
  margin-bottom: 1em;
}

div.right {
  float: right;
  margin-left: 18px;
}

.quote {
  font-style: italic;
  margin: 9px 18px 9px 18px;
}

div.sidebar, p.sidebar {
  margin-left: 18px;
  padding-left: 36px;
  margin-right: 18px;
  font-style: italic;
  background: url(../gfx/bkgd.asterisk.jpg) no-repeat 4px 4px;
  min-height: 30px;
}

.warning {
  color: red;
}

.hilite {
  background-color: #FF9;
}

.first {
  margin-top: 0;
}

.center {
  text-align: center;
}

.proviso {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  color: #800;
}

.menu-item {
  font-weight: bold;
}

pre, .code {
  display: block;
  white-space: pre;
  font-family: Menlo, Monaco, monospace;
  font-size: 12px;
}

.cli-cmd {
  font-family: Menlo, Monaco, monospace;
  font-size: 12px;
}

div.largefeature3 {
  float: left;
  width: 256px;
  height: auto;
  margin-right: 1em;
  margin-bottom: 18px;
  padding: 0;
  border: none;
  text-align: center;
  padding: 0.5em;
  background-color: #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

div.descbox {
  height: 140px;
  text-align: justify;
}


.manual #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 27px;
  background-color: #8bb1d7;
  border-bottom: 1px solid black;
  padding: 4px;
}

.manual #toc {
  position: absolute;
  margin-top: 36px;
  width: 237px;
  /*overflow:auto;*/
  background-color: #abd1f7;
}

.manual #content {
  position: relative;
  top: 73px;
  bottom: 0;
  margin-left: 256px;
  right: 0;
  /*overflow:auto;*/
  min-width: 400px;
  border: none;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.manual #content img {
  border: 1px solid black;
}

.manual #troubleshooting {
  position: absolute;
  width: 200px;
  top: 14px;
  right: 9px;
  text-align: right;
}


.cli-cmd1 {
  color: #008;
  font-family: "Monaco", "Courier New", Courier, monospace;
}


.cmd-hilite {
  color: #008;
  color: blue;
}


#toc {
  padding: 0 9px;
}

#toc ul {
  margin: 0 0 18px 0;
}

#toc li {
  list-style-type: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
}


#pagenav {
  height: 36px;
  position: absolute;
  top: 36px;
  left: 256px;
  right: 0;
  background-color: #ddd;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}


#TOCSelect {
  position: absolute;
  right: 9px;
  top: 7px;
}


#articleTitle {
  position: absolute;
  left: 9px;
  top: 9px;
  margin: 0;
  font-weight: bold;
}


#headertext {
  position: absolute;
  top: 14px;
  font-weight: bold;
  left: 170px;
}


.bottomnav {
  text-align: right;
  margin: 36px 0 36px 0;
  font-size: 12px;
}

#copyright {
	text-align:center;
	color: rgb(182,182,182);
}
