/* RESET + BASE + SKIN */
body{
	font-family:Arial,Helvetica,FreeSans,sans-serif;
	font-size:62.5%;
	line-height:1.25;
	text-align:center;
	color:#333;
	background:#f5f8fa;
	margin:0;
}
h1,h2,h3,h4,h5,h6{margin:0;}
h1{font-size:3em;}
h2{font-size:2.1em;}
h3{font-size:1.8em;}
h4{font-size:1.6em;}
h5{font-size:1.4em;}
h6{font-size:1.3em;}

form,fieldset,legend{padding:0;margin:0;}
p,form,fieldset,table{margin:0 0 1em;}
img,fieldset{border:0;}

ul,ol,dl{padding:0;margin:0 1em 1em 3em;}
li,dt,dd{padding:0;margin:0;}
dd{margin-left:1em;}
blockquote{margin:1em;}

table{border-collapse:collapse;}
form{font-family:Arial,Helvetica,FreeSans,sans-serif;}
input,textarea,select{font-family:inherit;font-size:inherit;}

pre,code,kbd,samp,tt{font-family:Courier,"Courier New",monospace;font-size:1em;}
pre{background:#f9f9f9;padding:1em;border:1px solid #eee;}

abbr,acronym{border:0;}

a{color:#1694d9;text-decoration:none;outline:0;}
a:hover{text-decoration:underline;}

/* HEADER */
#hd,
#hd-nav a:hover,
#hd-nav a:hover em,
#hd-nav .selected a,
#hd-nav .selected em{
	background-image:url('/images/gold-header.gif');
}
#hd{
	background-color:#727446;
	background-repeat:repeat-x;
	padding:0 10px;
}
#hd .c{
	min-width:760px;
	max-width:960px;
	_width:960px; /* IE < 7 */
	text-align:left;
	margin:0 auto;
	position:relative;
}
#hd-nav{
	font-size:1.4em;
	font-weight:bold;
	line-height:1.3;
	margin:0;
	float:left;
	list-style:none;
}
#hd-nav li{
	float:left;
}
#hd-nav a{
	color:#d0d6d9;
	padding-right:15px;
	float:left;
	cursor:pointer;
}
#hd-nav em{
	font-style:normal;
	padding:32px 0 30px 15px;
	float:left;
	display:block;
}
#hd-nav .selected a{
	color:#e8ebed;
	background-color:#727446;
	background-position:right -320px;
}
#hd-nav .selected em{
	background-color:#727446;
	background-position:left -320px;
}
#hd-nav a:hover,
#hd-nav .selected a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#61633b;
	background-position:right -160px;
}
#hd-nav a:hover em,
#hd-nav .selected a:hover em{
	background-color:#61633b;
	background-position:left -160px;
}
#hd-nav li.logo em{
	padding-top:8px;
	padding-bottom:14px;
}
#hd-nav li.logo img{
	width:260px;
	height:57px;
	display:block;
	_behavior:url(/iepngfix.htc); /* IE < 7 - PNG FIX */
}

/* BODY */
#bd{
	background:#fff url('/images/bd.gif') repeat-x;
	padding-top:42px;
	clear:both;
}
.content{
  width:960px;
  text-align:left;
  margin:0 auto;
  clear:both;
}
.primary{
	width:640px;
	margin-right:20px;
	float:left;
}
.secondary{
	width:300px;
	float:left;
}

.primary p,
.primary ul,
.primary ol,
.primary dl,
.primary blockquote,
.primary table{
	font-size:1.3em;
	line-height:1.62;
}
.primary ul ul{
	font-size:1em;
}
.secondary p,
.secondary ul,
.secondary ol,
.secondary dl{
	font-size:1.1em;
	line-height:1.55;
}
.secondary h4{
	margin-bottom:7px;
}
.secondary h4 a{
  color:#183b52;
}


