/*
Theme Name: Jellyfish Charters
Author: Stephen Elford
Author URI: http://www.trafficwebsites.co.uk/
*/

.blog .secondaryContent {
	background: url(../../../../images/bg-body-bottom-noripple-grey.jpg) center bottom no-repeat;
}
.blog .mainContent .content {
	padding-bottom: 0;
}
.blog .subNav {
	width: 19em;
	margin-left: 1em;
}
.blog .subNav ul {
	margin-left: 0;
}
.blog .blog_area {
	width: 70em;
	padding-left: 2em;
	border-left: 1px dotted white;
}
.blog .postHeader {
	border-bottom: 1px solid white;
}
.blog .postHeader h2.postTitle {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.blog .postHeader h2.postTitle a {
	color: #FFFFFF;
}
.blog .postHeader h3.postDate {
	color: #ffad52;
	font-size: 1.2em;
}
.blog .entry {
	margin-top: 1em;
}

/* Comments
------------------------------------------------ */
h3.commentsHeader {
	font-size: 2em;
	font-weight: normal;
	color: #A4CCEC;
}
ol.commentlist {
	margin-bottom: 2em;
	list-style: none;
	width: 99%;
}
ol.commentlist li {
	padding-top: 0.5em;
	color: #FFFFFF;
	font-size: 1em;
	padding: 1em;
	margin: 0.5em 0;
	border: 1px solid #ffad52;
}
ol.commentlist li.bypostauthor {
	
}
ol.commentlist li p {
	margin-bottom: 0.3em;
}
ol.commentlist li a {
	text-decoration: none;
}
ol.commentlist li a:hover {
	text-decoration: underline;
}
img.avatar {
	float:left; 
	margin-right: 0.5em;
}
.respond h3 {
	font-size: 2em;
	font-size: normal;
	color: #A4CCEC;
}
.commentMeta {
	clear: both;
}
/* Tables
------------------------------------------------ */
table.inputTable {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-collapse: collapse;
	margin: 0 0 1em 1px;
	width: 99%;
}
table.inputTable th, 
table.inputTable td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 0.5em;
	text-align: left;
	color: #666666;
}
table.inputTable th.thRow {
	
	vertical-align: top;
	width: 25%;
	color: #ffffff;
}
/* Forms
------------------------------------------------ */
table.inputTable .field {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: none;
	padding: 0.4em 0.2em;
	width: 99%;
	color: #666666;
	margin: 0;
}
/*---Wordpress specific---*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}