/*
Company:	Resist
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	background: url(../images/body-bkg.jpg) repeat-x 0 0 #fff;
	font-family: Verdana, sans-serif;
	text-align: center;
}
body div{
	text-align: left;
}
/* @end */

/* @group Layout */


/* Head */
div#hd {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	margin-bottom: 20px;
}

/* Body */
div#bd {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
div#ft p {
	font-size: 85%;
	color: #7b7a6d;
}
div#ft a:link, div#ft a:visited {
	color: #7b7a6d;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft p.left-col {
	width: 500px;
	float: left;
	display: inline;
}
div#ft p.right-col {
	width: 200px;
	text-align: right;
	float: right;
	display: inline;
}
/* @end */

/* @group Modules */
/* Logo */
h1#logo {
	width: 394px;
	height: 42px;
	background: url(../images/mainsitelogo.gif) no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	display: inline;
}
h1#logo a {
	display: block;
	height: 100%;
}

/* Main image */ 
div#mainpromo {
    position: relative;
	height: 344px;
}

div#mainpromo.home {
    background: url(../images/main/aj1.jpg) no-repeat 0 0 #0e111a;
    height: 344px;
	overflow: hidden;
}
div#mainpromo.contrib1 {
    background: url(../images/main/aj6.jpg) no-repeat 0 0 #0e111a;
    height: 275px;
}
div#mainpromo a {
	width: 100%;
	display: block;
}
div#mainpromo p#languages {
    position: absolute;
    right: 20px;
    bottom: 25px;
    display: inline;
}


/* Contribution Box */
div#contrib-form {
	background: url(../images/contrib-bkg.jpg) repeat-x 0 0 #0e111a;
	padding-bottom: 23px;
}
div#contrib-form h2#make-contrib-text {
	width: 472px;
	height: 86px;
	margin: 30px 0 0 23px;
	background: url(../images/make-contrib-text.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#contrib-form div.tab-box {
	background: url(../images/steps-bkg.gif) #2D3037 repeat-x 0 30px;
	width: 410px;
	height: 220px;
	float: left;
	display: inline;
}
.tab-box p, .tab-box h2 {
	color: #c7c7c8;
	font-size: 93%;
	line-height: 150%;
	margin-bottom: 20px;
}
.tab-box h2 {
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida",Verdana,Arial,sans-serif;
	font-size:  1.3em;
}
.tab-box p a {
	color: #c7c7c8;
}


div#contrib-form a.tab {
	display: block;
	width: 76px;
	height: 30px;
	text-indent: -9000px;
	overflow: hidden;
}


/* Step 1 */
div#contrib-form div#step1 a.tab {
	background: url(../images/step1-tab.gif) no-repeat 0 0;
}
div#contrib-form div#step1 {
	margin-left: 23px;
}
div#contrib-form div#step1 div.tab-content {
	padding: 20px 20px 0 20px;
}
div#contrib-form div#step1 textarea {
	width: 96%;
	padding: 2%;
	height: 150px;
	background-color: transparent;
	border: none;
	color: #fff;
}

/* Step 2 */
div#contrib-form div#step2 a.tab {
	background: url(../images/step2-tab.gif) no-repeat 0 0;
}
div#contrib-form div#step2 {
	margin-left: 23px;
}
div#contrib-form div#step2 div.tab-content {
	padding: 25px 30px;
}
div#contrib-form div#step2 p.submit {
	text-align: center;
	margin-bottom: 0;
}

/* Success */

div#contrib-form div#success a.tab {
	background: url(../images/blank-tab.gif) no-repeat 0 0;
}
div#contrib-form div#success {
	margin-left: 23px;
	margin-right: 23px;
	width: 844px;
	float: left;
}
div#contrib-form div#success div.tab-content {
	padding: 25px 30px;
}

/* Languages */
div#contrib-form p#languages {
	margin: 30px 20px 0 0;
	float: right;
	display: inline;
}
p#languages a{
	display: block;
	height: 14px;
	background: url(../images/languages.gif) no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
	margin-right: 4px;
	float: left;
	display: inline;
}
p#languages a#lang-eng {
	width: 46px;
}
p#languages a#lang-esp {
	width: 47px;
	background-position: -50px 0;
}
p#languages a#lang-fra {
	width: 52px;
	background-position: -101px 0;
}
p#languages a#lang-ar {
	width: 41px;
	background-position: -156px 0;
}
p#languages a#lang-po {
	width: 60px;
	background-position: -201px 0;
}
p#languages a#lang-cn {
	background-position:-265px 0;
    width:22px;
}

