/******************************************************************************/
/** Global :: Global design and layout stuff                                 **/
/** ------------------------------------------------------------------------ **/

body {
  background: none;
  background-image: none;
}


/******************************************************************************/
/** Header :: Header area at the top of the page                             **/
/** ------------------------------------------------------------------------ **/

div#topMenu, div#headerAdmin, div#headerRequests {
  display: none;
}


/******************************************************************************/
/** Content area :: global content stuff                                     **/
/** ------------------------------------------------------------------------ **/

#content {
  float: none !important;
  overflow: visible !important;
}

.narrowcolumn {
  width: 100%;
}

.widecolumn {
  width: 100%;
  float: none !important;
}

.shareThis {
  display: none;
}

.post-ratings, .post-ratings-loading {
  display: none;
}


/******************************************************************************/
/** Navigation                                                               **/
/** ------------------------------------------------------------------------ **/

.navigation {
  display: none;
}


/******************************************************************************/
/** Comments                                                                 **/
/** ------------------------------------------------------------------------ **/

#comments, .commentlist, #pingbacks {
  display: none;
}

.commentlist .comment-meta > p.alignright {
  visibility: hidden;
}

.commentlist div.reply {
  visibility: hidden;
  color: white;
}

.commentlist li.preview {
  display: none;
}

div.previewInfo {
  display: none;
}

p.subscribe-to-comments {
  display: none;
}

#respond {
  display: none;
}


/******************************************************************************/
/** Sidebar                                                                  **/
/** ------------------------------------------------------------------------ **/

#sidebar {
  display: none;
}


/******************************************************************************/
/** Footer                                                                   **/
/** ------------------------------------------------------------------------ **/

#footer {
  display: none;
}


/******************************************************************************/
/** Browser Warning                                                          **/
/** ------------------------------------------------------------------------ **/

.oldBrowser {
  display: none;
}


/* End of file */

