/*
=general
=page structure
=main_navigation
=sub_navigation
=sub_sub_navigation
=page content
=misc
=debug
*/

/*
=general
---------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 69%; /* 11px */
    color: #333;
    line-height: 1.4;
    background-color: #fff;
    margin: 12px 12px 30px 0;
    text-align: center;
}

table, tr, td, input, select, textarea, ul, ol {
    font-size: 100%;
    vertical-align: top;
}

a img, img {
    border: 0;
}

code, pre {
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	color:#3399cc;
	line-height: 1.2em;
	margin-bottom: .75em;
}

h2 {
	font-size: 14px; /* 14px */
	text-transform: uppercase;
	color: #3399cc;
	margin-bottom: .75em;
	line-height: 1.2em;
}

.radio_show h2 {
	font-size: 20px;
	color: #ff9900;
	padding-left: 0px;
	padding-top: 5px;
	margin: 0;
}

h3 {
	font-size: 12px;
	color:#3399cc;
	margin-bottom: .5em;
	line-height: 1.2em;
}

h4 {
	color: #ff9900;
	padding-left: 15px;
	padding-top: 5px;
}

h5 {
}

a {
    color: #0099CC;
}



ul {
    list-style: square;
}

p {
	margin-bottom: 1em;
}

dl {}
dt {
float: left;
    width: 136px;
    clear: left;
    margin: 0;
    padding: 3px 0 0 0px;
    font-weight: bold;
}
dd {
    width: 386px;
    border-bottom: 1px solid #D9EDCE;
    margin: 1px 0 0;
    padding: 2px 0 2px 1px;
}


/*
=page structure
---------------------------------------------- */

#container {
    text-align: left;
    background:  url(/images/bg-container.gif) repeat-y 0% 10px;
    position: relative;
    width: 100%;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#header {
    margin: 0 0 44px 0;
    background: #608796 url(/images/bg-header.gif) no-repeat 0% 100%;
    height: 82px;
    width: 100%;
}

#header img {
    margin-left: 49px;
    float: left;
}

#header a.logo_top {
    background: transparent url(/images/logo-top.gif) no-repeat 0% 0%;
    display: block;
    width: 73px;
    height: 71px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#wrapper {
    margin-left: 61px;
}

#content {
    height: 500px;
    min-height: 500px;
    width: 50%;
    min-width: 530px;
    margin-left: 20px;
    margin-bottom: 2em;
    float: left;
    display: inline;
}

*>#content {
    height: auto;
}

/*
=page content
---------------------------------------------- */

#content ul, #content ol {
    margin: 0 0 1em 30px;
}

#content a:hover, #content a:focus, #content a:active {
	text-decoration: none;
	color: #0099CC;
	background: #D6E9F0;
}

.divider {
    border-bottom: dotted 1px #3399cc;
    margin: 1em 0;
}

table {
    margin-bottom: 1em;
}

/* old */

.top5_list {
    padding: .5em;
    border: 1px solid #90CCF0;
    width: 160px;
    background: #CEE2E3;
}

.top5_list a, .top5_list a:visited {
    color: #EB1C6D;
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
}

.top5_list a:hover {
    color: #fff;
    background: #EB1C6D;
    text-decoration: none;
}


.top5_list p {
    margin: .2em 0 .5em 0;
    border-bottom: 1px solid #90CCF0;
    padding: 0 0 .5em 0;
    color: #333;
}

.top5_list span {
    color: #000;
}


.gallery {
    width: 450px;

}
.gallery img {
    border: none;
    margin: 0 2px 2px 0;
    padding: 0;
}

.gallery a {
    border: none;
    margin: 0;
    padding: 0;
    background: none;

}

.gallery a:hover {
    border: none;
    margin: 0;
    padding: 0;
    background: none;

}

#statistics th {
    padding-top: 1em;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    color: #333;
}

#statistics td {
    border-bottom: 1px solid #eee;
}

