/* css document - For mobile phones: */
html{background:#170a28;}
body{color:#ddd; font:1em Arial, sans-serif;}
header{margin:0 auto;border-bottom:2px dotted #645b60;overflow:hidden;margin-bottom:35px;} 
section,footer{max-width:600px; margin:0 auto;}
footer{border-top:2px #333 dotted;font-size:0.8em;margin-top:30px;background:url(img/pixelmarket-bg.jpg) no-repeat center bottom;height:500px;}
p.logo{font-family:Tahoma, sans-serif;color:#7F2AFF;padding:0;margin:5px 0;}
p.site{color:#778997;margin:0;padding:0;}
p.tag{color:#F9CD8C;}
p{line-height:1.5em} a{color:#ccc;}
img{width:100%;}
h1.title{color:#c99c81}
li{line-height:1.2em;padding:5px;}
/* For desktop: */
@media screen and (min-width:601px){
header{max-width:1000px;min-height:140px; }
.left{display:block;float:left}
.right{display:block;float:right}
p.logo{font-size:2.2em;}
h1{margin:15px 0;}
}