@import "http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/drupal.css";
@import "http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/common.css";
@import "http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/layout.css";

body {
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/bgrepeat.jpg);
	background-color: #7DA9CE;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

/* override a setting in drupal that makes editing difficult */
.node-form .standard {
	clear: none;
}

/* special styles for getUbuntu */
#getubuntupage {

}
#getubuntutabs {
	position: relative;
	height: 38px;
}
#getubuntutabs ul {
	margin: 0;
	padding: 0;
	height: 38px;
}
#getubuntutabs li {
	display: block;
	position: absolute;
	top: 0;
	width: 176px;
	height: 38px;
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/tab.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 90%;
	display: block;
}
#getubuntutabs li.active {
	border-bottom-style: none;
}
#getubuntutabs li a {
	color: black;
	display: block;
	width: 165px;
	text-indent: 40px;
	text-decoration: none;
	line-height: 38px;
	background-position: 8px 5px;
	background-repeat: no-repeat;
}
#getubuntutabs li.downloadtab {
	left: 0;
	z-index: 10;
}
#getubuntutabs li.downloadtab a {
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/tab-downloadbg.png);
}
#getubuntutabs li.buytab {
	left: 165px;
	z-index: 9;
}
#getubuntutabs li.buytab a {
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/tab-shipitbg.png);
	text-indent: 48px;
}
#getubuntutabs li.shipittab {
	left: 330px;
	z-index: 8;
}
#getubuntutabs li.shipittab a {
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/tab-buybg.png);
}
#getubuntucontent {
	padding: .4em;
	border: 1px solid #d2d2d2;
	border-top: 1px solid #E7E3D5;
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/tabbs-tile.png);
	background-repeat: repeat-x;
}
#getubuntucontent  h3{
	clear: both;
}
#getubuntucontent  fieldset{
	width: 42%;
	float: left;
	border-style: none;
	border-top: 1px solid #7DA9CE;
	margin: 0 2% 0 1%;
	padding: .5em 2% .5em 1%;
}
#getubuntucontent legend{
	font-weight: bold;
}
#getubuntucontent label{
	display: block;
	margin-left: 1em;
}
#getubuntucontent fieldset label{
	display: block;
	text-indent: -2em;
	margin-left: 2em;
}
#getubuntucontent select{
	margin-left: 2em;
}
#getubuntucontent button{
	margin: 1em;
	border-style: none;
	background-color: transparent;
	font-size: 140%;
	color: #529B00;
	font-weight: bold;
}
#getubuntucontent button img {
	vertical-align: middle;
}

/* styles for homepage */
#homepage_header a {
	text-decoration: none;
	color: #5A3320;
}
.frontpage h2, .frontpage h3 {
	margin-top: 0 !important;
}
#newsbox-homepage {
	position: relative;
	width: 195px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#newsbox-homepage-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 195px;
	height: 10px;
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/newsbox-top.png);
	background-repeat: no-repeat;
}
#newsbox-homepage-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 195px;
	height: 10px;
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/newsbox-bottom.png);
	background-repeat: no-repeat;
}
#newsbox-homepage p, #newsbox-homepage h3 {
	padding-left: 15px;
	padding-right: 15px;
}
/* spotlight page */
#ubuntulive h2 {
	height: 40px;
	line-height: 40px;
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/home_title_bg.gif);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #FAC093;
	color: black;
	padding-left: 50px;
	margin-bottom: 1.4em;
}
#ubuntulive img {
	padding-right: 50px;
}
#ubuntulive a {
	color: white;
	font-weight: bold;
}
#ubuntulive p {
	color: white;
	font-size: 110%;
	padding-left: 50px;
	padding-right: 50px;
}
#ubuntulive {
	padding-top: 15px;
	padding-bottom: 160px;
	background-color: #F48026;
	background-image: url(http://www.ubuntu-qc.org/archives/sites/all/themes/ubuntu07-blue/images/home_mid_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
