﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #FFFFFF;
    font-size: 1em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333333;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}
a:visited {
    color: #505abc;
}
a:hover {
    color: #1d60ff;
    text-decoration: none;
}
a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 1.5em;
    padding: 0 0 10px 0;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

#subscribe-form-container {
    float: left;
    margin: auto;
    width: 200px;
    margin: 30px 40px 10px 0;
}

    #subscribe-details {
        background-image:url(../images/subscribe-background.png);
        background-repeat:no-repeat;
        padding:3px;
    }
        #subscribe-details legend {
            font-size: 0.70em;
            font-weight: bold;
        }
        #subscribe-details p {
            font-size: 0.65em;
            margin: 2px;
        }
        #subscribe-details input[type='text'] {
            width: 170px;
            margin-top: 4px;
            margin-bottom: 2px;
        }
        #subscribe-details input[type='submit'] {
            margin-left: 105px;
            font-size:0.70em;
        }

#rss-feed-container {
    background-color:#DFDDFF;
    border:1px solid Gray;
    float:right;
    margin:-135px 0 0;
    width:100px;
}
    #rss-feed-container p {
        margin: 2px;
        font-size: 0.65em;
        font-style:italic;    
    }

#rsvp-next-meeting {
    background-image:url(../images/rsvp-background.png);
    border:1px solid Gray;
    float:right;
    margin:-85px 0 0;
    width:300px;
}
    #rsvp-next-meeting p {
        margin: 2px;
        font-size: 0.65em;
    }

#next-meeting-container {
    background-image:url(../images/next-meeting-background.png);
    background-repeat:repeat-y;
    border:1px dotted silver;
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    padding:5px 7px;
    width:800px;
}
    #next-meeting-container #meeting-details {
        margin:auto;
        width:630px;
    }
    
    #next-meeting-container #meeting-details span {
        width:500px;
    }

    #next-meeting-container h3 {
        left:25px;
        position:relative;
        top:-17px;
        margin:0;
    }
    #next-meeting-container label {
        clear:left;
        float:left;
        width:100px;
        font-size:0.95em;
        padding: 2px 0 0 20px;    
    }
    #next-meeting-container span {
        float:right;
        clear:right;
        width:630px;
        font-size:0.95em;
        font-weight:bold;
        padding: 2px 2px 0 0 0;    
    }
    #next-meeting-container p {
        clear:both;
        width:790px;
    }
        #next-meeting-container #abstract-container label {
            margin-top:10px;
            text-decoration:underline;
        }
        #next-meeting-container #abstract-container p,
        #next-meeting-container #bio-container p {
            font-size: 0.95em;
            padding:5px 3px 5px 3px;
        }
        #next-meeting-container #bio-container label {
            font-style:italic;
            margin-top:5px;
            text-decoration:underline;
        }
        #next-meeting-container #bio-container p {
            font-style:italic;
        }

#short-meeting {
    margin: 20px 10px 5px 10px;
}
    #short-meeting p, #short-meeting label {
        font-size:smaller;
    }
    .intro-presenter {
        font-size:smaller;
        font-style:italic;
        float:none !important;
    }
    .intro-title {
        font-size:smaller;
        font-style:italic;
        font-weight:bold;
        float:none !important;
    }

#logo-container {
    width: 272px;
    margin: auto;
}
    #logo-container img {
        border:none;
    }

#previous-links-container {
    clear: both;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:50px;

}
    #previous-links-container p {
        clear: both;
        font-size:0.95em;
    }

    #previous-links-container table {
        clear: both;
        font-size:0.85em;
    }
            #previous-links-container table thead tr th {
                font-weight:bold;
                text-decoration:underline;
            }

            #previous-links-container table tbody tr td,#previous-links-container table thead tr th {
                padding-left:6px;
                padding-right:5px;
                padding-top:3px;
            }
            #previous-links-container table tbody tr td.previous-title {
                font-style:italic;
            }
            

#footer {
    margin: auto;
    width:470px;
}
    #footer p {
        margin: auto;
        font-size: 0.7em;
    }

.twitter-addr {
    font-style: italic;
}

/* MISC  
----------------------------------------------------------*/

.error {
    color: Red;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}
