/* Blog CSS */

#pageBodyContent { padding-right:30px;}
#Sidebar { float:left; width:230px;}
#BlogContent { float:left; width:780px;}
#PageCommentInterface_Form_PostCommentForm { margin-bottom:6px;}
#PageCommentInterface_Form_PostCommentForm fieldset { margin-bottom:8px; border:none; }
#PageCommentInterface_Form_PostCommentForm div#Name { margin:6px;}
#PageCommentInterface_Form_PostCommentForm div#CommenterURL { margin:6px;}
#PageCommentInterface_Form_PostCommentForm div#Math { margin:6px;}
#PageCommentInterface_Form_PostCommentForm div#Comment { margin:6px;}
#PageCommentInterface_Form_PostCommentForm_Name {}
#PageCommentInterface_Form_PostCommentForm_CommenterURL {}
#PageCommentInterface_Form_PostCommentForm_Comment {width:549px;}
#PageComments_holder { border-top:#641B9D 1px solid; margin-top:60px; }

#PageComments_holder div.Actions { border-bottom:#641B9D 1px solid; padding-bottom:10px; }

#PageComments_holder h4 { margin-top:20px; font-size:15px; }

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

#PageComments_holder ul li { list-style-type:none; padding:0px; margin:0px; }

#PageComments_holder ul li p.info { font-size:10px; margin-bottom:15px; padding-bottom:10px; border-bottom:#641B9D 1px solid; }

/* CLEAR FLOATS
This forces an element to surround floating elements that it contains, without having to put an element on the page that clears the float.
See IE stylesheets for the method that works for that browser, since it doesn't support pseudo-selectors. */

#PageComments_holder:after,
#PageComments_holder h4:after { content:".";  display:block;  height:0; clear:both; visibility:hidden; } 
#Breadcrumbs { position:absolute; top:205px;}
#Breadcrumbs p {color:#fff;}
#Breadcrumbs a:hover {color:#fff;}
