/*
Theme Name: Scribbled Theme
Theme URI: http://wpjunction.com
Description: Theme by Hpa
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com 
*/




/* General */

body {
	margin-top: 0 auto;
	background: #85c438 url("images/background.gif") repeat-x left bottom;
}

h1, h2, h3, h4 {
        font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	margin: 0;
}

img {
	border: 0;
}

/* Page */

#page {
	margin: 0 auto;
	width: 980px;
	
               
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */


/* Header */

#header {
	background: url("images/header_01.jpg") no-repeat;
        background-position: top;
        width: 980px;
	height: 385px;
        position: relative;
}


#header h1 a span { display: none; }

#header h1 a {
	width: 295px;
	height: 175px;
	display: block;
        margin-left:620px;
        margin-top: 20px;
	background: url(images/sign_header.png) no-repeat top left;
	}
#header h1 a span { display: none; }


	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 29px;
                left: 40px;
		width: 295px;
	}
		#header #header-info h1 {
		color: #25b6dc;
		font: normal 36px ‘Trebuchet MS’, Helvetica, sans-serif;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #25b6dc;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #26b7dc;
		font: bold 13px ‘Trebuchet MS’, Helvetica, sans-serif;
             
	}

	
	#header #header-info h1 a {
		color: #25b6dc;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #26b7dc;
		font: bold 13px ‘Trebuchet MS’, Helvetica, sans-serif;
	}

/* Main */

