/*  
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;
		text-align: left;
		font-family: Verdana, Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
		color: #000;
		background: #fcfdf4;
		font-size: .8em;
		}

		#wrapper {
			width: 670px;
			border: 0px solid #aaa;
			margin: 20px auto;
			padding-left: 20px;
			}
		
			a {	color: #000000;	text-decoration: none; }			

			a:hover { color: #8C5E35; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	#header {
		width: 650px;
	/*	height: 382px;
		background: #000 url("./images/logoheader2.png") no-repeat;
		text-align: left;
		border-bottom: 0px solid black;
		margin: 6px 0 3px 0;
		float: left;
		}
	
		h1 {
			margin: -80px 20px 0 20px;
			font-size: 2.8em;
			font-weight: normal;
			}
		
			h1 a, h1 a:visited { color: #FFF; text-decoration: none; }
		
		.description {
			margin: 0 35px 0 35px;
			color: #FFF;
			font-size: 1.1em; */
			}
			
	#header2 {
		width: 650px;
		height: 97px;
		background: url("./images/logoheader4.gif") no-repeat;
		text-align: left;
		margin: 0px 0 0 0;
		border-top: 0px solid black;
		border-bottom: 0px solid black;
		}

	#topimage {
		width: 300px;
		height: 53px;
		text-align: right;
		float: right;
		background: url("./images/logoheader3-2.png") no-repeat;
	}

	#donate {
		text-align: right;
		width: 125px;
		height: 70px;
		float: right;
		background: url("./images/donate.png") no-repeat;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


	#topbar {
		width: 650px;
		height: 25px;
		padding: auto;
/*		border-top: 3px solid #FFF; */
		text-transform: uppercase;
		text-align: center;
		v-align: center;
		font-size: 1em;
		}
	
		#topbar ul {
			width: 650px;
			list-style: none;
			margin: 0;
			padding: 0;
			}
		
			#topbar ul li {
				line-height: 20px;
				display: block;
				list-style: none;			
				float: left;
				font-size: 1em;
				margin-right: 6px;
