/**
 * Styles that are not a part of page layout.
 *
 * For example:
 *  Fonts
 *  Sizes
 *  Decoration
 *  Separators
 */
body {
  font-family: verdana, arial, sans-serif;
}

/*div#content {
	max-width: 50em;
}*/

div#highlight-container {
    height: 620pt;
    width: 710px;
    margin-right: auto;
    margin-left: auto;
}

div#highlight {
    background: url(anjuta-home.png) top left no-repeat;
    height: 509px;
}

div#highlight-ui {
    float: left;
    width: 150px;
    padding: 10px;
    background-color: #ffbbbb;
    border: #ff0000 solid 1px;
    -moz-border-radius: 15px;
    color: #333333;
}

div#highlight-editor {
    float: left;
    width: 180px;
    padding: 10px;
    margin-left: 15px;
    background-color: #bbffbb;
    border: #00ff00 solid 1px;
    -moz-border-radius: 15px;
    color: #333333;
}

div#highlight-plugins {
    float: left;
    width: 260px;
    padding: 10px;
    margin-left: 15px;
    background-color: #bbbbff;
    border: #0000ff solid 1px;
    -moz-border-radius: 15px;
    color: #333333;
}

div.download-button {
    background: url(download-button.png) top left no-repeat;
    width: 222px;
    height: 91px;
    padding-top: 20px;
}

span.tag-title {
   display: block;
   border-bottom: #555555 solid 1px;
}

span.tiny-tag { font-size: 12pt; }
span.small-tag { font-size: 15pt; }
span.med-tag { font-size: 18pt; }
span.large-tag { font-size: 21pt; }
span.huge-tag { font-size: 26pt; }

div#content a {
	color: #3465a4;
	border-bottom: 1px dotted #888;
	text-decoration: none;
}

div#content a:hover {
	border-bottom: 1px solid #888;
}

div#sidebar a {
        color: #3465a4;
        border-bottom: 1px dotted #888;
        text-decoration: none;
}

div#sidebar a:hover {
        border-bottom: 1px solid #888;
}

div.terminal {
  background-color: #444444;
  color: #eeeeee;
  border: #999999 1px solid;
  font-family: monospace;
  padding: 10px;
}

p.quote {
  background-color: #dddddd;
  color: #333333;
  font-style: italic;
  text-align: center;
}

h1.first {
  margin-top: 0;
  padding-top: 0;
}

h2, h3, h4, h5, h6 {
  color: #3f3f3f;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.0em;
}

table {
  border-collapse: collapse;
  border: 1px solid #eeee;
}

/*  lists  */
.list {
  margin-top:.5em;
}
.list tr td {
  padding:.2em;
  text-align:left;
}
.list td label {
  border-bottom:1px dashed #999;
  font-weight:normal;
}
.list th {
  background: #ccf;
  border: 1px solid #000;
  font-weight: bold;
  padding: 2px;
}
.list th a {
  display: block;
  padding:.2em 1.2em .2em .2em;
  text-align: left;
}
.list th a:hover {
  background-color: #fff;
}
.row1 {
  background-color: #eee;
}
.row2 {
  background-color: #ddd;
}
.row1:hover, .row2:hover {
  background-color: #fff;
}

.record th {
  text-align: right;
}

/* styling page content */

h1 {
	font-size: 1.5em;
	color: #3f3f3f;
}

/* styling form widgets like bugzilla.gnome.org */
input,textarea {
 border: 1px solid #6f6f6f;
/* background: #dddddd; */
}

input.login_small {
 border-style: none;
}

input:focus,textarea:focus {
  background-color: #f7f2d0;
  color: #000000;
}

/* select {
 border: groove
} */

option {
 border: 0px none #ffffff;
}

input[type=radio] {
  margin-left: 1em;
}

/* footer */

#footer {
	text-align: center;
	margin: 3em 3em 1em 3em;
	border-top: 1px solid gray;
	padding-top: 1.5em;
	color: #888;
	font-size: 80%;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 1em;
}

#footer a {
	color: #3465a4;
	border-bottom: 1px dotted #888;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #888
}

