html *,
body {
    margin: 0;
    padding: 0;
    font-family:'Lucida Grande','Lucida Sans Unicode', sans-serif;
    
}

div {
 /*   border: 1px dotted #cecece;*/
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: rgb(51,204,51);
}

.more-link:link,
.more-link:visited,
.more-link:hover,
.more-link:active {
    text-decoration: none;
    color: rgb(51,204,51);
    font-weight: bold;
    
}

p {
    font: 10px/16px 'Lucida Grande','Lucida Sans Unicode', sans-serif;
    color: #666;
    margin-bottom: 20px;
    padding-right: 30px;
    text-align: justify;
}

p.header {
    background: #aaaaaa;
    margin-right: 25px;
    padding: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

#sidebar p.header {
    margin-right: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(51,204,51);
    font-weight: bold;
}

h1 { 
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

h4 {
    font-size: 12px;
    color: #969696 !important;
    margin-bottom: 20px;
}
#page {
    width: 780px;
    height: auto;
    
    margin: 20px auto;
}

#header {
    width: 780px;
    height: auto;
    border-bottom: 1px dotted #969696;
    margin-bottom: 40px;
    overflow: hidden;
}

#logo {
    width: 400px;
    height: 76px;
    float: left;
    position: relative;
    padding-bottom: 30px;
    background: url('images/bda_logo2.png') top left no-repeat;
    
}
#logo h1 {
    text-indent: -6000px;
}

#logo_home {
    width: 300px;
    height: 76px;
    display: block !important;
    position: relative;
    top: -15px;
}

#main_nav {
    float: right;
    width: 310px;
    border: 1px dotted #969696;
    border-left: 0;
    border-right: 0;
    height: auto;
    position: relative;
    top: 42px;
    padding: 5px;
    font: 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #969696;
    text-align: right;
}

#main_nav a:link,
#main_nav a:visited{
    color: #969696;
    padding: 0 12px;
    text-decoration: none;
    
}

#main_nav a:hover{
    color: rgb(51,204,51);    
}

#content {
   width: auto;
   padding: 1px;
   overflow: auto;
   margin: 20px;
}

#main_content {
    width: 65%;
    float: left;
  
}

#sidebar {
    width: 33%;
    float: right;
    
}

#sidebar p {
    /*text-align: left;*/
    padding-right: 10px;
}

#footer {
    padding-top: 20px;
    overflow: auto;
    padding-left: 20px;
}

#footer p {
    /*text-align: left;*/
}

#colophon {
    clear: both;
    border-top: 1px dotted #969696;
    padding-left: 20px;
}

#colophon p {
    margin-top: 10px;
}

/*Post divs and stuff */

.date {
    font-size: 10px;
    color: #969696;
    margin-bottom: 10px;
}

.author_name {
    font-size: 10px;
    color: #969696;
    margin-bottom: 0px !important;
}


.author {
    font-size: 10px;
    color: #969696;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 40px;
}

.author_name_large {
    margin-top: 40px;
    margin-bottom: 10px;
}

.title {
    margin-bottom: 10px;
    margin-right: 30px;
}

.arch_title {
    font-size: 12px !important;
}

.title_bottom {
    color: #969696;
}

#footer h2.title,
#sidebar h2.title {
    font-size: 12px !important;
    margin-bottom: 10px;
    
}

#sidebar .entry,
#footer .entry {
    padding-bottom: 10px;
    border-bottom: 0;
    margin-bottom: 20px;
}
.foot {
    margin-bottom: 0px !important;
}

#sidebar .entry {
    border-bottom: 1px dotted #969696;
}

#sidebar .date,
#footer .date, {
    font-size: 8px !important;
    color: #969696;
    margin-bottom: 5px !important;
    
}

.entry {
    margin-top: 20px;
}
.entry h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    color: #969696;
}

a.more-link {
    display: inline;
    color: red;
}

.bottom_container {
    width: 32.5%;
    float: left;
    

}

/* Comments and stuff*/

#respond, #comment_area {
    padding-top: 20px;
    border-top: 1px dotted #969696;
    margin-right: 25px;
    
}

form input, textarea {
    border: 1px dotted #969696;
}

form textarea {
    font-size: 12px;
}

.commentlist {
    list-style-position: outside;
    margin-left: 20px;
    list-style-type: decimal;
    font: 12px/16px 'Lucida Grande','Lucida Sans Unicode', sans-serif;
    color: #969696 !important;
}

.comment_area_title {
    color: #969696;
}
.commentmetadata {
    color: #969696 !important;
    font-size: 9px;
}

.comment_by {
    color: #969696 !important;
}
.comment_text {
    margin: 20px 0;
}

.personal_image {
    display: block;
    float: left;
    margin-right: 10px;
    clear: both;
}

.section_break {
    text-align: center;
    margin: 20px 0;
    color: #969696;
    font-size: 10px;
    
}

/*IMAGES */


.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    
}

.alignright {
    float: right;
}

.aligncenter {
    margin: 10px auto;
    display: block;
}

a:link img,
a:visited img,
a:hover img,
a:active img {
    border: 0 !important;
}



/* VARIOUS LINKS IMAGES*/

.various_links {
    text-align: center;
}

.service_icon {
    display: block;
    margin: 0px auto 20px auto !important;
    
}

.sidebar_email {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 80%;
    margin: 20px auto !important;
    position: relative;
    left: 5px;
}

#sidebar h3 {
    font-size: 12px !important;
    text-align: center;
}

/*SIGNUP FORMS*/

#form_page {
	width: 250px; 
	margin: 30px auto; 
}

#form_container {
	width: 230px;
	margin: 10px auto;
	height: auto;
	
	font: 10px/12px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #969696;
}

#form_container td {
	padding: 3px;
	font: 10px/12px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

form {
	width: 90%;
}

.formLabel {
    font: 9px/12px 'Lucida Grande', 'Lucide Sans Unicode', sans-serif;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin: auto 20px 30px 40px;
}

ol li {
    font: 10px/16px 'Lucida Grande','Lucida Sans Unicode', sans-serif;
    color: #666;
    padding-left: 10px;
    padding-right: 20px;
}
