<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- generator="rssify/0.92" -->
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
%HTMLlat1;]>
<rss version="0.92">
  <channel>
    <title>Mstation.org has music, tech, culture, art, people! - a monthly zine






	@import &quot;base.css&quot;;  	
	
      body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	div#bgimage {z-index: 1; position: relative; padding: 10px; position: absolute; top: 50px; width: 200px; left: 10px; }

/*		div#leftcontent {
                z-index: 1;
		position: absolute;
		left:10px;
		top:50px;
		width:200px;
		background:#E2EBED;
		border:1px solid #000;   
}   

*/	div#centercontent {
	        z-index: 2;
		position: relative;
	        top: 5px;         
		background:#ffffef;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #000;
			filter:alpha(opacity=90);
        -moz-opacity:.90;
        opacity:.90;
		text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
		voice-family: &quot;\&quot;}\&quot;&quot;;
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html&gt;body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	div#rightcontent {
                z-index: 1;
		position: absolute;
		right:10px;
		top:50px;
		width:200px;
		/*	background:#fff;   */
		background-image:url(images/lines.jpg);
		border:1px solid #000;
	}
	div#footer {
		position: relative;
		left: 50px;
		width: 730px;
		background:#E2EBED;
	}
	
	div#banner {
		background:#fff;
		height:40px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		voice-family: &quot;\&quot;}\&quot;&quot;;
		voice-family: inherit;
		height:39px;
		}
	html&gt;body #banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	div#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	div#rightcontent p {
		font-size:10px
		}
	
	


	/* 
	 menu - General styles for this example page */
	html{
		height:100%;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.8em;
		margin:10px;
		padding:0px;
		text-align:center;
		background-color:#E2EBED;
		height:100%;
	}
	
	p{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	#mainContainer{
		width:860px;
/*		position: relative; */ /* to make whole page fixed - not sliding */
		margin:0 auto;
		text-align:left;
		background-color: #E2EBED;  
/*		background-image:url(images/menu-bg.jpg);  bg for whole page */
		padding-left:16px;
		padding-right:16px;
		padding-bottom:20px;	
	}
	
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:1px solid #000;
		background-color:#FFF;
               	padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #317082;
	/*	background-color:#E2EBED;  */
                background-image:url(images/menu-bg.jpg);			
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #555;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000; /* menu type color */
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:0px solid #E2EBED; /* menu border */ 
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#ffff00;
		border:1px solid #000;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#000000;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#E2EBED;
		border:1px solid #000;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	
	
	
	




	
	
