/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #ffffff;
  font-family: Arial, Verdana, Helvetica, Sans-serif; font-size: small;
}
tr.odd td, tr.even td {
  padding: 0.3em;
  font-family: Arial, Verdana, Helvetica, Sans-serif; 
  font-size: small;
  border: 0px;
}
tr.decoration img {display: block;}

h1 {
  font-size: 25px; 
  font-weight: normal; 
  margin-bottom: 2px; 
  margin-top: 2px;
}
h2 {
  font-size: small; 
  margin-bottom: 1px; 
  margin-top: 1px; 
  font-weight: normal;
}
h3 {
  font-size: small; 
  margin-bottom: 1px; 
  margin-top: 1px; 
  font-weight: normal;
}
h4 {
  font-size: small; 
  margin-bottom: 1px; 
  margin-top: 1px; 
  font-weight: normal;
}
h5 {
  font-size: small; 
  margin-bottom: 1px; 
  margin-top: 1px; 
  font-weight: normal;
}
h6 {
  font-size: small; 
  margin-bottom: 1px; 
  margin-top: 1px; 
  font-weight: normal;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  color: #003366; text-decoration: none;
}
a:link {
  color: #003366;
}
a:visited {
  color: #660066;
}
a:hover {
  text-decoration: underline;
}
a.bold {
  font-weight: bold;
}
a.small {
  font-size: x-small;
}
a.udrline {
  text-decoration: underline;
}
a.udrlinebold {
  font-weight: bold; 
  text-decoration: underline;
}
a.udrlinesmall {
  text-decoration: underline; 
  font-size: x-small;
  color: #666666;
}

a.lftnavhdr {
  font-weight: bold;
}
a.lftnavhdr:visited {
  font-weight: bold; 
  color: #003366;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  border: 0px;
  border-collapse: separate;
}
.color333333bg {background-color:#333333;}
.colorDCDCDCbg {background-color:#DCDCDC;}
.color666666bg {background-color:#666666;}
.color999999bg {background-color:#999999;}
.colorFFFFFFbg {background-color:#FFFFFF;}
.color000000bg {background-color:#000000;}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.item-list ul li {
  margin: 0 0 0.25em 0; /* LTR */
  padding: .5em 0 0 0;
  text-align: left;
  list-style: none;
/*  list-style-image: url(../../../misc/menu-leaf.png);*/
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
	margin: 0 0 0 0;
	padding: 4px 10px 5px 10px;
	font-weight: bold;
  	background-color: #E7E7E7;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

background-color: #ffffff;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #f0f0f0;
  width: 170px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/

.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 2px 0; /* LTR */
}
.block {
  padding-bottom: 0.75em;

}
.block .title {
  margin-bottom: .25em;
  background-color: #eee;
  padding-left: 5px;
}
.box .title {
  font-size: 1.1em;
}
.block ul {

padding-bottom: 0.0em;

}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
.breadcrumb {
  display: inline;
  padding-bottom: 0em;
  font-size: x-small;
}
html.js #user-login-form li.openid-link,
html.js #user-login li.openid-link {
  display : list-item;
}
#user-login-form li.openid-link,
#user-login li.openid-link {
  background: none;
}
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
  width: 11.5em;
}
ul.nice-menu li {
  border: 0px solid #ccc;
  border-top: 0;
}
ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  border: 0;
  border-top: 0px solid #ccc;
}
ul.nice-menu,
ul.nice-menu ul {
  border-top: 0px solid #ccc;
}
ul.nice-menu-right ul {
  width: 12.5em;
  left: 11.5em;
  top: -1px;
}
ul.nice-menu a {
  padding: 0.3em 5px 0.3em 0.25em;
}
#hplip_logo {
    position: absolute;
    right: 50px;
    width: 100px;
    top: 25px;
}
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.4em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.5em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #eee url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li.over,
ul.nice-menu-left li li.menuparent:hover,
ul.nice-menu-left li li.over {
  background: #ccc url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-left: 12px;
}

/* Moved from hplip-web/index.html */

#distros_table {
	position: relative;
	left: 50px;
}

#models_table {
	position: relative;
	left: 50px;
}

#models_table table {
	text-align: center;
}

#distros_table table {
	text-align: center;
}

#download_button {
	display: relative;
	left: 50px;
}


/*div.body2 {
	position: absolute;
	left: 200px;
	top: -500px;
}
*/


pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	border: 1px solid #ddd;
	width: 50%;
	overflow: auto;
}

hr {
	width: 100%;
	margin-left: -10px;
}

pre.literal-block {
	width: 570px;
}

div.section {
	width: 570px;
}


/*
:Authors: Ian Bicking, Michael Foord
:Contact: fuzzyman@voidspace.org.uk
:Date: 2005/08/26 
:Version: 0.2.0
:Copyright: This stylesheet has been placed in the public domain.

rest.css - used for rest2web documents
Content rendered by docutils as part of a website
http://www.voidspace.org.uk/python/rest2web/

Stylesheet for Docutils.
Based on ``blue_box.css`` by Ian Bicking
and ``default.css`` revision 3442
*/

/* @import url(default.css); */


em, i {
  /* Typically serif fonts have much nicer italics */
  /* font-family: Times New Roman, Times, serif; */
}

a.target {
  color: blue;
  text-decoration: none;
}

a.toc-backref {
  text-decoration: none;
  color: black;
}

a.toc-backref:hover {
  background: none ! important
}

div.attention, div.caution, div.danger, div.error, div.hint,
div.important, div.note, div.tip, div.warning {
	background-color: #ffffff;
	padding: 3px;
	border: thin solid #000000;
	width: 60%;
	text-align: center;
	position: relative;
	left: 75px;
}

div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title  {
  text-align: center;
  background-color: #dcdcdc;
  display: block;
  margin: 0;
}

div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title {
	color: #cc0000;
	text-align: center;
	background-color: #dcdcdc;
	display: block;
	margin: 0;
	margin-top: 5px;
}

h3 a.toc-backref, h4 a.toc-backref, h5 a.toc-backref, 
h6 a.toc-backref { 
  color: #000000;
}

table.footnote {
  padding-left: 0.5ex;
}

table.citation {
  padding-left: 0.5ex
}

.image img { 
	border-style : solid;
	border-width : 2px;
}

h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  font-size: 100%;
}

code, tt {
  color: #000066;
}

span.pre {
  white-space: normal }
/*
When set to 'pre' it breaks my page layout on IE
*/

.borderless, table.borderless td, table.borderless th {
  border: 0 }

table.borderless td, table.borderless th {
  /* Override padding for "table.docutils td" with "! important".
     The right padding separates the table cells. */
  padding: 0 0.5em 0 0 ! important }

span.underline a{
text-decoration: underline;
}
