/* 
Theme Name: The Spence Practice
Description: The Spence Practice - Latest news
Author: Stephen Elford
Author URI: http://www.trafficwebsites.co.uk
Version: 2.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}

.sidebar {
	width: 21em;
	float: left;
}
.sidebar > ul {
	list-style: none;
	margin: 0 3em 0 0.9em;
	padding: 0 2.2em 0 0;
}
.sidebar ul li h2 {
	color: #ae63a0;
	font-size: 1.8em;
	font-weight: bold;
}
.sidebar ul li ul {
	list-style: none;
	margin: 0 0 1em 0;
}

.sidebar ul li ul li{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #003d58;
}
.sidebar ul li ul li a {
	color: #003d58;
}
.sidebar ul li ul li a:hover,
.sidebar ul li ul li.current-cat a {
	color: #853a87;
	text-decoration: none;
}
.blog .content {
	margin-top: 3em;
}
.blog .mainContent {
	border-left: #184a67 2px dotted;
	padding-left: 2.2em;
}
.blog h1
{
	font-size: 3.5em;
	color: #853a87;
	font-weight: normal;
}
.post {
	clear: both;
	overflow: hidden;
	border-bottom: 2px dotted #184A67;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.post h1, 
.post h2, 
.post h3, 
.post h4, 
.post h5, 
.post h6 {
	color: #184a67;
	margin-bottom: 0.2em;
}

.blog .postHeader h2 {
	font-size: 1.9em;
	color: #184a67;
	text-decoration: none;
}
.blog .postHeader h2 a {
	font-size: 1em;
	color: #184a67;
	text-decoration: none;
}
.blog .postHeader h2 a:hover {
	color: #853a87;
}
.blog .postHeader h3 {
	font-size: 1.2em;
	color: #ae63a0;
	font-weight: normal;
}
.entry {
	overflow: hidden;
}
.blog .content p {
	color: #184a67;
}
.post a,
.commentsArea a {
	color: #853a87;
	text-decoration: none;
}
.post .tweetmeme_button {
	float: right;
	clear: right;
}
.post .comments {
	float: left;
	margin-bottom: 0;
}
.post ul,
.post ol {
	font-size: 1.2em;
	margin: 0 0 0.5em 2em;
	color: #184a67;
}
.post ul {
	list-style: disc;
}
.post blockquote {
	margin: 1em;
	font-style: italic;
	color: #184a67;
}
.post .more-link {
	display: block;
	margin-top: 0.5em;
}

/*--Comments--*/
h2.commentsHeader  {
	font-size: 2.7em;
	line-height: 1em;
	margin-bottom: 0.2em;
	padding: 0;
	color: #184a67;
}
#respond h3 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 0;
	color: #184a67;
}
ol.commentlist {
	border-top: 1px solid  #184A67;
	margin-bottom: 2em;
	list-style: none;
}
ol.commentlist li {
	font-size: 1.2em;
	padding: 1em 0;
	border-bottom: 1px solid  #184A67;
}
ol.commentlist li.comment-author-admin,
ol.commentlist li.bypostauthor {
	background: #EAD1E9;
}
ol.commentlist li p {
	margin-bottom: 0.3em;
}
ol.commentlist li a:hover {
	text-decoration: underline;
}
img.avatar {
	float:left; 
	margin-right: 0.5em;
}

/* Tables
------------------------------------------------ */
table.inputTable {
	border-collapse: collapse;
}
table.inputTable th, 
table.inputTable td {
	font-size: 1.2em;
	line-height: 1.6667em;
	text-align: left;
	padding-bottom: 1.6667em;
}
table.inputTable th.thRow {
	vertical-align: top;
	width: 19.5833em;
}
/* Forms
------------------------------------------------ */
form {
	overflow: hidden;
}
form.left {
	margin-right: 2em;
}
.field {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 1.6667em;
	text-indent: 0.3em;
	border: 1px solid #184A67;
	width: 30em;
	color: #666666;
}
textarea.field {
	height: auto;
	width: 30em;
}
input#submit {
	border: none;
	background: none;
	font-size: 1.2em;
	margin-bottom: 1.6667em;
}
input#submit:hover {
	cursor: pointer;
}
