* {
    margin: 0;
    padding: 0;
    quotes: "\201E" "\201C" "\201A" "\2018";
}

* html img,  * html .png {
    position:relative;
    behavior:expression((this.runtimeStyle.behavior="none")&& (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

header,footer,article,section,hgroup,nav,figure,aside {
    display:block;
}

#panel {
    position: fixed;
    background-color: #444;
    color: #FFF;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-left: 0.1em solid #555;
    border-top: 0.1em solid #555;
    border-right: 0.1em solid #555;
    text-align: center;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    line-height: 14px;
    z-index: 9999;
    font-size: small;
}

#panel a {
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
}

#panel a img, #panel img { vertical-align: middle; height: 24px; line-height: 24px; }

#panel .left, #panel .right { width: 25%; }
#panel .right { text-align: right }

#panel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

#panel ul li {
    float: left;
    margin: 0 0.5em 0 0;
    text-align: left;
}

#panel ul.right li {
    margin: 0 0 0 0.5em;
    float: right;
}

#panel ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 0.5em;
    display: block;
    line-height: 1em;
    height: 1em;
}

#panel ul li:hover {
    background: #7188A8;
}

#panel ul li ul {
    position: absolute;
    bottom: 2em;
    background: #7188A8;
    display: none;
    padding: 0.3em;
}

#panel ul li ul li {
    float: none;
    margin: 0;
}

#panel ul li ul li a:hover {
    background: #444;
}

#panel ul li ul li a {
    border: 0 none;
    padding: 0.2em 0.5em;
}

#panel ul li:hover ul {
    display: block;
}

#panel a img {
    border: 0 none;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.pointer { cursor: pointer; }
.half { width: 50% }
.noBullet { list-style-type: none; padding: 0; }
.create { color: #D00; }
.fakedLink {
    cursor: pointer
}
.halfBreak {
    height: 0.5em;
    line-height: 0.5em;
}

.icon {
    width: 21px;
    height: 21px;
    background-image: url('System/theme/../../Resources/tango-icons.png');
}

.smily {
    width: 15px;
    height: 15px;
    background-image: url('System/theme/../../Resources/tango-icons.png');
}
.smile {
    background-position: -489px -208px;
}
.twinkle {
    background-position: -537px -208px;
}

.previous { background-position: -475px -550px; }
.next { background-position: -444px -550px; }

.formImageSelectorImage {
    border: 1px solid #000;
    float: left;
}
.formImageSelectorBox {
    margin: 64px 0 0 182px;
}
input, select, textarea, label {
    vertical-align: middle;
}

.expand {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.caption {
    font-size: smaller;
    margin: 0;
}

.upload {
    font-size: large;
}

.errors, .infos {
    background: #d00;
    color: #FFF;
    padding: 1em;
    margin: 0 0 1em 0;
}

.infos {
    border: 1px solid #070;
    background: #A3D9A3;
}

.system.edit, .system.cancel, .system.link {
    display: block;
    background: #070;
    color: #FFF;
    padding: 0 5px;
    text-decoration: none;
    font-weight: bold;
}

.system.edit { position: relative; float: right; z-index: 9999; }
.system.cancel { position: relative; float: right; background: #D00; z-index: 9999; }

#widgetSelection {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    padding: 1em;
    color: #333;
}

#widgetSelection #widgetSelect {
    list-style-type: none;
}

#widgetSelection #widgetSelect li {
    margin: 1em 0;
}

#widgetSelection #widgetSelect li a {
    display: block;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 0.5em;
}

#widgetSelection #widgetSelect li a .title {
    display: block;
    font-weight: bold;
    color: #004880;
}

#widgetSelection #widgetSelect li a .text {
    color: #333;
}

#widgetSelection .formSelection {
    list-style-type: none;
}

.feed {
    list-style-type: none;
    padding: 0;
}

.feed .item {
    margin: 1em 0 0 0;
    clear: both;
}

.feed .item a {
    text-decoration: none;
}

.feed .item a .title {
    display: block;
    font-size: larger;
}

.feed .item a .text {
    display: block;
    color: #444;
}

.feed .item a:hover .title {
    text-decoration: underline;
}

.feed .item a .teaser {
    float: left;
    margin: 0 1em 1em 0;
}

