/*  
Theme Name: CMP
Theme URI: http://cmp.org
Description: Chinese Media Project
Version: 0.1
Author: Jeremy Clarke
Author URI: http://simianuprising.com.com/


 
/* Begin Typography & Colors */

/* @group generic content classes */

.more-link {
	text-align: right;
	display: block;
	margin-top: 8px;
	}

p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
.clear {
	clear: both;
	}
.clear-right {
	clear: right;
	width: 100%;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}	

a.pdf {
	display: block;
	height: 40px;
	padding: 10px 0 0 40px;
	font-weight: bold;
	background: url(/img/pdf-logo.gif) top left no-repeat;
	font-size: 1.2em;
	vertical-align: middle;
	}
a.ppt {
	display: block;
	height: 40px;
	padding: 10px 0 0 40px;
	font-weight: bold;
	background: url(/img/ppt-logo.gif) top left no-repeat;
	font-size: 1.2em;
	vertical-align: middle;
	}

/* @end */

/* @group standard tags */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

select {
	width: 130px;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	color: #f73b20;
	text-decoration: underline;
	}
ul {
	list-style:bullet;
	position:relative;
	left:6px;
	}
li:before {

	}
html>body ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body li {
	margin: 7px 0 8px 10px;
	}

a, h2 a:hover, h3 a:hover {
	color: #d72418;
	text-decoration: none;
	}

/* @end */

/* @group layout
 */

body {
	font-size: 60%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	text-align: left;
	position: relative;
	overflow: hidden;
	}

.content {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 470px;
	font-size: 1.2em;
	position:relative;
	}
#home {
	width: 100%;
	}

#footer {
	padding: 0 0 0 1px;
	margin: 10px auto;
	width: 760px;
	clear: both;
	/*background: url(/img/CMP_footer.png) no-repeat left bottom;*/
	font-size: 1.1em;
	}
#footer a, 
#footer a:hover,
#footer a:visited,
#footer a:active {
	color: #b3b3b3;
	font-weight: bold;
	}
#footer p {

	margin: 0;
	padding: 30px 0 5px;
	text-align: center;
	/*color: #fff;*/
	
	}
#footer img {
	position: relative;
	top: 2px;
	}



/* @end */

/* @group Headings */

h2 {
	margin: 10px 0 10px 0;
	font-size: 1.6em;
	}

h2.pagetitle {
	text-align: left;
	font-size: 1.6em;
	margin: 15px 0 0 0;

}
h4 {
	margin: 0;
	padding: 3px 0;
	font-size: 1.3em;
	line-height: .9em;
	}

h1 {
	padding: 0;
	margin: 0;
	}
h3 {
	padding: 0;
	margin: 5px 0 0;
	font-size: 1.25em;
	line-height: 1em;

	}

h1, h2, h3, h4 {
	font-family: 'times', 'Trebuchet MS', 'Lucida Grande', Arial, Verdana,  Sans-Serif;
	font-weight: bold;
	}

#sidebar h3 {
	font-size: 1.2em;
	font-family: verdana,arial,  sans-serif;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #444;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	
	}

h3 .headinglink {
	font-size: small;
	font-weight: normal;
	}
h3 .headinglink a {

	}

h1 .blogname {
	display: none;
	}
h1 .placeholder {
	width:375px;
	height: 120px;
	}

/* @end */

/* @group Page Header */

#header {
	width: 100%;
	position: relative;
	background: url(/img/CMP_banner_01.png) no-repeat left top;
	}

#headerimg {
	margin: 0;
	height: 126px;
	width: 100%;
	}

#headerimg .description {
	display: none;
	}

#searchfield {
	position: absolute;
	right: 11px;
	top: 41px;
	width: 315px;
	padding-top: 33px;

	}
#searchform {
	margin: 2px auto;
	padding: 5px 3px; 
	text-align: right;
	}
.content #searchform {
	text-align: center;
	margin: 15px 0
	}

 #searchform #s {
	width: 150px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px 4px;
	}

#topnav {
	}
#topnav ul {
	list-style: none;
	clear: both;
	width: 100%;
	text-align: center;
	background: #fe4327;
	margin: 0 ;
	padding: 3px 0 4px 0;
	border: 1px solid #da3722;
	border-bottom-color: #d13521;
	border-width: 1px 0;
	left: 0;
	}

#topnav ul li {
	display: inline;
	font-size: 1.2em;
	}