/* TITLE */
h2#title{
  font-size:3.4em;
  font-weight:normal;
  letter-spacing:-1px;
  margin-bottom:3px;
}
p#description{
  font-size:1.6em;
  font-weight:bold;
  line-height:1.5em;
  color:#777;
}

/* BTNS */
.btn{
  font-weight:bold;
	background:#fff url('/images/btn.gif') no-repeat left bottom;
	padding:4px 10px;
	border:1px solid #aa9;
	border-top-color:#ccb;
	border-left-color:#ccb;
	cursor:pointer;
}
.btn:hover{
	text-decoration:none;
	background-position:right bottom;
}
input.btn{
	color:#1694d9;
	*padding:2px 0;
	margin-left:5px;
}

/* CONTACT */

#contact fieldset {
	width: 500px;
	border: 3px solid #34BEED;
	padding: 4px;
	background-color: transparent;
	background-image: url('/images/more-info-gray.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}

#contact fieldset legend {
	font-size: 2.6em;
	color: #333;
	margin-top: -15px;
	margin-left: 15px;
/* 	float: left; */
}

#contact fieldset label {
	font-weight: bold;
	margin: 2px 2px 2px 4px;
	text-transform: uppercase;
	font-size: 1.5em;
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#contact fieldset input, #contact fieldset textarea {
	float:left;
	font-size:14px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:300px;
	margin:2px 0 20px 10px;
	clear: right;
}

#contact fieldset button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background: #34BEED;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:2em;
	font-weight:bold;
	text-transform: uppercase;
	border: 0px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#contact fieldset button:hover {
	background: #44CEFD;
	text-decoration: underline;
}

#contact fieldset p {
	font-size: 1.5em;
	border-bottom: 1px solid #999;
	margin-top: 6px;
}

.spacer{clear:both; height:1px;}

/* FOOTER */
#ft{
	background:#f5f8fa url('/images/ft.gif') repeat-x;
	padding:30px 10px 20px;
	clear:both;
}
#ft .c{
	min-width:760px;
	max-width:960px;
	_width:960px; /* IE < 7 */
	text-align:left;
	margin:0 auto;
}
#ft a{
	color:#183b52;
}
#ft ul{
	color:#222;
	margin:0 1em 1em 0;
	list-style:none;
}
#ft #ft-nav{
	width:74%;
	margin:0;
	float:left;
}
#ft-nav li{
	width:20%;
	font-size:1.3em;
	font-weight:bold;
	float:left;
}
#ft-nav li.songbird{
	width:17%;
}
#ft-nav ul li{
	width:auto;
	font-size:.85em;
	font-weight:normal;
	float:none;
}
#ft p.copyright{
	width:24%;
	font-size:1.1em;
	text-align:right;
	margin:2px 0 0;
	float:right;
}

/* FIX FLOATS */
#hd .c:after,
#bd:after,
#more-info ul:after,
#get-involved ul:after,
#on-the-web ul:after,
#downloads:after,
#builds:after,
#flickr:after,
#shortcuts-nav:after,
#shortcuts dl:after,
.who-we-are:after,
.executive-staff li:after,
.board-of-directors li:after,
#ft .c:after,
#ft-nav:after{
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	content:".";
}

/* HOME
****************************************/

#introduction{
  background:url('/images/about-gray.gif') repeat-x bottom;
}
#introduction .content{
	width:960px;
  height:490px;
  position:relative;
}

div#description{
  width:480px;
  font-size:1.4em;
  font-weight:bold;
  line-height:1.5em;
  color:#777;
  padding-top:10px;
}

#jaz-standing{
  width:140px;
  height:426px;
  position:absolute;
  right:305px;
  top:79px;
}

#headshot {
  position: absolute;
  right: 200px;
  top: -20px;
  border: 1px solid #000;
}

#appointments #intro{
  width:900px;
  font-size:1.4em;
  font-weight:bold;
  line-height:1.5em;
  color:#777;
  padding-top:10px;
  margin-bottom: 20px;
}

