body #column #content div.break {
	padding: 0px 15px 0px 10px;
	height: 100%;
	margin-top: -15px;
	}

body #column #content #blogs {
	float: left;
	position: relative;
	padding-right: 14px;
	}

body #column #content div.normal {
	width: 430px;
	border-right: 1px solid #999;
	}
	
body #column #content div.wide {
	width: 780px;
	}
	
body #column #content #live {
	float: right;
	width: 320px;
	position: relative;
	}
	
body #column #content div.break div.title {
	font-size: 24px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	}
	
body #column #content div.break div.advert-sidebar {
	width: 300px;
	margin: 0px auto;
	border: 1px solid #aaa;
	}
	
/* sidebar lists */
body #live ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
body #live ul li {
	margin: 0px 0px 3px 0px;
	padding: 0;
	padding-left: 16px;
	background: url(../img/arrow-right.png) left center no-repeat;
	width: 100%;
	}
	
body #live ul.tweets li {
	margin: 0px 0px 15px 0px;
	padding: 0;
	background-image: none;
	width: 100%;
	border: 1px dotted #999;
	}

body #live ul.tweets li div.tweet {
	text-indent: 1.5em;
	margin: 5px 10px 10px;
	font-size: 12px;
	}
	
body #live ul.tweets li div.date {
	width: 130px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding-left: 18px;
	background: url(../img/clock.png) left center no-repeat;
	font-style: italic;
	font-size: 10px;
	height: 14px;
	}
	
body #live ul.tweets li div.actions {
	width: 115px;
	float: right;
	text-align: right;
	margin: 0px 5px 0px 0px;
	padding: 0;
	height: 14px;
	}
	
body #live ul.tweets li a.replylink,
body #live ul.tweets li a.retweetlink {
	padding-left: 18px;
	background: url(../img/reply.png) left center no-repeat;
	font-style: italic;
	font-size: 10px;
	height: 14px;
	vertical-align: top;
	}
	
body #live ul.tweets li a.retweetlink {
	background-image: url(../img/retweet.png);
	}
	
/* sidebar subtitles */
body #live p.subtitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 9px;
	font-style: italic;
	}
	
/* sidebar ads */
body div.sponsor-footer {
	font-size: 10px;
	text-align: center;
	width: 100%;
	color: #333;
	}

/* sidebar tabs */
ul.tabs {
	margin-bottom: 0px !important;
	border-bottom: 1px solid #999;
	width: 100%;
	}
	
ul.tabs li {
	float: left;
	margin: 0px 3px -1px !important; padding: 5px 8px !important;
	background-image: none !important;
	background-color: #e8e8e8 !important;
	width: auto !important;
	cursor: pointer;
	border: 1px solid #999;
	border-bottom-width: 0px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	}
	
ul.tabs li.active {
	background-color: #f8f8f8 !important;
	cursor: default;
	border-bottom: 1px solid #f8f8f8;
	}
	
div.blogtool {
	height: 250px; overflow-x: hidden; overflow-y: auto;
	padding: 10px;
	visibility: hidden; display: none;
	background-color: #f8f8f8;
	border: 1px solid #999;
	border-width: 0px 1px 1px;
	}
	
div.blogtool p {
	margin: 0;
	}

div.active {
	visibility: visible; display: block;
	}

/* Single post - boxes at bottom */
div.post-float {
	float: left;
	margin: 10px;
	width: 350px;
	padding: 10px;
	min-height: 50px;
	}
	
div.post-float-ad {
	width: 735px;
	height: 100px;
	}

div.post-float div.t,
div.toolbox div.t {
	width: 95%;
	font-size: 18px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	}
	
div.post-float ul.menu {	
	margin: 3px;
	}

/* Tool box on post page */
.toolbox {
	float: right;
	width: 320px;
	margin: 0px 0px 5px 5px;
	}
	
.toolbox div.b,
div.post-float-ad {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 10px;
	border: 1px solid #aaa;
	}
	
.toolbox div.promo h4,
.toolbox div.promo p {
	margin: 0; padding: 0;
	font-size: 11px;
	}

.toolbox div.promo h4 {
	font-size: 12px;
	}
	
.toolbox div.r,
div.post-float-ad {
	margin-bottom: 10px;
	background-color: #cccccc;
	}
	
.toolbox ul.menu li {
	margin-bottom: 3px;
	}

/* Search */
#s {
	width: 200px;
	}

div.searchbox {
	margin-bottom: 10px;
	}
	
/* button */
.btn {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid #CCC;
	padding: 5px 10px 4px;
	background-color: #dcdcdc;
	}
	
a.arrow {
	background: url(http://www.chris-alexander.co.uk/wp-content/themes/test/img/arrow-right.png) no-repeat 0% 50% transparent;
	padding-left: 14px;
	margin-left: 3px;
	}
