/* {{{ Main Feature */

body#home {
}

body#home {
	background-position: top center;
}


#wrapper {
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
}
/*
body#home.variation1 #wrapper {
	background-image: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/feature-background-1.jpg);
}
body#home.variation2 #wrapper {
	background-image: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/feature-background-2.jpg);
}
body#home.variation3 #wrapper {
	background-image: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/feature-background-3.jpg);
}
*/
#no-js-feature {
	background: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/feature-background-no-js.jpg) top center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	height: 557px;
	width: 948px;
	margin-left: -474px;
}

#main-feature h2 {
	margin-left: 5px;
	font-size: 200%;
}

#main-feature p {
	margin-top: 0;
	margin-right: 425px;
	margin-bottom: 10px;
}

#home #main-feature #feature-contents { min-height: 225px; }

* html #home #main-feature #feature-contents { height: 225px; /* Hack for IE6 */ }

#main-feature .download-other,
#main-feature p.download-other {
	margin-left: 30px;
	width: 285px;
	font-size: 70%;
}

/* }}} */
/* {{{ Main Content */

#main-content {
	float: left;
	display: inline; /* Fix IE double margin float bug */
	max-width: 520px;
	width: 90%;
	margin: 35px 0 0 30px;
	font-size: 110%;
}

#main-content h3 {
	margin: 35px 0 5px 5px;
	font-size: 175%;
}

#main-content dl {
	margin: 0;
	padding: 0;
	color: #69645b;
}

#main-content dt {
	background: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/news-divider.png) top left repeat-x;
	font-size: 108%;
	padding: 25px 5px 3px 5px;
	margin: 0;
}

#main-content dt.first {
	background: none;
}

#main-content dd {
	margin: 0;
	padding: 0 5px 25px 5px;
}

/* }}} */
/* {{{ Sidebar */

#sidebar {
	float: left;
	display: inline; /* Fix IE double margin float bug */
	width: 360px;
	margin: 35px 30px 0 0;
	font-size: 110%;
}

#sidebar .front-feature {
	padding: 0 0 10px 75px;
	position: relative;
}

#sidebar .front-feature h3 {
	margin: 0;
	line-height: 1;
	font-size: 175%;
}

#sidebar .front-feature h3 a {
	display: block;
	padding-top: 35px;
}

#sidebar .front-feature h3 a:link,
#sidebar .front-feature h3 a:visited {
	color: #4b4740;
}

#sidebar .front-feature h5 {
	color: #afaba3;
	line-height: 1;
	margin: 0;
	margin-top: 0.2em;
}

#sidebar .front-feature p {
	margin-top: 0.7em;
	margin-right: 110px;
}

#sidebar #thunderbird-feature {
	background: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/sidebar-thunderbird.png) 70px 0 no-repeat;
}

#sidebar #store-feature {
	background: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/sidebar-store.png) 42px 0 no-repeat;
	z-index: 2;
}

#sidebar #store-feature h3 { margin-right: 100px; }

#sidebar #store-feature.front-feature p { margin-right: 125px; }

#sidebar #hiring-feature.front-feature {
	background: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/home/sidebar-hiring.png) 33px 0 no-repeat;
	padding-top: 45px;
	position: relative;
	top: -45px;
	z-index: 1;
}

#sidebar #store-feature h3 a.external { padding-right: 0; }
#sidebar #store-feature h3 a.external:hover { padding-right: 0; background-image: none; }
#sidebar #store-feature h3 a.external span { padding-right: 12px; }
#sidebar #store-feature h3 a.external:hover span { background: url(http://bitcast-b.bitgravity.com/mozilla/static/img/tignish/content/external-link-large.png) no-repeat right center; }

#sidebar #hiring-feature.front-feature p { margin-right: 55px; }

/* }}} */
