/*   
	Theme Name: Fluffy Clouds Blog
	Theme URI: http://blog.fluffyclouds.co.uk
	Description: A custom wordpress theme created for Fluffy Clouds Blog
	Author: Alex Older
	Author URI: http://wearebluefly.com
	Version: 1
*/

body{
	font-size: 12px;
	line-height: 1.5;
	background: #352801 url(images/background.jpg);
	color: #666;
	font-family: Verdana, Arial, sans-serif;
}

blockquote{
	margin:  10px 20px;
}

.text-indent{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

#wrapper{
	width: 949px;
	margin: 28px auto 0 auto;
	padding: 0 156px;
	position: relative;
	background: url(images/blog-header-background.png) no-repeat 700px 10px;
}

.widget{
	margin-bottom: 20px;
}

	.widget h3{
		margin-bottom: 10px;
	}

.container{
	position: relative;
	color: #000;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, sans-serif;
}

h5 a, h5{
	color: #da6b32;
	font-size: 16px;
	text-decoration: none;
}

#header{
	position: relative;
	margin-bottom: 20px;
}

	#header h1 a{
		background-image: url(images/header.png);
		height: 102px;
		width: 555px;
	}

#content{
	background: #fff;
	width: 630px;
	float: left;
	padding: 15px 30px;
}

	#content .post{
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}

	#content .post h3{
		color:#E47F1C;
		font-size:20px;
		margin-bottom:5px;
	}
	
	#content .post ul{
		margin: 10px 0;
		display: inline-table;
	}
	
		#content .post ul li{
			float: left;
			margin-right: 5px;
			padding: 2px 0 2px 20px;
		}
		
			#content .post ul li.date{
				background: url(images/post-date.png) no-repeat top left;
			} 
			
			#content .post ul li.comment{
				background: url(images/post-comments.png) no-repeat top left;
			}
			
			#content .post ul li.category{
				background: url(images/post-categories.png) no-repeat top left;
			}
		
			#content .post ul li .post-categories{
				margin: 0;
				padding: 0;
			}
			
				#content .post ul li .post-categories li{
					padding: 0;
				}
			
		#content .post ul li a{
			color: #666;
			text-decoration: none;
		}
		
	#content .post .content{
		display: block;
		clear: left;
		padding-top: 10px;
		border-top: 1px solid #ccc;
	}
				
#sidebar{
	width: 100px;
	margin: 0 0 0 5px;
	float: left;
}

	#sidebar ul{
		background: url(images/sidebar-background.png) repeat-y top left;
		width: 254px;
		padding: 30px 0 20px 10px;
		color: #35332f;
	}
	
		#sidebar ul li h3{
			font-family: Verdana, Arial, sans-serif;
		}
	
		#sidebar ul li ul{
			background: none;
			padding: 0;
			margin: 12px 0 10px 20px;
		}
		
			#sidebar ul li ul li:before{
				content: "»";
				margin-right: 5px;
			}
			
			#sidebar ul li ul li{
				margin-bottom: 4px;
			}
		
			#sidebar ul li ul li a{
				color: #c24408;
				text-decoration: none;
				font-size: 10px;
			}

	#sidebar #search{
		background: url(images/search-background.png) no-repeat bottom left;
		margin-top: 5px;
		padding: 10px 0 78px 10px;
		width: 252px;
		color: #000;
	}
	
/* Comments */

#comments{
	padding: 10px 0;
}

#comments .commentlist{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 10px 0;
}

	.comment{
		margin-bottom: 10px;
	}

	.comment .comment-author{
		margin-bottom: 10px;
	}

	.comment img{
		float: left;
		margin: 0 10px 10px 0;
	}

#commentform{
	padding: 10px 0;
}

	#submit{
		margin: 10px 0;
	}

/* Footer */

#footer{
	margin-top: 10px;
	clear: both;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #E3D0AF;
}
	#footer ul li{
		display: inline;
		border-right: 1px solid #e3d0af;
		padding: 0 5px;
		line-height: 1.5;
	}
		
		#footer ul li a{
			color: #e3d0af;
			text-decoration: none;
		}
	
		#footer ul li:last-child{
			border-right: none;
		}