#appointments .column {
	width: 300px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0 0 0 4px;
	border-left: 1px solid #9f9f9f;
}

#appointments h3 {
	margin-bottom: 0.9em;
}

#appointments .column p {
	width: 90%;
	padding-left: 5px;
  font-size: 1.6em;
}

#concepts .column{
	width: 300px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0 0 0 4px;
}

#concepts h3 {
	margin-bottom: 0.9em;
}

#concepts .column p {
	width: 90%;
	padding-left: 5px;
  font-size: 1.6em;
}

#verification {
	position: absolute;
	top: 0px;
	right: 100px;
}

#verification img {
	box-shadow: 0px 1px 1px #5a5c38;
	border-top: 1px solid white;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/* CONTACT */
#contact-jaz{
  width:440px;
  height:125px;
  background:url(/images/contact-btn.gif) no-repeat;
  display:block;
/*
  position:absolute;
  left:496px;
  bottom:-220px;
*/
}
#contact-jaz h2{
  font-size:30px;
  font-weight:normal;
  letter-spacing:-1px;
}
#contact-jaz h2 a{
  text-decoration:none;
  color:#000;
  background:url('/images/contact-btn.gif') no-repeat;
  padding:9px 0 13px 76px;
  display:block;
}
#contact-jaz h2 a:hover{
  background-position:0 -250px;
}
#contact-jaz h2 a:active{
  background-position:0 -500px;
}
#contact-jaz h2 a span{
  font-size:13px;
  letter-spacing:0;
  margin-left:2px;
  display:block;
}
#contact-jaz ul{
  font-size:1.1em;
  margin:7px 10px;
  list-style:none;
}
#contact-jaz li{
  padding-right:5px;
  border-right:1px solid #aaa;
  margin-right:5px;
  display:inline;
}
#contact-jaz li.resources{
  padding-right:0;
  border-right:0;
  margin-right:0;
}

/* MORE INFORMATION */
.home-page #more-info{
  background:url('/images/more-info-gray.gif') repeat-x;
  padding-top:30px;
  border-top:1px solid #ddd;
}
#more-info h3{
	padding:0;
	/*border-bottom:1px solid #eee;*/
	margin-bottom:20px;
	margin-left: -10px;
	clear:both;
	font-size: 2em;
}
.home-page #more-info h3{
	padding-left:10px;
}

#more-info .column {
	width: 310px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}

#more-info .column p {
	width: 65%;
	padding-left: 5px;
  font-size: 1.2em;
}

#more-info ul{
	margin:0 0 15px;
	list-style:none;
}
#more-info li{
	width:300px;
	padding:0;
	margin-right:30px;
	float:left;
}
.home-page #more-info li{
	width:280px;
	padding:0 10px;
}
#more-info li.last{
	margin-right:0;
}
#more-info h4{
	margin-bottom:5px;
}
#more-info .new-look h4,
#more-info .smart-playlists h4,
#more-info .concert-tickets h4,
#more-info .lastfm-scrobbling h4{
	background:url(/images/icons/icon-new.gif) no-repeat;
}
#more-info .new-look h4{
	background-position:6.2em 3px;
}
#more-info .smart-playlists h4{
  background-position:7.5em 3px;
}
#more-info .concert-tickets h4{
  background-position:8em 3px;
}
#more-info .lastfm-scrobbling h4{
	background-position:9.5em 4px;
}
#more-info h4 a{
	background:url(/images/icons/icon-zoom.gif) no-repeat right 1px;
	display:block;
}
#more-info h4 a:hover{
	background-position:right -31px;
}
#more-info img{
	width:32px;
	height:32px;
	margin-top:3px;
	float:left;
	_behavior:url(/iepngfix.htc); /* IE < 7 - PNG FIX */
}
#more-info p{
	font-size:1.3em;
	line-height:1.62;
}
#more-info .top-features p{
	margin-left:42px;
}