/* Light Content Block */
div.light-block {
	padding: 35px 23px;
}
div.light-block div.left-col {
	width: 248px;
	margin-right: 40px;
	float: left;
	display: inline;
}
div.light-block div.left-col-wide {
	width: 558px;
	float: left;
	display: inline;
}
div.light-block div.center-col {
	width: 270px;
	float: left;
	display: inline;
}
div.light-block div.center-col a:link, div.light-block div.center-col a:visited {
	color: #365087;
}
div.light-block div.right-col {
	width: 248px;
	float: right;
	display: inline;
}
div.light-block div.right-col p {
	color: #2c2c2c;
}


div.left-col-half {
	width: 400px;
	float: left;
	display: inline;
}
div.right-col-half {
	width: 400px;
	float: right;
	display: inline;
}

div.content h2{
    font: 1.3em "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida",Tahoma,Verdana,Arial,sans-serif;
    color: #474747;
}

div.content h2.hd-what-is {
	background: url(../images/hd-what-is.gif) no-repeat 0 0;
	width: 100%;
}
div.content h2.hd-who-is {
	background: url(../images/hd-who-is.gif) no-repeat 0 0;
	width: 100%;
}
div.content h2.hd-how-you-help {
	background: url(../images/hd-how-you-help.gif) no-repeat 0 0;
	width: 100%;
}
div.content h2.hd-spread-the-word {
	background: url(../images/hd-spread-the-word.gif) no-repeat 0 0;
	width: 100%;
}
div.content h2.hd-mailout {
	background: url(../images/hd-mailinglist.gif) no-repeat 0 0;
	width: 100%;
}
div.content h3.hd-tell-us-story {
	background: url(../images/hd-tell-us-story.gif) no-repeat 0 0;
	width: 100%;
}
div.content h3.hd-workshops {
	background: url(../images/hd-workshops.gif) no-repeat 0 0;
	width: 100%;
}
div.content h3.hd-join-the-network {
	background: url(../images/hd-join-network.gif) no-repeat 0 0;
	width: 100%;
}
div.content h3.hd-whats-your-opinion {
	background: url(../images/hd-whats-your-opinion.gif) no-repeat 0 0;
	width: 100%;
}



/* Spread the word */
div.spread-word {
	margin-bottom: 30px;
}
div.spread-word a#myspace,
div.spread-word a#facebook,
div.spread-word a#digg
 {
	display: block;
	width: 75px;
	height: 71px;
	border: 1px solid #d4d4d2;
	text-indent: -9000px;
	overflow: hidden;
	margin-bottom: 15px;
	float: left;
	display: inline;
}
div.spread-word a#myspace {
	background: url(../images/myspace.gif) no-repeat 0 0 #f2f2f0;
	margin-right: 8px;
}
div.spread-word a#facebook {
	background: url(../images/facebook.gif) no-repeat 0 0 #f2f2f0;
	margin-right: 8px;
}
div.spread-word a#digg {
	background: url(../images/digg.gif) no-repeat 0 0 #f2f2f0;
}

div.spread-word a#myspace:hover {
	border: 1px solid #a0a191;
	background-color: #fafaf7;
}
div.spread-word a#facebook:hover {
	border: 1px solid #a0a191;
	background-color: #fafaf7;
}
div.spread-word a#digg:hover {
	border: 1px solid #a0a191;
	background-color: #fafaf7;
}

div.social-btns {
	text-align: center;
}

/* Homepage Highlight Box */
div.highlight-box {
	background-color: #f2f2f0;
	margin-bottom: 20px;
}
div.highlight-box div.highlight-box-content {
	width: 130px;
	padding-top: 10px;
	float: left;
	display: inline;
}

div.highlight-box p {
	font-size: 77%!important;
	margin: 0 0 10px 0!important;
}
div.highlight-box img {
	margin: 0 15px 0 0;
	float: left;
	display: inline;
}

/* Contact/team  Content */
div.team-item {
	background-color: #f2f2f0;
	padding: 10px;
	margin-bottom: 20px;
}

#info-content div.team-item-content {
    float: left;
	display: inline;
	width: 420px;
	padding-bottom: 20px;
}
#pulsefilms {
    margin-left: 103px;
}
div.team-item img {
	margin: 0 15px 0 0;
	float: left;
	display: inline;
}
div.team-item-content img {
	float: none;
}
#info-content div.team-item a {
	padding: 5px;
	font-size: 77%!important;
	text-decoration: none;
	background-color: #a1a08f;
}
#info-content div.team-item a:hover {
	background-color: #e5e8e0;
}

/* FAQ Content */

