@charset "utf-8"

/*
	V2EX CSS (Desktop)
	
	Author: Livid <v2ex.livid@me.com>
	Web: http://picky.olivida.com/
	
	This is the desktop configuration of style for Project Babel.
	
	The best way to wipe IE6 from this planet is to forget it all since the beginning of your every new project.
*/

html {
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti !important;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}
      
      h1 {
      margin-inline-start: 20px;
      }

p {
	line-height: 200%;
}

a:link, a:visited, a:active {
	color: #1c7fdb;
	text-decoration: none;
}

a:hover {
	color: #1785eb;
	text-decoration: underline;
}

/* IDs */

#Wrapper {
	text-align: center;
}

#Main {
	max-width: 760px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#Top {
	text-align: right;
}

#Content {
	padding: 10px 40px 0px 40px;
	text-align: justify;
}

#Navigation {
	padding: 20px 0px 20px 0px;
      margin-inline-end: 40px;
      margin-inline-start: 40px;
}

#Bottom {
	padding: 10px 0px 40px 0px;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	border-top: 1px solid #ccc;
	text-align: center;
}

/* CLASSes */

.gray {
	color: #e2e2e2;
}

.sep5 {
	height: 5px;
}