#main {
	width: 1004px;
        font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
        font-size:10px; 
        color: #0b750b;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 266px;
                padding: 0 16px 0 6px;
		font: normal 13px/19px ‘Trebuchet MS’, Helvetica, sans-serif;
		color: #444744;
	}
	
	#sidebar a {
		color: #0b750b;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Search & Feed */
	
	#sidebar .sidebar-box-search-feed {
		width: 266px;
		height: 171px;
		margin-bottom: 11px;
		background: url("images/sidebar_search_feed.png") no-repeat;
		position: relative;
	}
	
			
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 266px;
		margin-bottom: 7px;
	}
	
	#sidebar .sidebar-box .sidebar-box-in {
		width: 266px;
                min-height: 100px;
		background: url("images/sidebar_box_in.png") repeat-y;
	}
	
		#sidebar .sidebar-box .sidebar-box-in .sidebar-box-in-bottom {
			width: 266px;
			min-height: 100px;
			background: url("images/sidebar_box_in_bottom.gif") no-repeat left bottom;
		}
	
	#sidebar .sidebar-box .sidebar-box-bottom {
		width: 266px;
		height: 19px;
		clear: both;
		background: url("images/sidebar_box_bottom.png") no-repeat;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 246px;
			height: 36px;
                        float: left;
			padding: 4px 10px 8px 13px;
			font: normal 18px/36px ‘Trebuchet MS’, Helvetica, sans-serif;
			color: #454545;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
			#sidebar h3.first {
				background: none;
			}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 5px 0 10px;
                      			
		}
		
		#sidebar ul li {
                        margin-left: 8px;
			color: #444744;
			font: bold 13px/22px ‘Trebuchet MS’, Helvetica, sans-serif;
                        list-style-position: inside;
                        
		}
		
		#sidebar ul li a {
			color: #444744;
			padding: 0 3px 0 1px;
			text-decoration: none;
                        text-transform: uppercase;
			background: none
			display: block;
			width: 247px;
			height: 25px;
                        list-style-type: disc;
                        
		}
		
		#sidebar ul li a:hover {
                        color: #0b750b;
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul li {
                                width: 220px;
                                margin-left: 15px;
				list-style-type: none;
			}
			
			#sidebar ul li ul li a {
                                font: normal 13px/22px ‘Trebuchet MS’, Helvetica, sans-serif;
				text-transform: none;
                                list-style-type: none;
                      	}


		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			position: absolute;
			top: 48px;
			left: 11px;
			width: 243px;
			height: 28px;
		}
		
		#sidebar #sidebar-search #search-form {
			margin: 0;
			padding: 0;
			width: 243px;
			height: 28px;
		}
		
		#sidebar #sidebar-search #sb {
			width: 203px;
			height: 16px;
			border: none;
			padding: 6px 0 6px 5px;
			font: bold 13px ‘Trebuchet MS’, Helvetica, sans-serif;
			color: #454545;
			background: transparent;
			float: left;
		}
		
		#sidebar #sidebar-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 35px;
			height: 28px;
			padding: 0;
			float: right;
		}
		
		/* Sidebar - Feed */
		
		#sidebar #sidebar-feed {
			position: absolute;
			top: 85px;
			left: 12px;
			width: 240px;
			height: 70px;
                        border: none;
		}


		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 24px 0 10px 0;
			width: 266px;
			text-align: center;
			background: url("images/sidebar_box_top.gif") no-repeat;
		}
		
		#sidebar #searchform #s {
			width: 206px;
                        margin-bottom:3px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 132px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 9px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 682px;
                

	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 3px;
		width: 683px;
                
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 661px;
			height: 90px;
			padding: 4px 11px 0 11px;
			background: url("images/post_title.png") no-repeat;
			color: #0b95b2;
			font: bold 13px ‘Trebuchet MS’, Helvetica, sans-serif;
			position: relative;
		}
		
			#content .post .post-title-page {
				height: 36px;
			}
		
		#content .post .post-title a {
			color: #0b95b2;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			float: left;
			color: #005769;
			font: normal 20px/36px ‘Trebuchet MS’, Helvetica, sans-serif;
		}
		
		#content .post .post-title h2 a {
			color: #005769;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: right;
			color: #161616;
			font: bold 13px/36px ‘Trebuchet MS’, Helvetica, sans-serif;
			background: url("images/icon_calendar.gif") no-repeat left center;
			padding-left: 19px;
		}
		
		#content .post .post-title .post-title-info {
			clear: both;
			width: 637px;
			padding: 15px 12px 0 12px;
			height: 34px;
			line-height: 34px;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/19px ‘Trebuchet MS’, Helvetica, sans-serif;
			color: #444744;
			width: 683px;
                        
		}
		
			#content .post .post-entry .post-entry-in {
				width: 675px;
				background: url("images/post_entry_in.png") repeat-y;
				float: left;
				padding: 0 4px;
			}
			
			#content .post .post-entry .post-entry-in .post-entry-in-bottom {
				width: 655px;
				padding: 10px 10px 0 10px;
				min-height: 305px;
				background: url("images/post_entry_in_bottom.jpg") no-repeat left bottom;
				float: left;
			}

                        #content .post .post-entry-in-bottom p {
			width: 600px;
			padding: 5px 45px 25px 10px;
                        color: #4d4d4f;
			text-decoration: none;

		        } 

			
			#content .post .post-entry .post-entry-bottom {
				width: 679px;
				height: 19px;
				background: url("images/post_entry_bottom.png") no-repeat;
				clear: both;
			}
		
		#content .post .post-entry a {
			color: #004182;
			text-decoration: none;

		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #bfec86;
			margin: 0px 30px;
			padding-left: 15px;
		}
		/* Content - Menus */
		
		#content ul {
			padding: 0 5px 0 20px;
                        margin: 0px 30px;
			padding-left: 20px;
                        list-style-type:disc;
			
		}
		
		#content ul li {
			color: #161616;
			font: normal 13px/24px ‘Trebuchet MS’, Helvetica, sans-serif;
                        
		}
		
		#content ul li a {
			color: #161616;
			padding: 0 10px;
                        text-decoration: none;
			background: none
			display: block;
			width: 247px;
			height: 25px;
		}
		
		#content ul li a:hover {
			text-decoration: underline;
		}

                #content dt {
                        font-weight: bold;
                        float:left;
                        width:80px;padding-bottom:7px;
                        clear:left
                }

                #content dd {
                        padding-bottom:7px;
                        
}
             
                		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul li {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 13px;
				width: 234px;
			}


	        /* Post - Entry No Sidebar */
		
		#content .post .post-entry_custom {
			font: normal 13px/19px ‘Trebuchet MS’, Helvetica, sans-serif;
			color: #444744;
			width: 950px;
                        float: left;
                        margin-left: 6px;
                        

		}
		
			#content .post .post-entry_custom .post-entry-in_custom {
				width: 945px;
				background: url("images/post_entry_in_custom.png") repeat-y;
				float: left;
				padding: 0 7px 0 8px;
                               
			}
			
			#content .post .post-entry_custom .post-entry-in_custom .post-entry-in-bottom_custom {
				width: 934px;
				padding: 0px 10px 0 8px;
				min-height: 900px;
				background: url("images/post_entry_in_bottom_custom.jpg") no-repeat left bottom;
				float: left;
			}
			
			#content .post .post-entry_custom .post-entry-bottom_custom {
				width: 960px;
				height: 19px;
				background: url("images/post_entry_bottom_custom.png") no-repeat;
				clear: both;
			}
		
		#content .post .post-entry_custom a {
			color: #0b750b;
			text-decoration: none;
		}
		
		#content .post .post-entry_custom a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry_custom a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry_custom blockquote {
			border-left: 10px solid #bfec86;
			margin: 0px 30px;
			padding-left: 15px;
		}
		

		/* Post - Title No sidebar */
		
		#content .post .post-title_custom {
			width: 950px;
			height: 90px;
			padding: 4px 14px 0 8px;
                     	background: url("images/post_title_custom.png") no-repeat;
                      	color: #0b95b2;
			font: bold 13px ‘Trebuchet MS’, Helvetica, sans-serif;
			position: relative;
		}
		
			#content .post .post-title-page_custom {
				height: 36px;
                                margin-left: 6px;
 
			}
		
		#content .post .post-title_custom a {
			color: #0b95b2;
			text-decoration: none;
		}
		
		#content .post .post-title_custom a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title_custom h2 {
			float: left;
			color: #005769;
			font: normal 20px/36px ‘Trebuchet MS’, Helvetica, sans-serif;
                        padding-left: 15px;
		}
		
		#content .post .post-title_custom h2 a {
			color: #005769;
			text-decoration: none;
		}
		
		#content .post .post-title_custom h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title_custom .post-date_custom {
			float: right;
			color: #161616;
			font: bold 13px/36px ‘Trebuchet MS’, Helvetica, sans-serif;
			background: url("images/icon_calendar.gif") no-repeat left center;
			padding-left: 19px;
		}
		
		#content .post .post-title_custom .post-title-info_custom {
			clear: both;
			width: 637px;
			padding: 15px 12px 0 12px;
			height: 34px;
			line-height: 34px;
		}
		
			#content .post .post-title_custom .post-title-info_custom .post-title-author_custom {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
			
			#content .post .post-title_custom .post-title-info_custom .post-title-category_custom {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
			
			#content .post .post-title_custom .post-title-info_custom .post-title-comments_custom {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 10px 0 20px;
			}
		

		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 45px 0 5px 0;
			color: #3d3d3f;
			font: bold 15px ‘Trebuchet MS’, Helvetica, sans-serif;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 13px/19px ‘Trebuchet MS’, Helvetica, sans-serif;
			color: #7f827b;
			width: 655px;
		}
		
		#content .post .comments ol {
			margin: 25px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #0b750b;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #bfec86;
		}
		
		#content .post .comments ol li cite {
			color: #0b750b;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #0b750b;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #0b750b;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 13px/19px ‘Trebuchet MS’, Helvetica, sans-serif;
			color: #7f827b;
			width: 630px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #0b750b;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 10px;
		font: bold 13px ‘Trebuchet MS’, Helvetica, sans-serif;
		color: #454545;	
		width: 673px;
		padding: 0 5px;
	}
	
	#content .navigation a {
		color: #454545;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}




