/*
Theme Name: All Good Bananas
Description: Custom theme developed for All Good Bananas.
Version: 1.0
Author: Atul Kumar
Author URI: http://www.webinmedia.com
*/

/* Reset
---------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,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;}
li{padding:0;margin:0;list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym{border:0;font-variant:normal;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* Type
---------------------------------------------------------------------------------------------- */

	h1 {
		color: #006837;
		font-size: 24px;
		line-height: 24px;
		font-weight:bold;
		}
	
	h2 {
		color: #006837;
		font-size: 24px;
		line-height: 24px;
		font-weight:bold;
		}
		
		h2.blog {
			margin-bottom: 10px;
			}
			
		h2.widgettitle {
			font-size: 16px;
			color: #439539;
			margin-bottom: 5px;
		}
		
		.cat-item, .recentcomments {
			font-size: 12px;
			margin-bottom: 3px;
		}
		.recentcomments{color:#000;}
	
	h3 {
		color: #006837;
		font-size: 22px;
		line-height: 22px;
		margin: 0 0 10px;
		}
		
		h3#comments, #respond h3 {
			color: #008752;
			font-size: 16px;
		}
		
		h3#comments {
			margin: 20px 0 0 0;
			padding: 15px 0 0 0;
			border-top: 1px dotted #5EB545;
		}
		
		div#post h3 {
			color: #006837;
			font-size: 22px;
			line-height: 20px;
			margin-bottom: 10px;
			font-weight: bold;
			}
		
	h4 {
		color: #0B8353;
		font-size: 18px;
		line-height: 18px;
		}
		
	h5 {
		color: #025939;
		font-size: 14px;
		}
	
	p {
		color: #333;
		font-size: 14px;
		line-height: 17.5px;
		margin: 0 0 10px;
		}
		
	strong {
		font-weight: bold;
		}
		
	em {
		font-style: italic;
		}
		
	a {
		color: #008752;
		text-decoration: none;
		}
	
	.read-more {
		background: url(_img/1002-text-readMore.png) no-repeat 0 3px;
		color: #000;
		display: inline-block;
		padding: 0 0 0 11px;
		text-decoration: none;
		}

/* Basic Structure
---------------------------------------------------------------------------------------------- */

	body {
		background: url(_img/body-bg.png) no-repeat 50% 0;
		background-color: #f6f6f2;
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 17.5px;
		}
		
	div#header {
		height: 180px;
		margin: 0 auto;
		overflow: hidden;
		width: 940px;
		}
		
	#home-page div#header {
		height: 454px;
		}
	
		h2#logo a {
			background: url(_img/logo.png) no-repeat;
			display: block;
			float: left;
			height: 123px;
			margin: 0 0 0 15px;
			text-indent: -9999px;
			width: 116px;
			}
		
		#home-page h2#logo a {	
			background: url(_img/logo.png) no-repeat;
			height: 123px;
			margin-left: 15px;
			width: 116px;
			}
	
		img.header-fixed {
			left: 50px;
			position: relative;
			top: -5px;
			}
	
		img.fairtrade {
			float: right;
			padding-right:52px;
			}
		
	div#content {
		background-color:#f6f6f2;
		margin:0 auto;
		overflow: hidden;
		width:844px;
		}
		
		div.two-col {
			background: url(_img/1002-twoCol-background.png) repeat-y 0 0;
			overflow: hidden;
			}
	
		div#intro {
			background: #F5F1E5;
			float: left;
			margin-right: 10px;
			padding: 15px;
			width: 348px;
			}
	
		div#note {
			background: #F5F1E5;
			float: left;
			padding: 15px;
			width: 348px;
			}
		
			div#note.note-banana {
				background: #F5F1E5 url(_img/1002-home-banana.png) no-repeat 100% 100%;
				}
			
				div#note.note-banana h3 {
					width: 260px;
					}
				
				div#note.note-banana p {
					width: 210px;
					}
					

