/* 
    Document   : borders
    Created on : Dec 15, 2008, 8:11:29 AM
    Author     : markm
    Description:
        To control the border styles
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*For adding border effects to Divs
Heavily modified code from Stu Nichols of http://www.cssplay.co.uk/
**/

.login {
        width: 500px;
        text-align:center;
        margin-left: 100px;
 }

.lists {
    width: 200px;
}

.zsnazzy h1.title:hover { color:blue; cursor:pointer;}


.zsnazzy p { font-size: 90%;margin:0; padding:5px 10px;}
.zsnazzy h1, .zsnazzy h2, .zsnazzy p {margin:0px 5px; letter-spacing:1px; color:black;}
.zsnazzy h1 {font-size:1.2em; ;margin:0;padding:0 10px 5px 10px;line-height:130%;}
.zsnazzy h1.lower  {font-size:1.0em; border-top:thin solid #444; padding:5px 5px 5px 25px;margin:0px;}
.zsnazzy h1.lower a  { text-decoration:none;}
.zsnazzy h1.lower a:hover {text-decoration:underline;}
.zsnazzy h2 { text-indent:25px; border-bottom:thin solid #444; padding-bottom: 5px;}
.zsnazzy h2, .date{font-size:.7em; line-height: 100%;}
.zsnazzy .date {float:right; border:none;}
.ztop, .zbottom {display:block; background:transparent; font-size:1px;}
.zb1, .zb2, .zb3, .zb4 {display:block; overflow:hidden;}
.zb1, .zb2, .zb3 {height:1px;}
.zb2, .zb3, .zb4 {background:#E3FFFF; border-left:1px solid #444; border-right:1px solid #444;}

.zb1 {margin:0 5px; background:#444;}
.zb2 {margin:0 3px; border-width:0 2px;}
.zb3 {margin:0 2px;}
.zb4 {height:2px; margin:0 1px;}

.zboxcontent {
    background:#E3FFFF;
    display:block;
    border:0 solid #444;
    border-width:0 1px;
    height:auto;
    color: black;
}
p.comment {
    font-size:80%;
}
.zboxcontent .main  {float: right;padding: 5px;}
.zboxcontent a {color:#993399;text-decoration:underline;}
.zboxcontent a:hover {font-weight:bolder;}
* html .zboxcontent {height:1px;}
.color_a {background:#CCE4E4; color:#000;}

.faq h3 {
    color: black;
    margin:10px;
        font-size:110%;
}

a.archive{
    color:black;
    text-decoration:none;
}

a.archive:hover {
    text-decoration:underline;
}

a.links {
    margin-left:10px;
    color:black;
    text-decoration:none;
    font-size: 80%;
    font-weight: bold;
}


a.links:hover {
    color:#007700;
    background-color: #CCE4E4;
}