/* Template */
body {margin: 0; padding: 0; background-color: #878787; background-image: url('bg.jpg'); background-repeat: repeat-x;}
label {display: block;}
#form_name, #form_email, #form_url, #form_body {width: 200px;}
input, textarea {border: 1px solid #aaa;}

#imSite {width: 980px; margin: 0 auto; text-align: left; background-color: #878787; background-image: url('bg.jpg'); background-repeat: repeat-x; }
#imHeader {height: 217px; background-image: url('top.jpg'); background-repeat: no-repeat; background-position: left top; cursor: pointer; position: relative; margin: 0;}
#imBody {background-image: url('content.jpg'); background-repeat: repeat-y; background-position: left top; }
#imMenuMain {height: 36px; padding: 1px 2px 0 28px; background-image: url('menu.jpg'); background-repeat: no-repeat; background-position: left top; }
#imContent {padding: 15px 40px 0 0px; margin-left: 15px}
#imFooter {position: relative; clear: both; height: 109px; background-image: url('bottom.jpg'); background-repeat: no-repeat; background-position: left top; }

/* Title */
h1 {position: absolute; left: 40px; top: 50px; font: 44px Tahoma ; color: #ffffff; margin: 0;}
#ImBlogSubTitle {position: absolute; left: 40px; top: 90px; font: 24px Tahoma; color: #e6e6e6;}

/* General */
p {margin: 0; padding: 0; } 
form, fieldset {margin: 0; padding: 0; border: none; }
fieldset legend {visibility: hidden; }

/* Main boxes */
#ImBlogMain {width: 70%; float: left; padding: 0 25px 0 25px; margin-left: 5px; font: 13px Tahoma; color: #454545; }
#ImBlogSideBar {width: 20%; float: right; margin-right: 1%; font: 13px Tahoma; color: #383838; }

/* Box */

.topBox {width: 196px; height:25px; background-image: url('box_top.jpg'); background-repeat: no-repeat; margin: 0; overflow: hidden; }
.contentBox {width: 196px; background-image: url('box_content.jpg'); background-repeat: repeat-y; margin: 0; }
.contentText {padding: 0px 0 10px 40px ; margin: 0;}
.footerBox {width: 196px; height:30px; background-image: url('box_bottom.jpg'); background-repeat: no-repeat; margin: 0; overflow: hidden; }

/* Comments Style */
.imBlogCommentsCount {font: 14px Tahoma; font-weight: bold; color: #383838; margin: 10px 0 7px;}
.imBlogPostCommentUser {font: 12px Tahoma; font-weight: bold; color: #383838; }
.imBlogPostCommentBody {font: 12px Tahoma; color: #383838;}
.imBlogPostCommentDate {font: 10px Tahoma; color: #383838; margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px dotted #383838;}
.imBlogCommentsForm {font: 12px Tahoma; color: #383838;}

/* Text Style */
.imBgMain {}
.imBlogEmpty {}
.imBlogPostTitle {font: bold 16px Tahoma; color: #383838; margin-bottom: 3px;}
.imBlogPostDetails {font: 9px Tahoma; color: #383838; margin-bottom: 5px; }
.imBlogPostRead {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #383838; }
.ImBlogQuote {margin: 10px 15px -5px 5px; padding: 15px; padding-top: 20px; background: url('virgolette.png') no-repeat left top; font-style: italic; }
.ImBlogCode {margin: 10px 15px -5px 5px; padding: 5px; border: 1px #383838 solid; font-family: Courier; background-color: #a5a5a5;}
#ImBlogPodCast {border: none; vertical-align: baseline; margin-top: 5px}


/* search bar */
#imBgBoxSearch {position: absolute; bottom: 25px; right: 35px; font-size: 12px; width: 275px;}
#imBgBoxLast, #imBgBoxCateg, #imBgBoxMonths, #imBgBoxClouds {margin: 5px 0 10px 0;}
.ImBlogBoxTitle {font-family: Tahoma; font-size: 110%; font-weight: bold; color: #f4f4f4; margin: 0 0 5px 3px; }
#imBgBoxSearch a.ImLink, #imBgBoxLast a.ImLink, #imBgBoxCateg a.ImLink, #imBgBoxMonths a.ImLink {padding-left: 25px; background: url('bullet.jpg') no-repeat left center; width: 10px; height: 10px; }

#imSButton { background-color: #616161; color: #e6e6e6; }

/* -- Links Style -- */
.imBlogPostCommentUser a, a.ImLink  {text-decoration:none; }
.imBlogPostCommentUser a:link, a.ImLink:link {color: #2f2f2f; }
.imBlogPostCommentUser a:visited, a.ImLink:visited {color: #2f2f2f; }
.imBlogPostCommentUser a:hover, a.ImLink:hover {color: #e6e6e6; background-color: #2f2f2f;}


/* Footer */
#ImBlogFooter {position: absolute; bottom: 8px; left: 20px; font: 12px Tahoma; color: #dbdbdb; padding: 0; }
