Thanks for this template. I was trying to build a similar one. However, the template (rounders3) is not css valid. I've got the following error/warnings from the css validator at w3.org:
Error:
Line: 174 Context : html > body p.post-footer
Invalid number : border-bottom-color transparent is not a color value : transparent
Warnings:
Line : 18 (Level : 2) Redefinition of font-size : body
Line : 19 (Level : 2) Redefinition of font-size : body
Line : 62 (Level : 1) You have no background-color with your color : a:link
Line : 65 (Level : 1) You have no background-color with your color : a:visited
Line : 68 (Level : 1) Same colors for color and background-color in two contexts #main a.title-link:hover and a:hover
Line : 68 (Level : 1) You have no background-color with your color : a:hover
Line : 68 (Level : 1) Same colors for color and background-color in two contexts p.post-footer and a:hover
Line : 74 (Level : 1) You have no background-color with your color : #main a:link
Line : 77 (Level : 1) You have no background-color with your color : #main a:visited
Line : 80 (Level : 1) You have no background-color with your color : #main a:hover
Line : 104 (Level : 1) Same colors for color and background-color in two contexts p.post-footer and #blog-title a
Line : 104 (Level : 1) You have no background-color with your color : #blog-title a
Line : 104 (Level : 1) Same colors for color and background-color in two contexts #main a.title-link:hover and #blog-title a
Line : 111 (Level : 1) You have no background-color with your color : #description
Line : 123 (Level : 1) Same colors for color and background-color in two contexts #profile-container and .date-header
Line : 123 (Level : 1) You have no background-color with your color : .date-header
Line : 129 (Level : 2) Redefinition of border-bottom-width : .post
Line : 129 (Level : 2) Redefinition of border-right-width : .post
Line : 129 (Level : 2) Redefinition of border-left-width : .post
Line : 129 (Level : 2) Redefinition of border-top-width : .post
Line : 138 (Level : 2) Redefinition of border-right-width : .post-title
Line : 138 (Level : 2) Redefinition of border-bottom-width : .post-title
Line : 138 (Level : 2) Redefinition of border-left-width : .post-title
Line : 138 (Level : 2) Redefinition of border-top-width : .post-title
Line : 140 (Level : 1) You have no background-color with your color : .post-title
Line : 152 (Level : 2) Redefinition of border-left-width : .post-body
Line : 152 (Level : 2) Redefinition of border-bottom-width : .post-body
Line : 152 (Level : 2) Redefinition of border-right-width : .post-body
Line : 152 (Level : 2) Redefinition of border-top-width : .post-body
Line : 153 (Level : 2) Redefinition of border-bottom-color : .post-body
Line : 167 (Level : 2) Redefinition of border-bottom-style : p.post-footer
Line : 167 (Level : 2) Redefinition of border-bottom-width : p.post-footer
Line : 167 (Level : 2) Redefinition of border-bottom-color : p.post-footer
Line : 201 (Level : 2) Redefinition of border-bottom-width : blockquote
Line : 201 (Level : 2) Redefinition of border-top-width : blockquote
Line : 201 (Level : 2) Redefinition of border-left-width : blockquote
Line : 201 (Level : 2) Redefinition of border-right-width : blockquote
Line : 214 (Level : 2) Redefinition of border-top-width : #comments
Line : 214 (Level : 2) Redefinition of border-left-width : #comments
Line : 214 (Level : 2) Redefinition of border-bottom-width : #comments
Line : 214 (Level : 2) Redefinition of border-right-width : #comments
Line : 223 (Level : 1) You have no background-color with your color : #comments h4
Line : 232 (Level : 1) You have no background-color with your color : .comment-data
Line : 247 (Level : 1) You have no background-color with your color : .comment-timestamp
Line : 247 (Level : 1) Same colors for color and background-color in two contexts #main a.title-link:hover and .comment-timestamp
Line : 247 (Level : 1) Same colors for color and background-color in two contexts p.post-footer and .comment-timestamp
Line : 250 (Level : 1) You have no background-color with your color : .comment-timestamp a:link
Line : 250 (Level : 1) Same colors for color and background-color in two contexts #main a.title-link:hover and .comment-timestamp a:link
Line : 250 (Level : 1) Same colors for color and background-color in two contexts p.post-footer and .comment-timestamp a:link
Line : 254 (Level : 1) You have no background-color with your color : .deleted-comment
Line : 273 (Level : 1) Same colors for color and background-color in two contexts p.post-footer and #profile-container h2
Line : 273 (Level : 1) Same colors for color and background-color in two contexts #main a.title-link:hover and #profile-container h2
Line : 273 (Level : 1) You have no background-color with your color : #profile-container h2
Line : 296 (Level : 1) Same colors for color and background-color in two contexts p.post-footer and #profile-container a
Line : 296 (Level : 1) You have no background-color with your color : #profile-container a
Line : 296 (Level : 1) Same colors for color and background-color in two contexts #main a.title-link:hover and #profile-container a
Line : 326 (Level : 1) You have no background-color with your color : .sidebar-title
Line : 337 (Level : 2) Redefinition of margin-bottom : .box ul li
Line : 364 (Level : 1) Same colors for color and background-color in two contexts p.post-footer and #footer a
Line : 364 (Level : 1) You have no background-color with your color : #footer a
Line : 364 (Level : 1) Same colors for color and background-color in two contexts #main a.title-link:hover and #footer a
The html validator does also show some errors.
I'm not very familiar with css and I don't know how to resolve the above warnings. Maybe, someone more familiar can help to resolve them.
Thanks,
Jens