/* text ---------------------------------------------------------- */

body, td, div, p {
  font-family: Signika, Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #000000; }

th, .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  /*letter-spacing: 0.1em;
  color: #99c23b;*/
  color: #000000; }

.textsmall {
  font-size: 11px;;
  color: #999999; }

.error {
  color: #CC0000;
  font-weight: bold; }

/* links ------------------------------------------------------ */

a:link, a:visited {
  text-decoration: underline;
  color: #333333; }

a:active, a:hover {
  text-decoration: none;
  color: #000000; }

/* document ------------------------------------------------------ */

body {
  background-color: #DDDDDD;
  margin: 0px;
  padding: 0px; }

#bg {
  position:fixed;
  z-index: 0;
  overflow: hidden; }

#header {
  z-index: 5;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 21px;
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid #222222;
  background-color: #333333;
	/*background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000)";*/ }

#headercontainer {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin: 0px;
  margin-left: -500px; }

#headerleft {
  position: relative;
  float: left;
  margin: 0px 0px 0px 0px; }

#headerright {
  position: relative;
  float: right;
  margin: 0px 0px 0px 0px; }

#headerelement {
  float: left;
  background-color: #363636;
  padding: 5px 10px 4px 10px;
  margin: 0px;
  border-left: 1px solid #393939;
  border-right: 1px solid #393939;
  border-top: 0px;
  border-bottom: 0px; }

#headerelementactive {
  float: left;
  background-color: #222222;
  padding: 5px 10px 4px 10px;
  margin: 0px;
  border-left: 1px solid #292929;
  border-right: 1px solid #292929;
  border-top: 0px;
  border-bottom: 0px; }

#headerelement:hover, #headerelementactive:hover {
  cursor: hand;
  cursor: pointer;
  background-color: #111111;
  border-left: 1px solid #191919;
  border-right: 1px solid #191919;
  border-top: 0px;
  border-bottom: 0px; }

#content {
  z-index: 4;
  position: absolute;
  top: 21px;
  left: 50%;
  width: 1000px;
  min-height: 1200px;
  margin: 0px;
  margin-left: -500px;
  border: 0px;
  /*background-color: #CCCCCC;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;*/
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFFFFFF, endColorstr=#4cFFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFFFFFF, endColorstr=#4cFFFFFF)"; }

#contentheader {
  position: relative;
  margin: 15px 0px 40px 25px; }

#contentmain {
  position: relative;
  width: 970px;
  padding: 0px;
  margin: 0px 15px 0px 15px;
  border: 0px; }

#contentleft {
  position: relative;
  width: 250px;
  float: left;
  /*background-color: #00CCCC;*/
  padding: 0px;
  margin: 0px 15px 0px 0px;
  border: 0px; }

#contentcenter {
  position: relative;
  width: 440px;
  float: left;
  /*background-color: #00CC00;*/
  padding: 0px;
  margin: 0px 15px 0px 0px;
  border: 0px; }

#contentright {
  position: relative;
  width: 250px;
  float: left;
  /*background-color: #0000CC;*/
  padding: 0px;
  margin: 0px;
  border: 0px; }

#boxmaintitle {
  width: 420px;
  height: 20px;
  padding: 10px;
  margin: 0px 0px 2px 0px;
  border: 0px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; }

#boxmain {
  width: 420px;
  /*min-height: 700px;*/
  padding: 10px;
  margin: 0px 0px 15px 0px;
  border: 0px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; }

#boxmainelement {
  width: 420px;
  /*min-height: 700px;*/
  padding: 10px;
  margin: 0px 0px 2px 0px;
  border: 0px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; }

#boxmainelement:hover {
  cursor: hand;
  cursor: pointer;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF)"; }

#boxtitle {
  width: 230px;
  height: 20px;
  padding: 10px;
  margin: 0px 0px 2px 0px;
  border: 0px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)"; }

#box {
  width: 230px;
  min-height: 20px;
  padding: 10px;
  margin: 0px 0px 2px 0px;
  border: 0px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)"; }

#boxbottom {
  width: 230px;
  min-height: 20px;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  border: 0px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)"; }

#box:hover, #boxbottom:hover {
  cursor: hand;
  cursor: pointer;
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)"; }

#boxblacktitle {
  width: 230px;
  height: 20px;
  padding: 10px;
  margin: 0px 0px 2px 0px;
  border: 0px;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }

#boxblack {
  width: 230px;
  min-height: 20px;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  border: 0px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)"; }

#boxblack:hover {
  cursor: hand;
  cursor: pointer;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }

#likebox-frame {
  border: 0px;
  width: 230px;
  z-index: 10;
  height: 200px;
  overflow: hidden;
  position:relative;
  top:-1px;
  left:-2px; }

#likebox-frame iframe {
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px; }

.boxerror {
  color: #CC0000;
  padding: 2px;
  width: 100%;
  border: 1px solid #AA1540;
  background-color: #E2C7CF; }

.boxsuccess {
  color: #009900;
  padding: 2px;
  width: 100%;
  border: 1px solid #009900;
  background-color: #C1DEC1; }

.imageleft {
  margin: 0px 10px 0px 0px;
  float: left;
  vertical-align: text-top; }

.imageright {
  margin: 0px 0px 0px 10px;
  float: right;
  vertical-align: text-top; }

/* forms --------------------------------------------------------- */

form {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }

input, textarea, select {
  font-family: Signika, Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 2px;
  color: #EEEEEE;
  width: 100%;
  background: transparent;
  background-color: #111111;
  border: 1px solid #333333; }

.button {
  font-family: Signika, Verdana, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px;
  width: 100%;
  background: transparent;
  background-color: #111111;
  border: 1px solid #333333; }

.checkbox, .radiobutton {
  color: #000000;
  background: transparent;
  background-color: transparent;
  border: 0px; }

/* tweets --------------------------------------------------------- */

.tweet, .query  {
  font-size: 14px;
  font-weight: 300;
  color: #000000; }

.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;}

.tweet_list .awesome, .tweet_list .epic {
  text-transform: uppercase; }

.tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  list-style-type: none; }

.tweet_list li a {
  text-decoration: underline;
  color: #333333; }

.tweet_list li a:hover {
  text-decoration: underline;
  color: #000000; }

.tweet_list .tweet_even {
  background-color: #EEEEEE; }

.tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left; }

.tweet_list .tweet_avatar img {
  vertical-align: middle; }

/* lightbox --------------------------------------------------------- */

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev { 
  left: 0; 
  float: left;
}
#lightbox-nav-btnNext { 
  right: 0; 
  float: right;
}
#lightbox-container-image-data-box {
  background-color: #fff;
  margin: 0 auto;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 0px; 
  color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
  width: 100%; 
  padding: 0px;
  margin: 0px;
  text-align: left; 
}	
#lightbox-image-details-caption { 
  font-family: Signika, Verdana, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3em;
  color: #000000;
}
#lightbox-image-details-currentNumber {
  font-family: Signika, Verdana, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #000000;
  display: block; 
  clear: left; 
  padding: 5px 0px 0px 0px;	
}			
#lightbox-secNav-btnClose {
  width: 80px; 
  float: right;
  padding: 0px 0px 5px 0px;	
}