#faq-content dt{
	cursor: pointer;
	padding: 10px;
	margin-bottom: 5px;
	background: #F2F2F0 url(../images/plus.gif) no-repeat center right;
	padding-right: 20px;
}
#faq-content dt.open{
	background: #F2F2F0 url(../images/minus.gif) no-repeat center right;
}
#faq-content dd{
	display: none;
	width:530px;
	padding: 10px;
}
#faq-content ul{
	margin-left:  20px;
	margin-bottom: 2em;
}
#faq-content li{
	list-style: disc;
}

#faq-content h3{
	font: 1.2em "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida",Tahoma,Verdana,Arial,sans-serif;
    color: #474747;
	margin: 10px;
}


/* Terms Content */

#terms-content ul{
	margin-left:  20px;
	margin-bottom: 2em;
}
#terms-content li{
	list-style: disc;
}
#terms-content h4{
	margin-bottom: 1.2em;
}
/* Dark Content Block */
div.dark-block {
	padding: 35px 23px;
	background-color: #f2f2f0;
	border-top: 1px solid #d5d4ca;
	margin-bottom: 20px;
}
div.dark-block div.left-col {
	width: 410px;
	margin-right: 22px;
	float: left;
	display: inline;
}
div.dark-block div.center-col {
	width: 194px;
	float: left;
	display: inline;
}
div.dark-block div.right-col {
	width: 194px;
	float: right;
	display: inline;
}

div.dark-block h2.hd-whats-new {
	background: url(../images/hd-whats-new.gif) no-repeat 0 0;
	width: 100%;
}
div.dark-block h2.hd-archives {
	background: url(../images/hd-archive.gif) no-repeat 0 0;
	width: 100%;
}
div.dark-block h2.hd-videos {
	background: url(../images/hd-watch.gif) no-repeat 0 0;
	width: 100%;
}

p.byline {
	color: #7b7a6d!important;
}
p.byline a {
	font-weight: bold;
}
p.byline a:link, p.byline a:visited {
	color: #7b7a6d;
	text-decoration: none;
}

/* Month List */
div.content ul.months {
	margin-bottom: 20px;
}
div.content ul.months li {
	width: 100%;
	float: left;
	display: inline;
}
div.content ul.months li a {
	display: block;
	padding: 5px 5%;
	width: 90%;
	float: left;
	display: inline;
}
div.content ul.months li a:link, div.content ul.months li a:visited {
	text-decoration: none;
}
div.content ul.months li a:hover {
	background-color: #e5e8e0;
	text-decoration: none;
}
div.content ul.months li.active a:link, div.content ul.months li.active a:visited {
	background-color: #a1a08f;
	color: #fff;
}

/* HR */
div.hr {
	background: url(../images/hr.gif) repeat-x 0 0;
	height: 1px;
	overflow: hidden;
	margin-bottom: 20px;
}
div.hr hr {
	display: none;
}

/* Content Image */
img.fullsize {
	margin-bottom: 20px;
}

/* Pager */
p.pager {
	color: #2c2c2c;
}
p.pager a:link, p.pager a:visited {
	color: #2c2c2c;
	text-decoration: none;
}
p.pager span.pager-links {
	padding: 0 6px;
}
p.pager span.pager-links a {
	padding: 1px 3px;
	background-color: #e5e8e0;
}
p.pager span.pager-links a.active:link, p.pager span.pager-links a.active:visited {
	background-color: #a1a08f;
	color: #fff;
}

/* Play Box */
div.play-box {
	border: 1px solid #d4d4d2;
	padding: 10px;
	background-color: #f7f7f5;
	margin-bottom: 10px;
}
div.play-box img {
	margin-right: 8px;
	float: left;
	display: inline;
}
div.play-box div.play-box-content {
	text-align: center;
	width: 100px;
	padding-top: 8px;
	float: left;
	display: inline;
}
a.play-btn, a.more-btn, a.read-btn {
	display: block;
	width: 61px;
	height: 19px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../images/play-btn.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}
a.more-btn {
    background: url(../images/more-btn.gif) no-repeat 0 0;
}
a.read-btn {
    background: url(../images/read-btn.gif) no-repeat 0 0;
}
a.play-btn:hover, a.more-btn:hover, a.read-btn:hover {
	background-position: 0 -19px;
}

div.play-box h4 {
	font-size: 90%;
	color: #2c2c2c;
	margin-bottom: 10px;
}

/* Conversation clips */


