/*  
Theme Name: PRiNZ BranfordMagazine ++
Theme URI: http://www.der-prinz.com/branfordmagazine-wordpress-magazine-style-theme-63
Description: PRiNZ modified by Cedric Sam, JMSC
Version: 4.2 (released 2010-01-30) ++ Cedric Sam, JMSC (March 2010)
Author: Michael Oeser (Modified heavily by Cedric Sam)

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


/***************************************
CSS Reset by Eric Meyer v1.0 | 20080212 
****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
* CSS3 @font-face
*/

@font-face {
    font-family: Delicious; src: url('fonts/Delicious-Roman.otf');
}
@font-face {
    font-family: Delicious; font-weight: bold; src: url('fonts/Delicious-Bold.otf');
}
@font-face {
    font-family: Delicious; font-weight: bolder; src: url('fonts/Delicious-Heavy.otf');
}
@font-face {
    font-family: Delicious; font-style: italic; src: url('fonts/Delicious-Italic.otf');
}
@font-face {
    font-family: Delicious; font-weight: bold; font-style: italic; src: url('fonts/Delicious-BoldItalic.otf');
}
@font-face {
    font-family: Delicious; font-variant: small-caps; src: url('fonts/Delicious-SmallCaps.otf');
}
@font-face {
    font-family: Tallys; font-variant: small-caps; src: url('fonts/Tallys_15.otf');
}
@font-face {
    font-family: Calluna; src: url('fonts/Calluna-Regular.otf');
}

/******************************************
*   HTML Elements                         
******************************************/
	
body {
	background: #333;
	color: #5f5f5f;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
}
	
p {	margin: 15px 0;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	font-weight: bold;
	color:#104E8B;
	text-decoration: none; 
	} 
a:hover	{ 
    font-weight: bold;
    color:#104E8B;
    text-decoration: underline; 
}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title a:link, .title a:active, .title a:visited,
a.title:link, a.title:active, a.title:visited
{ 
	color: #840000; 
	text-decoration: none;
	} 
.title a:hover,
a.title:hover
{ 
	color: #840000; 
	text-decoration: underline;
} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:1px solid #999; padding:1px; }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}
div.post div.entry a.alignleft {
    margin: 0 10px 0 0;
}

.alignright {
float: right;
}

.aligncenter {
    float: none;
}

.wp-caption {
   text-align: center;
   background-color: #F4F4EC;
   margin: 7px 0 0 0;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:920px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 10px 25px 20px 25px;
	/*border:3px double #333;*/
	}

#branding {/*where the logo sits*/
	width:100%;
	height:143px;
	margin: 0;
	/*background:url(images/backgrounds/bg_branding.png) no-repeat;*/
	background:url(http://cmp.hku.hk/wp-content/uploads/2010/04/cmp_logo_5.png) no-repeat;
	/*background:url(http://cmp.hku.hk/wp-content/uploads/2010/03/logo1.png) no-repeat;*/
	}
#toplogo {
    margin: 0 0 5px 0;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 260px;
	float:right;
	margin: 0 0 20px 0;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:377px;
	padding-right:10px;
	}

#leftcol, #rightcol {
    margin-top:15px;
    float:left
}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
    width:238px;
    /*border-left:1px solid #b6b6b6;
    border-right:1px solid #b6b6b6;*/
    padding: 0 10px;
    text-align: center;
}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
    list-style:none;
    margin: 6px 0 0;
}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
    display: none;
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	/*color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;*/
	margin: 0;
	padding: 0;
	max-width: 920px;
	border: 0;
	height: 126px;
}
h1 img {
	border: 0;
	margin: 0;
	padding: 0;
}
	
h2 {
	/*color: #840000;*/
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	/*color:#840000;*/
	}
.left_widget h3 {
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #ccc;
}
#sidebar h2, #sidebar h3 a {
	/*font: 0.9em Arial, Helvetica, sans-serif;*/
	/*letter-spacing:0.3em;*/
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin: 12px 0;
	color:#840000;
	}
#sidebar ul {
    margin: 10px 0;
}
#sidebar ul li {
    line-height: 1.3em;
}
#get_recent_comments_wrap ul li ul {
    padding: 0 0 0 10px;
}
#get_recent_comments_wrap ul li ul {
    padding: 0 0 0 10px;
}
.delicious-cached-exp {
    font-style: italic;
    display: block;
}
.sidebar-image-top {
    padding: 2px 0 10px 0;
}
.sidebar-image-bottom {
    padding: 0;
}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
    font-size:1.2em;
    margin-bottom:6px;
}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:645px;
	float:left;
	margin: 0 0 20px 0;
	}
	
