html {
	margin: 0;
	padding: 0;
}

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
  background: #C0DEED;
  background: #e0e0e0;

/**
  background-image: url("/app/styles/assets/bg-graphy.png");
  background-repeat: repeat;
  background-size: auto auto;
**/

	/***
  background: #aaa;
  background: -moz-linear-gradient(left,rgba(170,170,170,1) 0,rgba(238,238,238,1) 15%,rgba(238,238,238,1) 85%,rgba(170,170,170,1) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(170,170,170,1)),color-stop(15%,rgba(238,238,238,1)),color-stop(85%,rgba(238,238,238,1)),color-stop(100%,rgba(170,170,170,1)));
  background: -webkit-linear-gradient(left,rgba(170,170,170,1) 0,rgba(238,238,238,1) 15%,rgba(238,238,238,1) 85%,rgba(170,170,170,1) 100%);
  background: -o-linear-gradient(left,rgba(170,170,170,1) 0,rgba(238,238,238,1) 15%,rgba(238,238,238,1) 85%,rgba(170,170,170,1) 100%);
  background: -ms-linear-gradient(left,rgba(170,170,170,1) 0,rgba(238,238,238,1) 15%,rgba(238,238,238,1) 85%,rgba(170,170,170,1) 100%);
  filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=1);
  background: linear-gradient(left,rgba(170,170,170,1) 0,rgba(238,238,238,1) 15%,rgba(238,238,238,1) 85%,rgba(170,170,170,1) 100%);
****/
	color: #333333;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}

a {
  text-decoration:none;
  color:#0084b4;
}

#navbar {
  position:fixed;
  left:0;
  top:0;
  width:100%;

  background-color:#e8e8e8;
  //background-color:#D7E3BC;
  
  padding: 1px 4px;
  border-bottom: 1px dotted #aaa;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
  color: #555;
  //text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}

#navbar a{
  color: #555;
  padding: 0 4px;
}
#navbar a:hover {
  text-decoration:none;
  background-color: #555;
  color:#fff;
}

header, section {
  color: #333333;
  padding:0; margin:0;
}

header {
  background-color:#fff;
  padding:4px 4px 10px 4px; 
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;

}

header h3 {
  font-size:16px;
  margin:4px 0 6px 0;
  font-weight:normal;
  line-height:24px;
}

header h2 {
  font-size:18px;
  line-height:24px;
  margin:4px 0 6px 0;
  font-weight:normal;
}

header h3 a {
  text-decoration:none;
  color:black;
}

#content {
  margin: 34px auto 0 auto;
  min-height:1200px;
  width:960px;
}

#leftbar {
  width: 300px;
  margin:0 10px 0 0;
  float:left;
  min-height:1200px;
  padding: 0;
  background-color:transparent;

}

.module {
  padding: 6px;
  margin: 0 0 8px 0;
  background-color: #f9f9f9;
  min-height:140px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.module h3 {
  margin: 6px 0;
  font-size:14px;
  font-weight:bold;
  color: #686868;
  text-shadow: rgba(255, 255, 255, 1.0) 0 1px 0;
}

.module div {
  margin: 10px 0;
}

#main-links {

  color: #555;
  font-size:13px;

  min-height:0 !important;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}

#main-links a {
  color: #555 !important;

}
#main-links a:hover {

  text-decoration:underline !important;
}


#credits {
  margin: 10px auto;
  color: #777;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  
}

#credits a {
  color: #666;
}


#todoapp {
  float:left;
	background: transparent;
	padding: 10px;
	margin-bottom: 40px;
  width: 600px;
	min-height:1200px;
	margin-top:-8px;
}

#todoapp h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#todoform textarea, #post_note textarea {
	width: 95%;
	min-height:90px !important;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.4em;
	border: 0;
	outline: none;
	padding: 6px;
	border: 1px solid #999999;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0 inset;
}

#todoapp input::-webkit-input-placeholder {
	font-style: italic;
}

input {
  border: 1px solid #ccc;
  margin-right:6px;
  padding: 2px;
}

input.edit {
  width:93%;
}


input[type="submit"], input[type="reset"]  {
  margin:8px 6px 0 0;
}

#toolbar {
  padding: 4px 0;
  font-size:12px;
}

#todoapp footer {
  clear:both;
	display: none;
	margin: 0 -20px -20px -20px;
	overflow: hidden;
	color: #555555;
	background: #f4fce8;
	border-top: 1px solid #ededed;
	padding: 0 20px;
	line-height: 37px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


/* todo list */

ul#todo_list {
  list-style: none outside none;
  margin:0;
  padding:0;
  /* width:100%;*/
}

