/* Looseideas devlog css - trying to work around the crap markup in the blog software */
div#bground { padding-bottom:0; } 
div#content, div.content { width:auto;float:none; padding:0; }

#primary, .navigation, .published, .comments { padding:0 10px; }
#primary .published { padding:0; }

.secondary { background-color:#19243D; color:#FFF; margin-top:10px; padding:10px 10px 0; overflow:hidden }
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary p { color:#FFF }

.navigation { margin:10px 0 }
.navigation div.left { float:left; }
.navigation div.right { float:right; }

.bold { font-weight:bold;}
.centerImage { text-align:center }
.imageborder { border:4px solid #5b6ca6;}
h1 { clear:both; }

#search input, #loginform input, .comments input { width:auto }

#page-selector { border-bottom:2px solid #BEAACC; margin:10px 10px 0; padding-bottom:10px; }
#primary #page-selector { margin:10px 0 0; }
#page-selector a { color:#885ba6 }


.entry-meta span { margin-right:6px; padding-right:6px; border-right:1px solid #885BA6 }
.required { color:#885BA6; font-size:0.7em; }

.commentsrsslink img { vertical-align:middle }
