/*
Theme Name: Darfur Stoves Project
Theme URI: http://www.darfurstoves.org
Description: The default WordPress theme for the Darfur Stoves Project
Version: 1.0
Author: Neuro-Designs
Author URI: http://www.neuro-designs.com
*/

@import url("_styles_reset.css");
@font-face { font-family: TitilliumText15L; src: url('TitilliumText800wt.otf'); } 

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #e6e6e6;
	font: 10px/18px helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #fbb03b;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h2 {
	font-size: 1.8em;
	color: #fbb03b;
	margin-bottom: 20px;
	}
	
h3 {
	margin-bottom: 20px;	
	font-size: 1.4em;
	color: #fbb03b;
	}
	
h4 {
	font-size: 1.2em;
	color: #fbb03b;
	}
	
p {
	margin-bottom: 20px;
	font-size: 1.2em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}
	
small {
	font-size: 0.9em;
	}
    
blockquote {
	margin: 1em 3em;
	border-left: 2px solid #ccc;
	padding-left: 1em; 
    }

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	}
	
	select {
		border: 1px solid #fbb03b;
		}
	
input.defaultButton {
	background: #fbb03b;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}
	
	input.defaultButton:hover {
		background: #999;
		}
	
	
/* Additional Classes */

.anchor {
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	}

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}
	
/* Layout Settings */

#outer {
	width: 1064px;
	margin: 0px auto;
	}
	
#wrapper {
	width: 987px;
	margin: 20px auto;
	overflow: hidden;
	background: #fff;
	padding: 20px 0px 20px 37px;
	}

#header {
	width: 987px;
	overflow: hidden;
	margin-bottom: 15px;
	}
	
	#header #logo {
		width: 197px;
		float: left;
		}

		#header #logo h1 {
		width: 197px;
		height: 125px;
		}
	
		#header #logo h1 a {
			display: block;
			width: 197px;
			height: 125px;
			background: url("images/logo.png") 0 0 no-repeat;
			margin: 0px;
			text-align: left;
			text-indent: -80000em;
			text-decoration: none;
			}
		
	#header #menu {
		width: 765px;
		height: 75px;
		float: right;
		background: #e6e6e6;
		margin-top: 22px;
		font-family: TitilliumText15L, Century Gothic, Avant Garde, Helvetica, Arial, sans-serif;
		}
		
		#header #menu ul {
			width: 765px;
			overflow: hidden;
			}
			
			#header #menu ul li {
				float: left;
				}
				
				#header #menu ul li a:link, #header #menu ul li a:visited {
					width: 110px;
					padding: 29px 20px 28px 20px;
					margin-right: 1px;
					display: block;
					color: #000;
					font-size: 15px;
					text-transform: uppercase;
					text-align: center;
					font-weight: normal;
					}
					
					#header #menu ul li a:hover {
						background: #ccc;
						color: #fff;
						}

.dropdown {
	float: none;
	position: absolute;
	visibility: hidden;
	margin: 0px;
	margin-top: -1px;
	display: block;
	padding: 0px;
	z-index: 1000;
	font-size: 1.3em;
	width: 150px;
	font-family: TitilliumText15L, Century Gothic, Avant Garde, Helvetica, Arial, sans-serif;
	}
	
	.dropdown a:link, .dropdown a:visited {
		display: block;
		background: #ccc;
		padding: 10px 20px;
		color: #000;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
		}

	.dropdown a:hover {
		color: #fff;
		}
		
	#chromemenu .selected {
		background: #ccc;
		color: #fff;
		}

/* added by Azusa - 4/21/10 */

.menuOrange {
background: #fbb03b;
}

/* end of addition */

#slideshow {
	width: 950px;
	height: 330px;
	background: #000;
	margin: 0px 0px 20px 0px;
	}

#contents {
	width: 950px;
	padding: 0px;
	overflow: hidden;
	}
	
	#contents #column {
		width: 695px;
		float: left;
		font-size: 1.1em;
		overflow: hidden;
		}
				
	#contents #sidebar {
		width: 230px;
		float: right;
		font-size: 1.1em;
		overflow: hidden;
		}
		
		#contents #sidebar p {
			margin-bottom: 20px;
			}

#footer {
	width: 1024px;
	margin: 0px auto;
	margin-bottom: 40px;
	padding: 0px 0px;
	font-size: 1em;
	overflow: hidden;
	}
	
	#footer #logoDSP {
		width: 102px;
		float: left;
		}
	
	#footer #footNav {
		width: 750px;
		float: left;
		padding-left: 25px;
		padding-top: 12px;
		overflow: hidden;
		}
		
		#footer #footNav ul.footMenu {
			width: 800px;
			overflow: hidden;
			}
			
			#footer #footNav ul.footMenu li {
				float: left;
				}
		
	#footer #logoTISS {
		width: 83px;
        float: right;
        margin-right: 40px;
		}
	
	#footer p {
		font-size: 1em;
		}



/* Default Module Settings */

.module {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 655px;
	}
	
	.module .main {
		width: 485px;
		float: right;
		border-bottom: 1px dotted #333;
		margin-bottom: 20px;
		clear: both;
		}
		
		.module .main h4 {
			font-size: 1.4em;
			margin-bottom: 20px;
			text-transform: uppercase;
			}
			
		.module .main h4.blockTitle {
			height: 60px;
			background: #fbb03b;
			padding: 20px;
			font-family: TitilliumText15L, Century Gothic, Avant Garde, Helvetica, Arial, sans-serif;
			font-size: 36px;
			color: #000;
			}

