@import url("universal.css");
#header{ 
	margin: 10px 10px 0px 10px;
	padding: 0px;
	height: 265px;
	background: #fff url('header/rotate.php') no-repeat 0px 0px;
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
} 

#header h1{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 180px;
	left: 10px;
	width: 250px;
	font-size: 20px;
}

#header a h1 { color: #FFF; }

#header #SiteTitleLink{
	display: block;
	width: 463px;
	height: 98px;
}


#NavBar{
	position: absolute;
	margin: 0;
	padding: 10px 0 0 0px;
 	border-top: 1px solid #ccc;
	list-style: none;
	top: 215px;
	left: 10px;
}
#NavBar li{
	list-style: none;
	display: inline;
	padding: 0 7px;
}
#NavBar li a{
	color: #fff;	
}

#Notice img{vertical-align: text-bottom;}

/* thread twitter START */
.twitter ul {
    margin:0 12px 0 10px !important;
    margin:0 10px;
}
.twitter ul li {
    background:#FCFCFC;
    padding:0;
    float:left;
    list-style:none;
    list-style-position:outside;
    border:solid #CCC;
    border-width:1px !important;
    border-width:1px 0;
    width:100%;
    padding-top:10px;
    margin-bottom:10px;
}
.twitter img {
    float:left;
    padding:0 10px 0 0;
    margin:0 0 10px 10px;
}
.twitter_source {
    color:#999;
    font-family:georgia;
    font-style:italic;
}
.twitter_source a {
    color:#999;
}
.twitter_text {
    margin-bottom:5px;
    display:block;
    padding-left:70px;
    padding-right:10px;
}
.twitter_reply {
    padding-left:22px;
    padding-right:10px;
    height:16px;
    line-height:16px;
    display:block;
    font-size:11px;
    float:right;
}
/* thread twitter END */
