/*  
Theme Name: debbie T Designs
Theme URI: http://www.debbietdesigns.com/
Description: The theme from debbie T Designs
PRINT STYLES
*/
/* main tags & divisions */
body {
background: #fff;
font: small Verdana, Arial, Helvetica, sans-serif;
margin: 25px 30px;
color: #000;
padding: 0;
}

h2, h3, h4, h5 {
font-style: italic;
}

code, pre {
font: 1em Courier, "Courier New", monospace;
}

h1 {
font-size: 15px;
color: #545454;
}

#headImg{
display: none;
}

#copyright {
font: 90% Times, "Times New Roman", serif;
color: #000;
text-align: center;
clear: both;
}

#commentForm {
display: none;
}

#seriesNav {
display: none;
}

#topLink {
display: none;
}

/* END main tags & divisions */
/* Styles for Posts */

#posts h2 {
color: #000;
font-size: 23px;
}

#posts h3 {
color:#8D8D8D;
font-size: large;
}

#posts h4 {
font-size: medium;
}

#posts h5 {
font-size: medium;
}

#posts a:link, #posts a:visited {
color: #BE8C00;
text-decoration: underline;
}

#posts a:link:after, #posts a:visited:after {
content: " (" attr(href) ") ";
color: #BE8C00;
text-decoration: underline;
}

#posts a:hover, #posts a:active {
color: #000;
text-decoration: none;
}

/* END Styles for Posts */
/* Side Bar Styles*/
#sidebar {
display: none;
}

/* END Side Bar Styles*/
/* Misc Style IDs & Classes */
.codeBox {
border: 1px solid #666666;
padding: 3px;
}

.highlight {
color: #CC0000;
}

.highlight2 {
color: #669933;
font-style:italic;
}

.impBox {
border: 2px dotted #BE8C00;
padding: 5px;
margin-right: 29px;
}
/* END Misc Style IDs & Classes */