.columnTwo {
	background: url("images/bg_2col.png") repeat-y;
	overflow: hidden;
	}

	.columnTwo .leftSidebar {
		width: 150px;
		float: left;
		}
		
		.columnTwo .leftSidebar ul.submenu {
			padding: 5px 15px;
			font-size: 1.2em;
			}
			
			.columnTwo .leftSidebar ul.submenu li {
				border-bottom: 1px dotted #333;
				padding: 10px 0px;
				}
				
			.columnTwo .leftSidebar ul.submenu li.last {
				border: none;
				}
		
		.columnTwo .leftSidebar ul {
			}
			
			.columnTwo .leftSidebar ul li {
				}
				
				.columnTwo .leftSidebar ul li h2 {
					background: #fbb03b;
					padding: 8px 15px 5px 15px;
					margin: 0px;
					color: #fff;
					font-family: TitilliumText15L, Century Gothic, Avant Garde, Helvetica, Arial, sans-serif;
					font-size: 14px;
					text-transform: uppercase;
					}
				
				.columnTwo .leftSidebar ul li div.textwidget {
					padding: 5px 15px;
					margin-bottom: 25px;
					}
					
				.columnTwo .leftSidebar ul li ul {
					padding: 15px;
					}
					
					.columnTwo .leftSidebar ul li ul li {
						font-size: 1.2em;
						}

	.columnTwo .moduleMid {
		padding: 20px;
		margin-bottom: 20px;
		overflow: hidden;
		width: 495px;
		float: right;
		}

		.columnTwo .moduleMid .main {
			border-bottom: 1px dotted #333;
			margin-bottom: 20px;
			clear: both;
			}

h3.moduleTitle {
	background: #fbb03b;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 1.6em;
	margin: 0px;
	font-family: TitilliumText15L, Century Gothic, Avant Garde, Helvetica, Arial, sans-serif;
	}
	
	h3.moduleTitle a {
		color: #fff;
		}

h3.subTitle {
	padding-bottom: 20px;
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 1px dotted #333;
	}

h3.singleSubTitle {
	font-size: 1.4em;
	margin: 0px;
	}

p.singlePostDate {
	font-style: italic;
	font-size: 1em;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #333;
	}

	
.moduleOrange {
	background: #fbb03b;
	padding: 15px;
	margin-bottom: 20px;
	}

/* moduleGray added by Azusa - 4/21/10 */
.moduleGray {
	background: #778087;
	padding: 15px;
	margin-bottom: 20px;
	}
/* end of addition */

	input.searchText {
		width: 135px;
		border: 0px;
		font-size: 1.2em;
		margin-right: 5px;
		vertical-align: middle;
		padding: 5px;
		}
	
	input.searchButton {
		vertical-align: middle;
		}

	input.newsletterText {
		width: 135px;
		border: 0px;
		font-size: 1.2em;
		margin-right: 5px;
		vertical-align: middle;
		padding: 5px;
		}
	
	input.newsletterButton {
		vertical-align: middle;
		}

/* Newsroom List Settings */

.newsRow {
	width: 655px;
	overflow: hidden;
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	}
	
	.newsRow .tn {
		width: 150px;
		height: 75px;
		overflow: hidden;
		background: #999;
		float: left;
		}
	
	.newsRow .contents {
		width: 485px;
		float: right;
		}
		
		.newsRow .contents span.category a {
			text-transform: uppercase;
			}
		
		.newsRow .contents p.postDate {
			font-style: italic;
			font-size: 0.9em;
			margin-bottom: 10px;
			}
		
		.newsRow .contents div.postExcerpt {
			margin-top: 10px;
			margin-bottom: 0px;
			}
			
			.newsRow .contents div.postExcerpt p {
				margin-bottom: 0px;
				}

.columnTwo .newsRow {
	width: 495px;
	}
	
	.columnTwo .newsRow .contents {
		width: 325px;
		}

/* Main Image Rotator Settings */

#s3slider { 
	width: 950px; /* important to be same as image width */ 
	height: 330px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	}

#s3sliderContent {
    width: 950px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin-left: 0; /* important */
	}

.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
	}

.s3sliderImage span {
    position: absolute; /* important */
    visibility: hidden;
    display: none; /* important */
	}

.clear {
    clear: both;
	}



span.category {
	text-transform: uppercase;
	}

p.moreLink {
	}

p.moreLinkBig {
	text-transform: uppercase;
	font-style: italic;
	margin: 0px;
	margin-top: -10px;
	}
	
p.edit {
	margin: 0px;
	font-size: 0.9em;
	font-style: italic;
	}

.alignright {
	text-align: right;
	}


.navigation {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dotted #333;
	}
	
	.navigation .alignleft {
		width: 48%;
		float: left;
		}
	
	.navigation .alignright {
		width: 48%;
		float: right;
		text-align: right;
		}

/* LIST STYLES - added by Azusa 10/29/09 */

.post ul.entry {
list-style: disc inside;
padding-left:20px;
font-size: 1.2em;
}

ul.entry li {

}

.post ol.entry {
list-style: decimal outside;
margin-left:20px;
padding-left:0;
font-size: 1.2em;
}

ol.entry li {

}

/* end of addition */

/* SOCIABLE STYLES - added by Azusa 4/21/10 */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
        background: none;
        float:left; /* IE FIX */
        display: inline; /*important*/
        list-style-type: none;
        margin: 0;
        padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* end of addition */

/* collapsible item styles added by Azusa 8/26/10 */

dt {
     font-weight: bold; 
     margin: 15px 0;
}
dd {
    margin: 10px 0 30px;
}

.hide {display: none;}
.show {display: block;}

/* end of addition */

/* text fake links added by Amanda 11/21/10 */

.fake-link {
    font: 1.2em helvetica, arial, sans-serif;
    cursor: pointer;
}

.fake-link:hover {
    color: #999;
}

/* end of addition */
