#content {
    background-color: #ffffcc;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    min-height: 100%;
}

.wrapper {
    min-height: 100%;
}

.contact {
    font-family: 'Candara';
    text-align: center;
}

#address {
    font-size: 1.3em;
}

#email {
    font-size: 1.3em;
    font-weight: bold;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul h3 {
    font-family: 'Verdana', 'Arial', serif;
}

#sidebar ul ul {
    list-style: disc;
    margin-bottom: 15px;
}

#phone {
    font-size: 1.5em;
    font-weight: bold;
}

h2.post-title {
    margin-bottom: 5px;
    font-size: 1.5em;
}

hr.topdivider {
	margin-bottom: 10px;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #008080;
}

h3 {
    font-family: 'Verdana';
    font-weight: bold;
}

.intro .picture {
    float: right;
}

.picture {
    width: 300px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.picture img {
    border: 2px solid #008080;
}

.spacer {
    height: 30px;
}

.entry {
    font-size: 1.1em;
}

h2.widgettitle {
	font-size: 1.2em;
}

.picture .caption {
    font-style: italic;
    font-family: 'Candara';
    font-weight: bold;
    color: #0000cc;
    
}

.intro {
    font-size: 1.1em;
}

#sidebar {
    background-color: #f4f4ff;
    min-height: 100%;
}

#page {
    min-height: 100%;
}

body {
    min-height: 100%;
}

.alt {
    font-family: 'Copperplate Gothic Light';
    font-weight: bold;
}

.title1 {
    float: left;
    clear: both;
}

.title2 {
    float: right;
    right: 5px;
    position: relative;
}

.container {
    margin-top: 15px;
}

.header-desc {
    margin-top: 5px;
    font-size: 1.4em;
}

#comment {
    display: block;
    margin-left: auto;
    margin-right: auto;
}