/* Footer Nav */



#footerNav {
   margin: 0;
   padding: 0 0 0 0;
   background: none;
   width: 705px;
   height: 25px;
   font: bold 13px ‘Trebuchet MS’, Helvetica, sans-serif;
   text-align: right;
   float: right;
}

#footerNav ul {
   list-style: none;
   margin: 0;
   padding-right: 20px;
}

#footerNav ul li {
   margin: 0;
   padding: 0;
   display: inline;
}

#footerNav ul a:link{
   margin: 0;
   padding: .3em .5em .3em .5em;
   text-decoration: none;
   font-weight: normal;
   font-size: 12px;
   color: #063410;
}

#footerNav ul a:visited{
   margin: 0;
   padding: .3em .5em .3em .5em;
   text-decoration: none;
   font-weight: normal;
   font-size: 12px;
   color: #063410;
}

#footerNav ul a:active{
   margin: 0;
   padding: .3em .5em .3em .5em;
   text-decoration: none;
   font-weight: normal;
   font-size: 12px;
   color: #063410;
}

#footerNav ul a:hover{
   margin: 0;
   padding: .3em .5em .3em .5em;
   text-decoration: none;
   font-weight: normal;
   font-size: 12px;
   color: #f6f0cc;
   background-color: #063410;
}

/* Copyright */


/* COPYRIGHT */
	
    #copyright{
          background: url("http://storiesfromtherainforest.com/wp-content/uploads/2009/10/footer_image1.jpg") no-repeat;
          width: 980px;
          height: 160px;
          float: right;
          font: 12px ‘Trebuchet MS’, Helvetica, sans-serif;
          text-align: right;
          clear: both;
        
}
    #copyright p {
          font: 12px ‘Trebuchet MS’, Helvetica, sans-serif;
          margin-top: 150px;
          padding: 15px 10px 5px 0;
           
}