#topnav ul li:before {
	content: "";
	}
#topnav ul li a {
	padding: 2px 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}
#topnav ul img {
	position: relative;
	top: 2px;
	height: 12px;
	width: 12px;
	}

.breadcrumb {
	padding: 10px 0 0 25px;
	font-size: 1.2em;
	}

/* @end */

/* @group sidebar */

#sidebar {
	padding: 1.5em 15px 10px 0;
	/* margin-left: 515px; */
	margin-top: 1.2em;
	margin-right: 0;
	width: 225px;
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	clear: right;
	float: right;
	}

#sidebar .sidebar-block {
	/* SHOULD MATCH .home-block */
	width: 212px;
	margin: 0 0 15px 0;
	padding: 0 0px 6px 0px;

	}

.sidebar-block h3, .home-block h3 {
	margin-bottom: 8px;
	padding: 2px 5px;
	border-top: 2px solid #464646;
	border-bottom: 1px solid #909090;
	background: #eee;
	}

#sidebar #person-list {
	margin: 0;
	
	}
#sidebar #person-list li{
	margin: 4px 10px 4px 0;
	padding: 3px 5px;
	width:190px ;
	font-size: 9pt;
	text-align: center;
	}

#sidebar #person-list .post-thumbnail {
	width: 27px;
	height: 27px;
	margin:1px 5px 1px 1px;
	}
#sidebar #person-list a.person-name {
	float: right;
	width: 155px;
	margin-top: 3px;
	}
.home-block ul,
.sidebar-block ul {
	margin: 5px 10px;
	padding: 0;
	}
.home-block li,
.sidebar-block li {
	margin: 0 0 .5em 0;
	padding: 0 0 0 .1em;
	}


small, #sidebar ul li, #sidebar  ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}


html>body ul li:before,
html>body #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul ol {
	margin: 0;
	padding: 0;
	}

ol li, #sidebar ol li {
	list-style: decimal outside;
	}

#sidebar .post-thumbnail {
	width: 20px;
	height: 20px;
	float: left;
	}


#sidebar form {
	margin: 0;
	}

/* @group Events Sidebar */

 ul.ec3_events {
	font-weight: bold;
	color: #ccc;
	}
li.ec3_list, li.ec3_list_day {
	color: #666;
	line-height: .9em;
	}

/* @end */

/* @group Recent Comments */
.recent-comment {
	margin: 4px 0 5px 0;
	padding: 0;
	}
.recent-comment .ccount {
		float: right;
		font-size: 7pt;
		font-weight:normal;
		margin: 1px 5px 0px 0px;
		padding: 0px;
		color: #69d;
		}
.recent-comment .ctitle {
		font-size: 7pt;
		font-weight: bold;
		color: #333;
		margin: 0 0 2px 0px;
		}
.recent-comment ul {
	margin: 3px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 7.5pt;
	font-style: italic;
	}
.recent-comment ul li {
	margin: 0;
	padding: 0;
	}
.recent-comment .more-link {
	margin-top: 0px;
	}

/* @end Recent Comments */

/* @end */

/* @group category pages */

#category-description {
	background: #eee;
	padding: 8px 12px 15px 8px;
		border-top: 2px solid #464646;
	border-bottom: 1px solid #909090;
	background: #eee;
	margin-bottom: 20px;
	}
	

#category-description label {
	font-weight: bold;
	}
.excerpt p {
	display: inline;
	}
#category-description .bio .post-thumbnail {
	width: 100px;
	height: 100px;
	}
#category-description .post {
	margin: 0;
	}
	
#category-meta {
	margin: 12px 0 0 0;
	}
#category-meta img {
	position: relative;
	top: 2px;
	}
#category-meta form {
	display: inline;
	}
#category-feed {
	float: right;

	}

#category-feed img {
	float: left;
	margin: 0 0 5px 5px;
	}
#category-feed a {
	display: inline;
	}
#person-list {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#person-list li {
	margin: 0 10px 10px 0;
	padding: 3px 5px;
	width: 135px;
	float: left;
	background: #ddd;
	border-top: 1px solid #bbb;
	list-style: none;
	text-align: center;
	font-size: 8.5pt;
	line-height: 125%;
	
	}	
#person-list li:before {
	content: "";
	}
#person-list li .post-thumbnail{
	width: 35px;
	height: 35px;
	float: left;
	margin:1px 5px 1px 1px;
	padding: 0;
	}
#person-list a.person-name {
	float: right;
	width: 92px;
	}