#clearz {clear: both; margin: 0px}

/* TESTIMONIALS */
#testimonials{
	width:439px;
	padding:0 20px;
	border-top:1px solid #eee;
	float:left;
}
#testimonials ul{
  padding:42px 0 0;
  margin:0;
  list-style:none;
}
#testimonials blockquote{
  font-family:Georgia,"Times New Roman",FreeSerif,serif;
  font-size:1.6em;
  background:url(/images/home/06/quote.gif) no-repeat left top;
  padding:4px 0 10px 47px;
  margin:0;
}
#testimonials blockquote p{
	margin:0;
}
#testimonials cite{
  font-size:1.3em;
  color:#777;
  padding-left:47px;
  display:block;
}

/* BLOG HEADLINES */
.home-page #blog-headlines{
  width:480px;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  float:right;
}
#blog-headlines h4{
	margin-bottom:7px;
}
.home-page #blog-headlines h4{
	font-size:1.8em;
  margin:18px 20px 7px;
}
.home-page #blog-headlines h4 a{
  color:#183b52;
}
#blog-headlines ul{
  font-size:1.1em;
  line-height:1.62;
  color:#777;
	padding:0;
  margin:0;
  list-style:none;
}
.home-page #blog-headlines ul{
	margin-bottom:20px;
}
.home-page #blog-headlines ul{
  padding:0 20px;
}
.home-page #blog-headlines li a,
.contribute-page #blog-headlines li a{
  font-size:1.18em;
}
#blog-headlines li a{
  margin-right:3px;
}

/* CONTRIBUTE
****************************************/

#contribute{
	height:479px;
  background:url(/images/about-gray.gif) repeat-x bottom;
  overflow:hidden;
}
#contribute .content{
	width:960px;
  height:479px;
  position:relative;
}
.contribute-page h3 a,
.contribute-page h4 a{
  color:#183b52;
}
.hack-on-songbird{
  position:absolute;
  left:-18px;
  bottom:3px;
}
.hack-on-songbird img{
	width:272px;
	height:355px;
}
.live-dangerously{
  position:absolute;
  left:299px;
  bottom:-11px;
  *bottom:-9px;
  z-index:2;
}
.live-dangerously img{
	width:360px;
	height:421px;
}
.spread-the-word{
  position:absolute;
  right:9px;
  bottom:16px;
}
.spread-the-word img{
	width:369px;
	height:392px;
}
#contribute img{
	_behavior:url(/iepngfix.htc); /* IE < 7 - PNG FIX */
}

/* GET INVOLVED */
#get-involved{
  background:url(/images/home/07/new-features-gray.gif) repeat-x;
  border-top:1px solid #ddc;
}
#get-involved .content{
  margin-bottom:40px;
}
#get-involved ul{
  margin:0 0 10px;
  list-style:none; 
}
#get-involved li{
	width:280px;
	padding:20px 20px 0;
	float:left;
}
#get-involved p{
  font-size:1.3em;
  line-height:1.62;
  margin:7px 0 10px;
}
.recent-activity{
	background:url(/images/contribute/recent-activity.gif) repeat-y center top;
}
#roadmap,
.contribute-page #on-the-web,
.contribute-page #blog-headlines{
	width:280px;
	padding:20px;
	border-top:1px solid #eee;
	float:left;
}
#roadmap{
	position:relative;
}
#yellow-brick-road{
	width:111px;
	height:75px;
	position:absolute;
	top:25px;
	right:20px;
}
#yellow-brick-road img{
	width:111px;
	height:75px;
	_behavior:url(/iepngfix.htc); /* IE < 7 - PNG FIX */
}
#roadmap h4{
	width:200px;
}
#roadmap p{
  width:160px;
  font-size:1.3em;
  line-height:1.62;
  margin:7px 0 0;
}
#on-the-web ul{
	font-size:1.3em;
  line-height:1.62;
	margin:7px 0 0;
	list-style:none;
}
#on-the-web li{
	width:50%;
  background-repeat:no-repeat;
  background-position:left center;
	float:left;
}
#on-the-web li a{
	padding-left:24px;
}
li.delicious{
  background-image:url(/images/icons/delicious.gif);
}
li.facebook{
  background-image:url(/images/icons/facebook.gif);
}
li.flickr{
  background-image:url(/images/icons/flickr.gif);
}
li.get-satisfaction{
  background-image:url(/images/icons/get-satisfaction.gif);
}
li.twitter{
  background-image:url(/images/icons/twitter.gif);
}
li.vimeo{
  background-image:url(/images/icons/vimeo.gif);
}

