/* PRIMARY LAYOUT */

#themeblvd-demo-panel {
	position: fixed;
	top: 50px;
	left: 5px; /* Animate to -156 on open */
	width: 161px;
	z-index: 9998;
}

#themeblvd-demo-panel #themeblvd-demo-top {
	background-repeat: no-repeat;
	padding: 0 16px;
	height: 46px;
}

#themeblvd-demo-panel #themeblvd-demo-middle {
	background-repeat: repeat-y;
	padding: 10px 16px 10px 16px;
}

#themeblvd-demo-panel #themeblvd-demo-bottom {
	background-repeat: no-repeat;
	padding: 0 16px;
	height: 88px;
	text-align: center;
}

/* TYPOGRAPHY */

#themeblvd-demo-panel {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#themeblvd-demo-panel h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0 5px 5px 5px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

#themeblvd-demo-panel a {
	text-decoration: none;
}

#themeblvd-demo-panel p {
	margin: 0 0 20px 0;
	padding: 0;
}

#themeblvd-demo-panel #themeblvd-demo-bottom p {
	margin: 5px 0;
	padding: 0;
}

/* FORM ELEMENTS */

#themeblvd-demo-panel select,
#themeblvd-demo-panel input {
	border-radius: 3px;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	font-size: 10px;
	padding: 5px;
	width: 119px;
}

/* TOGGLE PANEL */

#themeblvd-demo-panel .demo-toggle {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 20px;
	right: -16px; /* = Width-1 */
	text-indent: -9999px;
	width: 17px;
	height: 111px;
}

#themeblvd-demo-panel .demo-open {
	background-position: 0 0;
}

#themeblvd-demo-panel .demo-open:hover {
	background-position: 0 -222px;
}

#themeblvd-demo-panel .demo-close {
	background-position: 0 -111px;
}

#themeblvd-demo-panel .demo-close:hover {
	background-position: 0 -333px;
}

/* RESET */

#themeblvd-demo-panel #themeblvd-demo-reset {
	background: url(../images/shared/button_reset.png) 0 0 no-repeat;
	display: block;
	margin: auto;
	text-indent: -9999px;
	width: 116px;
	height: 26px;
}

#themeblvd-demo-panel #themeblvd-demo-reset:hover {
	background-position: 0 -26px;
}

#themeblvd-demo-panel #themeblvd-demo-reset:active {
	background-position: 0 -52px;
}

/* MORE THEMES */

#themeblvd-demo-panel #themeblvd-demo-more {
	background: url(../images/shared/button_more.png) 0 0 no-repeat;
	display: block;
	margin: auto;
	text-indent: -9999px;
	width: 116px;
	height: 26px;
}

#themeblvd-demo-panel #themeblvd-demo-more:hover {
	background-position: 0 -26px;
}

#themeblvd-demo-panel #themeblvd-demo-more:active {
	background-position: 0 -52px;
}