/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

.topper{
	border: solid 3px rgb(230, 230, 230);
	margin: 0 0 8px;
	text-decoration:none;
	position:relative;
}
.topper:hover{
	margin: 3px 3px 11px;
	border:none;
	-webkit-box-shadow: 0px 0px 10px #2d2d2d;
	box-shadow: 0px 0px 10px #2d2d2d;
	-moz-box-shadow: 0px 0px 10px #2d2d2d;
	text-decoration:none;
}
.topper.selected{
	border-color:green;
}
#topper-stage{
	display:block;
}
#topper-options{
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}
#topper-options div, .topper-options h3 {
	display:block;
	width:200px;
}
.topper-container{
	display:none; overflow:none; position:relative; width: 974px; text-align:center; font-family:helvetica, arial; font-weight:bold;
}
.topperyellowtext{
	color: #FFF200;
	text-shadow: 2px 2px 6px #000, 0px 0px 18px #000;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
}
.topperwhitetext{
	color: #FFF;
	text-shadow: 2px 2px 6px #000, 0px 0px 18px #000;
}
.topperpinkwhite{
	background-color: #ec008c;
	color: white;
	font-weight: normal;
	padding:2px !important;
}
.topperheading{
	display:block;
	width:100% !important;
	height:auto !important;
	color: rgb(255, 255, 255);
	background-color: rgb(236, 0, 142);
	font-style: normal;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
	text-decoration:none;
}
.toppertext{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	width:80px;
	padding:0;
}
.toppertext.selected{
	border:solid 1px black;
}
.alignleft{
	text-align:left;
}
.alignright{
	text-align:right;
}
.aligncenter{
	text-align:center;
}
#topper-options-accordion h3{
	background: url("../images/menu-bits.gif?ver=20100610") repeat-x scroll left -379px #F1F1F1;
	font: 13px/28px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-color: #dddddd;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 28px;
	margin: 0;
}
#topper-options-accordion h3 a{
	text-decoration:none;
}
#topper-options-accordion div{
	border-style: none solid solid;
	border-width: 1px;
	border-color: #dddddd;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin: 0 0 5px;
}
#topper-options-accordion h3 img{
	float: left;
	height: 28px;
	width: 28px;
}
.topper-layout-icon {
	background: url("/wp-admin/images/menu.png?ver=20100531") no-repeat scroll -1px -33px transparent;
}
.topper-image-icon{
	background:url("/wp-admin/images/menu.png?ver=20100531") no-repeat scroll -121px -33px transparent;
}
.topper-text-icon{
	background:url("/wp-admin/images/menu.png?ver=20100531") no-repeat scroll -272px -33px transparent;
}
.cspace1{
	letter-spacing:-1px;
}
.cspace2{
	letter-spacing:-2px;
}
.topper-actions{
	background-color : green; height : 20px; position : absolute; display : none;padding-right: 5px;
}
.topper-actions a {
	display:inline-block;
	margin-left:5px;
	color:white;
}
#topper-archive{
	display:block;
	height:auto;
}
#topper-archive .topper{
	float:left !important;
	clear:both !important;
}
