@import url(http://start.ubuntu.com/8.04/screen-6c-24-24-12.css?v=08032801);

/* changing the screen-6c... import necessetates changing the
 * values for #round
 */

body {
	background: #d3caaa url(http://start.ubuntu.com/8.04/images/bg-page.png) repeat-x top;
	margin: 20px;
	font-size: 90%;
}
#round {
	background: #fff url(http://start.ubuntu.com/8.04/images/bg-content.png) repeat-y top;
	width: 876px;
	margin: auto;
	position: relative;
}
#header {
	background: #af6234 url(http://start.ubuntu.com/8.04/images/header.png) no-repeat top;
	height: 125px;
}
#header h1 {
	text-indent: -800px;
}
#heron img {
	padding-top: 7px;
}
#tabs ul {
	float: right;
	margin-top: 82px;
	display: none;
}
#header li {
	display: inline;
}
#header li a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	background-color: #af6234;
	padding: 3px;
	margin-left: 4px;
	border-top: 1px solid #be8408;
	border-left: 1px solid #be8408;
	border-right: 1px solid #be8408;
}
#bottomcap { 
	height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #5A3320;
}
#masthead h1 {
	color: #CC0000;	
	display: block;
}
h1 {font-size:1.8em}
h2 {font-size:1.3em}
h3 {font-size:1.3em}
h4 {font-size:1.1em}
h5 {font-size:1em}
h6 {font-size:1em}

a {
	color: #D90D19;
}

#content {
	padding: 12px;
}
#footer { /* the footer has the bottom cap image following which gives the
			 illusion of 20px of padding below the footer */
	padding: 12px 12px 0 12px;
}
#searchbox {
	padding: 15px 0;
}
#searchbox img, #searchbox a{
	margin: 0;
	padding: 0;
	border-style: none;
	display: inline;
	vertical-align: middle;
}
#searchbox label {
	display: none;
}
#searchbox form {
	display: inline;
}
#sbb { /* submit button in search box */
	width: 80px;
}
/* search box is 492px, search text field needs to grow by 54px
   492 - 438 = 54px + 269 = 323px */
#sbi {
	width: 323px;
}

/* gadget customizations */
#gadgets {
	padding-top: 2.1em;
}
#gadgets tr+tr+tr+tr { /* hide bottom row of the gadget */
	/* display: none; */ 
}
#gadgets td {
	/* text-align: left ! important; */
}
#gadgets td a {
/* 	font-size: 1.3em ! important;
	text-decoration: none;
	color: #5A3320;
*/
}
#gadgets td div { /* remove border from gadget */
	border-style: none !important;
}
#gadgets .gbox {
	padding-bottom: 1.25em;
}
#gadgets .gimage {
	width: 48px;
	margin-right: 5px;
	float: left;
}
#gadgets .gtext {
	display: inline;
}