.bio .post-thumbnail {
	width: 100px;
	height: 100px;
	padding-top: 1px;

	}

/* @group Events */

.ec3_schedule {
	float: left;
	width: 65px;
	margin: 5px 10px 5px 0;
	text-align: center;
	font-size: 13px;
	}
	.eventmonth {
	background: #ccc;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 1px 0;
	font-weight: bold;
	}
	.eventday {
	font-size: 30px;
	border: 1px solid #ccc;
	border-width: 0 1px 0 1px;
	}
	.eventyear {
	background: #999;
	font-size: 12px;
	padding: 1px 0;
	color: #fff;
	margin-bottom: 3px;
	}
	.eventtime {
	font-weight: bold;
	font-size: 14px;

	}
/* @end */

	
/* @end */

/* @group Home page */

#home.content {
	padding:0px;

}
#news-preview {
	clear: both;
	margin: 20px 0 20px 34px;
	width: 700px;
	}
#news-preview h3 {
	margin-top: 10px;
	margin-right: 10px;
	}
#news-preview h4 {
	text-align:left;
	margin-bottom:5px;
	line-height:110%; 

}
#news-preview .post-thumbnail {
	width:200px;
	height: 160px;
	margin:  0;
	float: right;
	}
#news-preview .news-item {
	padding: 10px 0 10px 0;
	margin: 0 0 0px;
	margin-right:10px; 
	background: #eee;
	border-top: 2px solid #464646;
	border-bottom: 1px solid #909090;
	margin-bottom:0px; 

	}

#news-preview .entry {
	width: 430px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 24px;
	font-size:110%;
	}

#news-preview .news-item p {
	text-align:left;
	display: inline;
}
#news-preview .date {
	color:#808080;
}

#home-features {
	position: relative;
	clear: both;
	}

#home-tier1, 
#home-tier2 {
	position: relative;
	float:right;
	padding-right:14px;
	}

.home-block {
        width: 232px; /* IE 6*/
	wid\th: 212px; /* IE 5 */
	float: left;
	margin: 0px 0px 0 0;
	/*border: 1px dashed #ccc;*/
	padding: 0px 21px 6px 5px;
	}
html>body .home-block {
	width:213px; /* other */
        padding-right:20px;
}
.home-block li a {
	padding: 0 0 0 .2em;
	}
#featured-fellow .post-thumbnail {
	width: 70px;
	height: 70px;
	}
#featured-fellow p {
	display: inline;
	}
#events-listing {
	clear: left;
	}
#col1 {
	float: left;
	margin: 0 0 0 28px;
}
#col1 .post-thumbnail {
	width: 70px;
	height: 70px;
}
#recent-news, #books {
	margin: 0 0 10px 0;
}
div#director-picture, div#books-picture {
	text-align: center;
}
div#director-picture {
	margin: 0;
	padding: 0;
}
div#director-picture img, div#books-picture img {
	display: block;
	margin: 0 auto 8px;
	border: 1px solid #fff;
}
div#director-picture img:hover, div#books-picture img:hover {
	border: 1px solid #b3b3b3;
}
/* @end */

/* @group pages */

ul.feed-list {
		margin: 0 0 15px 0px;
	}
ul.feed-list li {
	list-style-image: none;
	font-size: 1.2em;
	}
 ul.feed-list li:before {
	content: "";
	}
ul.feed-list img {
	position: relative;
	top: 2px;
	margin-right: 3px;
	}
/* @end */

/* @group Posts */

/* @group comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* @end */

.entry p a:visited {
	color: #b85b5a;
	}

.post {
	margin: 0 0 30px;
	text-align: justify;
	}
.postmetadata {
	clear: left;
	}

.post-thumbnail {
	float: left;
	padding: 5px 10px 2px 0;
	height: 120px;
	width: 150px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/* @end */

/* @group calendar */

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* @end */

/* Books */
.books-index {
	clear: both;
	float:left;
	font-size:1.2em;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
	padding-top:0;
	position:relative;
	width:700px;
}
.books-index dl.gallery-item {
	max-width: 150px;
	height: 200px;
	float: left;
	margin: 0 20px 20px 0;
}
.books-index .gallery-item dd {
	margin: 0;
	text-align: center;
}
.books-index .gallery-item a img {
	border: 1px solid #fff;
}
.books-index .gallery-item a:hover img {
	border: 1px solid #999;
}
/* @end */