a img { border: 0 none }
.iconset {
    background-image: url('System/theme/../../Resources/tango-icons.png');
}

.lampOn { background-position: -353px -458px; }
.lampOff { background-position: -52px -722px; }

.tag10, .tag10 a { font-size: 20pt }
.tag9, .tag9 a { font-size: 19pt }
.tag8, .tag8 a { font-size: 18pt }
.tag7, .tag7 a { font-size: 17pt }
.tag6, .tag6 a { font-size: 16pt }
.tag5, .tag5 a { font-size: 15pt }
.tag4, .tag4 a { font-size: 14pt }
.tag3, .tag3 a { font-size: 13pt }
.tag2, .tag2 a { font-size: 12pt }
.tag1, .tag1 a { font-size: 11pt }
.tag0, .tag0 a { font-size: 10pt }

.preferences { margin: 20px; font-family: "Verdana", sans-serif; }
.preferences h1 { text-align: center; line-height: 200%; }
.preferences table { margin: auto; border-collapse: collapse; }
.preferences td { padding: 5px }
.preferences td a { color: inherit }
.preferences tr { color: #666 }
.preferences tr.active { color: #000 }

.facebookConnect { background: url('System/theme/../../Resources/connect-with-facebook.png'); width: 85px; height: 22px; display: block; }
.facebookConnect span { display: none; }

#plexusDebugBox {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	background: #FFF;
	border: 10px solid #333;
	padding: 20px;
	z-index: 10000;
	overflow: auto;
	color: #333;
}

#plexusDebugBox button { float: right; }body {
    font-family: "Verdana", sans-serif;
    background: url('Storage/themes/einicher-2010/System/339.gif');
    font-size: 10pt;#4C1A3B
}

p, ul, ol, h2, h3, h4, h5, h6 {
    margin: 1em 0 0 0;
}

ul {
    list-style-type: square;
    padding: 0 0 0 1em;
    margin: 0.5em 0 0 0;
}

li {
    margin: 0.5em 0 0 0;
}

ol {
    padding: 0 0 0 2em;
}

a {
    color: #2A4054;
}

.code {
    white-space: pre;
    display: block;
    overflow: auto;
    border: 1px solid #CCC;
    padding: 5px;
}


.clear { clear: both; }



#container {
    width: 960px;
    margin: 20px auto;
    background: #FFF;
    border: 1px solid #CCC;
}

header.page {
    background: url('Storage/themes/einicher-2010/System/einicher-header.png');
    margin: 20px 20px 0 20px;
    height: 200px;
    position: relative;
}

header.page h1, .popular {
    font-weight: normal;
    background: #1A1A1A;
    background: rgba(0,0,0,0.75);
    padding: 5px 10px 5px 20px;
    margin: 20px 0 0 0;
    float: left;
    color: #FFF;
}

.popular {
	float: right;
	font-size: x-large;
    padding: 5px 20px 5px 10px;
}

header.page h1 a {
    text-decoration: none;
    color: #FFF;
}

#colset {
}

#content {
    width: 508px;
    padding: 20px;
    float: left;
}

#single {
	padding: 20px;
}

aside.page {
    float: left;
    width: 390px;
    padding: 20px 20px 0 0;
}

footer.page {
    background: #1A1A1A;
    margin: 0 20px 20px 20px;
    color: #CCC;
    padding: 10px;
}

footer.page a {
	color: #DDD;
	text-decoration: none;
}

footer.page ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 19%;
	float: left;
}

footer.page ul.last { width: 23%; }

footer.page ul li {
	margin: 0;
}