/* HELP
****************************************/

.help-page h3{
	font-size:1.8em;
}
.help-page h3 a{
  color:#183b52;
}
.help-page ul{
	font-size:1.3em;
	line-height:1.62;
	margin:7px 0 20px;
	list-style:none;
}
.help-page li .time{
	font-size:.85em;
	color:#777;
	padding-left:5px;
}
#gsfn_search_widget{
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
#gsfn_search_widget input{
	font-size:2.1em;
}
#gsfn_search_query{
  width:380px;
  color:#777;
  padding:5px;
	border:1px solid #ccb;
	border-top-color:#aa9;
	border-left-color:#aa9;
}
#gsfn_search_widget .powered_by a{
	font-size:1.1em;
	color:#aaa;
}
#gsfn_search_widget .powered_by img{
	vertical-align:middle;
	margin:-1px 0 1px;
}
#gsfn_search_widget .gsfn_suggestion{
	margin-bottom:7px;
}
#gsfn_search_widget .gsfn_submit,
#gsfn_search_widget .gsfn_no_results{
	margin-top:10px;
}
#gsfn_search_widget .gsfn_submit input,
#gsfn_search_widget .gsfn_no_results input{
	font-size:15px;
  font-weight:bold;
  color:#1694d9;
	background:#fff url(/images/btn.gif) no-repeat left bottom;
	padding:4px 10px;
	*padding:2px 0;
	border:1px solid #aa9;
	border-top-color:#ccb;
	border-left-color:#ccb;
	cursor:pointer;
}
#gsfn_search_widget .gsfn_submit input:hover,
#gsfn_search_widget .gsfn_no_results input:hover{
	text-decoration:none;
	background-position:right bottom;
}

/* DOWNLOAD
****************************************/

.download-page h4 a{
  color:#183b52;
}
#download-nav{
	font-size:1.3em;
	margin:0 0 1em;
	list-style:none;
}
#download-nav li{
	padding-left:7px;
	border-left:1px solid #ccc;
	margin-left:7px;
	display:inline;
}
#download-nav li.first{
	padding:0;
	border:0;
	margin:0;
}
#downloads{
	margin:0 0 6em;
	list-style:none;
	*zoom:1;
}
#downloads li{
	width:300px;
	margin-left:30px;
	float:left;
}
#downloads li.windows{
	margin-left:0;
}
#downloads h3{
	font-size:3.4em;
	font-weight:bold;
	padding-top:4px;
	border-bottom:1px solid #ddc;
}
#downloads li.windows h3{
	padding-left:50px;
	background:url(/images/icons/windows.jpg) no-repeat left 4px;
}
#downloads li.linux h3{
	padding-left:44px;
	background:url(/images/icons/linux.jpg) no-repeat left 0;
}
#downloads li.mac h3{
	padding-left:44px;
	background:url(/images/icons/mac.jpg) no-repeat left 0;
}
#downloads li ul{
	margin:0 0 1em;	
	list-style:none;
}
#downloads li li{
	width:182px;
	font-size:1.3em;
	padding:10px 0 10px 118px;
	border-bottom:1px solid #eee;
	margin-left:0;
}
#downloads .btn{
	font-size:1.385em;
	margin-left:-118px;
	float:left;
}
#downloads .file-size{
	font-size:.85em;
	color:#777;
	display:block;
}
#builds{
	border-top:1px solid #eee;
	margin:0 0 2em;
	list-style:none;
}
#builds li{
	width:260px;
	padding:20px 200px 0 20px;
	float:left;
	position:relative;
}
#builds li.nightly-builds{
	width:299px;
	padding-right:180px;
	padding-left:0;
	border-right:1px solid #eee;
}
#builds h4{
	font-size:1.6em;
	margin-bottom:7px;
}
#builds p{
	font-size:1.3em;
  line-height:1.62;
}
#builds #nightly-builds,
#builds #contributed-builds{
	position:absolute;
	top:20px;
	right:15px;
}
#builds #contributed-builds{
	right:0;
}
#builds #nightly-builds img{
	width:151px;
	height:136px;
	_behavior:url(/iepngfix.htc); /* IE < 7 - PNG FIX */
}
#builds #contributed-builds img{
	width:190px;
	height:108px;
	_behavior:url(/iepngfix.htc); /* IE < 7 - PNG FIX */
}

