/* listen.css :: listen styles for tryad.org :: -v^v */

/* can you hear me listen? */

/* global */
body {
color: #000000;
background-image: url(images/tryangle_bg.jpg);
background-repeat: no-repeat;
background-position: top;
}

/* boxes */
.print_box {
float: right;
width:  211px;
border: 1px solid orange;
padding: 8px 0 0 8px;
margin: 0 0 18px 33px;
}
.news_box {
width: 244px;
margin-right: auto;
margin-left: auto;
border: 1px dotted #333333;
padding: 0px 0 0px 0px;
margin: 6px 0 11px 0px;
}

.mailing_list_box {
margin: 6px;
}

/* text */
p {
font-size: 13px;
font-family: arial;
}
h2 {
color: grey;
font-family: courier;
font-size: 13px;
}
h3 {
color: white;
font-family: courier;
font-size: 14px;
font-weight: normal;
}
.header {
color: grey;
font-family: courier;
font-size: 15px;
font-weight: bold;
}
.news_date {
color: #666666;
}
.divider {
color: grey;
font-weight: normal;
font-family: courier;
font-size: 14px;
}
.selected {
color: grey;
font-size: 13px;
font-weight: normal;
font-family: courier;
}
.small_text {
font-size: 13px;
}

/* forms */

.form_field {
font-size: 11px;
background-color: #FFFFFF;
color: grey;
border: 1px solid grey;
padding: 1px;
margin: 0 0 0 0;
text-align: center;
}

.form_button {
font-size: 11px;
font-weight: normal;
font-family: courier;
color: grey;
background-color: white;
border: 1px solid #666666;
margin: 0 0 0 0;
}

/* links */
a,a:visited { text-decoration: none; font-size: 13px; color: black; font-family: courier;} 
a:hover { text-decoration: underline; font-size: 13px; color: orange; font-family: courier;} 

a.selected,a.selected:visited { text-decoration: none; font-size: 12px; color: grey; font-family: courier; } 
a.selected:hover { text-decoration: none; font-size: 12px; color: grey; font-family: courier; }

a.small_link,a.small_link:visited { text-decoration: none; font-size: 12px; color: black; font-family: courier; } 
a.small_link:hover { text-decoration: underline; font-size: 12px; color: orange; font-family: courier; } 

a.mp3_link,a.mp3_link:visited { text-decoration: none; font-size: 11px; color: black; font-family: courier; } 
a.mp3_link:hover { text-decoration: underline; font-size: 11px; color: orange; font-family: courier; } 

a.ogg_link,a.ogg_link:visited { text-decoration: none; font-size: 11px; color: black; font-family: courier; } 
a.ogg_link:hover { text-decoration: underline; font-size: 11px; color: orange; font-family: courier; } 

a.weblife_link,a.weblife_link:visited { text-decoration: none; font-size: 11px; color: black; font-family: courier; } 
a.weblife_link:hover { text-decoration: underline; font-size: 11px; color: orange; font-family: courier; } 
