/* Rounded corners in Vb */

#allwrapper  {
width : 100%;
color : #000000;
margin : 0 auto 0 auto;
padding : 0;
text-align : left;
} 

.header{
padding : 0;
margin : 0;
background : url(images/misc/rounded_corners/header.png) repeat-x;
height : 21px;
} 

.headerleft  {
padding : 0;
margin : 0;
background : url(images/misc/rounded_corners/headerleft.png) no-repeat 0% 0%;
height : 21px;
}
.headerright {
padding : 0;
margin : 0;
background : url(images/misc/rounded_corners/headerright.png) no-repeat 100% 0%;
height : 21px;
}


.whiteshadow  {
/background : #FFFFFF;
background : url(images/misc/grey-bg1.png) fixed;
padding : 0 12px 0 12px;
}

#vbwrapper {
width : 100%;
margin : 0 auto;
} 

.footerround {
padding : 0;
margin : 0;
background : url(images/misc/rounded_corners/footer.png) repeat-x;
height : 21px;
} 

.footerleft  {
padding : 0;
margin : 0;
background : url(images/misc/rounded_corners/footerleft.png) no-repeat 0% 0%;
height : 21px;
}
.footerright {
padding : 0;
margin : 0;
background : url(images/misc/rounded_corners/footerright.png) no-repeat 100% 0%;
height : 21px;
}








/* TheWindows7Site Remove Titles From Posts */
.postbitlegacy .title, .eventbit .title {display:none;}
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {padding-top:20px;}
/* TheWindows7Site Remove Titles From Posts */





#facebook-follow { border: 0;position: fixed;  top: 75px; left:0;}

#twitter-follow { border: 0;position: fixed;  top: 225px; left:0;}

#myspace-follow { border: 0;position: fixed;  top: 375px; left:0;}

#youtube-follow { border: 0;position: fixed;  top: 525px; left:0;}










div.guestm {
-webkit-border-radius:4px;
-moz-border-radius:4px 4px 4px 4px;
-moz-box-shadow:1px 1px 1px #666666;
background:url(images/misc/guestmbg.gif) repeat-x top;
background-color:#6d0019;
border:1px solid #4A4848;
color:white;
max-width:320px;
min-width:320px;
min-height:18px;
padding:0 5px 3px;
position: fixed;
left:760px;
top:80px;
z-index:1;
}

div.guestm img {
padding-top:2px;
margin-bottom:-4px;
} 