.siteFeed .item { line-height: 150%; margin: 20px 0 0 0; position: relative; }
.siteFeed .item:first-child { margin: 0; }
.siteFeed .item a { text-decoration: none; }
.siteFeed .item a h2 { font-weight: normal; margin: 5px 0; }
.siteFeed .item a p { margin: 0; color: #666; }
.siteFeed .item .teaser { float: left; margin: 0 0 0 0; bckground: #FFF; border-right: 7px solid #FFF; }
.siteFeed .item .teaser img { padding: 2px; border: 1px solid #CCC; }
.siteFeed .item .meta { font-size: smaller; background: #F3F3F3; margin: 0.4em 0; }
.siteFeed .item .type { font-weight: bold; padding: 0 5px; background: #267A99; color: #FFF; }
.siteFeed .item .date { float: right; color: #000; }
.siteFeed .item .footer { border-top: 1px solid #F3F3F3; padding: 5px 0 0 0; margin: 5px 0 0 0; }

.siteFeed .item.micro .type { background: #265399; }
.siteFeed .item.link .type { background: #359926; }
.siteFeed .item.image .type { background: #99262C; }
.siteFeed .item.video .type { background: #6E2699; }


aside.page h2 { font-size: larger; margin: 10px 0 0 0; }
aside.page .widget {
    margin: 0 0 20px 0;
}

.metaLogin {
    float: right;
}

.comment { margin: 20px 0 0 0; position: relative; padding: 0 0 0 85px; }
.comment .teaser { position: absolute; left: 0; top: 0; }
#content .comment .meta { padding: 5px; background: #F5F5F5; }
.comment p.content { margin: 7px 0 0 0; }

#postComment { margin: 20px 0 0 0; }
#postComment p.content { margin: 1em 0; }

article {
	color: #444;
	line-height: 150%;
	font-size: 10pt;
}

article h1 {
	line-height: 100%;
    font-size: large;
    font-weight: normal;
    text-align: left;
}

.TagCloud a { text-decoration: none; }
.TagCloud span sup { color: #999; }

nav.main {
	background: #1A1A1A;
	background: rgba(0,0,0,0.66);
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

nav.main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav.main ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

nav.main ul li a, nav.main ul li .link {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	white-space: nowrap;
}

nav.main ul li a:hover, nav.main ul li .link:hover {
	background: #333333;
	background: rgba(0,0,0,0.5);
}

nav.main ul li ul {
	display: none;
	position: absolute;
	background: #1A1A1A;
	background: rgba(0,0,0,0.80);
	z-index: 499;
	width: auto;
}

nav.main ul li:hover ul {
	display: block;
}

nav.main ul li ul li {
	float: none;
}

.show-link {
	border-left: 5px solid;
	padding: 0 0 0 5px;
	margin: 1em 0 0 0;
}

.show-link h2 { margin: 0; padding: 0 }
.show-link h2 a { text-decoration: none; }
.show-link p { margin: 0; padding: 0 }

#badBrowser {
	margin: 20px 20px 0 20px;
	background: #D00;
	color: #FFF;
	padding: 5px;
	font-size: 12pt;
}

#content h2 {
	font-size: larger;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

#content .meta {
	border-top: 1px solid #CCC;
	margin: 1em 0 0 0;
	padding: 1em;
	background: #F3F3F3;
}

#protection { width: 75px; }
#postComment .meta { line-height: 200%; }
#content .siteFeed h2 { padding: 0; margin: 0 0 5px 0; border: 0 none; }
#content .siteFeed .meta { padding: 0 2px; margin: 0; border: 0 none; }
#content, .siteFeed p { text-align: justify; }

.comment { text-align: left; }
.metaLogin { margin: 10px; }.editorialAuthor .portrait {
    float: right;
}

.flipPages {
    font-size: larger;
    margin: 1em 0 0;
}

.flipPages .previous {
    float: left;
    font-size: larger;
}

.flipPages .next {
    float: right;
    font-size: larger;
}#ExtensionIdent label {
    float: left;
    width: 25%;
    line-height: 200%;
}

#ExtensionIdent input, #ExtensionIdent select, #ExtensionIdent textarea {
    float: right;
    width: 75%;
    line-height: 200%;
}

#ExtensionIdent h3 {
    margin: 0 0 0.5em 0;
}.siteFeed .item.thread .type { background: #070; }

.threadNav {
	margin: 1em 0 0 0;
	font-size: larger;
}

.firstPost { padding: 10px; background: #DAE3F3; }
.firstPost .teaser { float: left; margin: 0 10px 0 0; }

.threadList section.thread { margin: 1em 0 0 0; }
.threadList section.thread .teaser { padding: 2px; border: 1px solid #CCC; float: left; margin: 0 10px 0 0; }
.threadList section.thread a { text-decoration: none; }
.threadList section.thread h1 {}.tutorial-meta {
	margin: 1em 0;
}

.tutorial-author-image {
	float: left;
	margin: 4px 10px 0 0;
}

.tutorial-meta span {
	display: block;
}

.siteFeed .item.tutorial .type { background: #992673; }