/*				border-right: 6px solid white; */
				padding: 0;
				}

				#topbar li.page_item a {
				}

				#topbar li.current_page_item a {
					color: black;
					}				

				#topbar li.current_page_parent a{
					}
			
				#topbar ul li a {
					float: left;
					display: block;
					padding: 3px 8px 0 8px;
					height: 22px;
					text-decoration: none;
					color: #555;
					}
							
				#topbar ul li a:visited {
					float: left;
					display: block;
					padding: 3px 8px 0 8px;
					height: 22px;
					text-decoration: none;
					}
					
					#topbar ul li a:hover {
						}
				
					#topbar ul li ul, #topbar ul li ul li {
						margin: 0;
						padding: 0;
						}
				
						#topbar ul li ul li a, #topbar ul li ul li a:visited {
							float: left;
							display: block;
							padding: 6px 8px 0 8px;
							height: 19px;
							text-decoration: none;
							}
		#EBPI {
			float: right;
			text-align: right;
		}

		h2 {
			border-bottom: 1px solid white;
			margin-bottom: -5px;
			}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	#content {
		width: 650px;
		margin-top: 30px;
		}

	#content2 {
		width: 250px;
		float: right;
		}
		
	.narrowcolumn {
		width: 250px;
	}

	#total {
		margin-top: 15px;
		width: 650px;
		border-top: 0px solid black;
	}

	#aboutleft {
		float: left;
		width: 340px;
	}
	
	#info {
		line-height: 20px;
		padding-top: 10px;
	}
	
	#intro {
		width: 340px;
		line-height: 1.4em;
		font-size: 1em;
		letter-spacing: 0px;
		border-bottom: 1px solid black;
		padding-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		text-align: left;
		border-top: 0px solid black;
	}

	#emailform {
		padding-top: 15px;
		line-height: 25px;
		}
	
	#aboutleft a {color: black;}
	
	#aboutleft a:hover {color: #8C5E35;}
	
	.news {
		letter-spacing: 0px;
		border-bottom: 1px solid black;
		margin-bottom: 15px;
		padding-bottom: 5px;
		font-weight: bold;
	}


	ul li {padding-top: 10px;}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	.post {
		padding: 0px 0px 0px 0px;
		}
		
	.entry {
		width: 250px;
		font-size: 1em;
		margin-bottom: 20px;
		}

	
	.entry p {
		margin: 0 0 0 0;
	}
	
	.post .date { 
		color: #555;
	}
	
	
	.title { 
		font-size: 1.9em;
		color: #3C3CBA;
		margin: 10px 0px 0px 0px; 
					}
			
		.post h2 {
			font-size: 1.9em;
			font-weight: normal;
			color: #006699;
			}
		
		.post h6 {
			font-size: 1em;
			font-weight: normal;
			color: #000;	
		}

		
		.edit { 
				font-size: .8em;
				color: #3C3CBA;
					}
				
				
		.post .data {
			font-size: 1em;
			font-weight: normal;
			color: #006699;
			margin: 0 20px 15px 50px;
			}
		
			.post h3 {
				font-size: 1.3em;
				font-weight: normal;
				color: #003399;
				margin: 25px 20px -10px 0;
				}
			
				#content>.post h3 { margin-bottom: 8px; } /* FF Specific */ 

			.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: center;
				font-size: 0.9em;
				padding: 8px 10px;
				}
			
				.postmetadata#single { margin: 0 auto 30px auto; }
			
				.postmetadata small { font-size: 0.8em; }			
			
	

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHENALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		blockquote {
			margin: 00px 0 0 30px;
			padding: 0 0 0 5px;
			border-left: 0px solid #4C8EDA;
			color: #000;
			line-height: 150%;
			}
		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
			}
		
		.post a:hover { color: #8C5E35; }

		.highlight {
			color: #f61de9;
			}
		
		
		
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TAGS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		
	.tags_page h2 {
		font-weight: normal;
		color: #006699;
		font-size: 1.9em;
		margin: 0 0 0px 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 {
		background: #F5F5F5;
		width: 447px;
		height: 18px;
		margin: 0 auto;
		font-size: 0.8em;
		padding: 8px 40px;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		}
	
		.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;
						}
				
			h4 {
				margin: 25px 0 20px 0;
				text-align: center;
				font-weight: normal;
				color: #006699;
				}
	
		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 h2 {
		font-size: 1.9em;
		font-weight: normal;
		color: #006699;
		margin: 35px 0 0 0;
		text-align: center;
		}
	
		.sanda>h2 { margin: 15px 0 0 0; } /* FF Specific */
	
			.sanda h3 { margin: 0 40px 15px 40px; }

	.archives h2 {
		font-size: 1.7em;
		font-weight: normal;
		color: #006699;
		margin: 20px 0 15px 60px;
		}
	
		.archives ul {
			list-style: none;
			padding: 0;
			margin: 0 0 20px 80px;
			}
		
	



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	ul#sidebar {
		width: 650px;
		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: 450px;
		height: 20px;
		text-align: center;
		font-size: .7em;
		border-top: 1px solid #d5d5d5;
		padding-top: 10px;
		margin: 40px auto 0 auto;
		clear: both;
		}
	
	#footerhome {
		width: 450px;
		height: 20px;
		text-align: center;
		font-size: .7em;
		border-top: 1px solid #d5d5d5;
		padding-top: 10px;
		margin: 200px auto 0 auto;
		clear: both;
		}

		#footer p {
			margin: 0 0 15px 0;
			padding: 15px 0 0 0;
			line-height: 10px;
			font-size: 0.6em;
			color: #FFF;
			}
		
	/*		#wrapper>#footer p { margin: 0; padding: 5px 0 5px 0; } /* FF Specific */ */
			
			
			
/* ++++++++++++++++++++++++++++++++++++++++++++++++
	PAGES
   ++++++++++++++++++++++++++++++++ */


