@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

.hide { display: none; }


/*body {
	background: #ebebeb;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}*/
	
.container {
	/*width: 838px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(./img/header-shadow.gif) no-repeat 0 318px;*/
	}
	
	
/* Begin Super-Top-Secret-Left-Hangy-Not-Centered-Taggy-Thing Technique, copyright © 2007 by Panic Industries.  No rights reserved. */
	
	#toolbar1 li { display:inline; padding:0 5px; }
	
	#panic-tag {
		background: url(./img/panic-tag.png) no-repeat bottom left;
		position: absolute;
		top: 0;
		left: 0;
		width: 141px;
		height: 65px;
		z-index: 10;
		text-indent: -9999px;
		}
		
	#panic-tag a {
		display: block;
		width: 141px;
		height: 65px;
		}
	
/* End Super-Top-Secret-Left-Hangy-Not-Centered-Taggy-Thing Technique, copyright © 2007 by Panic Industries.  No rights reserved.  */


em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

/*a { outline: none; color: #003f8c; }*/
	
a img { border: 0; }

	
	
/* The navbar */

ul#navbar {
	height: 98px;
	width: 750px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	}
	
#navbar li {
	float: left;
	height: 98px;
	width: 250px;
	}
	
#navbar li#download {
	background-image: url(./img/nav-download-on.png);
	}

#navbar li#buy {
	background-image: url(./img/nav-buy-on.png);
	}
	
#navbar li#help {
	background-image: url(./img/nav-help-on.png);
	}
	
	
/* Bubble pop-up */

.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	visibility: hidden;
}

.popup td.corner {
	height: 15px;
	width: 19px;
	}

.popup td#topleft { background-image: url(./img/bubble-1.png); }
.popup td.top { background-image: url(./img/bubble-2.png); }
.popup td#topright { background-image: url(./img/bubble-3.png); }
.popup td.left { background-image: url(./img/bubble-4.png); }
.popup td.right { background-image: url(./img/bubble-5.png); }
.popup td#bottomleft { background-image: url(./img/bubble-6.png); }
.popup td.bottom { background-image: url(./img/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(./img/bubble-8.png); }

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}

table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
	}
	
table.popup-contents td {
	text-align: left;
	}
	
tr#release-notes th {
	text-align: left;
	text-indent: -9999px;
	background: url(./img/starburst.gif) no-repeat top right;
	height: 17px;
	}
	
tr#release-notes td a {
	color: #333;
}


/* Large floating popup window */

#fullscreen {
    display: none;
    background-image: url(./img/screen-shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 404px;
	border: 0;
	border-collapse: collapse;
	z-index: 100;
	}

.largepopup-content {
	width: 344px;
	padding: 50px 30px 0 30px;
	margin: 0 auto;
	background: url(./img/floater-top.png) no-repeat;
	}
	
.largepopup-footer {
	background: url(./img/floater-bottom.png) bottom no-repeat;
	min-height: 78px;
	margin: 0;
	padding: 0 30px 0 30px;
	}
	
.largepopup-content h3 {
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	}
	
.largepopup-content p {
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0;
	}
	
.largepopup-footer ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	}

#wrong-os h3 {
	padding-top: 80px;
	background: url(./img/wrong-os-h3.gif) no-repeat top;
	}

#start-download h3 {
	padding-top: 76px;
	background: url(./img/start-download-h3.png) no-repeat top;
	}
		
#start-download .largepopup-footer ul {
	text-align: center;
	padding: 0px;
	}
	
.largepopup-footer li {
	display: inline;
	padding: 0 5px;
	}
	
li#button-ok, li#button-confirm {
	/* background: url(./img/button-ok.png); */
	}
	
li#button-cancel {
	/* background: url(./img/button-cancel.png); */
	}
	
/* The short pitch */

#subhead {
	margin: 40px 0 20px 0;
	text-align: center;
	font-size: 20px;
	}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}


/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 682px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	}
	
#toolbar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
	}
	
#toolbar li a {
	height: 52px;
	display: block;
	}
	
#toolbar li.active {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 52px;
	z-index: 10;
	}

#toolbar li.inactive {
	background-position: top;
	border-bottom: 1px solid #ccc;
	}
	
