/*
 * reset
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }
a:focus { outline: none; }
html { min-height: 100%; }

/*
 * layout
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #ffffff;
	background-image: url(../templates/yoo_quantum/images/fondo.png);
	background-repeat: repeat;
}

.wrapper{
	width: 990px;
	margin: auto;
	padding-right: 40px;
}

#iframe {
	position: absolute;
	border: none;
	z-index: 1;
}

#overlay {
	position: absolute;
	z-index: 98;
	background-color: #00050A;
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}

#loadinfo{
	position: absolute;
	z-index: 99;
	width: 160px;
	height: 100px;
	border: 1px solid #323537;
	border-top-color: #46494b;
	border-bottom-color: #282b2d;
	background: #1e2123 url(../images/loader2.gif) 50% 50% no-repeat;
	background: rgba(30,33,35,0.9) url(../images/loader2.gif) 50% 50% no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,1);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,1);
	box-shadow: 0 2px 15px rgba(0,0,0,1);
	visibility: hidden;
	text-align: center;
	color: #ccc;
	font-size: 30px;
}

.join {
	display: block;
	width: 100px;
	height: 30px;
	background: url(../images/join.png) 0 0 no-repeat;
	line-height: 30px;
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.join:hover { background-position: 0 -40px; }

/*
 * toolbar
 */

#toolbar {
	height: 56px;
	background: #5A5D5F url(../images/toolbar.png) 0 0 repeat-x;
	overflow: hidden;
}

#toolbar .logo,
#toolbar .slot,
#toolbar .theme-selector,
#toolbar .preset-selector,
#toolbar .system-selector,
#toolbar .join { float: left; }

#toolbar .logo { margin-right: 10px; }

#toolbar .slot {
	width: 678px;
	height: 38px;
	margin-top: 8px;
	border: 1px solid #373A3C;
	border-top-color: #2D3032;
	border-bottom-color: #5A5D5F;
	background: url(../images/slot.png) 0 0 repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#toolbar .theme-selector {
	width: 170px;
	height: 38px;
	background: url(../images/theme_selector.png) 0 0 no-repeat;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	line-height: 38px;
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

#toolbar .theme-selector:hover,
#toolbar .theme-selector.active { background-position: 0 -48px; }

#toolbar .preset-selector {
	display: none;
	width: 423px;
	padding-left: 5px;
	background: #323537;
}

#toolbar .preset {
	width: 35px;
	height: 38px;
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	float: left;
	cursor: pointer;
}
#toolbar .preset:hover,
#toolbar .preset.selected {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

#toolbar .preset .image {
	width: 28px;
	height: 28px;
	margin: 5px 0 0 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	float: left;
}

#preset-preview {
	display: none;
	position: absolute;
	z-index: 101;
	width: 202px;
	height: 152px;
	padding: 14px;
	border: 1px solid #1E2123;
	background: #3C3F41 url(../images/loader1.gif) 50% 50% no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.9);
	box-shadow: 0 2px 15px rgba(0,0,0,0.9);
	overflow: hidden;
}

#preset-preview img {
	width: 200px;
	height: 150px;
	border: 1px solid #000000;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.8);
	box-shadow: 0 0 7px rgba(0,0,0,0.8);
	overflow: hidden;
}

.system-selector {
	width: 73px;
	height: 38px;
	padding-left: 7px;
	background: url(../images/system_selector.png) 0 0 no-repeat;
}

#toolbar .system {
	width: 30px;
	height: 38px;
	margin-left: 2px;
	background: url(../images/system.png) 0 0 no-repeat;
	float: left;
	cursor: pointer;
}
#toolbar .system.active { cursor: default; }

#toolbar .system.joomla {}
#toolbar .system.joomla:hover { background-position: -30px 0; }
#toolbar .system.joomla.active,
#toolbar .system.joomla.active:hover { background-position: -60px 0; }

#toolbar .system.wordpress { background-position: -90px 0; }
#toolbar .system.wordpress:hover { background-position: -120px 0; }
#toolbar .system.wordpress.active,
#toolbar .system.wordpress.active:hover { background-position: -150px 0; }

#toolbar .join { margin: 13px 0 0 20px; }

#toolbar.only-joomla .preset-selector { width: 455px; }
#toolbar.only-joomla .system-selector { width: 41px; }

#toolbar.no-presets .system-selector { margin-left: 428px; }
#toolbar.only-joomla.no-presets .system-selector { margin-left: 460px; }

/*
 * themebox
 */

#themebox {
   	display: none;
	position: absolute;
	z-index: 100;
	width: 678px;
	border: 1px solid #1E2123;
	background: #3C3F41;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.9);
	box-shadow: 0 2px 15px rgba(0,0,0,0.9);
	overflow: hidden;
}

#theme-preview,
#theme-lists { float: left; }

/* theme preview */
#theme-preview {
	width: 202px;
	height: 360px;
	padding: 19px;
	background: url(../images/theme_preview.png) 0 0 repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 3px;
}

#theme-preview .image {
	width: 200px;
	height: 150px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.8);
	box-shadow: 0 0 7px rgba(0,0,0,0.8);
	overflow: hidden;
}

#theme-preview .name {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 18px;
}

#theme-preview .framework,
#theme-preview .system,
#theme-preview .description {
	color: #96999B;
	font-size: 11px;
	line-height: 15px;
}

#theme-preview .framework { margin-bottom: 5px; }
#theme-preview .framework strong,
#theme-preview .system strong {
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
}

#theme-preview .description {}

#theme-preview .join {
	position: absolute;
	left: 55px;
	bottom: 15px;
	width: 130px;
	background-position: 0 -80px;
}
#theme-preview .join:hover { background-position: 0 -120px; }

/* theme lists */
#theme-lists {
	width: 378px;
	height: 383px;
	padding: 15px 0px 0px 20px;
	overflow: hidden;
}

#theme-lists .column {
	width: 199px;
	float: left;
}

#theme-lists .column ul {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	cursor: pointer;
}

#theme-lists .column li.category {
	height: 15px;
	margin: 2px 0 8px 0;
	border-bottom: 1px solid #46494B;
	line-height: 15px;
	font-size: 11px;
	color: #646769;
	text-align: right;
	cursor: default;
}

#theme-lists .column li.theme {
	height: 25px;
	margin-bottom: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 25px;
	text-indent: 10px;
	color: #96999B;
}

#theme-lists .column li.theme:hover,
#theme-lists .column li.theme.selected {
	color: #ffffff;
	background: #2D3032;
}

/* theme navigation */
#theme-navigation {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#theme-navigation div {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background: url(../images/navigation.png) 0 0 no-repeat;
	float: left;
	cursor: pointer;
	color: #96999B;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	font-size: 23px;
	line-height: 22px;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#theme-navigation div:hover { background-position: 0 -35px; }