html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RT CSS */

html, body {
	width: 100%;
	height: 100%;
	background: #2b5894 url('http://e1.simplecdn.net/media.1220/background.jpg') repeat fixed center center;
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	overflow: auto;
}

a, a:active, a:hover, a:link, a:visited  {
	text-decoration: none;
	color: #ffffff;
}

.clear {
	clear: both;
	visibility: hidden;
}

/* GENERAL */

#application {
	width: 100%;
	height: 100%;
	background:  url('../img/shadow.png') no-repeat scroll center center;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 400px;
	margin: -200px 0 0 -320px;
	  background-color:#ffffff;
 background: transparent url('../img/.gif') repeat scroll 0 0;

	
}

#sidebar, #main {
	height: 340px;
	padding: 30px;
	position: relative;
}

#sidebar {
	float: left;
	width: 159px;
	border-right: 1px solid #000;
	text-align: left;
}

#sidebar h2 {
	font-weight: normal;
	padding: 6px 0 12px;
}

#sidebar p {
	font-family: Georgia, serif;
	font-size: 13px;
	
	margin-top: 20px;
	color: #FFF;
}

#detail {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 160px;
}

#detail h3 {
	font-family: Georgia, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin-top: 10px;
}

#detail p {
	margin: 0;
	line-height: 12px;
	text-transform: none;
}

#detail p a, #copyright a {
	color: #fff;
	border-bottom: none;
}

#detail p a:hover, #copyright a:hover {
	color: #AAA;
	border-bottom: 1px dotted #fff;
}

#main {
	float: right;
	width: 359px;
	border-left: 1px solid #fff;
}

#main h1 {
	font-family: 'Liberation Serif', Georgia, Tahoma, Arial, serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

#networkspanel {
	margin-top: 10px;
}

#networkslist {
	margin-top: 7px;
}

#networkslist li {
	float: left;
	width: 160px;
	margin-top: 5px;
	padding-left: 8px;
}

#networkslist li:hover {
	padding-left: 6px;
}

#networkslist li a {
	text-decoration: none;
	border: none;
	color: #000;
}

#networkslist li a span {
	display: block;
	line-height: 16px;
	font-size: 10px;
}

#networkslist li a span.web {
	color: #FFF;
	font-size: 11px;
}

#networkslist li img {
	float: left;
	margin: 2px 6px 0px 0px;
}

#blogpanel {
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 199px;
	height: 100%;
}

#blogpanel h1, #blogpanel p {
	padding-right: 30px;
}

#blogpanel p {
	margin: 10px 0 20px;
}

#blogpanel p a {
	color: #000;
}

#blogpanel p a:hover, #twitterbox a:hover {
	border-bottom: 1px dotted #999;
}

#twitterbox {
	position: relative;
	width: 160px;
	height: 100%;
	text-align: left;
	float: right;
}

#twitterbird {
	float: left;
	margin: -7px 0 0 14px;
}

#twitterdate, #twitterclient {
	padding-left: 64px;
	color: #000;
	line-height: 16px;
	font-size: 9px;
}

#twitterclient {
	margin-bottom: 4px;
}

#twitterbordertop {
	height: 4px;
	background: transparent url('../img/twitter-bg-top.png') scroll no-repeat 0 0;
}

#twitterborderbottom {
	height: 10px;
	background: transparent url('../img/twitter-bg-bottom.png') scroll no-repeat 0 0;
}

#twittershadow {
	position: absolute;
	left: 0;
	bottom: 0;
}

#twittermessage {
	position: relative;
	max-height: 220px;
	min-height: 40px;
	overflow: hidden;
	padding: 2px 12px;
	font-size: 9px;
	color: #000;
	background: transparent url('../img/twitter-bg-center.png') scroll repeat-y 0 0;
}

#twittermessage span {
	display: block;
	padding: 4px 0;
	border-bottom: 1px dotted #383838;
}

#copyright {
	position: absolute;
	bottom: 30px;
	right: 32px;
	text-transform: uppercase;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 9px;
}