.conversation-media .row {
    display: block;
    background: url(../images/clip-columns-bg.gif) repeat-y top left;
    margin-bottom: 10px;
}
.conversation-media .row-top {
    height: 10px;
    background: url(../images/clip-columns.gif) no-repeat top left;
}
.conversation-media .row-bottom {
    height: 10px;
    background: url(../images/clip-columns.gif) no-repeat bottom;
}
.conversation-media .row .contents {
	width: 100%;
}
.conversation-media .row .contents div {
    float:left;
    margin-left: 10px;
    margin-right: 20px;
	width: 160px;
}
.conversation-media .row .contents div.first {
	margin-left: 10px;
}
.conversation-media .row .contents div.last {
	margin-left: 0px;
	margin-right: 10px;
    float: right;
}
div.clip {
	float:left;
	margin-right: 8px;
	width: 150px;
	min-height: 200px;
	border: 1px solid #d4d4d2;
	padding: 10px;
	background-color: #f7f7f5;
	margin-bottom: 10px;
	text-align: center;
}
div.clip div.clip-content {
	padding-top: 8px;    
}


/* Media player and downloads */

div#pdfdownload{
    margin-top: 30px;
    padding: 30px;
    padding-left: 210px;
    background: url(../images/PDF_icon.gif) no-repeat 30px center;
}

/* Subscribe RSS */
p.subscribe-rss a {
	display: block;
	background: url(../images/subscribe-rss-left.gif) no-repeat 0 0;
	height: 26px;
	font-size: 108%!important;
	float: left;
	display: inline;
}
p.subscribe-rss a:link, p.subscribe-rss a:visited {
	color: #474747;
	text-decoration: none;
}
p.subscribe-rss a span {
	display: block;
	height: 26px;
	background: url(../images/subscribe-rss-right.gif) no-repeat 100% 0;
	float: left;
	display: inline;
}
p.subscribe-rss a span span {
	background: url(../images/rss-icon.gif) no-repeat 92% 50%!important;
	line-height: 26px;
	padding: 0 30px 0 6px;
	float: left;
	display: inline;
}
p.subscribe-rss a:hover {
	background-position: 0 -26px;
}
p.subscribe-rss a:hover span {
	background-position: 100% -26px;
}
/* @end */

/* @group Nav */
div#nav {
	float: right;
	display: inline;
}
div#nav ul li {
	margin-right: 2px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	background: url(../images/nav-right.gif) no-repeat 100% 0;
	line-height: 34px;
	height: 34px;
	float: left;
	display: inline;
}
div#nav ul li a span {
	display: block;
	background: url(../images/nav-left.gif) no-repeat 0 0;
	line-height: 34px;
	height: 34px;
	padding: 0 8px;
	float: left;
	display: inline;
}

div#nav a:link, div#nav a:visited {
	color: #6f6f6f;
	text-decoration: none;
}
div#nav ul li a.active:link, div#nav ul li a.active:visited {
	color: #fff;
}

div#nav ul li a:hover {
	background-position: 100% -34px;
}
div#nav ul li a:hover span {
	background-position: 0 -34px;
}
div#nav ul li a.active, div#nav ul li a.active:hover {
	background-position: 100% -68px;
}
div#nav ul li a.active span, div#nav ul li a.active:hover span {
	background-position: 0 -68px;
}
/* @end */

/* @group Default Headings */
div.content h2 {
	margin-bottom: 14px;
}
div.content h3 {
	margin-bottom: 6px;
}

/* image replacement headings*/
div.content h2.replace {
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	margin-bottom: 14px;
}
div.content h3.replace {
	height: 22px;
	text-indent: -9000px;
	overflow: hidden;
	margin-bottom: 6px;
}
div.content h3.replace a {
	display: block;
	height: 100%;
}
/* @end */

/* @group Common Text Styles */
strong {
	font-weight: bold;
}
div.content p{
	font-size: 85%;
	color: #4a4a4a;
	line-height: 150%;
	margin-bottom: 20px;
}
.darkbold {
	font-weight: bold!important;
	color: #2c2c2c!important;
}

.error{
color:#EE2E2E;
padding: 10px;
background-color:#bc2c2c;

}

/* @end */

/* @group Default Lists */
div.content ul {
	font-size: 85%;
	color: #4a4a4a;
	line-height: 150%;
	margin-bottom: 20px;
}
/* @end */

/* @group Forms */
form.email-signup input.txt {
	border: 1px solid #d4d4d2;
	background-color: #f2f2f0;
	color: #7b7a6d;
	width: 240px;
    padding:6px 6px 5px;
    overflow: visible;
}
form.email-signup p{
    text-align: center;
    margin: 0px;
    margin-bottom: 5px;
}

form.email-signup p label {
    display:block;
    float:left;
    margin:0px 5px 10px;
    line-height: 1.1em;
    text-align:left;
    width:180px;
}
form.email-signup #terms {
    margin:5px;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
    cursor:pointer;
	color: #2c2c2c;
}
a:hover {
    cursor:pointer;
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */