a:focus,
button:focus,
input:focus,
textarea:focus
select:focus {
  outline: none;
}


a:link {
    text-decoration:none;
    color: maroon;
}

a:visited {
    text-decoration:none;
    color: maroon;
}

a:hover {
    text-decoration:underline;
    color: maroon;
}

a:active {
    text-decoration:underline;
    color: maroon;
}

fieldset {
    border: none;
}

/* Surrounds the pull down, search box and submit button. */
#search_container {
    border: none;
    height: 100px;
    padding-left: 0;
    margin: 0;
}

#search_pulldown {
    background-color: maroon;
    color: gold;
    font-family: Verdana;
    font-size: 18px;
    height: 40px;
    padding: 0;
    margin-top: -10px;
    width: auto;
}

#search_text {
    width: 400px;
    height: 40px;
    font-family: Verdana;
    font-size: 20px;
    padding-left: 10px;
    margin-top: 10px;
    border: 3px solid #a9ada8;
    -moz-border-radius: 18px;
    border-radius: 18px;
    
}

#search_button {
    background-color: maroon;
    color: gold;
    border: thin gray;
    font-family: Verdana;
    font-size: 20px;
}

#search_button:hover {
    background-color: gold;
    color: maroon;
}

#link_container {
    border: none;
    font-family: Verdana;
    position: relative;
    margin-left: 50px;
    line-height: 200%;
}

#link_container h1
{
    font-size: 14px;
    text-indent: -10px;
    margin-bottom:0;
}

#link_container p
{
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
}

#talks_link
{
    font-size: 125%;
    text-indent:0;
    margin: 0;
    border: 0;
}

/* stuff for talks
 * container: surrounds one talk
 * title: 
 * about: brief description of that talk
 */
#talks
 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
 }
 
#talks_left
{
   float: left;
   width: 50%;
}
#talks_right
{
    float: left;
    width: 49%;
}

#talks_container
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #E0F0FF;
    border: 1px solid #9DA8B2
;
}

#talks_header
{
    font-family: Arial;
    font-size: 250%;
    text-align: center;
    color: maroon;
    margin-top: 20px;
    margin-bottom: 20px;
}

#talks_subheader
{
    font-family: Arial;
    font-size: 150%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#talks_title
{
    font-family: Arial;
    font-size: 175%;
    text-align: center;
}

#talks_about
{
    font-family: Arial;
    font-size: medium;
    text-align: center;
    padding: 5px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

#footer, .push {
    height: 4em;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
    clear: both;
    padding-top: 25px;
}