/* STORE
****************************************/

.store-page .content{
	position:relative;
}
.store-page #description{
	margin-bottom:20px;
}
#print-shop{
	width:201px;
	height:97px;
	position:absolute;
	top:-14px;
	right:0;
	_behavior:url(/iepngfix.htc); /* IE < 7 - PNG FIX */
}
.store-page .item{
	width:460px;
	padding-bottom:50px;
	float:left;
}
.store-page .even{
	margin-left:40px;
}
.store-page .item h4,
.store-page .item p{
	display:inline;
}
.store-page .item p{
	font-size:1.3em;
	line-height:1.62;
	color:#777;
	margin-left:5px;
}
.store-page .item .photo{
	margin:5px 0 5px;
	display:block;
}
.buy-now{
	width:80px;
	height:60px;
	font-size:1.3em;
	text-align:center;
	color:#fff;
	background:#50afe3;
	padding-top:8px;
	float:right;
	display:block;
}
.buy-now:hover{
	text-decoration:none;
	background:#1694d9;
}
.price{
	font-size:2.77em;
	line-height:1;
	display:block;
}
.store-page .item form{
	height:58px;
	background:#f3f3f3;
	padding:10px 10px 0;
	margin:0 85px 0 0;
}
.store-page .item select{
	width:210px;
	font-size:1.3em;
	color:#333;
	margin-bottom:12px;
	display:block;
}
#band-hoody-black select{
	width:240px;
}
.store-page .item label,
.store-page .item input{
	font-size:1.1em;
}
.store-page .item label{
	margin-right:10px;
}
.store-page .item input{
	vertical-align:middle;
	margin:-1px 0 1px;
}
.store-page .item .shipping{
	margin:0 10px 0 2px;
}

/* FEATURES
****************************************/

