/*
Theme Name: Price Engines New
Theme URI: http://priceengines.co.uk/
Description: Fixed Width 2-column theme for Price Engines web site.
Version: 1.0
Author: Stuart Sharpe
Author URI: http://stuartsharpe.co.uk/
Tags: green, fixed width, two columns, &copy; Price Engines


*/

#wp-content {
	font-size: 11pt;
	line-height: 1.3em;
	width: 70%;
	float: right;
}

#wp-sidebar {
	padding-left: 40px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 20px;
	width: 23%;
	margin: 0px;
	float: left;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-align: right;
}

.widget, .widget ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 0;
}
.widget li  {
	margin: 0;
}
.widgettitle {
	margin: 0;
}
.widget li {
	padding: 0;
}
.indent1 {
	padding-left: 20px;
}

.indent2 {
	padding-left: 40px;
}

.warning {
	background-color: #ff909c;
	padding: 30px;
	border: 1px #ff0000 dotted;
	width: 280px;
	margin: auto;
}

.post {
	padding-bottom: 10px;
	border-bottom: 4px solid #d9ffd9;
}
.toptip {
	width: 90%; 
	margin: auto; 
	padding: 1em; 
	background-color: #d8ffd9; 
	font-size: 1.2em; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px
}

.aktt_tweets {
	font-size: 0.9em;
}
.aktt_tweets li {
	padding: 5px;
	background-color: white;
	border-bottom: 1px solid #999999;
	margin-bottom: 7px;
	overflow: hidden;
}
.aktt_tweets li.aktt_more_updates {
	border: none;
	border-bottom-style: none;
}

#privacy li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.commentlist {
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: none;
}

.commentlist cite {
	font-size: 1.2em;
}

.commentlist li {
	padding: 10px;
}

.commentlist .alt {
	background-color: #d9ffd9;
}

.date {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

blockquote {
	/*border-left: 5px solid #d8ffd9;*/
	margin-left: 10px;
	font-size: 1.1em;
	line-height: 1.3;
	font-style: italic;
}

.single-post {
	width: 98%;
}