/*
/--------------------------------------------------------------------\
|                                                                    |  
| License: GPL                                                       |
|                                                                    |
| Page.ly MultiEdit- Adds editable Blocks to page templates in       |
| WordPress                                                          |
| Copyright (C) 2010, Joshua Strebel,                                |
| http://page.ly                                                     |
| All rights reserved.                                               |
|                                                                    |
| This program is free software; you can redistribute it and/or      |
| modify it under the terms of the GNU General Public License        |
| as published by the Free Software Foundation; either version 2     |
| of the License, or (at your option) any later version.             |
|                                                                    |
| This program is distributed in the hope that it will be useful,    |
| but WITHOUT ANY WARRANTY; without even the implied warranty of     |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      |
| GNU General Public License for more details.                       |
|                                                                    |
| You should have received a copy of the GNU General Public License  |
| along with this program; if not, write to the                      |
| Free Software Foundation, Inc.                                     |
| 51 Franklin Street, Fifth Floor                                    |
| Boston, MA  02110-1301, USA                                        |   
|                                                                    |
\--------------------------------------------------------------------/
*/
#multiEditControl {
	border-bottom: 1px solid #909090;
	height:22px;
	margin:3em 0 1em 0;
	display: block;
}
#multiEditControl span.multieditbutton {
	margin:0 0 0 1px;
	background:#f6f6f6;
	border:1px solid #ccc;
	border-bottom:0px;
	padding:4px 10px;
	cursor: pointer;
	color:#111;
	
}

#pagelylogo {
	float:right;
	margin-top:-10px;
	
}
#multiEditControl span.multieditbutton:hover {
	background: #fff;
}
#multiEditControl span.multieditbutton.selected {
	
	background:#f1f1f1;
	border-color: #909090;
	padding:6px 10px;
	top:0px;
}
#multiEditControl span.multieditbutton.notactive {
	background:#ccc;
	color:#999;
}
#multiEditDiv {
   padding: 15px 5px 0 5px;
}

#multiEditFreezer {
	display:none;
}
tr#multishow td{
	padding:10px;
}
tr#multishow span {
		color:#21759B;
		cursor: pointer;
}

#pme_split {
	width:98%;
}
#pme_split div.pme_left {
	
} 
#pme_split div.pme_right {
	margin-left:52%;
	width:48%;
}