.description {
    display: none;
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	/*background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;*/
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 10px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#840000!important;
	text-decoration:none;
	}
	
.read-on a:hover {
	text-decoration:underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
}

#leftcol img {
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom: 1px solid #999;
	padding: 0 0 12px 0;
	}	

/* "more" Links in the excerpts */
.excerpt_more a { 
	color:#840000!important;
	}

.excerpt_more a:hover {
	text-decoration:none;
	}

/* Post Formatting */

.entry {
	/*padding-bottom:18px;*/
	text-align:justify;
	min-height: 100px;
	margin: 0 0 4px 0;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
.post h2, .post h2 a {
    font-weight: normal;
    margin: 35px 0 15px 0;
}
.post h3, .post h3 a {
    margin: 15px 0 5px 0;
}
.post {
    padding: 0 10px 0 0;
}

.breadcrumb {
    position: absolute;
    margin: 10px 0 0 0;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}
.byline {
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-variant: small-caps;
}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding: 0px 8px;
    height: 100%;
}
#searchform input#searchquery {
    margin: 3px 0;
    width: 100px;
}
#searchform input#searchsubmit {
    margin: 3px 0;
    font-size: 1em;
    font-weight: bold;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family:Verdana,Arial,sans-serif;
    margin: 0;
}
#searchform div {
    margin: 0;
    padding: 0;
}
.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	/*background:#666;*/
	background:#840000;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding: 0 30px;
}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	
.commentlist p {
    margin: 0;
}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
/*#rightcol .from-fellows {
    background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
    padding:15px;
    border: 1px solid #ccc;
    margin: 0 0 15px;
}
#rightcol .from-fellows img {
    margin: 0 5px 0 0;
}*/
div#featured {
    min-height: 225px;
    max-height: 225px;
    overflow: hidden;
}
#featured {
    padding: 0!important;
    width:642px!important;
    line-height: 1.5em;
}
#featured img {
    margin: 0 15px 0 0;
    border: 0;
}
#featured p {
    margin: 0;
}
div#featured-text {
    margin: 5px;
}
#newsarchive div.post-byline,
#featured div.featured-byline {
    font-weight: bold;
    margin: 2px 0;
    text-transform: uppercase;
}
#featured h4 a.title {
    font-family: Calluna, serif;
    font-size: 1.8em;
    line-height: 1.1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#featured h4 {
    margin: 0;
}
#word .word-chinese {
    font-size: 3em;
    line-height: 1.2em;
}
#word .word-english, #word .word-pinyin {
    font-size: 2em;
    line-height: 1em;
}
/*#word a, #word a span {
    text-decoration: none;
}
#word a:hover, #word a:hover span {
    text-decoration: underline;
}*/
#word div.media-dictionary {
    /*float: right;*/
}
#word div.word-header {
    margin: 5px 0 0 0;
}
#word div.word-description {
    margin: 5px 0 10px 0;
}
#comic div.comic-header, #antisocial div.antisocial-header {
    margin: 8px 0 0 0;
}
#comic div.comic-description, #antisocial div.antisocial-description {
    margin: 5px 0 10px 0;
}
#comic div.comic-header h4, #antisocial div.antisocial-header h4 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 5px 0 0 0;
}
#comic h4 a.title, #antisocial h4 a.title {
    font-family: sans-serif;
    color: #104E8B;
}
#comics ul li.comics-item, #antisocial ul li.antisocial-item {
    float: left;
    display: block;
    width: 300px;
    list-style: none;
    margin: 0 14px 0 0;
    height: 360px;
}
#comics ul li a div.comics-title:hover, #antisocial ul li a div.antisocial-title:hover {
    text-decoration: underline;
}
#comics ul#comics-header-list, #antisocial ul#antisocial-header-list {
    display: block;
    overflow: hidden;
}
#comics .comics-title, #antisocial .antisocial-title {
    font-size: 1.4em;
    margin: 6px 0;
}
#comics .comics-description, #antisocial .antisocial-description {
    line-height: 1.5em;
    margin: 0;
}
#comics .comics-title span.published-date, #antisocial .antisocial-title span.published-date {
    font-size: 0.8em;
}
#comics .comics-description p, #antisocial .antisocial-description p {
    margin: 0;
}
#comics ul li div, #antisocial ul li div {
    line-height: 1.2em;
    padding: 4px 0 0 0;
}
#comics-header-list .comics-author {
    font-style: italic;
    font-weight: bold;
}
#comics-list .comics-author {
    font-size: 0.9em;
}
.antisocial-author {
    display: none;
}
#from-fellows span.from-fellows-name {
    display: block;
    text-transform: uppercase; 
    /*font-weight: bold;*/
}
.fellows-author-name, .staff-author-name {
    font-size: 0.8em;
}
#leftcol div.byline {
    margin: 2px 0 0 0;
    text-transform: uppercase;
}
#leftcol .alignright img {
    margin: 0 0 10px 10px;
}
#leftcol .feature {
    min-height: 100px;
    text-align: right;
    clear: both;
}
#leftcol h4 a.title {
    font-family: Calluna, serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
}
#leftcol h4 {
    margin: 0;
}
#rightcol .middle_widget {
    margin: 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #999;
}
#fellows-column .fellows-column-photo a {
    margin: 0 auto;
    display: inline;
}
#fellows-column .fellows-column-name-pinyin,
#fellows-column .fellows-column-name-chinese
{
    font-size: 1.6em;
    line-height: 1em;
}
#fellows-column .fellows-column-photo {
    margin: 12px 0;
}
#fellows-column .fellows-column-name {
    font-family: Calluna, serif;
}
#fellows-column h4 a.title {
    font-family: Delicious, serif;
    font-weight: bolder;
    font-size: 1.6em;
    line-height: 1.1em;
}
#fellows-column .fellows-column-date  {
    margin: 0 0 5px;
}
#more-articles,
#fellows-column .fellows-column-others,
#word .media-dictionary, #comic div.comic-china,
#antisocial div.antisocial-china {
    font-size: 1.15em;
}
#more-articles {
    margin: 0 0 10px;
}
#fellows-column .fellows-column-post {
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin: 10px 0;
    background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
}
#staff-editorial .staff-editorial-photo a {
    margin: 0 auto;
    display: inline;
}
#staff-editorial .staff-editorial-name-pinyin,
#staff-editorial .staff-editorial-name-chinese
{
    font-size: 1.6em;
    line-height: 1em;
}
#staff-editorial .staff-editorial-photo {
    margin: 12px 12px 0 0;
    float: left;
}
#staff-editorial .staff-editorial-name {
    font-family: Calluna, serif;
    text-align: center;
}
#staff-editorial h4 a.title {
    font-family: Calluna, serif;
    font-size: 1.6em;
    line-height: 1.1em;
}
#staff-editorial h4 {
    margin: 12px 0 0 0;
}
#staff-editorial h3 {
    margin: 0 0 6px 0;
    text-align: center;
}
#staff-editorial .staff-editorial-excerpt {
}
#staff-editorial .staff-editorial-others {
    font-size: 1.15em;
}
#staff-editorial {
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin: 10px 0;
    background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
}