#toolbar li:hover {
	background-position: bottom;
	}
		
#toolbar li#new-tab {
	left: 0;
	width: 94px;
	background-image: url(./img/toolbar_tab-new.png);
	outline:1px solid #c00;
	}
	
#toolbar li#sites-tab {
	left: 93px;
	width: 93px;
	background-image: url(./img/toolbar_tab-sites.png);
	}

#toolbar li#files-tab {
	left: 185px;
	width: 96px;
	background-image: url(./img/toolbar_tab-files.png);
	}

#toolbar li#editor-tab {
	left: 280px;
	width: 97px;
	background-image: url(./img/toolbar_tab-editor.png);
	}

#toolbar li#preview-tab {
	left: 376px;
	width: 114px;
	background-image: url(./img/toolbar_tab-preview.png);
	}

#toolbar li#css-tab {
	left: 489px;
	width: 95px;
	background-image: url(./img/toolbar_tab-css.png);
	}

#toolbar li#more-tab {
	left: 583px;
	width: 100px;
	background-image: url(./img/toolbar_tab-more.png);
	}

	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 52em; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 938px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 950px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	background: #fff url(./img/content_pane-gradient.gif) bottom repeat-x;
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	width: 910px;
	margin: 20px;
	float: left;
	outline:1px solid #000;
	}
	
.section h2, .section h3 {
	color: #072453;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
	}
	
.section h3 {
	color: #000;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
	}

.section li strong {
	font-size: 19px;
	font-weight: normal;
	}

.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#new-pane p, #new-pane li {
	}

ul#new_features {
	list-style: none;
	margin: 10px 0;
	}
	
li.new_feature {
	display: block;
	list-style: none;
	padding-left: 40px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 32px;
	}
	
li.new_feature#new-svn { background-image: url(./img/new-subversion_icon.png); }
li.new_feature#new-find { background-image: url(./img/new-find_icon.png); margin-left: 1px; padding-left: 39px;}
li.new_feature#new-books { background-image: url(./img/new-web_books.png); margin-left: 2px; padding-left: 38px; }
li.new_feature#new-clips { background-image: url(./img/new-clips.png); margin-left: 2px; padding-left: 38px; }
li.new_feature#new-more { background-image: url(./img/new-more_sticker.png); margin-left: -1px; padding-left: 41px;}

#sites-paper {
	}
	
#sites-publish {
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
 	outline: cyan;
	}
	
#files-browser {
	float: right;
	margin: 0 0 -30px 20px;
	}
	
#files-svn_icon {
	margin-bottom: 0px;
	}

ul#editor-features {
	list-style: none;
	display: block;
	}
	
ul#editor-features li {
	list-style: none;
	display: block;
	}

li#editor-collab {
	padding-left: 48px;
	background: url(./img/editor-collab.png) top left no-repeat;
	}
	
li#editor-clips {
	padding-left: 48px;
	background: url(./img/editor-clips.gif) top left no-repeat;
	}

#editor-clips_hud {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	}
	
li#editor-token {
	padding-left: 48px;
	background: url(./img/editor-token.png) top left no-repeat;
	}

.token {
	white-space: nowrap;
	}

.token img {
	float: none;
	display: inline;
	margin: 0 0 -2px 0;
	line-height: 14px;
	}
	
#preview-dom {
	}
	
#css-gui_txt {
	margin-bottom: 50px;
	}
	
#css-icons {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
	}
	
#more-terminal_icon {
	margin-bottom: 10px;
	}
	
#more-books_icon {
	float: right;
	margin-left: 0px;
	}
	
/* Screenshots */

ul.screenshots {
	list-style: none;
	margin: 10px auto 10px auto;
	clear: both;
	text-align: center;
	}
	
ul.screenshots li {
	display: inline;
	list-style: none;
	}
	
ul.screenshots li a img {
	float: none;
	margin: 0 10px;
	}
		

/* Store Homepage - Start Shopping with Coverflow */
#startshoppingbox { background:url(http://www.localsounds.org/images/store/startshoppingbox.gif) no-repeat 0 0; width:691px; height:163px; position:relative; margin:0 auto; }
#startshoppingbox .startcontentleft, #startshoppingbox .startcontentright { position:absolute; }
#startshoppingbox .startcontentleft { top:60px; left:30px; width:270px; }
#startshoppingbox .startcontentright { top:40px; right:60px; width:250px; }

