/*  
Theme Name: DHTC.ca (Based on Starkers by Elliot Stocks)
Theme URI: http://www.dhtc.ca
Description: The totally nude Wordpress theme. Phwoar!
Version: 2.0
Author: Dave Hildebrand
Author URI: http://www.dhtc.ca
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }
* :focus { outline: 0; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* Layout */

body {
text-align:center;
margin:0;
padding:0;
padding-top: 5px;
background-color:#3B6B9C;
color: #1F242A;
font-size:12px;
font-family:Arial;
}

#page {
width:900px;
margin:auto;
text-align:left;
background-color: #3B6B9C;
/* IE hack */
//background-color: #fff;
}

#head {
width: 100%;
margin: 0 0 5px 0;
height: 120px;
position: relative;
background-image:url(images/header.jpg);
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #194E84;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;	
-moz-border-radius: 15px;
border-radius: 15px;
}

#header_title {
font-size:48px;
letter-spacing: 1px;
position: absolute;
margin-top: 20px;
right: 20px;
}

#header_title a {
color: #fff;
}

#header_title a:hover {
text-decoration: none;
}

#menu {
width: 100%;
margin: 5px 0 0 0;
height: 30px;
position: relative;
border-style: solid;
border-width: 1px;
border-color: #194E84;
z-index: 1;
background-color: #37414A;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;	
-moz-border-radius: 15px;
border-radius: 15px;
}

#menu2 {
position: absolute;
top: 0px;
left: 15px;
}

 #myMap {
 width: 500px; 
 height: 300px;
 }
 
/* Menu Styling */
#suckerfishnav {
    font-size:14px;
    letter-spacing: 0.25px;
    font-family:Arial;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#fff;
    text-decoration: none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    width: auto;
    text-align: center;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:auto;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
#suckerfishnav li li {
    width:auto;
    font-family: arial;
    border-style: none;
    text-align: left;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:auto;
    font-size:14px;
    color:#fff;
    }
#suckerfishnav li ul ul {
    margin:-23px 0 0 110px;
    }
#suckerfishnav li li:hover {
    color:#fff;
    width:auto;
    text-decoration: underline;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    /*border-style: none solid none solid;
    border-width: 1px;
    border-color: #194E84;*/
    text-decoration: underline;
    width: auto;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    font-weight:bold;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#37414A;
    border-style: solid;
    border-width: 1px;
    //border-color: #194E84;
    width: auto;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    
    }

#content {
width:620px;
background-color: #fff;
margin: 10px 5px 10px 0;
float: left;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 5px;
padding-right: 5px;
letter-spacing: 0.5px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;	
-moz-border-radius: 15px;
border-radius: 15px;
border-style: solid;
border-color: #194E84;
border-width: 1px;
/* IE Hack */
//border-style: solid;
//border-color: #fff;
//border-width: 1px;
}

.post {
width: 100%;
}

.post_title {
width: 100%;
margin-left: 10px;
padding-bottom: 5px;
font-size: 16px;
font-weight: bold;
color: #194E84;
}

.post_title_small {
margin-left: 10px;
padding-bottom: 5px;
font-size: 14px;
font-weight: bold;
color: #194E84;
}

.post_content {
width: 100%;
font-family: verdana, tahoma, arial;
}

.post_content p {
margin-top: 0em;
margin-bottom: 1em;
margin-left: 10px;
}

.small {
font-size: 10px;
color: #194E84;
}

blockquote {
color: #194E84;
margin: 5px 40px 5px 40px;
padding: 10px 5px 10px 5px;
background: #fff;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;	
-moz-border-radius: 10px;
border-radius: 10px;
border-style: solid;
border-color: #194E84;
border-width: 1px;
}

ul.niceList { 
margin-left:10px; 
padding-left:0.2em; 
margin-bottom:1em; 
}
ul.niceList li { 
background:url(images/bullet.gif) 0em 0.3em no-repeat;
padding-left: 0.8em; 
list-style: none; 
}
.niceList ul li { 
background-image:url(images/bullet_child.gif); 
margin-left:20px;
}
ol.niceList li, ul.niceList li { 
margin-bottom:0.5em; 
}
ol.niceList { 
margin-left: 20px; 
padding-left:0.2em; 
margin-bottom:1em;
}
ol.niceList li { 
list-style-type: upper-roman; 
background-image:none;
padding-left: 0.2em;
margin-left:20px;
}

.post_footer {
width: 100%;
padding-bottom: 10px;
text-align: right;
}

.navigation {
text-align: right;
font-size:10px;
padding: 5px;
}

#sidebar {
width:250px;
float: right;
margin: 10px 0 10px 5px;
padding-top: 20px;
padding-bottom: 40px;
padding-left: 5px;
letter-spacing: 0.25px;
background-color:#fff;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;	
-moz-border-radius: 15px;
border-radius: 15px;
border-style: solid;
border-color: #194E84;
border-width: 1px;
/* IE Hack */
//border-style: solid;
//border-color: #fff;
//border-width: 1px;
}

#footer {
width:900px;
background-color: #37414A;
clear: both;
font-size: 12px;
color: #fff;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
letter-spacing: 0.5px;
border-color: #194E84;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;	
-moz-border-radius: 15px;
border-radius: 15px;
}

#footer a {
color: #fff;
text-decoration: underline;
}

/*Styling */

p {
line-height:18px;
}

a img {
border: none;
}

a {
color: #194E84;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

hr {
width:90%;
color:#194E84;
margin: 20px 10px 20px 10px;
}

#content table {
margin-left: 10px;
border-collapse: separate;
empty-cells: show;
}

#content td, th {
border-bottom: 1px solid #194E84;
border-left: 0px;
border-right: 0px;
padding-top: 2px;
margin:	0px;
}

#sidebar table {
border-collapse: separate;
empty-cells: show;
border: 0px;
margin-left: 10px;
}

#sidebar td, th {
border: 0px;
padding-top: 1px;
padding-bottom: 1px
margin:	0px;
}

.pagenav {
font-size: 16px;
color: #194E84;
}

.page_item {
font-size: 14px;
padding-left: 10px;
}

.current_page_item {
font-weight: bold;
}

.current_page_parent {
}

.widgettitle {
font-size: 16px;
color: #194E84;
margin-left: 10px;
margin-bottom:0.5em; 
font-weight: bold;
}


img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 5px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
padding: 5px;
}

.alignleft {

float: left;
padding: 10px;
}


#frame {
padding: 2px 1px 2px 1px;
border: 2px solid #4B8618;
}

#frame p {
font-size: 12px;
text-align: center;
font-weight: bold;
padding-top: 5px;

}

.archive_search {
text-align: center;
}

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;

padding-top: 4px;
margin: 10px;
}

.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;
}
/* End captions */

#alert {
color: red;
font-size: 20px;
padding: 0 0 10px 0;
}

#alert a {
color: red;
text-decoration: underline;
}