/*  
Theme Name: Day Dream
Theme URI: http://fightingfriends.com/daydream/
Description: A dreamy, single column, widget, aside and gravatar supporting theme. 
Version: 1.4
Author: Jim Whimpey
Author URI: http://fightingfriends.com
*/
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	body {
		margin: 0;
		padding: 0;
		font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
		background: #ecf4f6 url("images/bg.gif") repeat-y fixed 50% 0;
		}
		
		#wrapper {
			width: 960px;
			margin: 0 auto;
			background: #fff;
			}
		
		a { color: #96c4cf;	text-decoration: none; }			
		a:hover { color: #5b9bab; }
		
		/* Remove dotted link lines from FF */
		a:active,a:focus { outline: none; }
			
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	#header {
		width: 820px;
		margin: 0 auto;
		padding: 57px 0 0 0;
		text-align: right;
		}
	
	/* Remove header logo link border around image */
	#header a img {
		border:none;
	}
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		MAIN MENU
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#navcontainer {
	    width: 820px;
		margin-left: 30px;
		padding: 0;
	}
	
	#navlist ul {
		 margin: 0;
		 padding: 0;
	}
	
	#navlist li {
		display: inline;
		list-style: none;
		margin: 0;
	}
	
	#navlist li a {
		display: block;
		float: left;
		background: transparent url('images/mainmenu_bg.png') no-repeat;
		text-indent: -9999px;
		height: 44px;
		margin-right: 50px;
	}
	
	
	
	#navlist li a span { visibility: hidden; }
	
	
	#navlist li.nav-home a { width: 48px; background-position: 0px 0px; }
	#navlist li.nav-archives a { width: 63px; background-position: -93px 0px; }
	#navlist li.nav-about a { width: 50px; background-position: -194px 0px; }
	#navlist li.nav-packages a { width: 70px; background-position: -293px 0px; }
	#navlist li.nav-contact a { width: 56px; background-position: -400px 0px; }
	
	#navlist li.nav-home a.active { background-position: 0px -46px !important; }     
	#navlist li.nav-archives a.active { background-position: -93px -46px !important; }                               
	#navlist li.nav-about a.active { background-position: -194px  -46px !important; }    
	#navlist li.nav-packages a.active { background-position: -293px -46px !important; }  
	#navlist li.nav-contact a.active { background-position: -400px -46px !important;}  
	
	#navlist li.nav-home a:hover { background-position: 0px -46px; }     
	#navlist li.nav-archives a:hover { background-position: -93px -46px; }                               
	#navlist li.nav-about a:hover { background-position: -194px  -46px; }    
	#navlist li.nav-packages a:hover { background-position: -293px -46px; }  
	#navlist li.nav-contact a:hover { background-position: -400px -46px; }  


	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	#content {
		width: 820px;
		margin: 0 auto;
		text-align: justified;
		padding: 40px 0 0 0;
		clear: left;
		}
		
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
		.posttitle  {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.8em;
			margin:0;
			padding:0;
			letter-spacing: -2px;
			color: #3f2516;
		}
		
		.posttitle a:link {
			font-family: Arial, Helvetica, sans-serif;
			margin:0;
			padding:0;
			letter-spacing: -2px;
			color: #3f2516;
			
		}
		
		.posttitle a:visited {
			font-family: Arial, Helvetica, sans-serif;
			margin:0;
			padding:0;
			letter-spacing: -2px;
			color: #3f2516;
			
		}
		.posttitle a:hover {
			font-family: Arial, Helvetica, sans-serif;
			margin:0;
			padding:0;
			letter-spacing: -2px;
			color: #6f5343;	
		}
		
		
		/******* Post Entry Styles *******/
		
		.entry {
			width: 820px;
			margin: 15px 0 0 0;
		}
			
		.entry p, ul, ol, td { 
			font-family: Arial, Helvetica, sans-serif;
			font-size: 80%; 
			color: #7e7e7e;
			text-align: justify;
		}
		
		.entry ul {
			line-height: 100%;
			list-style-type: none;
		}
		
		.entry ul li {
			padding-left: 18px;
			background: url("images/bullet.gif") no-repeat 0 0.7em;
			line-height: 180%;
			margin: 0 0 10px -17px;
		}
		
		.entry ol {
			line-height: 180%;
		}
		
		.entry ol li {
			margin-bottom: 10px;
		}
		
		.entry p {
			line-height: 180%;
		}
		
		.entry h1 {
			font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
			color: #443322;
			font-size: 160%;
		}
		
		.entry h2 {
			font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
			color: #443322;
			font-size:140%;
		}
		
		.entry h3 {
			font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
			color: #443322;
			font-size: 120%;
		}
		
		.entry h4 {
			font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
			color: #443322;
			font-size: 100%;
		}
		
		.entry h5 {
			font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
			color: #443322;
			font-size: 85%;
		}
		
		.entry h6 {
			font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
			color: #443322;
			font-size: 70%;
		}
		
		.entry p img {
		padding: 0;
		border: 1px solid #7e7e7e; 
		max-width: 100%;
		}
		
		img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
		img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
		
		/* The style to center images when using the center alignment option in the Wordpress image uploader */
		img.aligncenter, div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
		
		
		.post .postmetadata, #content .postmetadata {
				width: 406px;
				margin: 25px auto 15px auto;
				border-top: 1px solid #E5E5E5;
				border-bottom: 1px solid #E5E5E5;
				background: #F5F5F5;
				text-align: left;
				font-size: 0.9em;
				padding: 8px 10px;
				}
			
		.postmetadata#single { margin: 0 auto 30px auto; }
			
		.postmetadata small { font-size: 0.8em; }			
		
		blockquote {
			margin: 10px 0 10px 30px;
			padding: 0 0 0 5px;
			border-left: 3px solid #96c4cf;
			color: #666;
			}
		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
			}
		
		
		/* POST DATE */
		
		#the_date li {
				  display:inline;
				  float:left;
				  font-family: Arial, Helvetica, sans-serif;
				  background: url("./images/ecf_dateicon.gif") no-repeat;
				  margin: 0px 15px 0 -38px;
				  width: 120px;
                  }
        #date_m {
				  font-size: 2em;
				  margin:0;
				  padding:0;
				  font-weight: bold;
				  color: #3994a9;
				  text-transform:uppercase;
				  letter-spacing: -2px;
				  }
		
		.clearboth {
		          margin: 0;
				  padding: 0;
		          clear: both;
				  }
		
