/* remove file for launch of site. this is only needed for demo site.*/

#edit
  { position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-radius-top-right:10px;
    border: 2px solid #000;
    border-left: none;
    z-index: 5000;
  }
  #edit a
    { display: inline-block;
      margin-right: 3px;
      text-decoration: none;
      color: #ccc;
      width: 30px;
      height: 30px;
      border: 1px solid #333;
    }
    #edit a#red { background:url(/_img/red-theme.jpg) no-repeat; }
    #edit a#green { background:url(/_img/green-theme.jpg) no-repeat; }
    #edit a#blue { background:url(/_img/blue-theme.jpg) no-repeat; }
  #edit h3
    { margin-bottom: 8px;
      color: #fff;
      font-family: Myriad Pro;
      font-weight: 400;
    }
    #edit #moduleedit{
    	clear: both;
    	display: block;
    	margin-top: 3px;
    	padding: 5px 3px;
    	background: #111;
        width: 103px;
        text-align: center;
    	color: #ddd;
    	border-radius:3px;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	font-size: .7em !important;
    	text-transform: uppercase;
    	line-height: 1em;
    	cursor: pointer;
    }
    #edit #moduleedit:hover{
    	background-color: #444;
    }
    
    #edit #moduleedit.active{
    	background-color: #666;
    }
    .modutil{
    	position: absolute;
    	padding: 7px;
        background-color: #333;
    	background-color: rgba(0,0,0,0.8);
    	z-index: 5000;
    	top: 0;
    	right: 0;
    	-moz-border-radius-bottomleft: 10px;
    	-webkit-border-bottom-left-radius: 10px;
    	border-radius-bottom-left:10px;
    }
    .modutil a{
    	display: block;
    	text-align: right;
    	color: #eee;
    	margin-bottom: 3px;
    	text-transform: uppercase;
    	text-decoration: none;
    	font-size: .85em;
    	padding-left: 16px;
    	background: url(/_img/edit.png)no-repeat;
    }
    .modutil a:hover{
    	color: #fff;
    }
    .modutil a:active{
    	color: #ccc;
    }
    .mod{
    	position: relative;
    }
    
/*remove above when live */