ul#todo_list > li {
  width:inherit;
  background:#fff;
  margin:0 0 8px 0;
  padding:4px;
  /*border: 1px solid #ccc;*/
}

ul#todo_list > li.item {
  /*border-bottom:1px solid #bbb;*/
  background-color:#fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

ul#todo_list > li p {
  margin: 4px 0 4px;
}
div.item-header {
  //width:100%; 
  float: right;
  height:20px; 
  background-color:transparent;  
}

span.num-tasks {
  font-size:11px;
  line-height:20px;
  background-color:#B94A48;
  color:#fff;
  padding:2px 4px;
  cursor:pointer;
}

ul#todo_list > li.item .grau {
  background-color:#eee;
  color:#999;
}

ul.attachments {
  list-style: none outside none;
  margin:0;
  padding:0;
  width:95%;
  font-size:13px;
}

ul.subtasks {
  list-style: none outside none;
  margin:0;
  padding:0;
  width:95%;
  font-size:13px;
}

ul.subtasks li {

  background-color: #DFF0D8 !important;
  background-color: #f8f8f8 !important;
  border-color: #D6E9C6;
  color: #468847;
  color: #666;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 8px;
  padding: 2px 16px 2px 2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  line-height:16px;
}

ul.subtasks li label {
  display:inline;
  margin-bottom:0;
}

ul.subtasks li input {
  display:none;
}

ul.subtasks li.editing input {
  display:block;
}
ul.subtasks li.editing div.item {
  display:none;
}

ul.subtasks li .check {
  cursor:pointer;
}
ul.subtasks li p i.check {
  margin-right:10px;
}

ul.subtasks li p i.check:hover {
  cursor:pointer;
}



/* ipe buttons */

form.ipe button[type="submit"] {
  background-color: #336699;
  border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-transform:uppercase;
  font-size: 10px;
}

form.ipe button[type="cancel"] {
  background-color: #888888;
  border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-transform:uppercase;
  font-size: 10px;
}

/***
p.editable:hover{
  background-color:#ffffdd;
}****/



.task-done {
  text-decoration:line-through;
}

p.editable {
  font-size:13px;
}

form.ipe textarea {
  border: 1px solid #333;
  margin: 6px 0;
  padding:4px;
}

p.editable a, #leftbar a {
  text-decoration:none;
  color:#0084b4;
}

p.editable a.pro, #leftbar a.pro {
  padding: 1px 2px;
  color: #c00;
}
#tag_cloud a.active {
  color:#fff;
  background-color: #c00;
}

p.editable a.tag, #leftbar a.tag {
  padding: 1px 2px;
  //background-color:#f6f6f6;
  color:#0084b4;
}

 #leftbar a.ctx {
  padding: 1px 2px;
  background-color:#f0f0f0;
  color:#333;
}

p.editable a.ctx, #menu_ctx a {
  display:inline-block;
  padding: 0 4px;
  line-height:16px;
  font-size:12px;
  margin-right:2px;
  background-color:#f0f0f0;
  color:#555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: rgba(255, 255, 255, 1.0) 0 1px 0;

}
p.editable a.ctx:hover, #menu_ctx a:hover {
  background-color:#fff;
}

hr {
  margin: 12px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ffffff;
  width: 95%;
}


#menu_ctx a.active {
  background-color:#666;
  color:#fff;
  text-shadow: none;

}

form.ipe textarea {
  width:98% !important;
  min-height:200px !important;
}

.todo-actions {
  font-size:12px;

}
.todo-actions a {
  text-decoration:none;
  color:#333;
}

#post-item-result {
  display:inline-block;
  margin-left:10px;
}


.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}


/* TAGSINPUT STUFF */
div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { 
  line-height:16px;
  font-size:13px;
  display: inline-block; 
  background-color:#f0f0f0;
  float: left; 
  text-decoration:none; 
  color: #0084b4; 
  margin:0 2px 4px 0;
  padding: 1px 4px;

}

div.tagsinput span.ctx {

  line-height:16px;
  font-size:13px;
  background-color:#f0f0f0;
  color:#333;
  /**
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: rgba(255, 255, 255, 1.0) 0 1px 0;**/

}

div.tagsinput span.pro {
  line-height:16px;
  font-size:13px;
  font-weight:bold;

  color:#c00;
}

div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  } 

div.tagsinput input { 
  width:80px; 
  line-height:16px;
  font-size:13px;
  border:none; 
  padding:0; 
  background: transparent; 
  color: #000; 
  outline:0px; 
  margin: 0 2px 2px 6px;

}

div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}



/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (via jqModal.js). */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

/* TEXT EDITOR MODAL */
.text-editor {
  min-height:500px;

}
.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#toolbar a, #toolbar a:hover {
  text-decoration:none;
  color:#333;
  
}
