/*
	Stylesheet for jillowens.ie
	Screen Stylesheet
	(c) Fintek Web 2008
*/
#blog-header
{
	display: block;
	float: left;
	width: 100%;
	border-bottom: 2px solid #fff;
	position: relative;
}

#blog-header h1 a
{
	text-decoration: none;
	color: #fff;
}

#blog-container
{
	text-align: center;
}

#blog
{
	margin: 0px auto;
	width: 960px;
	text-align: left;
}

#blog-content
{
	display: inline;
	float: left;
	margin-top: 20px;
	width: 620px;
	opacity: 0.8;
}

.post
{
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 18px;	
	background: transparent url('../images/blog-wide-bottom.gif') no-repeat bottom left;
}

html>body .post
{
	background: transparent url('../images/blog-wide-bottom.png') no-repeat bottom left;
}

.post a
{
	text-decoration: underline;
	color: #fff;
}

.post h2
{
	display: inline;
	float: left;
	width: 600px;
	padding-left: 20px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 1.1em;
	background: transparent url('../images/blog-wide-top.gif') no-repeat top left;
}

html>body .post h2
{
	background: transparent url('../images/blog-wide-top.png') no-repeat top left;
}

.post h2 a
{
	text-decoration: none;
}

.post h2 a:hover
{
	text-decoration: underline;
}

.post-author-date
{
	display: inline;
	float: left;
	width: 590px;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-color: #7a7464;	
	color: #fff;
}

.post p
{
	display: inline;
	float: left;
	width: 590px;
	padding: 10px;
	padding-left: 20px;
	color: #fff;
	background-color: #7a7464;	
}

.post img
{
	background-color: #7a7464;	
}

.post div
{
	display: inline;
	float: left;
	color: #fff;
	background-color: #7a7464;	
}

.post div p
{
	width: 500px !important;
}

.wp-caption
{
	width: 600px !important;
	background-color: #6C6C55;
	padding-left: 20px;
}

.wp-caption-text
{
	padding-left: 0px !important;
}

.comments
{
	display: inline;
	float: left;
	background-color: #6c6c55;
	padding: 0px;
}

.comment
{
	display: inline;
	float: left;
	width: 600px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.comment p
{
	padding: 0px;
}

.comment span
{
	display: inline;
	float: left;
	width: 600px;
	margin-top: 5px;
	display: inline;
	float: left;
}

.comments h3
{
	display: inline;
	float: left;
	width: 600px;
	padding-left: 20px;
	background-color: #7a7464;
}

#commentform
{
	display: inline;
	float: left;
	width: 600px;
	padding-left: 20px;
	margin-top: 10px;
}

#commentform fieldset
{
	border: none;
}

#commentform fieldset input[type="text"]
{
	display: inline;
	float: left;
	width: 150px;
	height: 20px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
}

#commentform fieldset textarea
{
	display: inline;
	float: left;
	width: 580px;
	height: 120px;
}

#commentform fieldset input[type="submit"]
{
	display: inline;
	float: left;
	margin-top: 5px;
	width: 100px;
}

.blog-side
{
	display: inline;
	float: right;
	margin-top: 20px;
	width: 260px;
	background: transparent url('../images/leftcontent-general-bottom.gif') no-repeat bottom left;
	padding-bottom: 18px;
	opacity: 0.8;
}

html>body .blog-side 	
{
	background: transparent url('../images/leftcontent-general-bottom.png') no-repeat bottom left;
}

.blog-side h2
{
	display: inline;
	float: left;
	width: 240px;
	background: transparent url('../images/leftcontent-general-top.gif') no-repeat top left;
	line-height: 18px;
	height: 18px;
	padding-left: 20px;
	font-size: 1.1em;
	color: #fff;
}

html>body .blog-side h2
{
	background: transparent url('../images/leftcontent-general-top.png') no-repeat top left;
}

.blog-side ul
{
	display: inline;
	float: left;
	list-style: none;
	width: 100%;
	background-color: #7a7464;
	padding-top: 10px;
}

.blog-side ul li
{
	display: inline;
	float: left;
	width: 240px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.blog-side ul li a
{
	display: inline;
	float: left;
	color: #fff;
	text-decoration: none;
	width: 225px;
	padding-left: 15px;
	background: transparent url('../images/blog-nav-arrow.gif') no-repeat center left;
}

html>body .blog-side ul li a
{
	background: transparent url('../images/blog-nav-arrow.png') no-repeat center left;
}

.blog-side ul li a:hover
{
	text-decoration: underline;
}

#blogfooter
{
	display: inline;
	float: left;
	width: 98%;
	padding: 1%;
	color: #fff;
	text-align: right;
}

#blogfooter span a
{
	color: #fff;
	text-decoration: underline;
}