/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

body { color: #000; }

/* Headlines */
h1 { color: #222; }

h2 {
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
}

h4 { color: #666; }

h5 { color: #888; }

h6 { color: #bbb; }

strong { color: #444; }

ins, mark { background-color: rgba(255,254,137,0.65); }

mark { color: #000; }

ins { color: #666; }

blockquote {
	color: #888;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

hr { border-top-color: #dfdfdf; }

pre {
	border: 1px solid #dfdfdf;
	background: #fff;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

body#page { background-color: #fafafa; }

/* Blocks */
/* Toolbar */
#block-toolbar { background: url(../images/toolbar_b.png) 0 100% repeat-x; }

#block-toolbar > div { background: url(../images/toolbar.png) 0 100% repeat; }

#block-header,
#block-main { background: url(../images/page.png) 0 0 repeat; }

/* Top A */
#block-top-a { background: url(../images/top-a_t.png) 0 0 repeat-x; }

#block-top-a > div { background: url(../images/top-a_b.png) 0 100% repeat-x; }

#block-top-a > div > div {
	background: #f5f5f5 url(../images/top-a.svg) 0 0 repeat;
	background-size: 100% 100%;
}

/* Top B */
#block-top-b { background: url(../images/top-b_t.png) 0 0 repeat-x; }

#block-top-b > div { background: url(../images/top-b_b.png) 0 100% repeat-x; }

#block-top-b > div > div { background: url(../images/top-b.png) 0 0 repeat; }

#block-top-a + #block-top-b { margin-top: -11px; }

/* Bottom */
#block-bottom { background: url(../images/bottom_t.png) 0 0 repeat-x; }

#block-bottom > div { background: url(../images/bottom.png) 0 0 repeat; }

/* Footer */
#block-footer { background: #fafafa url(../images/footer.png) 0 0 repeat-x; }

/* Layout */
/* Toolbar */
#toolbar {
	color: #888;
	text-shadow: 0 1px 0px rgba(255,255,255,0.7);
}

/* Menubar */
#menubar,
#menubar > div,
#menubar > div > div { background-image: url(../images/menubar.png); }

/* Footer */
#footer { color: #aaa; }

#footer a { color: #878787; }

#footer a:hover { color: #676767; }

#totop-scroller { background: url(../images/totop_scroller.png) 0 0 no-repeat; }


/* Menus
----------------------------------------------------------------------------------------------------*/

/* Mega Drop-Down Menu */
/* Level 1 */
.menu-dropdown a.level1,
.menu-dropdown span.level1 {
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/* Set Hover */
.menu-dropdown li.level1:hover .level1,
ul.menu-dropdown li.remain .level1 {}

/* Fancy */
#menu div.fancy div.fancy-3 {
	background-image: url(../images/menu_level1_hover.png);
	background-color: #EFEFEF;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);
}

/* Drop-Down */
.menu-dropdown .dropdown-bg > div {
	background: #fafafa url(../images/dropdown.svg);
	background-size: 100% 100%;
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 0 0 1px rgba(0,0,0,0.12),
		0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 0 0 1px rgba(0,0,0,0.12),
		0 0 8px rgba(0,0,0,0.2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 0 0 1px rgba(0,0,0,0.12),
		0 0 8px rgba(0,0,0,0.2);
}

/* Level 2 */
.menu-dropdown a.level2,
.menu-dropdown span.level2 {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	background: rgba(0,0,0,0.03);
	-moz-box-shadow:
		inset 0 1px 0 rgba(0,0,0,0.09),
		inset 0 1px 4px rgba(0,0,0,0.06),
		0 1px 0 rgba(255,255,255,1.0);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(0,0,0,0.09),
		inset 0 1px 4px rgba(0,0,0,0.06),
		0 1px 0 rgba(255,255,255,1.0);
	box-shadow:
		inset 0 1px 0 rgba(0,0,0,0.09),
		inset 0 1px 4px rgba(0,0,0,0.06),
		0 1px 0 rgba(255,255,255,1.0);
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/* Set Hover */
.menu-dropdown .level2 a.level2:hover {
	background: #DBDBDB url(../images/menu_level2_hover.png) 0 0 repeat-x;
	-moz-box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.08),
		inset 0 2px 0 rgba(255,255,255,0.95),
		0 1px 0 rgba(0,0,0,0.06);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.08),
		inset 0 2px 0 rgba(255,255,255,0.95),
		0 1px 0 rgba(0,0,0,0.06);
	box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.08),
		inset 0 2px 0 rgba(255,255,255,0.95),
		0 1px 0 rgba(0,0,0,0.06);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.02);
}

/* Set Current */
.menu-dropdown li.current > .level2 { background: rgba(0,0,0,0.1); }

/* Level 3 */
.menu-dropdown a.level3 {
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

/* Set Hover */
.menu-dropdown a.level3:hover { background-color: rgba(0,0,0,0.03); }

/* Set Current */
.menu-dropdown li.current > .level3 {
	background-color: rgba(0,0,0,0.08);
	color: #444;
}

/* Subtitles */
.menu-dropdown .level1 .level1 span.subtitle { color: #aaa; }

.menu-dropdown li.active .level1 span.subtitle { text-shadow: none; }

.menu-dropdown .level2 .level2 span.subtitle { color: #aaa; }
.menu-dropdown .level2 a.level2:hover span.subtitle {
	color: #777;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

/* Sidebar/Accordion Menu */
.menu-sidebar {
	border-top: 1px solid rgba(0,0,0,0.06);
	border-bottom: 1px solid rgba(255,255,255,0.75);
}

/* Level 1 */
.menu-sidebar li.level1 { border-bottom: 1px solid rgba(0,0,0,0.1); }

.menu-sidebar a.level1,
.menu-sidebar span.level1 {
	border-top: 1px solid rgba(255,255,255,1.0);
	background: #EBEBEB url(../images/menu_sidebar_level1.png) 0 0 repeat-x;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/* Hover */
.menu-sidebar .level1 .level1:hover {
	border-color: rgba(255,255,255,1.0);
	background-position: 0 -100px;
	background-color: #EFEFEF;
}

/* Active */
.menu-sidebar .active .level1 {
	border-color: rgba(255,255,255,0.75);
	background-position: 0 -200px;
	background-color: #DADADB;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

/* Parent */
.menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent.png); }

/* Level 2-4 */
.menu-sidebar .level2 a,
.menu-sidebar .level2 li > span {
	border-top: 1px solid rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

/* Hover */
.menu-sidebar .level2 a:hover,
.menu-sidebar .level2 li > span:hover { background-color: rgba(255,255,255,0.5); }

/* Active */
.menu-sidebar .level2 a.active,
.menu-sidebar .level2 li > span.active {
	border-color: rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.03);
	background-position: 98% -160px;
	-moz-box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.07);
	color: #444;
}

/* Level 3-4 */
.menu-sidebar .level3 a,
.menu-sidebar .level3 li > span { 
	border-color: rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 1px 1px rgba(0,0,0,0.07);
}

.menu-sidebar .level3 a.active,
.menu-sidebar .level3 li > span.active { color: #444; }

.menu-sidebar .level4 a,
.menu-sidebar .level4 li > span { background-color: rgba(0,0,0,0.01); }

.menu-sidebar .level4 a.active,
.menu-sidebar .level4 li > span.active { color: #333; }

/* Menu Line */
.menu-line li { background: url(../images/menu_line.png) 0 50% no-repeat; }

/* Modules
----------------------------------------------------------------------------------------------------*/

/* Module Badges */
.module .badge { background-image: url(../images/module_badges.png); }

/* Module Icons */
.module .module-title .icon { background: url(../images/module_icons_dark.png) 0 0 no-repeat; }

.mod-border .module-title .icon { background: url(../images/module_icons_light.png) 0 0 no-repeat; }

.module .module-title .icon-feed { background-position: 0 0; }
.module .module-title .icon-twitter { background-position: 0 -30px; }
.module .module-title .icon-mail { background-position: 0 -60px; }
.module .module-title .icon-bubble { background-position: 0 -90px; }
.module .module-title .icon-login { background-position: 0 -120px; }
.module .module-title .icon-cart { background-position: 0 -150px; }

/* Module Type: Box */
.mod-box {
	border: 1px solid rgba(0,0,0,0.08);
	background: rgba(0,0,0,0.03);
	-moz-box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		0 0 5px rgba(0,0,0,0.04);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		0 0 5px rgba(0,0,0,0.04);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		0 0 5px rgba(0,0,0,0.04);
	color: #000;
	text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}

.mod-box .module-title {
	color: #000;
	text-shadow: 0 0px 0 rgba(255,255,255,1.0);
}

/* Module Type: Glass */
.mod-glass {
	border: 1px solid rgba(0,0,0,0.04);
	background: rgba(0,0,0,0.02);
	-moz-box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		inset 0 0 7px rgba(255,255,255,0.08);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		inset 0 0 7px rgba(255,255,255,0.08);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		inset 0 0 7px rgba(255,255,255,0.08);
}

.mod-glass > div {
	border: 1px solid rgba(0,0,0,0.12);
	background: rgba(245,245,245,0.4);
	background: -moz-linear-gradient(
					50% 0%,
					rgba(255,255,255,0.4) 0%,
					rgba(239,239,239,0.4) 100%
				);
	background: -webkit-gradient( 
					linear,
					50% 0%,
					50% 100%,
					color-stop(0%, rgba(255,255,255,0.4)),
					color-stop(100%, rgba(239,239,239,0.4))
				);
	-moz-box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		0 0 3px rgba(0,0,0,0.09);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		0 0 3px rgba(0,0,0,0.09);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.85),
		0 0 3px rgba(0,0,0,0.09);
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
}

.mod-glass .module-title {
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
}

/* Module Type: Border */
.mod-border {
	border: 1px solid rgba(255,255,255,0.98);
	background: rgba(0,0,0,0.02);
	-moz-box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.04),
		inset 0 0 7px rgba(0,0,0,0.09);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.04),
		inset 0 0 7px rgba(0,0,0,0.09);
	box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.04),
		inset 0 0 7px rgba(0,0,0,0.09);
}

.mod-border > div {
	border: 1px solid rgba(0,0,0,0.15);
	background: #e6e6e6;
	background: -moz-linear-gradient(
					50% 0%,
					#eeeeee 0%,
					#DDDDDD 100%
				);
	background: -webkit-gradient( 
					linear,
					50% 0%,
					50% 100%,
					color-stop(0%, #eeeeee),
					color-stop(100%, #DDDDDD)
				);
	-moz-box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.15),
		0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.15),
		0 1px 2px rgba(0,0,0,0.3);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.55),
		0 1px 1px rgba(0,0,0,0.1);
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.mod-border .module-title {
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/* Module Type: Line */
/* Vertical (Stack) */
.grid-v .mod-line { background: url(../images/module_line_stacked.png) 0 0 repeat-x; }

/* Horizontal (Equal/Double) */
div.grid-h .mod-line { background: url(../images/module_line_equal.png) 0 0 repeat-y; }

.mod-line .module-title {
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.85);
}

/* Tools
----------------------------------------------------------------------------------------------------*/

/* Buttons (Needed for System Markup) */
a.button-more,
form.box button,
form.short button,
form.box input[type="button"],
form.box input.button {
	background: #F0F0F0 url(../images/button_more.png) 0 0 repeat-x;
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 0 rgba(0,0,0,0.2),
		0 0 0 3px rgba(0,0,0,0.09);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 0 rgba(0,0,0,0.2),
		0 0 0 3px rgba(0,0,0,0.09);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 0 rgba(0,0,0,0.2),
		0 0 0 3px rgba(0,0,0,0.09);
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

a.button-more:hover,
form.box button:hover,
form.short button:hover,
form.box input[type="button"]:hover,
form.box input.button:hover {
	background-position: 0 -100px;
	background-color: #363636;
	-moz-box-shadow:
		0 1px 0 rgba(0,0,0,0.1),
		0 0 0 3px rgba(0,0,0,0.09);
	-webkit-box-shadow:
		0 1px 0 rgba(0,0,0,0.1),
		0 0 0 3px rgba(0,0,0,0.09);
	box-shadow:
		0 1px 0 rgba(0,0,0,0.1),
		0 0 0 3px rgba(0,0,0,0.09);
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

a.button-more:active,
form.box button:active,
form.short button:active,
form.box input[type="button"]:active,
form.box input.button:active {
	background-position: 0 -200px;
	background-color: #757575;
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.08),
		0 1px 0 rgba(0,0,0,0.2),
		0 0 0 3px rgba(0,0,0,0.09);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.08),
		0 1px 0 rgba(0,0,0,0.2),
		0 0 0 3px rgba(0,0,0,0.09);
	box-shadow:
		inset 0 1px 0 rgba(0,0,0,0.7),
		inset 0 2px 1px rgba(0,0,0,0.3),
		inset 0 0 10px rgba(0,0,0,0.2),
		0 0 0 3px rgba(0,0,0,0.09);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}

/* Images and Objects (Needed for System Markup) */
img.border-box { border: 1px solid #dfdfdf; }

/* Lists and Tables (Needed for System Markup) */
/* Line */
ul.line > li { border-top: 1px solid rgba(0,0,0,0.09); }

/* Zebra List and Table */
table.zebra thead th,
table.zebra tbody td { border-top: 1px solid #dfdfdf; }
ul.zebra > li { border-top: 1px solid #dfdfdf; }

table.zebra thead th {
	border-top: 1px solid #dfdfdf;
	background: rgba(245,245,245,0.4);
	background: -moz-linear-gradient(
					50% 0%,
					rgba(255,255,255,0.4) 0%,
					rgba(239,239,239,0.4) 100%
				);
	background: -webkit-gradient( 
					linear,
					50% 0%,
					50% 100%,
					color-stop(0%, rgba(255,255,255,0.4)),
					color-stop(100%, rgba(239,239,239,0.4))
				);
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

table.zebra tbody tr {
	background: rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.05);
}

table.zebra tfoot tr {
	border-top: 1px solid #dfdfdf;
	background: rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0 2px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.05);
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

ul.zebra > li.odd,
table.zebra tbody tr.odd,
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: rgba(255,255,255,0.85); }

table.zebra caption { color: #999; }


/* Definition Lists */
/* border code because of RTL */
dl.separator dd { border-color: #dfdfdf; }

dl.separator dt:before { border-top: 1px solid #dfdfdf; }

dl.separator dt:after {
	background: #fff;
	border: 1px solid #dfdfdf;
}

/* Text */
/* Inline Text Box */
em.box { 
	border: 1px dotted #dfdfdf;
	background: #fff;
	color: #888;
	text-shadow: none;
}

/* Dotted Horizontal Rule */
hr.dotted { background: url(../images/tools/line_dotted.png) 0 0 repeat-x; }

/* Boxes */
.box-content,
.box-note,
.box-info,
.box-warning,
.box-hint,
.box-download {
	border: 1px solid rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.03);
	color: #555;
}

.box-info {
	border-color: rgba(81,187,255,0.4);
	background: rgba(81,187,255,0.2) url(../images/tools/box_info.png) 0 0 no-repeat;
	color: #006aad;
}

.box-warning {
	border-color: rgba(228,117,63,0.4);
	background: rgba(228,117,63,0.2) url(../images/tools/box_warning.png) 0 0 no-repeat;
	color: #ad4d00;
}

.box-hint {
	border-color: rgba(228,204,36,0.5);
	background: rgba(228,204,36,0.2) url(../images/tools/box_hint.png) 0 0 no-repeat;
	color: #ad9300;
}

.box-download {
	border-color: rgba(183,228,63,0.5);
	background: rgba(183,228,63,0.2) url(../images/tools/box_download.png) 0 0 no-repeat;
	color: #7ead00;
}

/* Forms (Needed for System Markup) */
form.box fieldset,
form.short fieldset { border: 1px solid #dfdfdf; }

form.box fieldset legend,
form.short fieldset legend { color: #999; }

form.box input[type="text"],
form.short input[type="text"],
form.box input[type="password"],
form.short input[type="password"],
form.box select,
form.short select,
form.box textarea,
form.short textarea {
	border: 1px solid #d3d3d3;
	background: #fff;
	-moz-box-shadow:
		0 0 0 1px rgba(255,255,255,1.0),
		inset 0 1px 1px 1px rgba(0,0,0,0.06),
		inset 0 0 10px rgba(0,0,0,0.02);
	-webkit-box-shadow:
		0 0 0 1px rgba(255,255,255,1.0),
		inset 0 1px 1px 1px rgba(0,0,0,0.06),
		inset 0 0 10px rgba(0,0,0,0.02);
	box-shadow:
		0 0 0 1px rgba(255,255,255,1.0),
		inset 0 1px 1px 1px rgba(0,0,0,0.06),
		inset 0 0 10px rgba(0,0,0,0.02);
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
}

form.box input[type="text"]:focus,
form.short input[type="text"]:focus,
form.box input[type="password"]:focus,
form.short input[type="password"]:focus,
form.box select:focus,
form.short select:focus,
form.box textarea:focus,
form.short textarea:focus {
	border-color: #cacaca;
	background-color: #fefefe;
	-moz-box-shadow:
		0 1px 3px 1px rgba(0,0,0,0.07),
		inset 0 0 0 1px rgba(255,255,255,1.0),
		inset 0 0 10px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0 1px 3px 1px rgba(0,0,0,0.07),
		inset 0 0 0 1px rgba(255,255,255,1.0),
		inset 0 0 10px rgba(255,255,255,0.7);
	box-shadow:
		0 1px 3px 1px rgba(0,0,0,0.07),
		inset 0 0 0 1px rgba(255,255,255,1.0),
		inset 0 0 10px rgba(255,255,255,0.7);
	color: #444;
	text-shadow: none;
}

/* Mobile Switcher (Needed for Mobile) */
.mobile-switcher {
	background: #DADADB url(../images/menu_sidebar_level1.png) 0 -200px repeat-x;
	background-size: 100% 100%;
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.35),
		0 0 0 1px rgba(0,0,0,0.08);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.06),
		0 1px 2px rgba(0,0,0,0.25),
		0 0 10px rgba(0,0,0,0.18);
	color: rgba(0,0,0,0.5);
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/* Image Frame */
img.frame {
	border: 1px solid rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.7);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.14);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.14);
	box-shadow: 0 1px 5px rgba(0,0,0,0.14);
}

img.frame:hover {
	border: 1px solid rgba(0,0,0,0.55);
	background: rgba(255,255,255,0.9);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.35);
	box-shadow: 0 1px 5px rgba(0,0,0,0.35);
}

/* Social Icons */
.social li a { background-image: url(../images/icons_social.png); }

/* Mini Social Icons */
.social-mini li a { background-image: url(../images/icons_social_mini.png); }

/* System
----------------------------------------------------------------------------------------------------*/

/* General */
#system small { color: #999; }

/* Item */
#system > h1.title {
	color: #000;
	text-shadow: 0 0px 0 rgba(255,255,255,1.0);
}

#system .item > header h1.title { color: #444; }

#system .item > header { background: url(../images/module_line_stacked.png) 0 100% repeat-x; }

#system .item > header .meta { 
	color: #aaa;
	text-shadow: 0 2px 0 rgba(255,255,255,1.0);
}

#system .item > header .subtitle { color: #888; }

#system .item > header time {
	background: #373737 url(../images/button_more.png) 0 -100px repeat-x;
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 0 rgba(0,0,0,0.1),
		0 0 0 3px rgba(0,0,0,0.09);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 0 rgba(0,0,0,0.1),
		0 0 0 3px rgba(0,0,0,0.09);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 0 rgba(0,0,0,0.1),
		0 0 0 3px rgba(0,0,0,0.09);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}

#system .item > .content { text-shadow: 0 1px 0 rgba(255,255,255,0.7); }

#system .item > .links a { background: url(../images/system_continue_reading.png) no-repeat 0 3px; }

/* Pagination */
#system .pagination a { color: #666; }
#system .pagination a:hover { color: #444; }

#system .pagination a,
#system .pagination strong {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	background-color: rgba(0,0,0,0.03);
	-moz-box-shadow:
		inset 0 1px 0 rgba(0,0,0,0.1),
		0 1px 0 rgba(255,255,255,1.0);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(0,0,0,0.1),
		0 1px 0 rgba(255,255,255,1.0);
	box-shadow:
		inset 0 1px 0 rgba(0,0,0,0.1),
		0 1px 0 rgba(255,255,255,1.0);
}

#system .pagination a.previous,
#system .pagination a.next {
	background-color: transparent;
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
}

/* Search */
#searchbox { background: url(../images/searchbox.png) 0 0 no-repeat; }

#searchbox input {
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
}

#searchbox input:-moz-placeholder { color: #888; }
#searchbox input::-webkit-input-placeholder { color: #888; }
#searchbox input.placeholder { color: #888; }

#searchbox.filled button { background: transparent url(../images/searchbox_reset.png) 48% 48% no-repeat; }

#searchbox.loading button { background: transparent url(../images/searchbox_loader.gif) 50% 50% no-repeat; }

/* Search Results */
#searchbox .results {
	background: #fafafa url(../images/dropdown.svg);
	background-size: 100% 100%;
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 0 0 1px rgba(0,0,0,0.12),
		0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 0 0 1px rgba(0,0,0,0.12),
		0 0 8px rgba(0,0,0,0.2);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 0 0 1px rgba(0,0,0,0.12),
		0 0 8px rgba(0,0,0,0.2);
}

#searchbox .results li.result,
#searchbox .results li.more-results { background: url(../images/module_line_stacked.png) 0 0 repeat-x; }

#searchbox .results li.results-header {
	color: #ccc;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
}

#searchbox .results li.result {
	color: #888;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

#searchbox .results li.result h3 {
	color: #777;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

#searchbox .results li.result.selected {
	background-color: rgba(0,0,0,0.02);
	color: #555;
	text-shadow: 0 0 4px rgba(255,255,255,1.0);
}

