/* Import Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);

/*Universal Selector*/
* {
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

body {
    text-align: center;
    background-color: #C3AE59;
    background-image: url('/images/background.png');
    background-attachment:fixed;
    font-family: Calibri, sans-serif;
}

#main {
    text-align:left;
    border: 1px solid #002200;
    width: 80% ;
    min-height: 95%;
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    background-color:#EEEECC;
    color:black;
    
    -moz-border-radius:     20px;
    -webkit-border-radius:  20px;
    -khtml-border-radius:   20px;
    border-radius:          20px;
    
    -moz-box-shadow:    0px 0px 10px 5px black,
                        3px 3px 10px 5px grey;
    -webkit-box-shadow: 0px 0px 10px 5px black,
                        3px 3px 10px 5px grey;
    -khtml-box-shadow:  0px 0px 10px 5px black,
                        3px 3px 10px 5px grey;
    box-shadow:         0px 0px 10px 5px black,
                        3px 3px 10px 5px grey;
    /*IE Support*/
    behavior: url(/styles/ie-css3.htc);
}

#addthis {
    position: fixed;
    bottom:1em;
    right:1em;
}

.error {
    color: red;
}

p {
    margin-bottom: 1em;
}

.container {
    /** /border: solid black 1px;/**/
}
.container-on {
    border: solid black 1px;
}
hr {
    clear: both;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    color: #005500;
    background-color: #005500;
}

#header {
    text-align:center;
}

#header h1 {
    font-family: 'Rock Salt', cursive;
    /*font-size: 36pt;*/
    font-size: xx-large;
    margin-bottom: -15px;
    margin-top: 3px;
    color: #002200;
    text-shadow: 2px 1px 3px #005500,
                 0px 0px 15px white;
    /*IE Support*/
    behavior: url(/styles/ie-css3.htc);
}

.fonted {
    font-family: 'Rock Salt', cursive;
    font-size: small;
}

h2 {
    font-family: 'Rock Salt', cursive;
    font-size: x-large;
    margin-bottom: 0px;
    margin-top: 1em;
    /** /border: 1px solid black;/**/
}

#menu ul {
    list-style-type: none;
    width: 99%;
    margin: auto;
    display:inline;
}

#menu ul li {
    margin-left: 0;
    display: inline;
}

#menu ul li a {
    padding-right: 0.75em;
    padding-left: 0.75em;
    line-height: 4;
    text-decoration: none;
    font-family: 'Rock Salt', cursive;
    font-size: medium;
    margin-left: 5px;
    color: #371C1C;
}

#menu ul li a:hover, #menu ul li a.selected_page {
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    -khtml-border-radius:   10px;
    border-radius:          10px;
    
    -moz-box-shadow:    1px 1px 5px 3px #55AA55;
    -webkit-box-shadow: 1px 1px 5px 3px #55AA55;
    -khtml-box-shadow:  1px 1px 5px 3px #55AA55;
    box-shadow:         1px 1px 5px 3px #55AA55;
    /*IE Support*/
    behavior: url(/styles/ie-css3.htc);
}
#left {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
}

#middle {
    top: 10px;
    margin-left: 25%;
    margin-right: 20%;
    width: 54%;
}

#right {
    float: right;
    margin-left: 1%;
    margin-right: 1%;
    width: 18%;
}

#whole {
    width: 90% ;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    clear: both;
}

#copyright {
    font-size:small;
    font-weight:bold;
    color:#444444;
}

.gallerytitle {
    font-family: 'Rock Salt', cursive;
    font-size: 8pt;
    margin-bottom: -2em;
    margin-top: -2em;
}

.galleryspace {
    margin-left: auto;
    margin-right: auto;
    max-width: 8em;
    min-width: 1em;
    width: auto;
}

#gallery {
    padding-left: 2em;
}

.galleryimage {
    overflow: hidden;
    text-align: center;
    float: left;

    /*border: grey 1px solid;*/
    padding: 0.5em;
    margin: 1em;
    background-color: #DDDDBB;
    
    height: 9em;
    width: 8em;
    
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
    -khtml-border-radius:   5px;
    border-radius:          5px;
    
    -moz-box-shadow:    1px 1px 9px 5px #CCCCAA;
    -webkit-box-shadow: 1px 1px 9px 5px #CCCCAA;
    -khtml-box-shadow:  1px 1px 9px 5px #CCCCAA;
    box-shadow:         1px 1px 9px 5px #CCCCAA;
    /*IE Support*/
    behavior: url(/styles/ie-css3.htc);
}

.blurb div {
    text-align: justify;
}

.blurb div.section {
    clear:both;
}

.blurb div.pic_right {
    margin-left: 2em;
    float: right;
}

.blurb div.pic_left {
    margin-right: 2em;
    float: left;
}

.blurb img {
    margin-bottom: 1em;
    
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
    -khtml-border-radius:   5px;
    border-radius:          5px;
    
    -moz-box-shadow:    3px 3px 15px 5px #AAAA88;
    -webkit-box-shadow: 3px 3px 15px 5px #AAAA88;
    -khtml-box-shadow:  3px 3px 15px 5px #AAAA88;
    box-shadow:         3px 3px 15px 5px #AAAA88;
    
    /*-moz-box-shadow:    4px 4px 4px 3px grey;
    -webkit-box-shadow: 4px 4px 4px 3px grey;
    -khtml-box-shadow:  4px 4px 4px 3px grey;
    box-shadow:         4px 4px 4px 3px grey;
    /*IE Support*/
    behavior: url(/styles/ie-css3.htc);
}

.galleryimage img {
    margin-bottom: 1em;
    
    -moz-border-radius:     2px;
    -webkit-border-radius:  2px;
    -khtml-border-radius:   2px;
    border-radius:          2px;
    
    -moz-box-shadow:    4px 4px 5px 3px #AAAA88;
    -webkit-box-shadow: 4px 4px 5px 3px #AAAA88;
    -khtml-box-shadow:  4px 4px 5px 3px #AAAA88;
    box-shadow:         4px 4px 5px 3px #AAAA88;
    
    /*-moz-box-shadow:    4px 4px 4px 3px grey;
    -webkit-box-shadow: 4px 4px 4px 3px grey;
    -khtml-box-shadow:  4px 4px 4px 3px grey;
    box-shadow:         4px 4px 4px 3px grey;
    /*IE Support*/
    behavior: url(/styles/ie-css3.htc);
}

.event {
    font-size:small;
}
.start {
    font-weight:bold;
}

.description {
    font-style:italic;
}

a:link {
    color:black;
    text-decoration:underline;
}
a:visited {
    color:black;
    text-decoration:underline;
}
a:hover {
    color:black;
    text-decoration:underline;
}
a:active {
    color:black;
    text-decoration:underline;
}

/* FORMS */
.form_element {
    clear: left;
    margin-top:0.25em;
}

.form_element label {
    font-family: 'Rock Salt', cursive;
    font-size: small;
    width: 6em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

img {
    max-width: 99%;
    max-height: 99%;
}