.listen {
    position: relative;
    top: -4px;
    margin-left: 4px;
}

.radio_text {
    border-bottom: dashed 1px #3399cc;
    padding: .5em 0;
    margin: 1em 0;
}

.radio {
    border: 1px solid #3399cc;
    margin: 50px 0 0;
    padding: .5em .5em 0 .5em;
    background-color: #eee;
    float: right;
}

div.kiwi
{
    text-align: center;
    margin: 2em 0;
}

#content div.kiwi a:hover
{
    background: none;
}

.news {
border-top: 1px solid #638494;
padding-top: 5px; color: #fff;
background-color: #999;
}

.news_item {
width: 300px;
padding: 0;
margin: 0;
color: #fff;
}

.links a, .links a:hover, .links a:visited, .links a:active
{
    color:  #3399cc;
}

.links td
{
    margin-bottom: 10px;
}

#form
{
    position: absolute;
    left: 210px;
    width: 145px;
    padding: .5em 0;
    margin-top: 10px;
    border: 1px solid #ff3333;
}

#form a
{
    color: #ff3333;
    font-weight: bold;
    padding: 0;
}

#form a:hover
{
   text-decoration: none;
}

img.word
{
    position: relative;
    top: 5px;
}



.home_link
{
    border-top: 1px solid #638494;
    padding: 0;
    margin: 1em 0 1.2em 0;
    color: #fff;
}

.home_img
{
    float: right;
    margin: 1em 0 0 0;
}

.home_link_info
{
    width: 290px;
    padding: 0;
    margin: 1em 0 0 0;
    position: relative;
}

.home_link_info p
{
    color: #fff;
    margin: 0 0 1em 0;
}

.home_link_info a, .home_link_info a:visited
{
    font-weight: bold;
    color: #fff;
}

.top-30
{
    color: #fff;
    text-align: center;
    width: 200px;
    margin: 1em 0 0 85px;
}

.logo {
	margin: 30px 0;
}

#content .logo a:hover {
    background: none;
}

/* display */

.display {
    float: left;
    width: 216px;
    margin: 5px 10px 1em 0;
    background: #D2EEFD;
}

.display img {
    display: block;
}

.display div {
    border: 1px solid #8CCEEF;
    border-top: none;

}

.display p {
    padding: 5px;
    margin: 0;
    font-size: .913em; /* 10px */
}

/* file_icon */

#content .file_icon {
    display: block;
    margin: 0 0 .5em;
    padding: .5em 35px;
    text-decoration: none;
    color: #333;
    border: 1px solid #8CCEEF;
    background: #D2EEFD url(/images/icons/txt.gif) no-repeat 10px 50%;
    width: 350px;
}

#content .file_icon.preview {
    height: 147px;
    padding: .5em 35px .5em 10px;
    background-image: none;
}

#content .file_icon.preview img {
    float: left;
    margin-right: 10px;
}

#content .file_icon.pdf {
    background-image: url(/images/icons/pdf.gif);
}

#content .file_icon.jpg {
    background-image: url(/images/icons/jpg.gif);
}

#content .file_icon.doc {
    background-image: url(/images/icons/doc.gif);
}

#content .file_icon.pdf {
    background-image: url(/images/icons/pdf.gif);
}

#content .file_icon.jpghome {
    background-image: url(/images/icons/jpg.gif);
    margin: 0;
    width: auto;
}

#content .file_icon:focus, #content .file_icon:hover, #content .file_icon:active {
    color: #333;
    border: 1px solid #F9BB5E;
    background-color: #FAD59E;
    background-repeat: no-repeat;
    background-position: 10px 50%;

}

/* photo gallery */

#content #photo_listing {
    margin: 0;
    padding: 0;
    list-style: none;
        width: 100%;
}

#content #photo_listing li {
    float: left;
    display: inline;

}

