/*
	  _____ _     _                _____ _                            _ 
	 / ____| |   (_)              / ____| |                          | |
	| |    | |__  _ _ __   __ _  | |    | |__   __ _ _ __  _ __   ___| |
	| |    | '_ \| | '_ \ / _` | | |    | '_ \ / _` | '_ \| '_ \ / _ \ |
	| |____| | | | | | | | (_| | | |____| | | | (_| | | | | | | |  __/ |
	 \_____|_| |_|_|_| |_|\__,_|  \_____|_| |_|\__,_|_| |_|_| |_|\___|_|
		   China Channel Firefox Add-on, visit: www.chinachannel.hk 
	
			- By Aram Bartholl, Evan Roth and Tobias Leingruber
			- Collaborators: Jamie Wilkinson and Michael LM4K
			- Based on the SwitchProxy addon by Jeremy Gillick

*/

body {
	margin:40px; 
	background-color:#e20212; 
	background-image:url(pix/china.png);
	font-size:14px; 
	font-family:Arial, Helvetica, Verdana, Trebuchet ms;
	text-align: center; /* for IE */
}

h1 {
	margin-top: 0px;
	font-size:32px;
}
	
h1.yo {
	font-size:24px;
	/*line-height:5pt;*/
}

h2 {
	font-size:16px;
	color:#999999;
	margin-top: -20px;
}
h3 {
	margin-top: 0px;
}

a {
	/*background-color:#fff; */
	color:#000; 
}

a:hover	{
	/*background-color:#999999; */
	color:#999999; 
	/*text-decoration: none;*/
}
a:hover.button {
	background-color:#fff;
}


/* Layout Stuff top Bubble*/

#inhalt {
	background:#fff;
	padding:20px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #fff;
}
	
#inhalt_box {
	margin: 0 auto;   /* align for most common browsers */
	text-align: left; /* counter the body center -hu? */
	width:900px;
}

#left_column { 
	width:350px;
	height:400px;
	float:left;
	text-align:left;
}

#right_column { 
	width:100%;
}


/* Layout Stuff lower bubble*/

div.inhalt2 {
	background:#fff;
	padding:20px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #fff;
}
	
div.inhalt_box2 {
	margin: 0 auto;   /* align for most common browsers */
	text-align: left; /* counter the body center -hu? */
	width:900px;
}

div.left_column2 { 
margin-right: 15px;
	width:335px;
	float:left;
	position:relative;
	text-align:left;
}
div#results { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin-left: 350px;*/
	/*position:relative;*/
	/*float:left;*/
}

div.right_column2 { 
	width:100%;
	text-align:left;
}

#center {
	text-align:center;
}

p.meta {
	color:#999999;
	/*margin-top: -10px;*/
}

ol {
	margin-left:0px;
	
}
li {
	margin-bottom:10px;
}