* {
margin:0px;
padding:0px;
}

body {
    text-align: center;
    font-size: 14px;
    font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
    line-height: 1.5;
    background:#d8d8d8 none repeat scroll 0%;
}

h1 {
    font-family: Tahoma;
    color: white;
    padding: 10px 0px 0px 10px;
    background:#7d7d7d none repeat scroll 0%;
    font-size: 16px;
    text-align: left;
}

#content {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    
}

#my_tag {
    background-color: #FFF;
    border: 2px solid gray;
    padding: 3px 3px 3px 10px;
    font-weight: bold;
}

#last_posts, #news {
    border: 1px solid #000;
    float: left;
    width: 70%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.post {
    float: left;
    width: 100%;
    margin: 10px 0px 5px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
	text-align: left;
}

.avatar {
    float: left;
    margin-right: 10px;
}

.avatar img {
    vertical-align: middle;
}

.status {
    float: left;
    width: 90%;
}

.status_footer {
    margin-top: 5px;
    font-size: 10px;
    color: gray;
}

#last_tags {
	text-align: left;
    border: 1px solid #000;
    float: right;
    width: 25%;
    padding: 5px;
    background-color: white;
}

#last_tags ul {
    margin: 0px;
    padding: 0px;
}

#last_tags li {
    list-style-type: none;
}

ul#menu {
	background:#7d7d7d none repeat scroll 0%;
	border-bottom:1px solid #448ad2;
	float:left;
	list-style-type:none;
	padding-top:10px;
	width:100%;
}

ul#menu li {
	border-color:rgb(117, 144, 173) rgb(157, 194, 232) rgb(157, 194, 232);
	border-style:solid;
	border-width:1px 1px 2px;
	float:left;
	margin:0pt 5px;
        width: 150px;
}

ul#menu li a {
	background:#9dc3e9 none repeat scroll 0%;
	border-bottom:13px solid #4e9ef1;
	color:#FFF;
	display:block;
	font-family:Verdana;
	font-size:9px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:13px;
	line-height:26px;
	padding:0pt 0px;
	text-align:center;
	text-decoration:none;
}

ul#menu li a:hover {
	background:#b1cde9 none repeat scroll 0%;
	border-bottom:13px solid #78b3f1;
}

div#bar {
	background:#6996c3 none repeat scroll 0%;
	border-bottom:15px solid #557a9f;
	border-top:1px solid #557a9f;
	float:left;
	height:16px;
	width:100%;
	margin-bottom: 10px;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid #000;
	padding: 3px 5px;
}