#startshoppingbox p, #startshoppingbox a  { color:#fff; font-size:13px; text-align:left; }
#startshoppingbox ul { list-style-type:none; }

#page_content_startshopping { clear:both; margin:0 25px; padding-top:40px; text-align:center; }



/* Store New Releases */
#newreleases { width:950px; padding:0; margin-right:50px; float:right; }	

.newreleaseitem { float:left; display:inline; width:220px; margin:10px 5px 10px 0; padding:8px 0; font-size:12px; }
.newreleaseitem img { float:left; border:1px solid #777; margin:0 8px; }
.newreleaseitem p { margin:0; padding:8px; color:#000; font-size:10px; }
.newreleaseitem h3 { margin:0; padding:8px 0; font-size:12px; font-weight:bold; color:#000; }
.newreleaseitem a { color:#87211c; }
.newreleaseitem a:hover { text-decoration:underline; }

#storepromos { width:730px; margin:5px auto 15px; }
.storepromo { float:left; display:inline; }
.storepromo img { width:235px; }
.storepromopadding { margin-right:10px; }

#pagingbar { clear:both; margin:30px 0; padding:10px 0; border-top:1px solid #000; }



/* Store Left Navigation Menu */
#categorymenu, #browsemenu ul, #store_leftnav ul { list-style-type:none; margin:0 0 20px 5px; padding:0; }
#categorymenu li,  #browsemenu ul li, #store_leftnav ul li { padding:2px 0; }
#categorymenu a,  #browsemenu ul li a, #store_leftnav ul li a { color:#000; text-decoration:none; }
#categorymenu a:hover,  #browsemenu ul li a:hover, #store_leftnav ul li a:hover { text-decoration:underline; }

#gimpradio_links ul li a { color:#87211c; text-decoration:none; }

#browsemenu h4, #store_leftnav h2 { margin:0 0 10px; }
#store_leftnav h2 { font-size:14px; color:#333; }

#browsemenu .interior { padding:5px; }
#browsemenu .interior a { color:#333; margin:0; padding:0 0 5px 0; display:block; }


#page_content_storecategory { background:url(http://www.localsounds.org/images/store_category_bkgd.png) repeat-y 0 0; }

#store_interface { width:995px; padding:0; margin:0; }

#store_leftnav { width:175px; float:left; padding:20px 25px; }


/* Store Category / Genre Subdepartments */
#category { width:750px; float:left; display:inline; color:#000; padding:20px 5px 5px 15px; }
#category h2 { font-size:18px; line-height:normal; color:#333; margin-top:0; }
#category h2 a { color:#333; text-decoration:none; }
#category h2 a:hover { color:#000; text-decoration:underline; }

.categoryitem { height:160px; width:127px; color:#000; padding:5px; margin:0 10px 10px 0; float:left; display:inline; text-align:center; font-size:12px; }
.categoryitemimage { margin-bottom:5px; }
.categoryitemimage img { border:1px solid #000; }
.categoryitemalbumname { font-weight:bold; }
.categoryitemartistname {  }
div.categoryitembuylink a { color:#fff; text-decoration:none; display:none; visibility:hidden; }


/* Store Product / Album Page */
.breadcrumbs { margin-bottom:20px; color:#333; }

#albuminfo { width:750px; float:left; display:inline; color:#fff; padding:20px 5px 5px 15px; margin-bottom:10px; }
#albuminfo .buyalbum { margin:5px 0; float:left; display:inline; }

#albuminfo h2 { font-size:16px; font-weight:normal; line-height:normal; color:#000; }
#albuminfo .albumdescription { font-size:12px; margin-bottom:15px; line-height:normal; color:#000; }
#albuminfo .currencyselector { padding:0; margin:0; }
#albuminfo .price { padding:0; margin:5px 15px 5px 0; font-size:14px; float:left; color:#000; }

#cover { float:left; width:240px; margin-bottom:20px; padding-left:15px; }
#cover img { border:1px solid #000; }
#albumdetails { float:left; display:inline; width:450px; }
#albumdetails h2 { margin-top:3px; padding-top:0; }
#albumsongs { clear:both; width:750px; }
#albumsongs h4 { margin:0px; padding:2px; font-size:12px; font-weight:bold; color:#000; }
#albumsongs td { height:30px; }

#albumreviews { clear:both; width:750px; min-height:200px; height:auto !important; height:200px; padding:0; font-size:11px; background-color:#fff; border:1px solid #ccc; margin-top:20px; }
#albumreviews h4 { margin-top:0px; padding:5px; background-color:#ccc; font-size:12px; font-weight:bold; color:#000; }
#albumreviews h4 span a { color:#87211c; }
#albumreviews h4 span a:hover { color:#000; }
#albumreviews .interior { padding:10px; color:#000; }

#albumreviews .interior .reviewtitle { float:left; font-size:13px; font-weight:bold; margin:3px 0; }
#albumreviews .interior .reviewrating { float:right; display:inline; vertical-align:bottom; margin:3px 0; }
#albumreviews .interior .reviewbody { margin:5px 0 15px; border-bottom:1px solid #999; padding-bottom:10px; font-size:11px; }
#albumreviews .interior .reviewer { clear:both; font-style:italic; }

#albuminfo .reviewthankyou { clear:both; width:560px; height:30px; border:1px solid #000; background-color:#ffc; font-size:12px; font-weight:bold; color:#87211c; text-align:center; margin-top:20px; margin-bottom:10px; padding:20px; }



/* Store Shopping Cart Pop-up WIndow */
#shoppingcart { float:left; display:inline; margin:5px 20px 0 0; }
#shoppingcart a { display:block; font-size:14px; color:#fff; font-weight:normal; text-decoration:none; padding:2px 0 5px 60px; font-family:CenturyGothic, Verdana, sans-serif; }



/* Store Album Review Form */
#albumreviewform { clear:both; width:600px; }
#albumreviewform h4 { margin:0px; padding:2px; font-size:12px; font-weight:bold; color:#000; }


#radioplayerstrip { background-color:#000; color:#fff; padding:10px 0 10px 25px; }
#radioplayerstrip ul, #radioplayerstrip a { color:#fff; }
#radioplayerstrip #categorymenu { margin:0; padding:0; }


/* 1-2-3 Music Store Styles */
.text_white_bold {
 font-size:10px;font-weight:bold;line-height:180%;font-family:verdana,arial,sans-serif;color:#ffffff;
}

.text_black_bold {
 font-size:10px;font-weight:bold;line-height:180%;font-family:verdana,arial,sans-serif;color:#000000;
}

.text_black { font-size:11px; font-weight:normal; line-height:180%; font-family:verdana,arial,sans-serif; color:#000000; }

.text_orange {
 font-size:11px;font-weight:bold;line-height:190%;font-family:verdana,arial,sans-serif;color:#FF6600;
} 

.Fliesstext_grau {
 font-size:10px;line-height:130%;font-family:verdana,arial,sans-serif;color:#999999;
}

.Fliesstext_antrazit {
 font-size:11px;line-height:130%;font-family:verdana,arial,sans-serif;color:#666666;
}
.Fliesstext_antrazit_fett {
 font-size:11px;line-height:130%;font-weight:bold;font-family:verdana,arial,sans-serif;color:#666666;
}		
.Fliesstext_rot {
 font-size:11px;line-height:130%;font-family:verdana,arial,sans-serif;color:#FF0000;
}

.Fliesstext_weiss {
 font-size:11px;line-height:190%;font-family:verdana,arial,sans-serif;color:#FFFFFF;
}
.text_orange {
 font-size:11px;font-weight:bold;line-height:190%;font-family:verdana,arial,sans-serif;color:#FF6600;
} 
.Rubrik_orange {
 font-size:15px;font-weight:bold;line-height:130%;font-family:verdana,arial,sans-serif;color:#FF6600;
}				
.Rubrik_antrazit {
 font-size:15px;font-weight:bold;line-height:130%;font-family:verdana,arial,sans-serif;color:#666666;
}
     

