@import url("default.css");

/** Base **/

html, body{
	color: #000;
	background: #fff none;
}

.print {
	display: block !important;
	float: right;
}

h1, h2, h3, h4, h5, h6, p, div, a, #twitter_update_list {
	color: #000 !important;
}

a {
	text-decoration: underline;
}

#logo, #header #key, #menu, #quicklinks, #bg-right, .hide {
	display: none !important;
}

#header, #content {
	height: auto !important;
	float: none !important;
}

#header .print{
	padding-bottom: 20px;
}

.container {
	width: auto !important;
}

#body {
	width: 400px !important;
}
.centre {
	width: 190px !important;
}

.right {
	float: right;
}

#header, #content, #social, #contact {
	background: none !important;
}

#body .item .text {
	float: left;
	width: 250px !important;
	margin: 0 20px;
}


#body .item .text a.readmore {
	color: #fff !important;
	background-color: #000;
}

#footer #social .left {
	float: left;
	width: 210px !important;
	margin: 20px 0px;
	padding: 0px;
}


#footer #social .centre {
	float: left;
	width: 210px !important;
	margin: 20px 0px;
	padding: 0px;
}

#footer #contact .left {
	float: left;
	width: 150px !important;
	margin: 20px 0px;
	padding: 0px;
}

#footer #contact .centre {
	float: left;
	width: 330px !important;
	margin: 20px 0px;
	padding: 0px;
}

.centre .half1 {
	float: left;
	width: 50%;
}

#footer #contact .right {
	float: right;
	width: 150px !important;
	margin: 20px 0px;
	padding: 0px;
}

#footer #contact .left .print{
	float: left;
	margin: 5px 0 0 0;
	padding: 0px;
}

#footer #contact .right .print{
	float: left;
	margin: 0 0 0 0;
	padding: 0px;
}


