*{
margin:0;
padding:0;
}

body{
font: 86%/1.4 normal Verdana, Arial, sans-serif;
background: #adae8c;
color: #666;
position: relative;
}

/************************* positioning */
#container{
width: 744px;
background: #fff;
margin: 30px auto 0;
border: solid 4px #9F9F81;
}

#header{
position:relative;
height: 79px;
padding: 15px 0 0 44px;
background: #ecece5 url("../images/header_bak.gif") 0 0 repeat-x;
}

#footer{
overflow: hidden;
width: 758px;
margin: 5px auto 30px;
color: #5F5F35;
font-size: .9em;
}

#footer ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#footer ul li{
border-left: 1px solid #8F8F6B;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#footer ul li a,
#footer ul li a:visited{
color: #5F5F35;
padding: 3px;
}

#footer ul li a:hover{
color: #222;
background: #BFBF8F;
}

#content{
padding: 4em 47px;
background: #fff;
min-height: 300px;
position: relative;
}

/************************** navigation */

ul#nav{
position: absolute;
top: 0;
left: 47px;
color: #4263ae;
float: left;
width: 100%;
margin-left: 0;
}

ul#nav li{
display: inline;
}

ul#nav li a{
padding: 0.3em 1em .5em;
background-color: #fff;
color: #4263ae;
text-decoration: none;
float: left;
border-bottom: solid 1px #fff;
}

ul#nav li a:hover{
background-color: #e9e9e0;
color: #4263ae;
border-top: solid 1px #babab3;
border-bottom: solid 1px #ccc;
margin-top: -1px;
}

ul#nav li#active a{
background-color: #002984;
color: #fff;
border-top: solid 1px #002984;
border-bottom: solid 1px #ccc;
margin-top: -1px;
}

/************************** typography */

a{
color: #00e;
}

a:visited{
color: #333;
}

a:hover{
color: #7D7E2D;
}

a:focus,
ul#nav li a:focus{
background: #ff0;
color: #000;
}

#header h1 a{
display: block;
width: 300px;
}

#header h1 span{
position: absolute;
left: 123px;
top: 57px;
color: #002984;
font-size: .6em;
font-family: Candara, Verdana, Arial, sans-serif;
}

p{
margin-bottom: 1em;
}

h2, h5{
color: #7d7e2d;
font-weight: normal;
clear: left;
}


h3, h4, h6{
color: #4263ae;
clear: left;
margin-bottom: 5px;
}


h4{

}


h5{

}


h6{

}

#footer a, #footer a:visited{
color: #7f94c1;
}

#footer a:hover, #footer a:focus{
color: #7D7E2D;
}


/******************************* forms */

form{
padding: 25px;
background: #f7f7f3;
}

fieldset{
border: 0;
background: #f7f7f3;
}

legend{

}

label{
color: #7c7d58;
text-transform: lowercase;
font-size: 1.1em;
display: block;
}

input, select, textarea{
font: 120% normal Verdana, Arial, sans-serif;
margin-bottom: 10px;
padding: 2px;
width: 60%;
border: solid 1px #d4d5b1;
}

input:focus, select:focus, textarea:focus{
border: solid 1px #d4d5b1;
background: #eff0d8;
}

input.button{
padding: 3px 5px;
width: auto;
}

textarea{
height: 200px;
width: 100%;
}

.text-short{
width: 120px;
}

input.checkbox {
border: 1px solid #999;
width: .9em;
height: .9em;
padding: 0;
margin: 0;
cursor: pointer;
}

.check{
margin-bottom: 1em;
}

input.button{
width: 150px;
height: 46px;
background: #1641a5 url("http://discusster.textdriven.com/lstierney/images/send.jpg") 0 0 no-repeat;
color: #fff;
font-size: 1.5em;
text-transform: uppercase;
border: 0;
}

input.button:focus,
input.button:hover{
background: #1641a5 url("http://discusster.textdriven.com/lstierney/images/send.jpg") 100% 0 no-repeat;
}

.error, .success{
padding: 20px;
background: #CFDEFF;
color: #4263AE;
}

.success{
background: #FFEFBF;
color: #BF8F00;
}

/******************************** misc */

hr{
display: none
}

a img{
border: 0;
}

blockquote{
background: #eff0d8 url("../images/quote.gif") 10px 10px no-repeat;
padding: 20px 15px 20px 43px;
font-style: italic;
font-size: 1.1em;
margin-bottom: 1em;
}

.caption{
position: relative;
border: solid 1px #7D7E2D;
padding: 10px;
background: #fff;
float: left;
width: 200px;
margin: 0 10px 10px 0;
}

.right{
float: right;
margin: 0 0 10px 10px;
}

.left{
float: left;
margin: 0 10px 10px 0;
}

.caption p{
text-align: center;
margin-bottom: 2px;
font-style: italic;
}

#address{
margin-bottom: 1em;
float: left;
min-height: 200px;
}

#googlemap{
float: right;
padding: 0;
margin: 0;
}

#googlemap a{
border: solid  1px #9F9F81;
height: 200px;
display: block;
}

#googlemap a:hover,
#googlemap a:focus{
border: solid  1px #F2BF24;
outline: 0;
}

/******************************* lists */

ul{
margin: 0 0 10px 30px;
list-style: square
}

ol{
margin: 0 0 10px 35px;
}

/******************************* Wordpress */
#postsDivIndex {
    width: 450px;
    float: left;
}
#postsDiv {
    width: 450px;
    float: left;
}
#postsDiv a{
    color: #7d7e2d;
}
.singlePost {
    color: #7d7e2d;
    width: 650px;
}
.singlePost a{
    color: #7d7e2d;
}
#sidebar {
    float: right;
}
.narrowcolumn {
    float: left;
    padding: 0 0 20px 45px;
    margin: 0px 0 0;
    width: 450px;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

#postsDivIndex a{
   color: #7d7e2d;
}
.widget_tag_cloud a{
   color: #7d7e2d;
}
.widget_calendar a{
   color: #7d7e2d;    
}
.widget_deliciousplus a{
   color: #7d7e2d;
}
.widget_tweetblender a{
   color: #7d7e2d;
}
#deliciousplus-2 {
   width: 150px;
}
#tweetblender-3 {
   width: 150px;
}
#wordpressFooter a{
   color: #7d7e2d;
}
.widget_search {
   width: 150px
}
#searchform {
    padding: 10px;
}
#searchform #s {
   width: 120px;
}
#searchsubmit {
   margin-left: 25px;
}
.widget_categories #cat {
   width: 150px;
}

.widget_tag_cloud div {
   width: 150px
}
pre{
    background-color:#F9F9F9;
    border:1px dashed #2F6FAB;
    color:black;
    font-family:Courier New,Courier,mono;
    font-size:12px;
    font-style:italic;
    line-height:1.1em;
    padding:1em;
    margin-bottom: 2em;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */

}

