/* WRITE YOUR CSS CODE HERE */

.demo {
	float: left;
}

.jstree-default, .jstree-default.jstree-focused {
	width:100%;
	background:transparent !important;
}

#tree ul, #tree ul li {
	background: transparent !important;
	margin: 0;
	padding: 0;
}

.cke_editor_content {
	float: right;
}

#brain-parts {
	float: left;
	margin-bottom: 20px;
	display:none;
	width:100%;
}

.clearer {
	clear:both;
}

.left-bar {
	float: left;
	width: 38%;
	min-height: 100%;
}

#content h4 {
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
}

#content h1 {
	background: transparent;
	font-weight: normal;
}

#home {float:left; margin-top:5px; padding-right:10px;}

.right-bar {
	float: right;
	width: 60%;
	display: none;
}

.submit {
	margin-top: 20px;
	float: right;
	background: #8f3f19;
	background: -ms-linear-gradient(top,#8f3f19,#62280c);
	background: -moz-linear-gradient(top,#8f3f19,#62280c);
	background: -o-linear-gradient(top,#8f3f19,#62280c);
	background: -webkit-gradient(linear,left top,left bottom,from(#8f3f19),to(#62280c));
	background: -webkit-linear-gradient(top,#8f3f19,#62280c);
	background: linear-gradient(top,#8f3f19,#62280c);
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	color: white;
	font-weight: bold;
}

.middle {
	padding-top: 6px;
	float: right;
}

#versions {
	margin-top: -5px;
	text-decoration: none;
	height: 25px;
	margin-right: -10px;
	float: right;
	background: #8f3f19; 
	background: -ms-linear-gradient(top, #8f3f19 0%, #62280c 100%);
	background: -moz-linear-gradient(top,#8f3f19,#62280c);
	background: -o-linear-gradient(top,#8f3f19,#62280c);
	background: -webkit-gradient(linear,left top,left bottom,from(#8f3f19),to(#62280c));
	background: -webkit-linear-gradient(top,#8f3f19,#62280c);
	background: linear-gradient(top,#8f3f19,#62280c);
	border: 1px solid #ffffff;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#versions:hover {
	color: white;
}

.widget {
	border: 1px solid #dfdfdf;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: whiteSmoke;
	margin-bottom: 20px;
}

.widget h4 {
	background: #F1F1F1;
	background: -ms-linear-gradient(top,#F9F9F9,#ECECEC);
	background: -moz-linear-gradient(top,#F9F9F9,#ECECEC);
	background: -o-linear-gradient(top,#F9F9F9,#ECECEC);
	background: -webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#ECECEC));
	background: -webkit-linear-gradient(top,#F9F9F9,#ECECEC);
	background: linear-gradient(top,#F9F9F9,#ECECEC);
	border-bottom: 1px solid #dfdfdf;
	text-shadow: white 0 1px 0;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 white;
	box-shadow: 0 1px 0 white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	color: #777;
	margin-bottom: 0px;
}

.widget-content {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.input-text {
	border: 1px solid #dfdfdf;
	width: 85%;
	
}

.input-text.mini {
	width: 27.7%;
}

.input-checkbox {
	width: 85%;
	float: right;
}

.label {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	/*margin-top: 20px;*/
}

.contenttextarea {
	padding:0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.button {
	background: #8f3f19;
	background: -ms-linear-gradient(top,#8f3f19,#62280c);
	background: -moz-linear-gradient(top,#8f3f19,#62280c);
	background: -o-linear-gradient(top,#8f3f19,#62280c);
	background: -webkit-gradient(linear,left top,left bottom,from(#8f3f19),to(#62280c));
	background: -webkit-linear-gradient(top,#8f3f19,#62280c);
	background: linear-gradient(top,#8f3f19,#62280c);
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	color: white;
	font-weight: bold;
}

.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 10px;
  right: -280px;
  padding: 6px;
  border: 1px rgba(0,0,0,.4) solid;
  background-color: white;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

.jcrop-holder #small-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 10px;
  right: -280px;
  padding: 6px;
  border: 1px rgba(0,0,0,.4) solid;
  background-color: white;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

/* The Javascript code will set the aspect ratio of the crop
   area based on the size of the thumbnail preview,
   specified here */
#preview-pane .preview-container {
  width: 160px;
  height: 256px;
  overflow: hidden;
}

#small-pane .small-container {
  width: 237px;
  height: 152px;
  overflow: hidden;
}

.current-pane {
	width: 300px;
	float: left;
}