@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------navbar---------------*/
#menuToggle
{
  display: block;
  position: relative;
  top: 10px;
  left: 25px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 75px;
  height: 45px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

/*-------------------end navigation---------------------------------------------*/
#titlebox {
	padding-left: 75px;
	margin-top: -20px;
}
#wrapper {
	min-width:650px;
	background: #fff;
	text-align:center;
	
}
#footer {
	background: #fff;
	text-align:center;
	margin-top:5px;
	min-width:650px;
}
h1 {
	margin-top: 0;
}
td {
	text-align:center;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
.mainbody{
	text-align:center;
	text-align:-moz-center;
	margin:10px;
	background: #fff;
}
.containerwhite{
	background:#FFF;
	min-height: 20px;
}
.containergreen{
	background:#2BD802;
	min-height: 100px;
	margin-bottom: 20px;
	min-width:100%;	
	display:inline-block;
}
.sideorange{
	min-height: 20px;
}
.sidegreen{
	background:#2BD802;
	max-height: 100px;
	margin-bottom: 120px;
	min-width:100%;
}
.space5{
	width:100%;
	height:5px;
}
.space10{
	width:100%;
	height:10px;index
}
.imagemap{
	margin-left:10px;
}
.logoimage{
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}
.sharetags{
	max-width:230px;
	margin-bottom:10px;
	text-align:center;
}
.ads{
	padding-left: 35px;
	margin-bottom:20px;
}
.colorselect{
	width:75px;
	height:30px;
}
.cubelet{
	background-color:#C7B299;
	width:35px; 
	height:35px;                    
	line-height:25px; 
	text-align:center;
	border-style:solid;
	border-color:#000;
	border-width:thin;
	/*color:transparent;
	text-transform:capitalize; */
	margin:1px;
}
.hiddentext{
	color:transparent;
	text-transform:capitalize;
	width:0px;
	overflow:hidden;
	border:none;
}
.statusmessage{
	background-color:#FFF;
	width:400px; 
	text-align:center;
	border:none;
}
.rightimage {
	float: right;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.leftimage {
	float: left;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.boldclass {
	text-decoration:none;
	color:#000;
	font-weight: bold;
}

.commentlinks {
	margin: 5px;
	height: auto;
	width: 97%;
}
.commentlinks .CommentText {
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	line-height: 16px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	border: 1px solid #000;
	box-shadow: 3px 3px 5px black;
	background-color: #FFC;
	border-radius:5px;
}
.commentlinks .CommentTitle {
	display: inline-block;
	width: 100%;
	line-height: 25px;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.commentlinks .CommentTitle .CommentTitleText {
	display: inline-block;
}
.commentlinks .ReplyText {
	height: auto;
	width: 94%;
	padding-bottom: 20px;
	line-height: 16px;
	margin-top: 5px;
	margin-left: 6%;
	padding-right: 5px;
	padding-left: 5px;
	color: #00F;
}
.feedbacklinks {
	margin: 5px;
	height: auto;
	width: 97%;
}
.feedbackText {
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.feedbackTitle {
	background-color: #CCC;
	display: inline-block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: thin solid #000;
}
.feedbackTitleText {
	display: inline-block;
}
.feedbackReplyText {
	height: auto;
	width: 90%;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-left: 10%;
	padding-right: 5px;
	padding-left: 5px;
	color: #00F;
}