/* accessibility */
/* menu links accesskeys */
span.accesskey {
    text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
    /* position set so the rest can be set out side of visual browser viewport */
    position: absolute;
    /* takes it out top side */
    top: -999em;
    /* takes it out left side */
    left: -999em;
    display: none;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
    position: absolute;
    left: -5000px;
    width: 4000px;
}
a.external {
    /* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
    padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
    color: #18507C;
    /* background image for the link to show wiki style arrow */
    /*background: url(http://austintaylor.net/images/cms/external.gif) no-repeat 100% -100px;*/
}
a.external:visited {
    color: #18507C;
    /* a different color can be used for visited external links */
    /* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
    /*background: url(http://austintaylor.net/images/cms/external.gif) no-repeat 100% -100px;*/
}
a.external:hover {
    color: #18507C;
    /* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
    /*background: url(http://austintaylor.net/images/cms/external.gif) no-repeat 100% 0;*/
    background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
    height: 0;
    clear: both;
    width: 90%;
    visibility: hidden;
}
#main .clear {
    height: 0;
    clear: right;
    width: 90%;
    visibility: hidden;
}
* html>body .clearfix {
    display: inline-block;
    width: 100%;
}
* html .clear {
    /* Hides from IE-mac \*/
    height: 1%;
    clear: right;
    width: 90%;
    /* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: Tools Modified On 2012-08-21 09:20:45 */
* {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
input, select {
    vertical-align: middle;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.displaynone {
    display: none
}
.clearboth {
    clear: both;
}

strong {
    font-weight: bold;
}
body {
    color: black;
    background: #fff;
    /*background: url(/images/woodbg.jpg) fixed no-repeat;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#owrap {
    text-align: center;
}

#wrap {
    width:960px;
    margin:0 auto;
    text-align: left;
    margin-bottom: 25px;

}

.header {
    margin-top: 24px;
    vertical-align: middle;
    text-align: center;
    height: 125px;
    font-size: 300%;
    color: black !important;
}

a, a:visited{
    text-decoration: none;
    color: white;
}
a:hover,  a:active {
    text-decoration: underline;
}

#main {
    /*outline: 1px solid black;*/
    background-color: #ddd;
    /*background-color: rgba(0,0,0, .1);*/
    box-shadow: 0px 3px 30px rgba(0,0,0, .9);
}

.nav {
    /*background-color: rgba(0,0,0, .4); *//* for non-css3 browsers */
    width: 270px;
    float: left;
    /*background: url('/images/ron.jpg') no-repeat;*/
}

.nav ul {
    margin: 10px;
    /*margin-top: 90px;*/
    list-style: none;
}
.nav li {
    display: block;
    padding: 3px 0;
}

.nav li a, .nav li a:visited{
    text-align: center;
    text-decoration: none;

    padding: 10px 0 0 0;
    background: black;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 111%;
    font-variant: small-caps;
    height: 40px;
}

.nav li:hover a, .nav li:active a{
    background: #0D2C89;
}

.menuactive{
    font-weight: bold;
    /*text-shadow: 0px 0px 3px rgba(255,255,255,.7);*/
}

#search {
    padding: 7px 10px 16px 5px;
}

.content {
    /*	background-color: rgba(0,0,0, .4);*/
    padding: 0;
    font-size: 95%;
    width: 689px;
    margin-left: 271px;
    min-height: 610px;
    border-left: 1px solid black;
    background: 100% 114% no-repeat url(city.png);
}

.contentinner {
    padding: 15px 40px 40px 25px;
    /*background-color: rgba(0,0,0, .6);*/
}
.contentinner img {
    /*float: right;*/
    margin: 0px 0px 10px 7px;
    /*box-shadow: 0px 0px 10px rgba(255,255,255, .5);*/

}

.contentinner img.floatleft{
    float: left;
    margin: 5px 20px 10px 0px;
}
.contentinner img.noglow {
    box-shadow: none !important;
}
.content a, .content a:visited{
    text-decoration: underline;
    color: blue;
}

blockquote {
    text-align:center;
    margin: 0;
}
.content h1 {
    font-size: 125%;
}
.content h2 {
    /*margin: .7em;*/
    font-size: 130%;
    font-variant: small-caps;
    font-weight: bold;
    display: block;
    width: 100%;
    color: white;
    /*background-image: url('/images/band.jpg');*/
    padding: 10px 0 10px 15px;
    /*background: #0D2C89;*/
    background: black;
}
.content h3 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 120%;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.content h4 {
    margin-top: .7em;
    font-size: 115%;
    font-style: italic;
    font-family: Arial, sans-serif;
}
.content p{
    margin: .6em 0 .8em 0;
    line-height: 1.3em;
    font-style: italic;
}
.content p:not(:first-of-type) {
    text-indent: 1.5em;
}

.content p.sig {
    text-indent: 0;
    font-style: normal;

}

/*.content p:first-letter { font-size: 120%;  }*/


.content ul {
    list-style: inside;
    margin-top: .7em;
}

#footer{
    text-align: center;
    font-size: 70%;
    background: black;
    padding: 5px;
    color: #ccc;
    /*outline: 1px solid black;*/
}


.content form {
    width: 540px;
    margin: 100px 0 10px 0 ;
    padding: 20px;
    background-color: #333;
    border: 5px solid #555;
}
.content form fieldset {
    margin: 10px 0 4px 0;
    padding: 10px;
    border: 1px solid #777;
}

.content form p {
    text-indent: 0 !important;
}

label {
    margin: 2px 4px 2px 5px;
    min-width: 80px;
    display:inline-block;
    text-align: right;
}
.leftlabel {
    float:left;
    width: 115px;
    text-align: right;
}
.leftlabel2 {
    float:left;
    width: 60px;
    text-align: right;
}
input, textarea, select {
    border: 1px solid black;
    margin: 3px;
    padding: 2px;
}
select {
    padding: 0;
}
textarea {
    width: 400px;
}
input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
    border: 3px solid #06F;
    margin: 1px;
    background-color:#fafaff;
}

.nofloat {
    float:none;
    width: auto;
}

legend {
    padding: 0 5px;
}

.mailaddress {
    text-align:center;
}
blockquote {
    text-align:center;
    margin: 0;
}

address {
    text-align: center;
    font-size: 105%;
    margin: 5px;
}

#map {
    float: right;
}
ol.stories, ol.quotes {
    list-style: none;
}
ol.stories li, ol.quotes li {

    display: block;
    font-family: "Times New Roman", serif;
    font-size: 90%;
    line-height: 1.6em;
    padding: 6px 8px;
    margin: 10px 3px;
    border-radius: 7px;
    border: 1px solid gray;
/* Stylesheet: AT Style Current Modified On 2012-08-22 17:20:07 */
}

td {
    padding: 1px 1px 0 15px;
}
