/* MyBrooklynMovie light-theme repair
   The archive HTML contained Suffusion dark-style classes/links. On a static restore
   those dark CSS files can win the cascade and turn the content area black. This
   file is intentionally loaded last to match the light snapshot layout. */

html, body {
  color: #222 !important;
}

body.custom-background {
  background-color: #ffffff !important;
  background-image: url("../wp-content/uploads/2011/03/bgimg-movie21.jpg") !important;
  background-repeat: repeat !important;
  background-position: top left !important;
  background-attachment: fixed !important;
}

#wrapper {
  background: #f7f7f7 !important;
  color: #222 !important;
  border-color: #c0c0c0 !important;
}

#container,
#main-col,
#content,
#content .post,
.post,
.page,
.entry,
.entry-container,
.title-container,
#sidebar,
#sidebar-1,
.suf-widget,
.dbx-content,
.warea,
.tab-box,
.author-profile {
  background-color: #ffffff !important;
  color: #222 !important;
}

.post,
.page,
.suf-widget {
  border-color: #d8d8d8 !important;
}

.entry,
.entry-container,
.entry p,
.post .entry,
.postdata,
.posted-by,
.post-footer,
.author-description,
.comment-body,
.suf-widget,
.suf-widget p,
.suf-widget li,
.suf-widget div,
#sidebar,
#sidebar-1,
#sidebar p,
#sidebar li {
  color: #222 !important;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.posttitle,
.posttitle a,
.title-container a {
  color: #111 !important;
}

a, a:visited {
  color: #d05e0b !important;
}

a:hover, a:active, a:focus {
  color: #ff6b00 !important;
}

#nav, #nav-top, #nav ul, #nav-top ul {
  background: transparent !important;
}

#nav ul li a,
#nav-top ul li a {
  color: #ffffff !important;
}

#nav ul li.current_page_item > a,
#nav-top ul li.current_page_item > a,
#nav ul li.current-menu-item > a,
#nav-top ul li.current-menu-item > a {
  color: #ffffff !important;
}

input, textarea, select {
  background-color: #ffffff !important;
  color: #222 !important;
  border-color: #aaa !important;
}

#cred, #cred a {
  color: #555 !important;
}
