body{
	/*background: #81b2e7 url('/images/bg.png') repeat-x;*/
	background: #81b2e7 url('/images/bb_bg.png');
	color:#333333;
	font-family:'Lucida Grande',sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
img{
	border: 0;
}
a{
	color: #3763ae;
	text-decoration: none;
}
a:hover{
	color: blue;
	text-decoration: underline;
}
a:visited{
	color: #3763ae;
}
#super_container{
	width: 100%;
	position: relative;
	background: url('/images/bg_trans.png') repeat-x;
}

#container{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
	border-left: 10px solid #1a3153;
	border-right: 10px solid #1a3153;
	border-bottom: 10px solid #1a3153;
}

#header{
	text-align: left;
	position: relative;
}

#nav{
	position: absolute;
	top: 0;
	right: 0;
	background: #d6e1f3 url('/images/nav_round.png') no-repeat top left;
	height: 39px;
	padding-left: 11px;
}

#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li{
	float: left;
	padding: 10px;
}

#nav a{
	color: #3368c6;
	font-weight: bold;
}

#search{
	position: absolute;
	top: 24px;
	right: 0;
	color: #fff;
}

#contentContainer{
	background: #fff;
	text-align: left;
	position: relative;
}

#contentContainer table{
	width: 100%;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#content{
	padding: 10px;
	vertical-align: top;
}

#sidebar{
	width: 320px;
	background: #cddae9;
	vertical-align: top;
}

#sidebar .header{
	font-size: 1.6em;
	color: #fff;
	background: url('/images/side_header_bg.png');
	height: 32px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 10px;
}

#sidebar .loginBox{
	padding: 10px;
}

#sidebar .loginBox INPUT[type="text"], #sidebar .loginBox INPUT[type="password"]{
	border: 1px solid #0a2969;
}

#sidebar label{
	display: block;
	color: #092868;
	font-size: 12px;
}

#sidebar a{
	font-weight: bold;
}

#footer{
	margin: 1em 0;
	text-align: center;
	color: #fff;
}

#statuses{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#statuses li{
	display: inline;
}

#new_status textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	font-family:'Lucida Grande',sans-serif;
	font-size:1.15em;
	line-height: 1.1em;
	padding: 5px;
}

#new_status .submit{
	text-align: right;
	margin: 0.25em 0;
}

#new_status .submit input{
	font-size: 1.5em;
}

div.status{
	position: relative;
	font-size: 1.2em;
	margin: 1em 0;
	clear: both;
	height: 60px;
	border-bottom:1px solid #EEEEEE;
}

div.status div.photo{
	float: left;
}

div.status div.body{
	padding-left: 60px;
	padding-top: 2px;
	padding-right: 10px;
}

div.status div.no-image{
	padding-left: 0;
}

div.status div.text{
	display: inline;
	vertical-align: top;
}

div.status div.text span.user{
	font-weight: bold;
}

div.status div.time{
	display: block;
	font-size: 0.764em;
}

div.user_status div.body{
	padding-left: 0;
}

div.time{
	color: #999;
}
div.time a{
	color: #999;
}

div.status_show div.text{
	font-size: 14px;
	line-height: 1.6em;
}

div.status_show div.time{
	font-size: 1em;
	line-height: 1.1em;
	margin: 1em 0;
}

#stats{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 1.5em;
}

#stats li{
	display: block;
	float: left;
	padding: 5px;
}

#menu{
	clear: both;
	list-style-type: none;
	margin:  0;
	padding: 1em 0;
}

#menu li{
	font-size: 1.1em;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#sidebar h1{
	margin: 0.5em 0.25em;
}

#topAd{
	text-align: center;
	margin: 1em 0;
}

#logo img{
	margin: 1em 0;
}

#sidebar #ad1{
	padding: 10px;
}

#sidebar #split{
	border-top: 1px solid #fff;
}

#sidebar #ad2{
	width: 160px;
	float: right;
}

#sidebar #latest{
	width: 159px;
	float: left;
	border-right:1px solid #FFFFFF;
	overflow: hidden;
}

#breaks{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breaks li{
	padding: 10px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}

#breaks li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#shareOnBB{
	background: #fff;
	padding: 10px;
	
}

a.bookmarklet{
	background: url('/images/shareOnBB.png') no-repeat;
	width: 81px;
	height: 15px;
	padding-top: -15px;
	display: block;
}

div.edit_controls a{
	color: gray;
}
div.edit_controls a:hover{
	color: red;
}