/*
Theme Name: cluebert1
Theme URI: http://www.cluebert.com
Description: Cluebert v1
Author: Cluebert Editor
Author URI: http://www.cluebert.com
Version: 1.0 Edited 9/30/08
*/

html, body { margin:0; padding:0; }
html, body, table { padding:0; line-height:1.6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }

/* Headings */
h1 { font-size: 16px; font-weight: bold; margin: 0px; padding: 0px;}
h2 { font-size: 16px; font-weight: bold; margin: 0px; padding: 0px;}
h3 { font-size: 14px; font-weight: bold; margin: 0px; padding: 0px;}

/* Links */
a:link    { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }
a:hover   { color: #909090; text-decoration: underline; }
a:active  { color: #909090; text-decoration: underline; }

a.noline:link    { text-decoration:none; }
a.noline:visited { text-decoration:none; }
a.noline:hover   { text-decoration:none; }

/* Header */
#header { height: 210px; background-color: #E6E6E6; background-image: url(img/header-bg.gif);}
.centeredImage { text-align:center; margin-right: auto; margin-left: auto; display:block; } /* This converts inline element into block element, and avoids spacing problem in IE6 */

/* Main body */
#content {width: 500px; background-color: #FFFFFF;}
ul { list-style-type: square; margin-left: 0px; padding-left: 15px; }
li { padding-bottom: 5px; }

.post li { list-style-image: url(http://www.cluebert.com/img/bullet-raquo.gif); }

#comment form { background-color: #E6E6E6; font-size: 11px; background-image: url(img/comment-top.gif); background-repeat:no-repeat;
padding: 10px 0px 0px 10px;}
#comment textarea { border: 1px solid #ABADB3;}			
#comment ol { padding-left: 0; margin-left: 0; }
#comment li { padding: 10px 10px 10px 10px; border-bottom: 1px solid #E6E6E6;}
#comment li.alt { padding: 10px 10px 10px 10px; }

/* Did You Know Box */
.dyk-tips { background-image: url(img/dyk-top-tips.jpg); height: 70px; width: 500px}
.dyk-top { background-image: url(img/dyk-top.jpg); height: 70px; width: 500px}
.dyk-content { padding-left: 15px; padding-right: 15px; background-image: url(img/dyk-bg.jpg); background-repeat:repeat; }
.dyk-bottom { background-image: url(img/dyk-bottom.jpg); height: 20px; width: 500px}

/* Image placements */
.imageleft  { float: left; margin-right: 10px; margin-bottom: 5px; }
.imageright { float: right; margin-left: 10px; margin-bottom: 5px; }

/* Sidebar */
#sidebar 	 { border-left: 1px solid #E6E6E6; width: 360px; padding-left: 17px;}

/* Sidebar Category List */

li.categories { list-style-type: none; }
li.cat-item { list-style-image: url(http://www.cluebert.com/img/bullet-raquo.gif); }
ul.children { list-style-type: none; }
li.children { list-style-image: url(http://www.cluebert.com/img/bullet-rsaquo.gif); }

/* Index or Front Page */
#postinfo { color: #999999; }
#postinfo a:link    { color: #999999; text-decoration: underline; }
#postinfo a:visited { color: #999999; text-decoration: underline; }
#postinfo a:hover   { color: #666666; text-decoration: underline; }
#postinfo a:active  { color: #666666; text-decoration: underline; }

/* Misc and Legacy */
hr { border: none; background-color: #E6E6E6; color: #E6E6E6; height: 1px; }

.border { border: 1px solid #CCCCCC; }

.clearboth    { clear:both; }
.strikeout    { text-decoration: line-through; }

img           { border-style: none; }
img:a.link    { border-style: none; }
img:a.visited { border-style: none; }
img:a.hover   { border-style: none; }
img:a.active  { border-style: none; }

.aligncenter { text-align:center; margin-right: auto; margin-left: auto; display:block; } /* This converts inline element into block element, and avoids spacing problem in IE6 */
.alignleft  { float: left; margin-right: 10px; margin-bottom: 5px; }
.alignright { float: right; margin-left: 10px; margin-bottom: 5px; }