/* --- BLOG SECTION --- */

 h2 a {
	color: #0b2236;
}

.main .related ul li {
	background:none;
}

 .post {
 	margin-top:10px;
	clear:both;
}

 .post h3 {
	font-size: 18px;
	color: #0b2236;
	margin: 0 0 10px 0;
}

 .post h4 {
	font-size: 16px;
	color: #0b2236;
	margin: 0 0 10px 0;
}

 .post h5 {
	font-size: 14px;
	color: #0b2236;
	margin: 0 0 10px 0;
}

 .post h6 {
	font-size: 12px;
	color: #0b2236;
	margin: 0 0 10px 0;
}

 .post blockquote {
	width: 510px;
	margin: 15px auto;
	background-color: #f8f8f8;
	border: 1px solid #e3e3e3;
	padding: 15px;
	font-style: italic;
}

 .post pre {
	background-color: #0b2236;
	padding: 15px;
	margin: 15px;
	color: #fff;
	font-family: Courier, "Courier New", monospace;
	font-size: 11px; 
}

.thumb {
	background-color: #eee;
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px solid #999;
}

 .post .thumb:hover {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #eee;
}

 .postcontent {
	overflow: hidden;
}

 .post .meta span {
	background-color: #0092DB;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	margin: 2px 0 0 0;
}

 .post .meta span a {
	color: #fff;
}

 .post .postmeta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 10px 15px;
	line-height: 20px;
}

 .post .postmeta p.comments {
	float: left;
	width: 50%;
	margin: 0;
}

 .post .postmeta p.comments span {
	background: url(../images/commentsbadge.jpg) no-repeat;
	color: #fff;
	text-align: center;
	display: block;
	width: 30px;
	height: 21px;
	float: left;
	margin: 0 5px 0 0;
}

 .post .postmeta p.more {
	float: right;
	margin: 0;
}

 .post .share {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	padding: 10px 15px;
	line-height: 20px;
	margin: 25px 0;
}

 .post .share h4 {
	float: left;
	width: 185px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

 .post .share .social {
	border: none;
	float: left;
	margin: 5px 0 0 30px;
	overflow: hidden;
}

 .post .share .social a {
	border: none;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

 #blog .post ol {
	list-style: decimal inside;
	margin: 0 0 15px 0;
}

 #blog .post ul {
	list-style: disc inside;
	margin: 0 0 15px 0;
}

 a.more-link {
	display: block;
	width: 88px;
	height: 21px;
	float: right;
	background: url(../images/morebutton.jpg) no-repeat;
	text-indent: -9999px;
}

 #bottomad {
	text-align: center;
	padding: 55px 0 20px 0;
}

.related {
	overflow: hidden;
	padding: 10px;
	border-top: 1px solid #e4e4e4;
	margin: 35px 0 10px;
}

.related h3 {
	color: #2D6374;
	font-size: 36px;
	text-align: center;
	margin: 10px 0 30px 0;
}

related ul {
	overflow: hidden;
	margin: 40px 0;
}

.related ul li {
	margin: 20px 0px 0;
	list-style: none;
	float: left;
	width: 20%;
}

.related ul li img {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #e4e4e4;
}
.related ul li img:hover {
	background-color: #eee;
	padding: 3px;
	border: 1px solid #ddd;
}


/* --- COMMENTS --- */

 #commentsarea {

}

 #commentsarea h3 {
	color: #08a2e6;
	font-size: 24px;
	line-height: 56px;
	background: url(../images/commentbubble.png) 25px 50% no-repeat;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 0 70px;
	margin: 0 0 20px 0;
}

 #commentsarea ol {
	margin: 0 0 30px 0;
}


 #commentsarea ol li {
	background: #fff url(../images/comment_bg.png) 0 100% repeat-x;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px;
	overflow: hidden;
}

 #commentsarea ol li img.avatar {	
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #cecece;
}

 #commentsarea ol li .meta span {
	background-color: #0b2236;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 10px;
	margin: 2px 0 0 0;
}

 #commentsarea ol li .meta span a {
	color: #fff;
}

 form#commentform {
	background-color: #ccc;
	border: 1px solid #eee;
	color:#000000;
	padding: 25px;
}

 form#commentform input[type=submit] {
	display: block;
	border: none;
	background: transparent url(../images/submit.png);
	height: 53px;
	width: 148px;
	color: #888;
	font-size: 14px;
}

 form label {
	display: block;
	margin: 0 0 5px 0;
}