/* Sub Navigation
---------------------------------------------------------------------------------------------- */

	ul#sub-nav {
		display: block;
		float: left;
		font-size: 12px;
		margin: 45px 0 0 12px;
		}
		
	#home-page ul#sub-nav {
		margin: 45px 0 0 12px;
		}
	
		ul#sub-nav li {
			float: left;
			display: block;
			}
	
			ul#sub-nav li a {
				background: url(_img/sub-arrow.png) left center no-repeat;
				color: #000;
				font-size: 12px;
				font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
				margin: 0 15px 0 0;
				padding: 0 0 0 10px;
				text-decoration: none;
				}
				
			ul#sub-nav li.selected a,
			ul#sub-nav li.selected a:active,
			ul#sub-nav li.selected a:visited{
					color: #000;
					}
					
			ul#sub-nav li a:hover {
					color: #fff;
					}					
				
/* Main Navigation
---------------------------------------------------------------------------------------------- */	
		
	ul#main-nav {
		display: block;
		float: left;
		margin: 0 0 0 8px;
		width: 680px;
		}
		
	#home-page ul#main-nav {
		margin: 0 0 0 8px;
		}
	
		ul#main-nav li {
			display: block;
			float: left;
			margin-right: 7px;	
			}
			
		ul#main-nav li.selected {
		
			background: url(_img/1002-navigation-selected.png) no-repeat 50% 100%;
			padding: 0 0 10px;
			}
		
			ul#main-nav li a {
				display: block;
				text-decoration: none;
				}
				
				ul#main-nav li.selected a {
						color: #fdd408 !important;
				}
			
				ul#main-nav li a:hover {
					color: #fdd408;
					}
			
				ul#main-nav li.last {
					margin-right: 5px;
					}
				
/* Video Box
---------------------------------------------------------------------------------------------- */	
			
	.video-box {
		border-bottom: 1px dotted #5EB545;
		clear: both;
		overflow: hidden;
		padding: 15px;
		}
		
		.video-box .video-container {
			float: left;
			width: 242px;
			}
			
		.video-box h3 {
			float: right;
			margin-top: 3px;
			width: 475px;
			}
			
		.video-box p {
			float: right;
			margin: 0 0 5px;
			width: 475px;
			}
			
		.video-box .read-more {
			margin: 7px 0 0 23px;
			}
			
/* Tell Us What
---------------------------------------------------------------------------------------------- */	
	
	.tell-us-what {
		border-bottom: 1px dotted #5EB545;
		clear: both;
		margin: 0 0 12px;
		overflow: hidden;
		padding: 15px 0px 15px 15px;
		}
		
		.tell-us-what h2 {
			float: left;
			margin: 0 0 10px;
			width: 228px;
			}
		
		.tell-us-what .read-more {
			clear: left;
			float: left;
			}
		
		.tell-us-what object {
			float: right;
			}
			
			
/* Blog Posts
---------------------------------------------------------------------------------------------- */
#post {
	padding: 15px 0 0 0;
	margin: 20px 0 0px 0;
	border-top: 1px solid #b3b3b3;
	}
	
.post-data {
	color: #000;
	margin-top: 5px;
	font-size: 12px;
	}
	
.sub-data {
	margin-top: 5px;
	font-size: 12px;
	margin-left: 390px;
	margin-bottom: -7px;
	}



				
/* Latest Blog Posts
---------------------------------------------------------------------------------------------- */				

	#latest-blog-posts {
		background: #F5F1E5;
		float: left;
		padding: 15px;
		width: 348px;
		}
		
		#latest-blog-posts .header-row {
			margin: 0 0 12px;
			width: 194px;
			}
		
			#latest-blog-posts h4 {
				display: inline;
				}
				
			#latest-blog-posts .header-row a {
				background: url(_img/1002-logos-rssTwitter.png) no-repeat 0px 0px;
				display: block;
				float: right;
				height: 13px;
				margin: 4px 0 0;
				text-indent: -9999px;
				width: 27px;
				}
			
		#latest-blog-posts h5 {
			margin: 0 0 2px;
			}
			
		#latest-blog-posts .date {
			color: #000;
			display: block;
			font-size: 12px;
			}
			
		#latest-blog-posts p {
			
			}
			
		#latest-blog-posts li {
			margin: 12px 0 0;
			}
			
