/*
Theme Name: NMC
Theme URI: http://nmcmedia.org/
Description: Theme developed for the National Minority Consortia website.
Version: 1.0
Author: Chris Yap and Jessica Yazbek
Author URI: http://exobi.com/

*/



/* Begin Typography & Colors */
body {
	background-image: url('images/bg-body.gif');
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #A60000;
	text-decoration: none;
}

a:hover, a:active {
/*	color: #555;*/
	text-decoration: underline;
}

p {
	line-height: 134%;
}

div#shadow-sides {
	background-image: url('images/bg-shadow-sides.png');
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 909px;
}

div#page {
	width: 890px;
	margin: 0 auto;
	background-color: #999;
	padding-bottom: 20px;
}

div#header {
	background-image: url('images/bg-header.jpg');
	padding: 20px 20px 0 20px;
}

div#masthead {
	border-top: 14px solid #999;
	background-image: url('images/bg-masthead.jpg');
	background-repeat: repeat-x;
	position: relative;
	z-index: 6;
}

img#nmc-logo {
	width: 270px;
	height: 115px;
}

ul#global-nav li a {
	color: #333;
	display: block;
	padding: 0;
	text-transform: uppercase;
}


ul#global-nav a:link, ul#global-nav a:visited {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
}

ul#global-nav a:hover, ul#global-nav a:active {
	color: inherit;
}



ul#global-nav {
	top:0;
	position:absolute;
	right:0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

ul#global-nav li {
	color: #333;
	float: left;
	font-size: 117%;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0 10px;
	padding: 0 10px;
	position: relative;
	z-index: 100;
}

ul#global-nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
}

ul#global-nav li ul li {
	display: block;
	float: none;
	font-size: 100%;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}

ul#global-nav li ul li a {
	display: block;
	padding: 8px 10px;
	text-transform: none;
}

ul#global-nav li ul li a:hover, ul#global-nav li ul li a:active {
	background-color: #333;
	color: #FFF !important;
	background-image: none;
}

ul#global-nav a:active, ul#global-nav a:hover {
}

ul#global-nav li.current_page_item {
	background-image: url(images/bg-nav-selected.png);
	background-repeat: repeat-x;
}

div#funded-by {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	height: 20px;
	line-height: 20px;
	font-size: 92%;
	color: #333;
	text-align: right;
}

div#funded-by img {
	vertical-align: middle;
}

div#content {
	background-color: #FFF;
	width: 830px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}


div#featured-post {
	position: relative;
    margin-top: 25px;
	height: 229px;
	overflow: hidden;
}

div#featured-post div#post-content {
	width: 514px;
	height:193px;
	background-image: url(images/bg-featured-post.png);
	position: absolute;
	right: 0px;
	color: #FFF;
	padding: 18px;
}

div#featured-post h2 {
	font-size: 150%;
	margin-top: 0;
}

div#featured-post h3 {
	font-size: 117%;
}

div#featured-post p {
	line-height: 150%;
}

div#featured-post span.read-more {
	color: #FFF;
	background-image: url(images/arrow-rt-white.gif);
}

.wp-caption {
	position: relative;
}

.wp-caption-text {
	position: absolute;
	font-size: 83%;
	color: #FFF;
	background-image: url(images/bg-featured-post.png);
	padding: 1px 3px;
	bottom: 5px;
	left: 5px;
	margin: 0;
}

/*div#featured-post div.photo-caption {
	bottom: 5px;
	left: 5px;
}
*/
.wp-caption-text a:link,
.wp-caption-text a:visited {
	color: #FFF;
	text-decoration: none;
}

div#featured-post .wp-caption-text a:hover, 
div#featured-post .wp-caption-text a:active {
	text-decoration: underline;
}

div#featured-post a:link, div#featured-post a:visited {
	color: #FFF;
}

div#about, div#project {
	padding: 10px 13px;
	background-color: #A60000;
	color: #fff;
	height: 160px;
	width: 524px;
	float: left;
	margin-right: 10px;
	position: relative;
}

div.about-img {
	float: right; 
	width: 270px;
	position: relative;
}

div.about-img div.photo-caption {
	bottom: 5px;
	right: 5px;
}

div#about div.photo-caption {
	bottom: 5px;
	right: 5px;
}


div#about h3, div#project h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 117%;
}

div#about p, div#project p {
	margin-top: 0;
	margin-bottom: 8px;
}

div#about a:link, div#about a:visited {
	color: #fff;
}

div#project {
	margin-bottom: 10px;
}

div.video-block {
	width: 270px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.video-block div {
	height: 200px;
}

div.video-block h3 {
	font-size: 100%;
	margin-bottom: 5px;
	
}

div.video-block p {
	margin-top: 0;
}

div#project {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	color: #000;
	background-color: #E7E7E7;
	height: auto;
}

div#footer {
	height: 100px;
	background-image: url('images/bg-footer.jpg');
	width: 850px;
	margin: 0 auto;
	position: relative;
	color: #FFF;
}

div#footer h2 {
	font-size: 150%;
	padding-left: 15px;
	display: inline;
	line-height: 100px;
}

