/*
Theme Name: Dialogue in Silence
Theme URI: http://dialog-in-the-dark.org/
Description: Dialog in the dark wordpress theme
Version: 1.6
Author: Futurescape
Author URI: http://futurescape.in/
*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }


.clear {clear: both;}
.alignleft, .left {float: left;}
.alignright, .right {float: right;}

a { color: #6D6E71; text-decoration: none; }
a:hover { color: #555; text-decoration: none; }
a.selected { color: #555; text-decoration: none; }


body {
	margin: 0;
	padding: 0;
	font: normal 0.9em Arial, Verdana,sans-serif;
	color: #6D6E71;
	line-height: 150%;
}

/*-----------accessibility
*/
#accessibility {
	display: none;
	}

.skiplist {
	margin: 0;
	padding: 0
} 

.skip {
	display: none;
	font-family: verdana, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute
}

:root .skip {
	display: block
}

.skip a {
	padding: 0 0.5em;
	display: inline;
	z-index: 2;
	text-decoration:none;
	position: absolute;
	width: 14em;
	left: -200em;
}

.skip a:focus, .skip a:active {
	position: absolute;
	left: 0.5em;
	border: solid #333 2px;
	color: #fff;
	background: #555;
}

.skip a:hover {
	cursor: default
}


#page {
	width: 900px;
	position: relative;
}



#header .languages {
	width: 660px;
	height: 22px;
	margin: 22px 0;
	text-align: right;
}
#header .description {
	margin-top: 10px; 
	float: right;
	height: 50px;
}
#header #headerimg {float: right;}


ul#topnav {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
ul#topnav li {
	display: inline;
}
	ul#topnav li a {
		color: #6D6E71;
		padding: 0 10px;
		border-left: 1px solid #555;
		text-decoration: none;
	}
	ul#topnav li a:hover {
		text-decoration: underline;
	}
	
	ul#topnav li.current_page_item a {
		color: #000;
	}

#content {
	margin: -38px 0 0 0;
	padding: 0px 0 40px 0;
	float: right;
	width: 660px;
}
	#content .banner {
		margin-bottom: 20px;
	}	
	#content .banner_video {
		margin-bottom: 20px;
		background:#000;
		border:1px solid #dedede;
		text-align:center;
	}

	
.entry h3 {
	font-size: 1.2em;
	font-weight: 700;
	color: #000;	
}

.entry h3 a {
	font-weight: 700;
	color: #000;	
	margin: 0 0 1em 0;
	display: block;
}

.entry p {
	margin: 1em 0;
	text-align: justify;
}

.entry ul, ol {
	margin: 1em 0 1em 1em;
}	
	.entry ol li, .entry ul li {
		margin: 10px 0;
		padding-left: 15px;
	}
	.entry ul li {background: url(images/bullet_arrow.gif) no-repeat left 6px;}
	
.entry .cf-ol li {
	padding: 0;
}
	
.entry a {
	color: #009200;
}
	.entry a:hover {
		text-decoration: underline;
	}
	
.entry blockquote {
	padding: 5px 20px 5px 40px;
	background: url(images/quotes_background.gif) 20px 10px no-repeat #f8f8f8;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0;
}

.entry blockquote.alt {
	background-color: #fff;
}

.entry table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

	.entry table tr th {
		padding: 5px 10px;
		vertical-align: middle;
		font-weight:700;
		color:#6D6E71;
	}
	.entry table tr td {
		padding: 5px 10px;
		vertical-align: middle;
	}



.pdf {
	background: url(images/adobe_pdf.gif) no-repeat 2px center;
	padding-left: 20px;
}
.indent-20 {
	padding-left: 20px;
}

.extrn-link, .arrow {
	background: url(images/link.gif) no-repeat left center;
	padding-left: 20px;
}

.audio {
	background: url(images/audio.gif) no-repeat 2px center;
	padding-left: 24px;
}
.video {
	background: url(images/video.gif) no-repeat 2px center;
	padding-left: 24px;
}

.piclenselink {}
a.piclenselink {
	background: url(images/piclens.gif) no-repeat 2px center;
	padding-left: 24px;
}


	
#sidebar {
	float: left;
	width: 190px;
	padding: 0 10px 20px 40px;
	
}

.sb-margin-none {
	margin-top: 10px;
}

.sb-margin-190 {
	margin-top: 135px;
	/*margin-top: 9px;*/
}

.sb-margin-160 {
	margin-top: 167px;
	/*margin-top: 9px;*/
}

.page-navi li {
	text-transform: uppercase;
	letter-spacing: 0;
	margin: 3px 0;
	font-size: 0.8em;
}

.page-navi li a {
	color: #6D6E71;
}

.page-navi li a:hover {
	color: #009200;
}

.page-navi li ul {
	display: none;
	margin-left: 10px;
	margin-bottom: 20px;
}
.page-navi li ul li {
	font-size: 1em;
}

.page-navi li.current_page_item ul, .page-navi li.current_page_ancestor ul {
	display: block;
}

