/*
Theme Name: W3Solutions
Theme URI: http://w3solutions.org/
Description: Custom theme for W3Solutions by W3Solutions
Author: W3Solutions
Version: 1.0
Tags: orange, clean, professional
*/
#container {
	width: 759px;	
	border-right: 1px solid #f3f3f3;
	float: left;
}
.post {
	padding-top: 25px;
	clear: both;
	overflow: hidden;
}
.post:first-child {
	padding-top: 0;
}
.options {
	width: 465px;
	padding: 3px 9px 3px 15px;
	
	float: right; /* Keep aligned to sidebar at all times */
	overflow: hidden;
}
.post h2,
.post h2 a {
	color: #f58220;
}
.post h2 a:hover {
	color: #6ac;
}
.post-image,
.post-preview {
	width: 250px;
	padding: 0 10px;
	float: left;
}
	.post-preview a {
		padding: 0;
	}
		.post-image img,
		.post-preview a img {
			height: 200px;
			width: 248px;
			border: 1px solid #ededed;	
		}
		.post-preview a:hover img {
			border: 1px solid #f58220;
		}
	.post-image .small {
		font-size: 86.7%;
		padding: 0 0 3px 30px;
	}
		.post-image .small a {
			padding: 5px 10px 5px 30px;
			display: inline-block;
		}
	.post-image .postmetadata {
		padding-left: 0;
		padding-top: 5px;
	}
		.post-image .postmetadata a {
			padding-left: 10px;
		}
			.post-image .postmetadata a:hover {
				padding-left: 9px;
			}
		.post-image .author a {
			background: url(/blog/wp-content/themes/W3Solutions/images/author.png) 8px 50% no-repeat;
		}
		.post-image .author a:hover {
			background-position: 7px 50%;
		}
		.post-image .article-date a {
			background: url(/blog/wp-content/themes/W3Solutions/images/article-date.png) 8px 50% no-repeat;
		}
		.post-image .article-date a:hover {
			background-position: 7px 50%;
		}
		.post-image .article-comments a {
			background: url(/blog/wp-content/themes/W3Solutions/images/article-comment.png) 8px 50% no-repeat;
		}
		.post-image .article-comments a:hover {
			background-position: 7px 50%;
		}
		.post-image a:hover {
			padding: 4px 9px 4px 29px;
			border-top: 1px solid #ededed;
			border-left: 1px solid #ededed;
			border-right: 1px solid #f0f0f0;
			border-bottom: 1px solid #f0f0f0;
			
			background-color: #f9f9f9;
			background-position: 12px 50%;
			border-radius: 3px;
		}
			.post-image a img {
				vertical-align: middle;
			}
.preview,
.entry,
.reply {
	width: 465px;
	padding: 0 9px 0 15px; /* Offset for container's border */
	float: left;
}
.preview {
	min-height: 162px;
}
	.entry .options {
		width: 441px;
	}
	.read-more,
	.post-edit-link,
	.comment-edit-link {
		padding: 5px 10px;
		float: right;
		
		font-size: 86.7%;
	}
	.read-more:hover,
	.post-edit-link:hover,
	.comment-edit-link:hover {
		padding: 4px 9px;
		border-top: 1px solid #f3f3f3;
		border-left: 1px solid #f3f3f3;
		border-right: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
		
		background: #fafafa;
		border-radius: 3px;
	}
.comments {
	border-top: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	background: #fdfdfd;
	
	width: 489px;
	
	float: right;
}
	.comments h3 {
		padding-bottom: 10px;
	}
	.comments ol {
		list-style: none;
	}
		.comments ol li {
			padding: 10px 9px 10px 15px;
			border-top: 1px solid #f5f5f5;
			border-bottom: 1px solid #f5f5f5;
			background: #fefefe
		}
		.comments ol li.alt {
			background: #fafafa;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
	.comments .commentmetadata {
		border-bottom: 1px solid #eaeaea;
	}
	.comments .comment-author {
		font-size: 93.3%;
		color: #f58220;
	}
	.comments span {
		font-size: 73.3%;
		float: right;
	}
	.comments p {
		padding: 10px;
		font-size: 93.3%;
		
		border-top: 1px solid #fff;
	}
	.comments .options {
		padding: 3px 0;
		border-left: 1px solid #f3f3f3;
		border-right: 1px solid #f3f3f3;
	}
.reply {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #f3f3f3;
	float: right;
}
div.reply input,
div.reply textarea {
		padding: 3px 10px;
		margin: 0 auto;
		width: 444px !important;
		border: 1px solid #d9d9d9;
		clear: right;
	}
	div.reply textarea {
		height: 150px;
	}
	div.reply button {
		font-size: 113.3%;
		border: 1px solid #999;
		border-radius: 5px;
		cursor: pointer;
		
		color: #fff;
		padding: 7px 30px;
		margin: 10px 20px;
		background: #f8ab69;
		float: right;
	}
	div.reply button:hover {
		background: #f58220;
	}
#sidebar {
	width: 200px;
	float: right;
}
#sidebar ul {
	list-style: none;
}
	#sidebar ul li {
		margin-top: 10px;
		padding-top: 7px;
		padding-left: 15px;
	}
	#sidebar ul li:first-child {
		margin-top: 0;
	}
		#sidebar ul ul li {
			margin-top: 0;
			padding: 5px 0 5px 10px;
			border-top: 1px solid #f3f3f3;
			
			line-height: 108.3%;
		}
		#sidebar h4 {
			padding-bottom: 0;
		}
		#sidebar a {
			font-size: 86.7%;
			line-height: 130.8%;
			display: inline-block;
		}
			#sidebar div {
				overflow: hidden;
			}
				#sidebar #s {
					height: 20px;
					width: 130px;
					padding: 2px 4px;
					border: 1px solid #dedede;
					
					border-radius: 3px;
					float: left;
				}
				#sidebar #searchsubmit {
					height: 22px;
					width: 20px;
					float: left;
					padding: 2px 7px 2px 8px;
					margin-left: 5px;
				}
				#sidebar #searchsubmit:hover {
					padding: 1px 6px 1px 7px;
					border: 1px solid #e3e3e3;
					
					background: #fafafa;
					border-radius: 3px;
				} 