.features-page .roadmap{
	*width:704px;
	font-size:1.6em;
	font-weight:bold;
	background:#fffff6;
	padding:16px 16px 16px 240px;
	margin:95px 0 48px;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.features-page .roadmap img{
	position:absolute;
	left:20px;
	bottom:-4px;
}

/* ABOUT
****************************************/

.about-page h2#title{
	margin-bottom:20px;
}
.location{
	margin-bottom:2em;
}
.location .vcard{
	font-size:1.3em;
	line-height:1.62;
}
#map{
	padding:2px;
	border:1px solid #ccc;
}
p.view-map{
	font-size:1.1em;
}
#chirp-outs{
	margin:-5px 0 20px;
}
#chirp-outs a{
	margin-right:20px;
}
#chirp-outs a.sqlite-logo{
	margin-right:0;
}
.about-page .jobs{
	_width:150px;
	font-size:2.1em;
	font-weight:bold;
	background:#fffff6;
	padding:10px 10px 10px 140px;
	margin:72px 0 44px;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.about-page .jobs img{
	width:125px;
	height:121px;
	position:absolute;
	left:10px;
	bottom:-24px;
	_behavior:url(/iepngfix.htc);
}
.who-we-are{
	margin-bottom:10px;
}
.executive-staff,
.board-of-directors{
	width:320px;
	float:left;
}
.executive-staff ul,
.board-of-directors ul{
	margin:7px 0 0;
	list-style:none;
}
.executive-staff li,
.board-of-directors li{
	padding-left:62px;
	margin-bottom:10px;
	clear:both;
	*zoom:1;
}
.executive-staff .photo,
.board-of-directors .photo{
	padding:1px;
	border:1px solid #ccc;
	margin-left:-62px;
	float:left;
	_position:relative;
	_left:0;
}



/* JOBS
****************************************/

.job-description-page h2#title{
	margin-bottom:20px;
}
ul.secondary-nav{
	font-size:1.3em;
	line-height:1.62;
	margin:0;
	list-style:none;
}
#flickr h4 a{
	background:url(/images/icons/flickr.gif) no-repeat right;
	padding-right:21px;
}
#flickr .thumbnails a{
	width:75px;
	height:75px;
	background:#fff;
	padding:1px;
	border:1px solid #ccc;
	display:block;
	float:left;
	margin:0 15px 15px 0;
}
.secondary #jobs,
.secondary #flickr,
.secondary #blog-headlines,
.secondary #on-the-web{
	margin-bottom:20px;
}

/* KEYBOARD SHORTCUTS
****************************************/

.show{
	display:block;
}
.hide{
	display:none;
}
#shortcuts-nav{
	font-size:1.6em;
	font-weight:bold;
	padding:0 10px;
	border-bottom:1px solid #ccc;
	margin:0 0 1em;
	list-style:none;
	*zoom:1;
}
#shortcuts-nav li{
	border:1px solid #ccc;
	border-bottom:0;
	margin-right:5px;
	float:left;
}
#shortcuts-nav a{
	background:#f9f9f9;
	padding:4px 12px 2px;
	display:block;
}
#shortcuts-nav li.selected a{
	color:#333;
	background:#fff;
	padding:3px 12px;
	position:relative;
	bottom:-1px;
}
#shortcuts h3{
	text-transform:capitalize;
	padding:0 0 3px 10px;
	border-bottom:1px solid #eee;
	margin:0 0 10px;
}

#shortcuts h4{
	margin:0 0 7px 10px;
}
#shortcuts table{
	border-top:1px solid #eee;
	margin:0 0 2em;
}
#shortcuts th,
#shortcuts td{
	width:320px;
	vertical-align:top;
	padding:5px 10px;
	border-bottom:1px solid #eee;
}
#shortcuts th,
#shortcuts .even td{
	background:#f9f9f9;
}


/*
#shortcuts dd{
	margin-left:0;
}
#shortcuts dt,
#shortcuts dd{
	width:46%;
	padding:5px 10px;
	float:left;
}
#shortcuts .odd{
	background:#f9f9f9;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
*/

/* SYSTEM REQUIREMENTS
****************************************/

.system-requirements-page h2#title{
	margin-bottom:20px;
}
.system-requirements-page .primary h3{
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:0 0 3px 21px;
	border-bottom:1px solid #eee;
	margin-bottom:7px;
}
.system-requirements-page .primary h3.windows{
	background-image:url(/images/system-requirements/windows.gif);
}
.system-requirements-page .primary h3.mac{
	background-image:url(/images/system-requirements/mac.gif);
	background-position:0 1px;
}
.system-requirements-page .primary h3.linux{
	background-image:url(/images/system-requirements/linux.gif);
}

/*
.support-page .download{
	font-size:2.4em;
	font-weight:bold;
	background:#fffff6;
	padding:10px 10px 10px 77px;
	margin:24px 0;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.support-page .download img{
	position:absolute;
	left:10px;
	bottom:-4px;
}
*/

