/* CSS Document - Irish PEN website*/

#wrap {

    margin:0 auto;
    width:750px;
        background-color:#ffffff;
        margin-top: 5px;

        }


#menu {
    background-color:#ffffff;
    float:left;
    width:300px;
        height: 390px;
}
#content {
    background-color:#ffffff;
    width:437px;
    margin-left:300px;
        height: 390px;
        padding-left: 5px;

}



html>body #content {
    width:440px;
}


#divider{
    background-color:#D4E9D5;
    clear:both;
        width:750px;

}

#footer {
    background-color:#ffffcc;
    clear:both;
        width:750px;
        height: 22px;
        padding-top: 4px;
        padding-bottom: 6px;
}

body {
    margin:0;
    padding:0;
    background-color:#D4E9D5;
    color:#000;
}

p {
color:#333333;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}

h1
{
color:#648e66;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

h2
{
color:#648e66;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.smalltext {
color:#333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}

td {
color:#333333;
font-family: Arial, Arial, Helvetica, sans-serif;
font-size: 11px;
}


a:link { color: #648e66; font-weight: bold; font-decoration: underline;}
a:visited { color: #666666; font-weight: bold;}

a:hover, a:active
{
font-decoration: none;
color: #fff;
background-color: #4f7da3;
font-weight: bold;

}

                .image
        {
                padding: 2px;
                border: 1px solid #707049;
                margin: 5px 5px 5px 5px;
        }


        .imagefloatright
        {
                float: right;
                padding: 2px;
                border: 1px solid #707049;
                margin: 5px 5px 5px 5px;
        }

        .imagefloatleft
        {
                float: left;
                padding: 2px;
                border: 1px solid #707049;
                margin: 5px 5px 10px 5px;
        }

.footertext
{
color: #333333;
font-family: Arial, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

#footer p a:hover
{
text-decoration: none;
color: #ffffff;
background-color: #648e66;
}

.date

{ color: #648e66; font-weight: bold; }

.eventbox
{
border-width: 1px;
border-color: #cccccc;
border-top-style: none;
border-right-style: dotted;
border-left-style: dotted;
border-bottom-style: dotted;
padding: 3px;
color:#333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}

.caption
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
color: #666;
}

/* styles for blog*/

                        div#mainClm{float:left;padding:0px;width:68%;}
                        div#sideBar{margin:0px;padding:0px;text-align:right;}
                        h1 a:link{text-decoration:none;color:#648e66;}
                        h1 a:visited{text-decoration:none;color:#648e66;}
                        h2{padding:3px;color:#666666;background:#d4e9d5;font:bold 80% Arial,Sans-Serif;}
                        h3{color:#8d79b5;font-size:90%;text-align:left;font-family:Arial,Sans-Serif;font-weight:bold;}
                        h4{color:#aa0033;}
                        h6{color:#4f7da3;font:bold 90% Arial,Sans-Serif;}
                        h2.sidebar-title{margin:0px;color:#4f7da3;font:bold 95% Arial,Sans-Serif;padding:0px;border:none;background:#ffffff;}
                        #sideBar ul{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;list-style-type:none;font-size:90%;}
                        #sideBar li{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;list-style-type:none;font-size:80%;}
                        .blogPost{margin:0px 6px 30px 5px;font-size:80%;font-family:Arial, sans-serif;}
                        .blogPost strong{color:#000000;font-weight:bold;font-family:Arial, sans-serif;}
                        #sideBar ul a{padding:2px;margin:1px;width:100%;border:none;color:#999999;text-decoration:none;font-family:Arial, sans-serif;}
                        #sideBar ul a:link{color:#999999;}
                        #sideBar ul a:visited{color:#999999;}
                        #sideBar ul a:active{color:#8d79b5;}
                        #sideBar ul a:hover{color:#ffffff;background-color:#4f7da3;text-decoration:none;}
                        pre,code{color:#999999;}
                        strike{color:#999999;}
                        .bug{padding:0px;border:0px;}
                        .byline{color:#444444;font-size:80%;}
                        .byline a{border:none;color:#4f7da3;text-decoration:none;}
                        .byline a:hover{text-decoration:underline;}
                        .blogComments{color:#555555;font-size:90%;font-weight:bold;font-family:Arial,Sans-Serif;}
                        .blogComment{font-size:90%;font-weight:normal;color:black;}
                        .blogComments .byline{color:#444444;font-size:80%;font-weight:normal;display:inline;}
            .deleted-comment {font-style:italic;color:gray;}