/* Breadcrumbs */
#breadcrumbs {
	background: url(../images/breadcrumbs_bg.png) 0 0 repeat-x;
	background-size: 100% 100%;
}

.breadcrumbs a,
.breadcrumbs > span {
	background: url(../images/breadcrumbs.png) 100% 50% no-repeat;
	color: #888;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

.breadcrumbs a:hover,
.breadcrumbs > span:hover { color: #444; }

/* Author */
#system .author-box {
	padding: 15px;
	border: 1px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.08);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,08);
	box-shadow: inset 0 0 15px rgba(0,0,0,0.08);
}

#system .author-box .avatar {
	padding: 5px;
	border: 1px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: rgba(0,0,0,0.1);
}

/* Comments */
#system #comments .comment-head {
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.09);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: rgba(0,0,0,0.02);
}

#system #comments .comment-byadmin .comment-head {
	border: 1px solid rgba(0,0,0,0.14);
	background: rgba(0,0,0,0.05);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.08);
}

#system #comments .comment-head .author { text-shadow: 0 1px 0 rgba(255,255,255,1.0); }

#system #comments ul.level1 ul { background: url(../images/comments_arrow.png) 0 0 no-repeat; }

/* Latest Comments */
.comments-list > article { border-top: 1px solid rgba(0,0,0,0.09); }

.comments-list .meta { color: #777; }
