@import url(reset.css);
strong {font-weight:bold;}
em { font-style:italic;}

body {
    text-align:center;
    font-family:verdana, arial, sans-serif;
    line-height:1.4;
    font-size:0.8333em;
}

p { margin-bottom:8px; }

#container {
    width:1002px;
    background:url('/media/uploads/images/background.jpg');
    background-repeat:repeat-y;
    margin:auto;
    text-align:left;
    padding:0 10px 0 10px;
}

#header { 
    /*
    background:url('/media/uploads/images/header-background.jpg');
    background-repeat:repeat-x;
    */
    margin:0px;
    padding:0px;
    height:101px;
    }

ul.top-menu {
    background:url('/media/uploads/images/header-menu-background.jpg');
    padding-left:12px;
    height:23px;
    font-size:1em;
}

ul.top-menu li {
    display:inline;
    margin-right:20px;
}

ul.top-menu li a {
    color:#fff;
    text-decoration:none;
}


div#left-bar {
    width:200px;
    float:left;
    margin-left:1px;
}
          
ul.left-menu {
    width:190px;
    padding-left:10px;
    padding-bottom:50px;
    background:#666666;
    background-image:url('/media/uploads/images/menu-background-bottom.jpg');
    background-repeat:repeat-x;
    background-position:bottom;
    font-size:90%;
}

ul.left-menu li {
    background:#fff;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    padding:3px 0 3px 10px;
    list-style-type:none;
}
ul.left-menu li.caption {
    background:url('/media/uploads/images/menu-background-caption.jpg');
    background-repeat:repeat-y;
    margin-left:-10px;
    padding:8px 0 8px 10px;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    font-weight:bold;
}

ul.left-menu li a {
    color:#000;
    text-decoration:none;
    display:block;
    }

ul.left-menu ul {
    background:#fff;
    position:absolute;
    width:200px;
    margin-left:180px;
    margin-top:-21px;
    border-top:1px solid #999;
}

#content {
    float:left;
    width:500px;
    margin-left:30px;
    font-size:90%;
    padding-top:20px;
}

#content h1 {
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:14px;
}

#content h2 {
    font-size:1.1em;
    font-weight:bold;
    margin-bottom:10px;


}

#content h2.album a { 
    font-size:130%;
    text-decoration:none;
    font-weight:bold;
    color:000;

}

.press-box {
    width:203px;
    position:absolute;
    margin-left:800px;
    margin-top:120px;
    background:url('/media/uploads/images/widget-background.gif');
    background-repeat:repeat-y;
    }

.press-box ul {
    padding:8px 10px 0 15px;
}

.press-box ul li {
    margin-bottom:10px;
}

.press-box ul li a {
    color:red;
    text-decoration:none;
    font-size:95%;
}

.press-box .press-box-footer {
    background:url('/media/uploads/images/widget-background-footer.gif');
    background-repeat:no-repeat;
    background-position:bottom;
    height:50px;
}

img.newsphoto {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
    }

#content ul { margin-left:20px; }
#content ul li { list-style-type:square; }


#content ul.downloads {
    clear:both;
    border:1px solid gray;
    padding:10px;
}


#content ul.downloads li {
    list-style-type:none;
    padding-left:25px;
    background-repeat:no-repeat;
    background-position:left;
}


#content ul.downloads li a {
    color:#000;
}

label {display:block; margin-top:10px;}
input, textarea { border:1px solid #000;}

.newsitem { margin-bottom:20px;}