/* Latest Tweets
---------------------------------------------------------------------------------------------- */				

	#latest-tweets {
		background: #F5F1E5;
		float: right;
		margin: 0 0 20px;
		padding: 15px;
		width: 348px;
		}

		#latest-tweets h4 {
			background: url(_img/1002-logos-rssTwitter.png) no-repeat 140px -30px;
			margin: 0 0 12px;
			}

		#latest-tweets h5 {
			margin: 0 0 2px;
			}

		#latest-tweets .date {
			color: #000;
			display: block;
			font-size: 12px;
			}

		#latest-tweets p {

			}

		#latest-tweets li {
			margin: 12px 0 0;
			}

/* Breadcrumb
---------------------------------------------------------------------------------------------- */

	#breadcrumb {
		margin: 0 0 10px;
		}
		
		#breadcrumb li {
			display: inline;
			}
			
			#breadcrumb a {
				color: #999999;
				display: inline;
				font-size: 15px;
				}
	
/* Article (single.php / page.php)
---------------------------------------------------------------------------------------------- */

	#article-page .article-left-col h2 {
		font-size: 17px;
		margin-bottom: 5px;
		}
		
	.article-left-col h3 {
		color: #0B8352;
		font-size: 16px;
	}
	
	.article-left-col ul {
		font-size: 12px;
		color: #333;
		margin-left: 15px;
		}
		
		.article-left-col ul li {
			line-height: 16px;
			list-style: disc;
			margin-bottom: 10px;
		}

	.article-intro {
		border-bottom: 1px dotted #5EB545;
		margin: 0 0 15px;
		overflow: hidden;
		padding: 0 0 8px;
		}
		
		.article-intro h1 {
			float: left;
			width: 330px;
			margin: 0 0 10px 0;
			}
			
		.article-intro p {
			float: left;
			font-size: 14px;
			width: 330px;
			}
			
		.article-intro img {
			float: right;
			}
			
	.article-left-col {
		float: left;
		width: 542px;
		padding-left:20px;
		padding-right:20px;
		margin-right:10px;
		background-color:#fff;
		padding-top:10px;
		}
	.article-single-col {
		float: left;
		width: 805px;
		padding-left:20px;
		padding-right:20px;
		margin-right:10px;
		background-color:#fff;
		padding-top:10px;
		}
		
		.article-left-col p,
		.article-single-col p{
			font-size: 12px;
		}
		
		.article-image {
			overflow: hidden-y;
			}
			
			.article-image .img-container {
				float: left;
				width: 200px;
				}
			
				.article-image .img-container img {
					left: -5px;
					position: relative;
					z-index: 9999;
					}
					
				.article-image .img-container .caption {
					float: left;
					clear: left;
					}
			
			.article-image p {
				float: right;
				width: 284px;
				}
		
	.article-right-col {
		float: right;
		padding: 10px 0 45px;
		width: 245px;
		margin-top:-7px;
		}
		
		.article-right-col h4 {
			color: #60B847;
			font-size: 16px;
			margin: 0 0 10px;
			}
		
		.article-right-col div {
			background: #f6f6f2;
			font-size: 14px;
			/* margin: 0 0 10px; */
			padding: 8px;
			}
			
			.article-right-col .banana-img {
				display: block;
				height: 0px;
				}
				
				.article-right-col .banana-img img {
					left: 90px;
					position: relative;
					top: 20px;
					}
			

