 
body { background-color: #111111; background-image: url(''); background-repeat: no-repeat; }
.container, .sliderGallery { background-color: #1A1A1A; }
div.colborder, div.border { border-right: 1px solid #cccccc; }
.box,.postmetadata,.nav,#sidebar ul li a:hover,ul.txt li:hover { background-color: #cccccc; }
#sidebar ul li a,ul.txt li { border-bottom: 1px solid #cccccc; }
hr { background-color: #cccccc; color: #cccccc; }
#footer-wrap { background-color: #000000; }

/*Font Color
------------------------------------------------------------ */
#masthead h4 a, masthead logo h1 a, masthead logo h1.sitename a { color: #000000; }
body,p,h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: #9e9e9e;}
h3.sub,h2.sub { border-bottom: 1px solid #cccccc; }
.welcomebox h2, .welcomebox h6, .welcomebox p { color: #9e9e9e;}

/*Links 
------------------------------------------------------------ */
a, a:link, a:visited, .welcomebox h2 a { color: ##428CE7; }

/*Hover 
------------------------------------------------------------ */
a:hover, a:focus { color: ##428CE7; }

/*Navigation
------------------------------------------------------------ */
#top .sf-menu, top .sf-menu li,.sf-menu, .sf-menu li, menu-wrap { background-color: #000000; }
#top .sf-menu li a,.sf-menu li a { color: #cccccc; background-color: #000000; }
#top .sf-menu li a:hover, .sf-menu li a:hover { color: #ffffff; background: #428ce7;}
#top search s, search s { border: 1px solid #428ce7; }

/*PhotoShelter
-------------------------------------------------------------*/
#psContent { background-color: #1A1A1A; }
#psContent .slide { margin: auto; background-color: #1A1A1A; }
#psContent .imagebox, ul.thumbs li { background-color: #1A1A1A; }

/*Custom CSS
-------------------------------------------------------------*/
#blog-section img {
    max-width: 590px;
    max-height: 390px;
    width: expression(this.width > 590 ? 590: true);
height: expression(this.height > 390 ? 390: true);
}
 #featured-section img { 
         max-width: 590px;
         max-height: 390px;
    width: expression(this.width > 590 ? 590: true);
height: expression(this.height > 390 ? 390: true);
     }
#featured-section .wp-caption, #featured-section.wp-caption-text { width: 590px !important; }

.postmetadata {
color:#999999;
font-size:12px;
background-color:#000000;
}

.postmetadata a:hover {
color:#FFFFFF;
}

