/* CSS Document */

body, html{
margin:0;
padding:0;
background:#E1E5CA;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
}

img{
border:none;
}

h2{
margin-bottom:0px;
margin-top:0px;
}

h3{
margin:0;
}

a{
color:#333333;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

ul{
list-style-type:none;
padding-left:8px;
}

li{
list-style-type:none;
}

#wrap{
margin:0 auto;
width:783px;
}

#pos{
position:relative;
top:0px;
left:0px;
width:auto;
height:auto;
}

#head{
background:url(images/hsuBlog_head.png) no-repeat;
width:783px;
height:190px;
position:relative;
left:0px;
top:0px;
}

#feed{
width:175px;
height:35px;
position:absolute;
right:80px;
bottom:50px;
}

#content{
width:573px;
height:auto;
padding-left:160px;
padding-right:50px;
}

#sidebar{
width:130px;
position:absolute;
left:0px;
top:190px;
padding:5px;
background:url(images/contentLeftBack.jpg) repeat-x;
border:1px solid #BDC1A3;
}

.atitle{
display:block;
background-color:#bdc1a3;
padding:5px 5px 5px 9px;
border-bottom:1px solid #000; 
}

.feedlink{
display:block;
line-height:28px;
font-size:1.1em;
}

.block{
display:block;
}

.left{
float:left;
}

.right{
float:right;
}

#footer{
width:783px;
height:35px;
text-align:center;
padding-top:8px;
border-top:1px solid #000;
margin-top:8px;
}