/* Footer
---------------------------------------------------------------------------------------------- */

	#footer {
		background: #59c13e url(_img/1002-template-footer.png) repeat-x 50% 0;
		clear: both;
		}
		
		#footer-wrap {
			color: #FFF;
			font-size: 12px;
			margin: 0 auto;
			padding: 30px 85px;
			width: 770px;
			}
			
			#footer-wrap ul {
				margin: 0px 0px 1px;
				}
				
				#footer-wrap li {
					display: inline;
					letter-spacing: 10px;
					}
					
					#footer-wrap a {
						color: #FFF;
						letter-spacing: 0px;
						text-decoration: none;
						}
						
					#footer-wrap a:hover {
						text-decoration: underline;
						}
						
			#footer-wrap p {
				color: #FFF;
				font-size: 12px;
				margin: 8px 0px 0px;
				}
					

/* CLEAN UP REQUIRED BELOW
---------------------------------------------------------------------------------------------- */





				.commentlist li, #commentform input, #commentform textarea {
					font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
					}
				.commentlist li ul li {
					font-size: 1em;
				}

				.commentlist li {
					font-weight: bold;
				}

				.commentlist li .avatar { 
					float: right;
					border: 1px solid #eee;
					padding: 2px;
					background: #fff;
					}

				.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;
					}
					
					
					/* Begin Comments*/
					.alt {
						margin: 0;
						padding: 10px;
						}

					.commentlist {
						padding: 0;
						text-align: justify;
						}

					.commentlist li {
						margin: 15px 0 10px;
						padding: 5px 5px 10px 10px;
						list-style: none;

						}
					.commentlist li ul li { 
						margin-right: -5px;
						margin-left: 10px;
					}

					.commentlist p {
						margin: 10px 5px 10px 0;
					}
					.children { padding: 0; }

					#commentform p {
						margin: 5px 0;
						}

					.nocomments {
						text-align: center;
						margin: 0;
						padding: 0;
						}

					.commentmetadata {
						margin: 0;
						display: block;
						}
					/* End Comments */


li.comment {
	border-bottom: 1px solid #f3f3f3;
}





/* Standard Page */

.standard-page h2 {
	margin-bottom: 10px;
}

.standard-page p.intro {
	font-size: 14px;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #0B8353;
}

/* Thumbnail list */

.article-left-col .thumb-list {
	list-style: none;
	margin: 20px 0px;
	overflow: hidden;
	}
	
	.article-left-col .thumb-list li {
		float: left;
		list-style: none;
		margin: 0px 16px 10px 0px;
		width: 140px;
		}
		
		.article-left-col .thumb-list a {
			display: block;
			}

/* Join form */

#join-form {
	overflow: hidden;
	width:276px;
	}
	
	#join-form p {
		overflow: hidden;
		}
	
		#join-form label {
			color: #0B8353;
			font-weight: bold;
			font-size:12px;
			}

		
		#join-form p input {
			border: 1px solid #444;
			padding: 1px;
			width: 220px;
			}
			
		#join-form input#btn-submit {
			margin: 5px 0 30px;
			}
			
		#join-form #name,
		#join-form #ddhhkj-ddhhkj,
		#join-form select{
			margin:0 0 10px 0;
		}
			
.pledge{margin-bottom:5px;}
.url{color:#000;}

.wp_likes {width:190px;float:left;margin-top:16px;}
.addtoany_share_save_container {width:200px;float:left;}
.sub-data {width:150px;margin-left:0;float:left;margin-top:12px;}
#rotator {margin-left:50px;margin-top:10px;}
.wp-pagenavi {margin:20px 0;}
#recentposts li {font-size:12px; margin-bottom:3px;}

.textwidget {padding:0 !important;}
.textwidget p {font-size:12px;line-height:16px;}
.textwidget input, .textwidget select {font-size:11px; padding:2px;margin-bottom:5px;}
.textwidget #btn-submit {margin:0 !important;}
#join-form p {margin:0;}


#watchTheStory {
	display: block;
	width: 224px;
	height: 212px;
	text-indent: -999em;
	overflow: hidden;
	background: url(_img/watch-the-all-good-banana-story-hover.gif) bottom no-repeat;
	}
	
	#watchTheStory:hover {
		background-position: top;
		}