.page-navi li.current_page_item, .page-navi li.current_page_ancestor {
	font-weight: 700;
}
.page-navi li.current_page_item a, .page-navi li ul li.current_page_parent a {
	background: url(images/nav_arrow.gif) no-repeat right 5px;
	padding-right: 9px;
}

.page-navi li.current_page_item ul li a {
	background: none;
	padding-right: 0;
	font-weight: 700;
}

.page-navi li.current_page_item a, .page-navi li.current_page_ancestor a {
	color: #009200;
}

.page-navi li.current_page_item ul li a, .page-navi li.current_page_ancestor ul li a {
	color: #6D6E71;
	font-weight: 700;
}


.page-navi li ul li.current_page_item a, .page-navi li ul li.current_page_parent a{
	color: #009200;
}

.page-navi li ul li a:hover {
	color: #009200;
}
	
#sidebar .sb_image {
	margin-top: 20px;
}
	



.pageheading {
	background: url(images/hd_arrow1.gif) no-repeat right center;
	font-size: 1.1em;
	font-weight: 700;
	padding: 8px 0;
	border-top: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
	text-transform: uppercase;
	color: #009200;
	margin-bottom: 10px;
}

ul#news-list {}

ul#news-list li {
	background: url(images/bullet_arrow.gif) no-repeat left 6px;	
	padding-left: 15px;
}


.social-links {
	padding: 5px 0 10px 0;
}
	.social-links a.facebook, a.twitter, a.flickr {
		text-indent: -999em;
		width: 24px;
		height: 24px;
		display: inline-block;
	}
	.social-links a.twitter { background: url(images/icon_twitter.jpg) no-repeat;}
	.social-links a.facebook { background: url(images/icon_facebook.jpg) no-repeat; }
	.social-links a.flickr { background: url(images/icon_flickr.jpg) no-repeat; }



#footer {
	margin-left: 240px;
	width: 660px;
	padding: 5px 0 10px 0;
	border-top: 1px solid #B6B6B6;
	font-size: .7em;
	color: #888;
	margin-bottom: 20px;
}



/* LANGUAGES */
.languages {
	float: right;
}

#lang_selector {
	float: right;
}

#lang_selector li {
	display: inline;
}

#lang_selector li a {
	background: url(images/bullet_arrow_lang.gif) no-repeat left center;
	padding: 0;
	margin-right: 8px;
	padding-left: 8px;
	display: block;
	float: left;
	font-size: .7em;
	height: 14px;
	text-transform: uppercase;
	color: #000;
	line-height: 120%;
	text-decoration: underline;
}

#lang_selector li a img {
}


.footer-links {
	float: right;
}

	.footer-links li {
		display: inline;
		margin: 0 5px;
	}
		.footer-links li a {
			text-decoration: underline;
		}
		
	
	
	
	
#sitemap {
	margin: 1em 0 1em 1em;	
}
	#sitemap li {
		background: url(images/bullet_arrow.gif) no-repeat left 26px;
		padding: 20px 0;
		padding-left: 15px;
		border-bottom: 1px solid #efefef;
		font-weight: 700;
	}
	
	#sitemap li ul {
		margin-top: 10px;
	}
	#sitemap li ul li {
		font-weight: 400;	
		background: url(images/bullet_round.jpg) no-repeat left center;
		padding-left: 14px;
		font-size: 0.9em;
		display: inline;
		margin-right:7px;
		border: none;
	}
	
	
	
	
/** Contact Form 7 */
.wpcf7-form input.wpcf7_text,
.wpcf7-form textarea,
.wpcf7-form select { 
	margin:0 0 8px 0;
	padding: 5px 3px;
	background: #fbfbfb; 
	border:none;
	border: 1px solid #f0f0f0; 
	vertical-align:top;
	font:normal 12px arial;
}
.wpcf7-form input.wpcf7_text:hover,
.wpcf7-form textarea:hover,
.wpcf7-form select:hover	{
	background:#CEDDDF; 
}

.wpcf7-form input.wpcf7_text:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus	{ 
	background:#F3F8F8; 
}

.wpcf7-form textarea,
.wpcf7-form input.wpcf7_text {
	width:415px; 
}
.wpcf7-form select {
	width:421px; /* attempt to have equal length */
}  

.wpcf7-form select.cfselectmulti	{ 
	height:6.5em; 
}

.wpcf7-form textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}
/** END */



#searchform-header {
	border: 1px solid #bbbbbb;
	height: 20px;
	width: 160px;
	margin-bottom: 30px;
}
	
	#searchform-header input{
		background: transparent;
		border: 0;
		color: #a3a192;
		float: left;
		font-size: 12px;
		width: 144px;
		padding:2px;
		text-transform: uppercase;
	}
	
	#searchform-header .btn{
		padding: 0;
		width: auto;
	}
	
	h3.search-h3 a{
		color: #009200;	
		font-weight:700;
		font-size:1.1em;
	}
	
	
	
	#player1 {
		border: 1px solid #000;
	}