.pageentry {
	font-size: 1em;
	margin-bottom: 20px;
	}

/* ABOUT */


#aboutlogo {
	float: right;
	padding-left: 40px
	}

.aboutheading {
	padding-top: 20px;
	font-weight: bold;
	letter-spacing: 8px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.verticaltotal {
	vertical-align: top;
	}

#vips { width: 300px;
	float: left;
	}

#supporters {
	float: right;
	width: 300px;
	}

.aboutheading2 {
	padding-top: 20px;
	font-weight: bold;
	letter-spacing: 8px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
	}


/* VIDEO */

#videos {
	width: 650px;
}

.videoheading {
	font-weight: bold;
	letter-spacing: 8px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.videospecs {
	text-align: left;
	font-size: .9em;
	margin: 0 auto;
	padding-top: 15px;
	border: 0px solid green;
	line-height: 1.4em;
	font-style: italic;
}

.video {
	height: 171px;
	width: 650px;
	padding-bottom: 20px;
}

.videotop {
	border-bottom: 1px solid black;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-top: 30px;
}

.first {padding-top: 20px;}

.videoimage {
	width: 300px;
	height: 169px;
	border: 1px solid black;
	float: left;
}

.videoinfo {
	width: 318px;
	float: left;
	padding-left: 30px;
	}

.videodescription {
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
}

.watchdownload {
	text-align: left;
	font-size: .9em;
	margin: 0 auto;
	padding-top: 15px;
	border: 0px solid green;
	line-height: 1.4em;
}


.watch {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 5px;
}


.watch a{
	color: #000;
}



.vname {padding-bottom: 5px;
	font-weight: bold;
	float: left;}





.download {
	color: #000;
	text-decoration: none;
	letter-spacing: 5px;
}

.moviesize {
	color: #555;
}

.movieimage {
	border: 1px solid black;
	height: 217px;
	width: 650px;
}

.videotop {

	width: 650px;
	height: 20px
}

hr {
	width: 650px;
	border: 0;
	height: 1px;
	background-color: #888;
}

.deets {
	color: #555;
	size: 1em;
	text-align: right;
	float: right;
	}




/* PROJECTS */

#projects {
	width: 650px;
	padding-top: 15px;
}

.project {
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}

.projectheading {
	padding-top: 0px;
	font-weight: bold;
	letter-spacing: 8px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	text-transform: uppercase;
	clear: both;
}

.projectimage {
/*	width: 300px;
	height: 145px; */
	float: left;
	border: 1px solid black;
}

.projectdescription {
	width: 300px;
	float: right;
	margin-bottom: 30px;
}

.projectdescription .ital {
	font-style: italic;
	}



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		
	MOVIEPLAYER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		*/
	
	#movie {
		margin: 0;
		padding: 0;
		text-align: left;
		font-family: Verdana, Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
		color: #FFF;
		background: #000;
		font-size: .8em;
		}

	#moviepage {
		margin-left: 0 auto;
		margin-top: 30px;
		padding: 8px;
		background: #000;
		color: #AAA;			
		}
	
	#moviepage a {	color: #222;	text-decoration: none; }			

	#moviepage a:hover { color: #8C5E35; }	

	#moviewrapper {
		margin: 0 auto;
		width: 802px;
		margin-top: 0px;
		background: #000;
		}

	#movietitle {
		color: #222;
		}

	#movieembed {
		font-size: 1em;
		border: 1px solid #111;
		padding: 0px;
		background: #000;
		}

	#movieembed p {
		}

	#moviemeta {
		color: #222;
		letter-spacing: 0px;	
	}
	
	#movieback {
		float: left;
	}
	
	#movielogo {
		margin: 0 auto;
		width: 300px;
		height: 53px;	
		float: right;	
	}
	
	#moviedownload {
		float:right;
		border: 1px solid red;
		
	}
	
	
	

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		
		Thanks very much for downloading Day Dream. Jim Whimpey, jimwhimpey.com
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
