@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a {
	color:#549298;
	text-decoration:none;
}
h1{
color:#666666;
font-size:24px;}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ebeccd;
	line-height:1.4em;
}
#headerwrapper {
	width:100%;
	background:#70B6CC;
	height:100px;

}
#header {
	background:url(../images/header.png) no-repeat -120px 0;
	height:100px;
	width:1024px;
	margin:0 auto;
}
#content {
	background:#ffffff;
	width:1000px;
	margin:0 auto;
}
#main {
	width:555px;
	background:#fff;
	padding:50px 395px 50px 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C9C9AF;
	border-left-color: #C9C9AF;
}
.domtabs li {
	float:left;
	display:block;
}
.domtabs li.active a {
	color:#FFFFFF;
	background:#70B6CC;
	padding:5px 10px;
	margin:5px;
}
.domtabs li a {
	color:#FFFFFF;
	font-size:23px;
	background:#ccc;
	padding:5px 10px;
	margin:5px;
}
.tab_content {
	margin:20px 0
}
.tweet,.tweet_odd,.tweet_even{
	margin:10px 0;
	padding:12px 20px 30px 0;
	display:block;
	background:url(../images/sb.png) no-repeat 50px 0;
}
.tweet_odd,.tweet_even{
padding:18px 10px 30px 0;display:block;margin:10px 0;}
.tweet_text{height:50px;display:block}
.tweet .avatar{
	float:left;
	padding:5px 0;
	margin:0 65px 0 0;
	
}
.tweet .avatar img,.tweet_avatar img{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #A6A6A6;
	border-bottom-color: #A2A2A2;
	border-left-color: #CCCCCC;
}
.tweet_list{
list-style:none;}
.text,.tweet_text{margin-bottom:5px;}
#sidebar {
	
	width:290px;
padding:30px 0;
	margin:20px 40px 20px -350px;
background:url(../images/ss.png) no-repeat;
}
#sidebar li{margin:0 30px}
#sidebar h1{text-align:center;}
#sidebar img{border:none;}
#networks{list-style:none}
#networks li{
display:block;}
#networks li a{
	padding:10px 0px;
	display:block;
	background:url(../images/sep.png) repeat-x #d6d7b7;
	width:255px;
	margin-left:-15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C0C1A3;
	border-left-color: #C0C1A3;
}
#networks li a:hover{background:url(../images/sep.png) repeat-x #CECFA7;}
#networks li img{margin-top:10px;margin-left:40px;}
#footer {
	width:100%;
	height:80px;
	background:#cbcbcb;
}