/* menu script by www.dhtmlgoodies.com */
		
	var dhtmlgoodies_menuObj;	// Reference to the menu div
	var currentZIndex = 1000;
	var liIndex = 0;
	var visibleMenus = new Array();
	var activeMenuItem = false;
	var timeBeforeAutoHide = 1200; // Microseconds from mouse leaves menu to auto hide.
	var dhtmlgoodies_menu_arrow = 'images/arrow.gif';
	
	var MSIE = navigator.userAgent.indexOf('MSIE')&gt;=0?true:false;
	var navigatorVersion = navigator.appVersion.replace(/.*?MSIE ([0-9]\.[0-9]).*/g,'$1')/1;
	var menuBlockArray = new Array();
	var menuParentOffsetLeft = false;	
	function getTopPos(inputObj)
	{
		
	  var returnValue = inputObj.offsetTop;
	  if(inputObj.tagName=='LI' &amp;&amp; inputObj.parentNode.className=='menuBlock1'){
	  	var aTag = inputObj.getElementsByTagName('A')[0];
	  	if(aTag)returnValue += aTag.parentNode.offsetHeight;

	  }	  
	  while((inputObj = inputObj.offsetParent) != null)returnValue += inputObj.offsetTop;

	  return returnValue;
	}
	
	function getLeftPos(inputObj)
	{
	  var returnValue = inputObj.offsetLeft;
	  while((inputObj = inputObj.offsetParent) != null)returnValue += inputObj.offsetLeft;
	  return returnValue;
	}
	
	function showHideSub()
	{

		var attr = this.parentNode.getAttribute('currentDepth');
		if(navigator.userAgent.indexOf('Opera')&gt;=0){
			attr = this.parentNode.currentDepth;
		}
		
		this.className = 'currentDepth' + attr + 'over';
		
		if(activeMenuItem &amp;&amp; activeMenuItem!=this){
			activeMenuItem.className=activeMenuItem.className.replace(/over/,'');
		}
		activeMenuItem = this;
	
		var numericIdThis = this.id.replace(/[^0-9]/g,'');
		var exceptionArray = new Array();
		// Showing sub item of this LI
		var sub = document.getElementById('subOf' + numericIdThis);
		if(sub){
			visibleMenus.push(sub);
			sub.style.display='';
			sub.parentNode.className = sub.parentNode.className + 'over';
			exceptionArray[sub.id] = true;
		}	
		
		// Showing parent items of this one
		
		var parent = this.parentNode;
		while(parent &amp;&amp; parent.id &amp;&amp; parent.tagName=='UL'){
			visibleMenus.push(parent);
			exceptionArray[parent.id] = true;
			parent.style.display='';
			
			var li = document.getElementById('dhtmlgoodies_listItem' + parent.id.replace(/[^0-9]/g,''));
			if(li.className.indexOf('over')0){
						var offsetToFunction = li.getElementsByTagName('A')[0].offsetWidth+2;
						if(navigatorVersion


	
		mstation.org 4.2  	

 
	
		Front Page
		
		
		Music			
			
				interviews, articles
				pop commentary, reviews
				monthly picks, videos, etc
                                classic commentary, reviews
                                podcasts
			

			

		Software

					
						interviews, articles, reviews
									
				
		Hardware
			
				computers, cars, gadgets, stuff: reviews and commentary					
				
			
                     Wetware
		
	       


	Games
			
				interviews and articles
                                commentary	
				
			


			Art
			
				objects, photography, architecture, and more
			
                     Books
		
	       

                 Podcasts
			
				music, interviews, street sounds, weird stuff
			

		

		
		
		Travel
		
	       
               RSS
		
	       
               Search
		
	       

               Contact Us
		
		


  

 

	
		
				
			
			

			

				
		



	December '09 and January '10 Feature Stories
Season's Greetings, Happy Holidays and a Great New Year to you and your's!



Music - Tearist are a duo from L.A. who have confused a few people
on the genre front - art punk? exquisite dark wave? disco/noise? Who cares?
Certainly not them ...
 Interview and podcast



		Art - Fashion Julia and Ben are two relatively new faces on the
fashion scene in Berlin and their combination of edginess and detail originality has
already won them a lot of new friends. Images and text



		Music - Worldtronics09 was a combination of low-key music-making
and friendly trade fair. The idea was to have various performers from different countries
including people presenting East-Asian Electropop.

Images and text



Wetware - Christmas We update our Free Stuff page which we put up last Christmas
and which covers everything from games to books, and other things in between.
Report 



Hardware/Software  We have what's close to being our last word on the Nokia 770
internet tablet. Another software upgrade and a promising looking one to come.
Report
	
Music Podcasts - A track from Tearist - Lo V, Hi V Podcasts	


		More Music - Monthly Video Picks  
This month's vid pick is ... a Christmas carol!
 Videos




	Books - My New Mac, Semantic Web, Computation, Watchmen, White Stripes, Command Line ...Reviews



Music - Classical Baron K has a chat about Felix Mendelssohn-Bartholdy, a child prodigy who went on to huge popularity in England and to become the founder of the
Leipzig Conservatory.	Commentary


 


Recent on Mstation: music: Vivian Girls, America's Cup, music: Too Young to Fall..., music: Pains of Being Pure At Heart, Berlin Lakes, music: Atarah Valentine, Travel - Copenhagen, House in the Desert
 

      

Site Stuff - 
Interestingly, our ad revenue (which pays our server costs) is down
along with everyone else's. We don't encourage you to click more but why
not tell a friend about us? Thi
Buy Clomid no Prescription
s is actually the way we've grown from near
zero visitors when we started to something like 1/2 million hits a month
now, and with 10,000 or so podcasts. Call it organic if you like.
Have a super-great Christmas and New Year! (1 Dec 09) 


			


@import url(http://www.google.com/cse/api/branding.css);


  
    
      
        
        
        
        
        
      
    
  
  
    
  
  
    Custom Search
  




hint! If you're interested in something like guitar music put
&quot;guitar&quot; in and you'll get all the mentions on Mstation.org
	



Mstation news, reviews, commentary
newest...




	Database Error</title>
    <link>http://www.mstation.org/index.php</link>
    <description>http://www.mstation.org/index.php via mstation.org</description>
    <language>en-us</language>
  </channel>
</rss>