/*
 form input,textarea {
	display: block;
	margin: 0 0 15px 0;
	padding: 10px 5px;
	font: 14px/18px "Lucida sans", Tahoma, sans-serif;
	color: #454545;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background:#ccc;
}

 form textarea {
	display: block;
	width: 510px;
	height: 210px;
	padding: 10px;
	margin: 0 0 20px 0;
	font: 14px/18px "Lucida sans", Tahoma, sans-serif;
	color: #454545;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e4e4e4;
}
*/

/* pagination */

.pagination {
	margin-top:20px;
	margin-bottom:10px;
	}

.pagination a {
	background:none repeat scroll 0 0 #0092DB;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	margin:2px;
	padding:2px 5px;
	text-decoration:none;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #ccc;
	background:#fff;
	color: #000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #0B2236;
	color: #FFF;
	}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

/* --- POLL **/

.poll {
	background-color: #Ffffff;
	width: 200px;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	line-height: 100%;
}

.pollbar {
	background:#d7d7d7; 
	height: 18px; 
	margin-bottom: 6px;
}

.pollpercent {
	color: #000000; 
	font-size: 11px; 
	text-align: right; 
	padding: 3px; 
	background: #4290C1; 
	height: 12px;
}

/* --- News **/
.newsImage{
	float:left;
	margin-right:10px;
	width:50px;
	height:50px;
}

.newstext{
	font-size:10px;
}

#newssidebar {
	height:153px;
}

.newsTitle {
	font-size:120%;
}

.post h1 {
		text-transform:none;
}

/* list styles */

#lists {
	padding-left:15px;
	}

/* 1 col */

.item1colholder {
	width:620px;
	margin-bottom:10px;
	clear:both;
	}
.item1colImage {
	float:left;
	padding:0px 5px 5px 0px;
	}
.item1colImage p{
	padding:0px !important;
	}	
	
.item1colTitle {
	float:left;
	width:300px;
	}
.item1colTitle h1 {
	padding-left:0px !important;
	}
	
/* 2 col */
	
.item2colholder {
	float:left;
	margin-bottom:10px;
	width:370px;
}
.item2colImage {
	float:left;
	padding:0px 5px 5px 0px;
	}
.item2colImage p{
	padding:0px !important;
	}	
.item2colTitle {
	float:left;
	width:300px;
	}
.item2colholder h1 {
	padding-left:0px !important;
	padding-top:0px !important;
	}
	
/* Grid */
	
.itemGridholder {
	float:left;
	margin-bottom:10px;
	width:240px;
}
.itemGridImage {
	float:left;
	padding:0px 5px 5px 0px;
	}
.itemGridImage p{
	padding:0px !important;
	}	
.itemGridTitle {
	float:left;
	width:240px;
	font-size:12px;
	clear:both;
	}
	
ul.single-col {
	margin-bottom:-7px;
	overflow:hidden;
	padding:0;
	margin-left:0px;
}

ul.single-col li {
	background:none repeat scroll 0 50% transparent;
	border-bottom:1px dotted #E1DEDD;
	margin-bottom:8px !important;
	padding-bottom:5px;
}

ul.single-col li .tiny-thumb img {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #E1DEDD;
	float:left;
	margin-right:10px;
	padding:1px;
}

ul.single-col li small {
	color:#666666;
	display:block;
	font-size:11px;
	line-height:15px;
	margin:5px 0;
}

.block {
	margin:0;
	overflow:hidden;
	padding:0;
}

#raised {
    background: url("http://www.theonepoint.co.uk/assets/templates/images/raised.png") repeat scroll 0 0 transparent;
    color: #6F5FA5;
    font-family: Trebuchet MS;
    font-size: 21px;
    height: 62px;
    width: 208px;
}