.thumb {
    display: block;
    width: 125px;
    height: 83px;
    border: 1px solid #8CCEEF;
    margin: 0 8px 1em 0;
    padding: 1px;
    background-color: #D2EEFD;
}

.thumb:focus, .thumb:hover, .thumb:active {
    border: 1px solid #F9BB5E;
    background: #FAD59E;
}

.thumb.last {
    margin-right: 0;
}

/*
=bos
---------------------------------------------- */

#bos a
{
    border: 0;
    padding: 0;
    margin: 0;
}

#bos img
{
    margin: 1px;
    border: 0;
    padding: 0;
}

#bos strong
{
    color: #FF3333;
}

#bos a
{
    color: #FF3333;
}

#competition-2006-pic {
    float: right;
    margin: 10px 15px 1em 0;
    width: 350px;
}

#competition-2006-pic p {
    font-size: .915em;
    background: #39c;
    padding: .25em 5px;
    margin-top: 1px;
    color: #fff;
    line-height: 12px;
}

div.ukulele {
    margin: 2em 0;
}

div.ukulele img {
    border: none;
}

#logo_link a:hover, a:focus, a:active {
    text-docoration: none;
}




/*
=top50
---------------------------------------------- */

div.top10
{
    text-align: center;
    width: 390px;
}

div.top10 h2
{
    background: #3399cc;
    color: #fff;
    font-size: 2.1em;
    padding: 0;
    margin: 0;
}

.top50 th {
    padding: .4em .5em;
    margin: 0;
    color: #fff;
    text-align: left;
    background: #777;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.top50 th.last {
    border-right: none;
}

.top50 th span {
    font-weight: normal;
}

.top50 {
    background: #eee;
}

.top50 td {
   padding: .2em .5em;
   border-right: 1px solid #fff;
}

.top50 td.last {
    border-right: none;
}

.top50 tr.bg td {
   background: #E2E0E0;
}



/* footer */

#footer {
    border-top: 1px dotted #ccc;
    clear: both;
    margin-left: 180px;
    padding: 1em 0;
    width: 50%;
    font-size: .915em; /* 10px */
}

#footer a {
}

#footer a:focus, #footer a:hover, #footer a:active {
}

/*
=main_navigation
---------------------------------------------- */

#main_navigation {
    list-style: none;
    width: 150px;
    float: left;
}

#main_navigation li {
    margin-bottom: .5em;
    float: none;
    width: 100%;
}

#main_navigation a {
    padding-left: 11px;
    display: block;
    color: #FFA722;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.4;
    background: transparent url(/images/bg-main-nav-a.gif) no-repeat 0 4px;
}

#main_navigation a:focus, #main_navigation a:hover, #main_navigation a:active, #main_navigation a.current  {
    color: #2F97CF;
    background: transparent url(/images/bg-main-nav-a-on.gif) no-repeat 0 4px
}

/*
=sub_navigation
---------------------------------------------- */

#sub_navigation {
    list-style: none;
    margin: .5em 0 1em;
}

#sub_navigation li {
    margin-bottom: .25em;
}

#sub_navigation a {
    background: none;
    font-weight: normal;
}

#sub_navigation a:focus, #sub_navigation a:hover, #sub_navigation a:active, #sub_navigation a.current {
    background: none;
}

/*
=sub_sub_navigation
---------------------------------------------- */

#sub_sub_navigation {
    list-style: none;
}

#sub_sub_navigation li {
    margin-bottom: .25em;
}

#sub_sub_navigation a {
    background: none;
    font-weight: normal;
}

#sub_sub_navigation a:focus, #sub_sub_navigation a:hover, #sub_sub_navigation a:active, #sub_sub_navigation a.current {
    background: none;
}

/*
=misc
---------------------------------------------- */

.hide {
    position: absolute;
    left: -999em;
}

/* self clearing floats */

#wrapper:after, .row:after, photo_listing:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
=debug
---------------------------------------------- */

.debug {
    clear: both;
    text-align: center;
}