#quotes {
    background: url(images/quotes-calluna.png) 10px 35px no-repeat #dfdfdf;
    margin: 15px 0;
    border: 1px solid #999;
    padding: 15px;
}
#quotes p {
    margin: 0;
    padding: 0;
}
#quotes a {
    font-weight: normal;
}
#quotes .quotes-content {
    font-family: Tallys, serif;
    font-size: 1.5em;
    margin: 0 0 6px 36px;
    line-height: 1.1em;
}
#quotes .quotes-context {
    font-family: Tallys, serif;
    font-size: 1.3em;
    text-align: right;
}
#quotes h3 {
    margin: 0 0 10px 0;
    border: 0;
    padding: 0;
}
.post ul li.person-item {
    border: 1px solid #ccc;    	
    list-style: none;
    margin: 6px 6px 0 0;
    padding: 8px;
    float: left;
    width: 186px;
    text-align: center;
    min-height: 110px;
    background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
}
.post ul li.staff-item img,
.post ul li.person-item img {
    float: left;
}
.post ul li.staff-item {
    border: 1px solid #ccc;    	
    list-style: none;
    margin: 0 0 15px;
    padding: 10px;
    width: 95%;
    float: left;
    text-align: left;
    background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
}
.post ul li.staff-item img {
    margin: 0 10px 0 0;
}
.post ul li.word-item, .post ul li.entry-item {
    list-style: none;
}
.post li.word-item, .post li.entry-item {
/*    width: 40%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0 10px 10px;
    float: left;*/
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: normal;
}
.post li.word-item .published-date, .post li.entry-item .published-date {
    font-size: 0.8em;
    display: inline;
}
.post .word-featured .published-date {
    display: none;
    float: right;
}
.post #word .word-featured .word-header {
    width: 250px;
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
}
.post #word .word-featured .word-description {
    overflow: hidden;
    font-weight: bold;
}
.post #word .word-featured {
    margin: 10px 0;
    padding: 10px 0;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    min-height: 130px;
}
.post #word, .post #person, .post #fellows, .post #staff, .post #comics, .post #antisocial {
    margin: 0 0 10px 0;
}
.post #word ul, .post #person ul, .post #fellows ul, .post #staff ul, .post #comics ul#comics-list, .post #antisocial ul#antisocial-list {
    border-top: 1px solid #ccc;
    margin: 0 0 10px 0;
}
.post #word ul, .post #person ul {
    border-bottom: 1px solid #ccc;
}
.person-name-chinese, 
.person-name {
    font-size: 1.1em;
    padding: 0;
    margin: 0 4px;
    clear: both;
}
a.person-link {
    vertical-align: top;
}
a.person-link:hover {
    text-decoration: underline;
}
.person-orgn {
    line-height: 0.9em;
    font-size: 1em;
    display: block;
    margin: 6px 0;
}
.staff-name-chinese,
.staff-name {
    font-family: Delicious, sans-serif;
    font-size: 1.6em;
}
.staff-description {
    margin: 10px 0 0 0;
}
a.staff-fellow {
    display: block;
}
a.staff-fellow img {
    margin: 0 10px 2px 0;
    text-decoration: none;
}
a:hover.staff-fellow {
    text-decoration: none;
}
div.staff-fellow-photo {
    border: 1px solid #ccc;
    background-color: #f4f4ec;
    float: left;
    padding: 10px;
    margin: 0 10px 0 0;
}
div.staff-fellow-photo a.staff-fellow img {
    margin: 0;
}
div.staff-fellow-title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    letter-spacing:0.1em;
    font-weight: bold;
}
#books ul {
}
#books ul li {
    float: left;
    width: 140px;
    height: 280px;
    list-style: none;
    margin: 20px 18px 8px 0;
}
#books ul li a div.books-title:hover {
    text-decoration: underline;
}
#books .books-title {
    font-size: 1.1em;
    height: 55px;
}
#books ul li div {
    line-height: 1.2em;
    padding: 4px 0 0 0;
}
#newsarchive div.post {
    padding: 15px;
    margin: 0 0 10px;
    border: 1px solid #ccc;
    background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
    min-height: 155px;
}
#newsarchive div.entry img {
    margin: 0 10px 0 0;
    display: block;
}
#newsarchive div.entry {
    margin: 10px 0;
    padding: 0;
}
#newsarchive div.entry {
}
#person .person-entry {
    min-height: 150px;
}
#related-posts {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #F4F4EC;
}
#related-posts h3 {
    margin: 5px 0 0 0;
}
#related-posts ol li {
    margin: 10px 0;
}
#related-posts ol li img {
    margin: 0 1px 0 0;
    vertical-align: middle;
}
#related-posts ol li span.related-posts-date {
    font-size: 0.8em;
}
#respond {
    margin: 15px 0 0 0;
}
#respond p {
    margin: 0;
}
.navigation {
    min-height: 12px;
}
.section-intro {
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #dfdfdf;
    padding: 15px 0;*/
    font-size: 1.3em;
    line-height: 1.6em;
}
ul#readings li {
    list-style-type: none;
    margin: 16px 0 4px 0;
}
#readings a.titleLink {
    font-size: 1.2em;
    background-color: #dfdfdf;
    padding: 4px 2px;
    border-top: 1px solid #ccc;
    display: block;
}
#readings a.linkLink {
    font-size: 0.9em;
    font-style: italic;
    display: block;
}
#readings div.tags {
    text-align: right;
    font-weight: bold;
    margin: 2px 0;
    line-height: 2em;
}
#readings div.tags a {
    margin: 0;
    padding: 4px;
    background-color: #f2f2f2;
}
#readings div.tags a:hover {
    background-color: #104E8B;
    color: #fff;
    text-decoration: none;
}

/******************************************
*   Footer                        
******************************************/

#footer {
    margin: 0 auto;
    width: 900px;
    font-size:0.9em;
    text-align:center;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    color:#000;
    clear: both;
    border-top: 1px solid #999;
}

#footer a {
    color:#333;
}

#footer img {
    border: 0;
}