/*
Theme Name: Ubuntu
Theme URI: http://canonical.com
Description: Ubuntu theme
Version: 1
Author: Canonical Ltd
Author URI: http://canonical.com

Copyright (C) 2012 Canonical Ltd

	Colour definitiions
	-----------------------------------------------------------------
	#dd4814; ubuntu orange (used for text links also on any site except canonical)
	#772953; canonical aubergine
	#77216f; light aubergine (consumer)
	#5e2750; mid aubergine (both)
	#2c001e; dark aubergine (enterprise)
	#aea79f; warm grey
	#333333; cool grey
	#f7f7f7; light grey

	Notifications
	#df382c; red
	#eca918; yellow
	#38b44a; green
	#19b6ee; cyan

	Colour coded status - from negative to positive (icon: canonical circle)
	#df382c; red, for status that require immediate attention
	#aea79f; grey, for disabled status or ones that donÕt require attention
	#efb73e; yellow, for status that require attention
	#19b6ee; blue, for status that donÕt require action
	#38b44a; green, for positive status
*/

/* Existing ubuntu.com community CSS */

/*#nav-global {
	display: none;
}*/

.two-col h2 { font-size: 19.5px; }

.row-box .two-col h3 {
	font-size: 16px;
	line-height: 1.3;
}

#box-search form input[type="text"]:focus {
	width: 120px;
}

#nav-global {
	display: none;
}

@media only screen and (min-width: 768px) {
	#nav-global {
		display: block;
	}

	.header-search {
	  max-width: 150px;
	}
}

header.banner .logo-ubuntu span {
    float: left;
    font-weight: 300;
    padding-left: 113px;
    padding-right: 20px;
    position: relative;
    top: 6px;
}

.nav-primary li.active a {
	background: #B83A10;
}

.nav-secondary {
	margin-bottom: 0;
}

.nav-secondary a.active {
	text-decoration: none;
}

body.error404 #main-content {
	padding-bottom: 0;
}
body.error404 #main-content .row {
	padding-top:0;
	padding-bottom:0;
}
body.error404 #main-content .row div {
	margin-bottom:-4px;
}
body.error404 #main-content .hero-box span {
    color: #FFFFFF;
    font-size: 36px;
    position: absolute;
    right: 49px;
    top: 48px;
}
body.error404 #main-content .hero-box img {
    margin-top: -12px;
}
body.error404 #main-content .hero-box .last-col {
    padding-top: 70px;
}


/* Your styles here */
