@import url("common.css");

body
{
  font-family: sans-serif;
  font-size: 12pt;
  text-align: justify;
/*  background: white url("/static/img/backgrounds/rainbow.png") no-repeat fixed 50% 50%;*/
  min-width: 750px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.ucw-tabbed-pane-options
{ display: block; }

.ucw-tabbed-pane-options span
{ display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px; }

/* .ucw-tabbed-pane-options .ucw-tabbed-pane-selected   */
/* { border-bottom: 1px solid #3200ff; } */

.ucw-tabbed-pane-options img
{ border: 0px; padding: 0px; margin: 0px; }

.bee-frontend-page
{ 
  background: transparent url("/static/img/backgrounds/white.png");
}

.ucw-composite-container .VIDEO, .ucw-composite-container .BLOG
{ 
  display: inline-block;
  width: 50%;
}

.ucw-composite-container .VIDEO
{ 
  text-align: center;
}

 .ucw-composite-container .BLOG
{ 
  text-align: right;
}

.bee-home-video
{ 
  display: inline-block;
  vertical-align: top;
}

.bee-home-video .video-object
{ 
  width:  640px;
  height: 385px;
}

.bee-blog-entry
{ 
  background: transparent url("/static/img/backgrounds/white.png");
  text-align: left;
}

.bee-blog .author-date, .bee-home-blog .author-date, .bee-paged-blog .author-date
{ 
  font-size: medium;
}

.bee-home-blog
{ 
  vertical-align: top;
  display: inline-block;
  width: 300px;
  height: 100%;
}

.bee-home-blog .bee-blog-entry
{ 
  margin-top: 0px;
}

.bee-home-blog .header
{ 
  margin-bottom: 0px;
  padding: 0px;
}

.bee-paged-blog
{ 
  vertical-align: top;
  display: block;
  min-width: 300px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.bee-paged-blog .bee-blog-pager
{ 
  background: transparent url("/static/img/backgrounds/white.png"); 
}

.bee-paged-blog .bee-blog-pager a
{ 
  text-decoration: none;
}

div.bee-blog-entry + ul.comments
{ 
  padding-left: 0px;
}

ul.comments
{ 
  list-style: none;
  text-align: left;
}

ul.comments .comment-header
{ 
  background-color: #FCFCFC;
}

ul.comments .comment-header *
{ 
  font-size: smaller;
}

ul.comments li
{ 
  width: 25em;
}

ul.comments li .comment-body
{ 
  background: transparent url("/static/img/backgrounds/white.png"); 
  min-height: 5em;
}

.comment-entry .simple-form
{ 
  max-width: 60%;
}

.comment-entry .simple-form fieldset
{ 
  background: transparent url("/static/img/backgrounds/white.png");
  border: 1px solid black;
}

.comment-entry .field-box
{ 
  width: 90%;
}

.comment-entry label
{ 
  display: block;
  vertical-align: top;
}

.captcha-field-message
{ 
  font-size: smaller;
}

div.bee-videos
{ 
  margin-left: auto;
  margin-right: auto;
  padding: 0em;
  max-width: 650px;
}

div.bee-videos div.video-entry
{ 
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
}

div.video-entry img
{ 
  border: none;
  padding: 0em;
  margin: 0em;
}

div.video-entry h1
{ 
  font-size: smaller;
  text-align: center;
  background: transparent url("/static/img/backgrounds/white.png");
}

.bee-videos-video
{ 
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width:  425px;
  height: 355px; 
}