div#footer img {
	vertical-align: middle;
}

div#footer a {
	margin-right: 10px;
}

p#copyright {
	position: relative;
	top: 10px;
	left: 32px;
	margin: 0;
	font-weight: bold;
	font-size: 92%;
	color: #FFF;
}

div#video2 a {
	color: #000;
	position: relative;
	text-decoration: none;
}

div#video2 a span {
	position: absolute; 
	bottom: 5px; 
	left: 4px; 
	display: block; 
	width: 270px;
	font-weight: bold;
}

/** SUBPAGE STYLES **/

div#left {
	float: left;
	width: 550px;
}

div#right {
	float: left;
	width: 270px;
	background-color: #FFF;
}

div#left h2 {
	background-image: url("images/bg-sub-h2.png");
	font-size: 100%;
	color: #FFF;
	padding-left: 10px;
	line-height: 24px;
	margin: 18px 0 11px 0;
}

p.meta {
	font-size: 92%;
	margin: 0;
}

ul#breadcrumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 92%;
}

ul#breadcrumbs li {
	display: inline;
}

h3 {
	font-size: 100%;
}


ul#comments {
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#comments li {
	padding: 5px 5px 10px 5px;
	margin: 5px 0;
	border-bottom: 1px dotted #CCC;
}

ul#comments li.alt {
	background-color: #E7E7E7;
}

ul#comments cite {
	font-style: normal;
	font-weight: bold;
}

ul#comments p.comment-meta {
	font-size: 92%;
	margin: 0;
	text-align: right;
}

div#right {
	margin-top: 14px;
	margin-left: 10px;
}

div#right h3 {
	background-image: url(images/bg-right-h3.png);
	margin: 0 0 25px 0;
	color: #FFF;
	line-height: 24px;
	padding-left: 10px;
}

div#right ul#widgetized {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#right ul#widgetized li {
	background-color: #EBEBEB;
	margin: 0 0 10px 0;
	padding: 0 0 25px 0;
}

div#right ul#widgetized li li {
	margin: 0;
	padding: 0;
}

form#searchform {
}

form#searchform input#s {
	width: 150px;
	height: 10px;
	padding: 5px;
	border: 0;
	margin: 0 10px;
}

form#searchform input#searchsubmit {
	background-color: #A60000;
	border: 0;
	color: #FFF;
	height: 20px;
	padding: 0 5px;
	width: 70px;
	margin: 0;
	font-family: inherit;
	font-size: 100%;
}

ul.sidebar {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.sidebar li {
	background-image: url(images/arrow-rt-black.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 8px !important;
}

div#right ul#widgetized li ul.pages li {
	position: relative;
	left: -10px;
	margin-right: -10px;
	line-height: 30px;
	background-position: 10px 11px;
	padding-left: 20px !important;
	font-weight: bold;
}

div#right ul#widgetized li ul.pages li a:link,
div#right ul#widgetized li ul.pages li a:visited {
	color: #333;
}

div#right ul#widgetized li ul.pages li.current_page_item {
	background-color: #999;
}

div#right ul#widgetized li ul.pages li.current_page_item a:link,
div#right ul#widgetized li ul.pages li.current_page_item a:visited {
	color: #FFF;
}

span.read-more {
	text-decoration: none;
	white-space: nowrap;
	background-image: url(images/arrow-rt-black.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
	font-weight: bold;
}

img.post-thumb {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 5px 5px 0;
}

div#printlink {
    display: block;
    position: absolute;
    left: 912px;
}

ul.sidebar li.page_item li.page-item-3 {
	list-style-type:none;
}

span#contactemail {
	float: right;
	padding-right: 70px;
}


span#contactemail a {
	color:	#FFFFFF;
}

span#sitemap {
        float: right;
        padding-right: 20px;
}

span#sharethis {
        float: right;

}

span#printme {
        float: right;
        padding-right: 10px;
}

span#printme a {
    background: url("/wp-content/plugins/wp-print/images/printer_famfamfam.gif") no-repeat;
    padding:1px 5px 5px 22px;
}

span#printme a span {
    line-height:17px;
}

span#sitemap a {
	color: #FFFFFF;
}

ul.sidebar ul {
	padding-left: 0px;
}

div#left div.ddsg-wrapper h2 {
	background: #FFFFFF;
	color: #000000;
}

span#sharethis_0 a {
    padding-right: 0px;
}

div.video-entry {
    margin-bottom: 16px;
}

div.video-entry ul li {
    display: inline;
}

div.video-entry-text {
    margin-left: 170px;
}

div.video-entry-text ul{
    padding: 0px;
}

img.video-entry {
    float: left;
    width: 150px;
}

ul.sidebar ul {
    list-style-type:none;
}

ul.video-tagcloud {
    list-style-type: none;
    padding: 0px;
}

ul.video-tagcloud li {
    display: inline;
}

div#video-tags ul.video-tags {
    list-style-type: none;
    padding: 0px;
}

div#video-tags ul.video-tags li {
    display: inline;
}