  body {/* background gradient uses CSS3 for browsers that support */    
background: #fff; /* Old browsers */
background-image: url(/zh/events/peaceday/2012/img/bkg_img.jpg);
background-position:bottom left;
background-repeat: repeat-x;
background: -moz-linear-gradient(top, #ffffff 0%, #cbebff 47%, #91d9f8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#cbebff), color-stop(100%,#91d9f8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#cbebff 47%,#91d9f8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#cbebff 47%,#91d9f8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#cbebff 47%,#91d9f8 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#cbebff 47%,#91d9f8 100%); /* W3C */
}

#main {
	background-color: #fff;
	border: 10px solid #fff;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.5);
   	box-shadow: 0 2px 3px rgba(0,0,0,.5);
	behavior: url(/css/PIE.htc);
	min-width: 940px;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#fff;
}

/* LANGUAGES */

#languages {
	background-color: #FFFFFF;
	height: 18px;
}

#languages ul li#chinese  {
	color: #053647;
	font-size: .923em;
	font-weight: bold;
}	

#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#053647;
	text-decoration: none;
	font-size: .923em;
}

#languages ul li a:hover {
	color: #356FC4;
}

/* TOP BANNER */

#topbanner {
	background-image:url(/zh/events/peaceday/2012/img/peaceday_banner.jpg);
	background-repeat: no-repeat;
	background-color: #0b5976;
	background-position: top left;
	height: 165px;
	position:relative;
	z-index: 0;
	width: 940px;
}

#topbanner h1{
	color: #fff;
}

#bannertitle{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	height: 165px;
}


/* MAIN NAVIGATION */

#mainnav {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 20%;
}

#mainnav ul {
	background-color: #fff;
	margin: 0px;
	padding-top: 20px;
}

#mainnav ul ul{
	display: none
}

#mainnav ul li {
	border-bottom: 1px solid #ccc;
	display: block;
	list-style-type: none;
	font-size:118%;
	line-height:1.4;
}

#mainnav ul li a {
	color: #053647;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: .5em;
	padding-right: 0.5em;
	text-decoration: none;
}

#mainnav ul li a:hover  {
	background-color: #72d0f6;
	color: #053647;
	display: block;
}


/* CONTENT */

#content {
	background-color: #fff;
	float: left;

	font-family: simsong;
	color: #333;
	line-height: 1.308em;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 0;
	width: 74%;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#0035B3;
}

#content a:hover {
	color: #CC6600;
}

#content a:visited {
	color: #333333;
}

#content h2 {
	color: #053647;
	margin-bottom: 25px;
	margin-top: 10px;
	font-size: 170%;
	font-weight:bold;
}

#content h3 {
	color: #0077c0;
	margin-bottom: .5em;
	font-size: 146%;
	font-weight:bold;
}

#content h4 {
	color: #777;
	margin-bottom: .5em;
	margin-top: 1.3em;
	font-size: 130%;
	font-weight:bold;
}

#content  p, #content ul li {
	font-size: 112%;
	line-height: 1.4;
}

#content ul li {
	background-image: url(/common/images/bullets/bullet_box_grey.jpg);
	background-repeat: no-repeat;
	background-position: 2% 6px;
	list-style-type: none;
	margin-bottom: .3em;
	padding-top: 0.1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 0;
	position: relative;

}

#content ul ul li {
	background-image: url(/common/images/bullets/bullet_box_grey.jpg);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	font-size: 95%;
	line-height: 1.3;
}

.photos {
    font-size:95%;
	float: right;
	color: #707070;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 300px;
}

.photos2 {
	font-size:95%;
	float: left;
	color: #707070;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 300px;
}

/* QUOTES */

#content blockquote {
	background-color: #f2f3e9;
	color: #053647;
	display: block;
	padding: 10px;
	width: 95%;
	float: left;
	margin-right: 0;
	margin-left: 15px;
	text-align: left;
}

#content blockquote p{
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
}

#content blockquote.credit{
	font-weight: normal;

}

/* FOOTER BAR */

#footer {
	background-color: #D3DC23;
	color: #053647;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
	font-weight: bold;
}
#footer ul li a {
	color: #053647;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #053647;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #053647;
}

/* 	WSS CREDIT */
#wsscredit {
	color: #053647;
	display: none;
	font-size: 90%;
	margin-top: .5em;
	text-align: center;
}