#loveyouicon {
	float: left;
    padding-top: 10px;
}

#r1 {
    float: left;
    margin-left: 42px;
    margin-top: 22px;
}
#r2 {
    float: left;
    margin-left: 8px;
	margin-top: 22px;
}
#r3 {
    float: left;
    margin-left: 13px;
	margin-top: 22px;
}
#r4 {
    float: left;
    margin-left: 8px;
	margin-top: 22px;
}
#r5 {
    float: left;
    margin-left: 8px;
	margin-top: 22px;
}

#trends{
	*z-index:996;
	_z-index:996;
	position:relative;
	zoom:1;
	margin: auto;	
	}
#trends .inner {
    border: 1px solid #CCCCCC;
    height: 65px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 949px;
}
#trends h1 {
	text-align:center;
}
#trends ul{
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	zoom:1;
	position:relative;
	z-index:20;
	}
#trends li {
    display: inline;
    margin:0;
    padding: 0;
	vertical-align:middle;
}
#trends em{
	display:none;
	zoom:1;
	}
#trends a,#trends li.trend-label{
	padding:8px 4px;
	}
#trends li.trend-label{
	font-size:9px;
	color:#def;
	text-transform:uppercase;
	letter-spacing:.2em;
	zoom:1;
	}
#trends a{
	display:inline-block;
	color:#6ac;
	zoom:1;
	}
#trends a:hover,#trends a.active{
	color:#def;
	text-decoration:none;
	zoom:1;
	}
#trends .fade{
	background:url("fade-trends2.png") repeat-y 0 0;
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:60px;
	padding:8px 0;
	zoom:1;
	_visibility:hidden;
	z-index:30;
	pointer-events:none;
	}
#trends .fade-right{
	background-position:-60px 0;
	left:auto;
	right:0;
	
	}
#trends dl{
	margin:0;
	padding:20px 0;
	line-height:18px;
	color:#ace;
	}
#trends dt{
	display:block;
	margin-bottom:4px;
	font-size:11px;
	color:#df6;
	}
#trends dt img{
	vertical-align:middle;
	}
#trends dd{
	margin:0;
	}
#trends dd strong{
	color:#fff;
	}
#trend_description p{
	font-size:1em;
	}
.trendtip{
	background:#fff;
	position:relative;
	width:240px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	font-size:11px;
	line-height:18px;
	color:#aaa;
	display:none;
	margin-top:9px;
	}
.trendtip-content{
	background:#000;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}
.trendtip-trend{
	margin-bottom:10px;
	font:bold 15px "Helvetica Neue",Arial,Sans-serif;
	color:#fa2;
	line-height:18px;
	display:block;
	}
ul.trendscontent a:focus,ul.trendscontent a:active,.trendtip-trend:focus,.trendtip-trend:active{
	outline:0;
	-moz-outline:0;
	}
.trendtip-desc{
	display:block;
	color:#ddd;
	font-size:13px;
	line-height:18px;
	}
.trendtip-source a{
	color:#6ac;
	text-decoration:none;
	}
.trendtip-pointer{
	background:url("trendtip-pointer.gif");
	position:absolute;
	top:-9px;
	left:50%;
	width:17px;
	height:9px;
	margin-left:-8px;
	}
.aside #trend_description p{
	color:#666;
	}
.aside #what_the_trend{
	color:#999;
	font-size:11px;
	}


div.trend-description-container{
	display:block;
	}
.trend-description-container{
	display:none;
	margin:0!important;
	padding:7px 0 0 0!important;
	}
#trend_description img{
	vertical-align:middle;
	margin:1px 5px 3px;
	}
.ie8 #trend_description img{
	margin-top:-1px;
	}
.ie7 #trend_description img{
	margin-bottom:-2px;
	}
#trend_description{
	display:none;
	padding:0;
	line-height:18px;
	margin:0 0 1em;
	}
#trend_description span{
	color:#777;
	}
#trend_description p{
	margin:0;
	line-height:18px;
	font-size:1.1em;
	color:#333;
	}
#trend_description p strong{
	color:#333;
	}
