/*  
Theme Name: temp
Theme URI: http://www.juergengenser.com/
Description: uniform temporary site
Version: 1.0
Author: Juergen Genser
Author URI: http://www.juergengenser.com/
*/

            body {
                margin-left: 0px;
                margin-top: 0px;
                padding: 0;
                background-color: #d9d9d7;
                font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
                font-size: 28px;
                color: #333;
            }
			
			#info {
			width: 750px;
			margin-left: 20px;
            margin-top: 20px;
			}
            
            a {
            	text-decoration: underline;
            	color: #333;
            }
            
            a:hover {
            	background-color: #fff;
            	color: #fff;
            }
            
            .text {
            	background-color: #eee;
            	padding: 3px;
            	padding-right: 8px;
            	line-height: 22px;
            	text-transform: ;
            }
            
            p {
            	margin: 0;
            }
			
			.green {
			color: #0AAF86;
			} 
			
			
			 .tweet_list {
			list-style-type:none;
			margin:0;
			padding:0;
			}
			
			.fb_iframe_widget {
			margin-top:25px;
			}
	