/* Post Thumbnails for Archives Page */

#archives-wrap {
	margin-top: 20px;
}

#thumb-wrap {
   width: 820px;
   height: 100%;
   }
 
.thumb-grid {
	float: left;
	display: inline;
	width: 185px;
	margin: 0px 15px 15px 0;
}

.wp-post-image {
	border: 4px solid #d7eeff;
	margin: 0 0 0px 0;
	padding: 0;
}

.floatleft {
	float: left;
}

.clearboth {
	clear: both;
}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TAGS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
	.tags_page h2 {
		font-weight: normal;
		color: #006699;
		font-size: 1.9em;
		margin: 0 0 15px 20px;
		}
		
		.tags_page p {
			width: 450px;
			margin: 10px auto;
			font-size: 0.9em;
			}
		
		#tagcloud {
				width: 450px;
				margin: 20px auto 45px auto;
				text-align: center;
		 }
				
					
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		ASIDES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	.aside {
		width: 421px;
		margin: 30px auto 25px auto;
		background: #FAFAFA;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		padding: 15px;
		}
	
		#content>.aside { margin-top: 10px; } /* FF Specific */
	
		.aside .entry {
			color: #4796E9;
			font-size: 0.7em;
			}
		
			.aside .entry p { margin: 0 0 10px 0; }
			
				#content .aside p.postmetadata {
					font-size: 0.7em;
					margin: 0;
					text-align: center;
					width: auto;
					border-top: none;
					border-bottom: none;
					background: none;
					padding: 0;
					}
		.aside a { color: #006699; }
			.aside a:hover { text-decoration: none; color: #000033; }
		
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		NAVIGATION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	.navigation {
		width: 820px;
		height: 18px;
		margin: 0 auto;
		font-size: 0.8em;
		padding: 15px 0 15px 0;
		border-top: 1px solid #eff9fb;
		}
	
		.alignleft {
			float: left;
			text-align: left;
			}
	
		.alignright {
			float: right;
			text-align: right;
			}
	
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#commentformarea {
		width: 507px;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		background: #F5F5F5;
		margin: 0 auto 8px auto;
		padding: 8px 10px;
		}
	
		#commentform {
			margin: 15px 0 10px 40px;
			}
	
		#commentformarea h3 {
			font-size: 1.3em;
			font-weight: normal;
			color: #006699;
			margin: 10px 0 15px 20px;
			}
		
			#commentform p { margin: 0 0 3px 0;	}
		
			#commentform input, #commentform textarea {
				border: 1px solid #A7A6AA;
				background: #fff;
				padding: 3px;
				font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
				font-size: 0.8em;
				}
			
				#commentform textarea { width: 420px; }
			
				#commentform input#submit {
					font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
					width: 130px;
					color: #006699;
					}
				
					p.mustbe {
						font-size: 0.8em;
						margin: 0 0 20px 30px;
						}
	
		ol.commentlist {
			width: 426px;
			list-style: none;
			margin: 0 auto 60px auto;
			padding: 0;
			font-size: 0.9em;
			}
		
			ol.commentlist li {
				margin: 0 0 20px 0;
				padding: 0;
				border-top: 1px solid #ABCAD9;
				clear: right;
				padding-top: 20px;
				}
			
				ol.commentlist>li { padding-top: 20px; } /* FF Specific */
		
				ol.commentlist p.await_mod {
					color: #f00;
					margin: 0 0 8px 0;
					}
		
					ol.commentlist p { margin: 0 0 10px 0; }
				
						ol.commentlist div.cmntmeta { color: #006699; }
					
							.gravatar {
								float: right;
								padding: 3px;
								border: 1px solid #666;
								margin: 20px 0 20px 8px;
								display: inline; /* For IE */
							}
						
							ol.commentlist>li img.gravatar { margin-top: 0; } /* FF specific */
				
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
		.sanda h3 { margin: 0 0px 15px 0px; }
		.archives h1 {
			font-family: Arial, Helvetica, sans-serif;
			color: #443322;
		}
		
		.archives h2 {
			font-family: Arial, Helvetica, sans-serif;
			color: #443322;
			font-size: 1.8em;
		}
		
		.archives h3 {
			font-family: Arial, Helvetica, sans-serif;
			color: #443322;
		}
		
		.archives h4 {
			font-family: Arial, Helvetica, sans-serif;
			color: #443322;
		}
		
		.archives h5 {
			font-family: Arial, Helvetica, sans-serif;
			color: #443322;
		}
		
		.archives h6 {
			font-family: Arial, Helvetica, sans-serif;
			color: #443322;
		}
		
		.archives ul {
			line-height: 100%;
			list-style-type: none;
		}
		
		.archives ul li {
			padding: 0;
			background: url("images/bullet.gif") no-repeat 0 0.7em;
			line-height: 180%;
			margin: 0 0 0px -17px;
		}
		
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	ul#sidebar {
		width: 527px;
		margin: 8px auto 0 auto;
		background: #F5F5F5;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		padding: 0 0 25px 0;
		}
	
		#wrapper>#sidebar { padding: 15px 0 25px 0; } /* FF Specific */
	
			#sidebar_wrapper {
				width: 467px;
				margin: 15px 15px 0 45px;
				padding: 0 0 -20px 0;
				}
			
				#sidebar>#sidebar_wrapper { margin-top: 0; } /* FF Specific */
		
			ul#sidebar li, ul#sidebar li ul, ul#sidebar li ul li {
				margin: 0;
				padding: 0;
				list-style: none;
				text-align: left;
				}
		
			#sidebar li h2 { 
				margin: 0;
				color: #4796E9;
				font-weight: normal;
				font-size: 1.6em;
				width: 140px;
				}
			
				ul#sidebar li {
					width: 150px;
					float: left;
					margin: 0 0 15px 0;
					padding: 0;
					}
		
					ul#sidebar li ul {
						width: 135px;
						padding: 5px 0 15px 10px;
						}
					
						ul#sidebar li ul li { width: 130px;	}
		
			input#s {
				width: 440px;
				margin: 0 13px -20px 0;
				border: 1px solid #A7A6AA;
				background: #fff;
				padding: 4px 0;
				color: #ccc;
				text-align: center;
				}
			
				div>input#s { margin-bottom: 0; margin-top: 15px; } /* FF Specific */
			
			
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FEED ICONS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.
	feedicon {
		width: 20px;
		height: 20px;
		}
		#topbar .feedicon {
			background: url("./images/feedicon_blue_bg.png") no-repeat;
			display: block;
			display: inline; /* IE */
			float: right;
			margin: 2px 10px 0 0;
			}
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
	#footer {
		width: 820px;
		margin: 8px auto;
		padding: 0;
		background: #fff;
		height: 132px;
		text-align: left;	
		}
		
	/* Remove a:link border around image */
	#footer a img {
		border:none;
	}
	
	#footer_rss {
		float: left;
		width: 120px;
		height: 40px;
		margin: 0px 114px 0 0;
		padding-top: 83px;
	}
			
	#footer_lpw {
		float: left;
		width: 342px;
		height: 132px;
		margin: 0px 154px 0 0;
		padding: 0;
	}
	
	#footer_top {
		float: left;
		width: 80px;
		height: 17px;
		margin: 0px;
		padding-top: 95px;
	}
	
	#wrapper>#footer p { margin: 0; padding: 0px 0 0px 0; } /* FF Specific */
		
		