@charset "utf-8";
/* Standard Blue Specific Styles */

body {
  background-color: #000;
  color: #FFFFFF;
}

/* STANDARD TYPOGRAPHY */

a {
  color: #406C8F;//00baff;
  text-decoration: none;
}

a:hover {
  color: #6C85A3;//97e3ff;
  text-decoration: underline;
}

#content ul li, #full-width-content ul li {
  /*background: url(../images/content-bullet.png) no-repeat scroll 12px 4px;*/
}

#content blockquote, #full-width-content blockquote {
  border-left: 3px solid #ffffff;
}

#content a img, #content img, #full-width-content a img, #full-width-content img {
  //background: #FFFFFF;
}

#content a:hover img, #full-width-content a:hover img {
  border: 5px solid #cccccc;  
}

/* CLASSES */

a.btn-slide {
  background-image: url('../images/connect-button.png');
}

a.active { 
  background-image: url('../images/connect-button.png');
}

/* HEADER */

#header {
  background: #FFFFFF url(../images/header_bg.gif);;
}

#header-inner h1 {
  background: url('../images/logo.png') no-repeat;  
}

#social-content {
  background: url('../images/connect-panel.png') no-repeat;  
}

/* MAIN MENU */

#menu li a, #menu a:visited  { /* visited pseudo selector so IE6 applies text color */
  color: #406C8F;
  /*text-shadow:#FFF 1px 1px 0px;*/
}

#menu li ul {
  background: #f3f3f3;
  border-right: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  margin-left: -1px;
}

#menu li ul ul {
  border: 1px solid #b9b9b9;
}

#menu li li a:hover{
  color: #406C8F;
  font-weight: bold;
}

.sf-sub-indicator {
  background:    url('../images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

/* MAIN SECTION */

#main {
  background: #000 url('../images/bg.jpg') no-repeat center top ;
}

#home-display {
  background: #000;  
}

#home-slogan {
  background-color: ;
}

.home-box, .portfolio-box {
  background-color: #000;  
}

/* BLOG */

#content .entry img {
  background: #000;
}

/* COMMENTS */

#content .commentlist .comment-left img {
  background-color: #000;
}

.comment-right-inner {
  background-color: #000;  
}

#contour input, #contour textarea, #contour select {
  background-color: #426C90;//5f9ebb;
  color: #FFFFFF;
  border: 1px solid #93A1B9;//45768c;
}

#contour .contourButton:hover {
  background-color: #45768c;
}

#contour label.error {
  color: #ffffff;  
}

/* PAGE NAVI PLUGIN */

.wp-pagenavi a, .wp-pagenavi a:link {
  border: 1px solid #000;
  color: #FFFFFF;  
}
.wp-pagenavi a:hover {  
  border: 1px solid #000;
  background-color: #000;
}
.wp-pagenavi span.current {
  border: 1px solid #000;
  color: #FFFFFF;
  background-color: #000;
}

/* All ROUNDED CORNER BOXES */

.corner {
  background-image: url('../images/corners.png');
}

/* SIDEBAR */

#sidebar .widget {
  background-color: #000;
}

#sidebar .widget li a {
  /*background-image: url('../images/submenu-bullet.png');*/
}

#sidebar .widget li a:hover {
  font-weight: bold;
}

/* ADDONS */

/* Homepage Slideshow */

#slideshow-nav {
  background-color: #000;  
}

#slideshow-nav li a {
  background-image: url(../images/slideshow-nav.png);
}

/* Recent Posts Widget */

.jaybich-recent-posts .post-date {
  color: #ffffff;  
}

ul.jaybich-recent-posts li {
  border-bottom: none;
}

ul.jaybich-recent-posts li a {
  border-bottom: none;
}

.jaybich-recent-posts a:hover {
  background: #171717;
}

/* News Scroller Widget */

.news-scroller div .date {
  color: #ffffff;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

