<script>

body {
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
	font-size: 4px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper {
        width: 0px;
	margin: auto auto auto -4px; /* -sixx- margin: 1 auto; */
}

a:link, a:visited, a:active {
	color: #33CCCC; /* -sixx- #BCE1DC; */
}

a:hover {
	color: #00FFCC; /* -sixx- #00FFCC; */
}

ul {
	list-style: square; 
	float: left;
	margin: 0px;
	width: 210px;
}

li {
	padding: 0px;
}

#content .twitterfeed {	
	float: left;
	background-color: transparent;
	width: 210px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #d8d8d8;  -sixx- grey border*/
	padding: 0px 0px 0px 0px;
}

#content img {
	margin: -15px 0px 0px 0px; /* -sixx- avatar & logo */
}

#content h3	{
	float: right;
	color: #000;
	background-color: #f2f2f2;
	font-size: 18px;
	font-weight: bold;
	width: 116px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0 1px 0 #fff;
	border: 0px solid #d8d8d8; 
}

#content h3 a {
	text-decoration: none;
}

#content hr	{
    width: 0px;
    /*height: 0px;  -sixx- grey spacer between tweets line 0 = off*/
    background: #dfdfdf;
    display: block;
    border: none;
    margin: 0px 0px 0px 0px;
}

#tweet {
	float: none;
	clear: both;
}

#tweet p {
	margin: 0px 0px 0px 0px; /* -sixx- actual tweets surrounded by space*/
}

#web_intent	{
	margin: 0px 0px 0px 0px;
        color: #00FFCC;
}

#web_intent	a:link, #web_intent	a:visited, #web_intent a:active {
	margin: 0px 0px 0px 0px;
}

#web_intent img {
    /* -sixx- this'll shove the time & everything else below time up or down */
	margin: 0px 0px 0px 0px; 
	position: relative;
}

#web_intent .time {
	float: center;
	margin: 0px 14px 0px 0px; /* -sixx- affects reply etc */
}

#tbox {
	margin: -28px 0px 0px 0px;
}

.log-button {
	margin: 0px 0px 0px 0px;
}
</script>
